1. 078780b Gamepad: make page visibility behavior layout testable by [email protected] · 11 years ago
  2. da9f30a Support multiple files for AEC dump. by [email protected] · 11 years ago
  3. 8c2a34b Use the provided connection type to determine if online. by [email protected] · 11 years ago
  4. dba7034 Add requestor_url to ConnectToService() by [email protected] · 11 years ago
  5. 54c2253 Add name to services [email protected], darin BUG= by [email protected] · 11 years ago
  6. d7ff5fb Sends NetworkChangeNotifier connection type changes to Blink, to support NetInfo v3. by [email protected] · 11 years ago
  7. 66bf7e2 Shell / ShellClient -> ServiceProvider by [email protected] · 11 years ago
  8. 76a1329 Revert 272983 "Change Shell / ShellClient to ServiceProvider" by [email protected] · 11 years ago
  9. 922f2503 Change Shell / ShellClient to ServiceProvider by [email protected] · 11 years ago
  10. 83e0a48 Rename RenderThreadImpl::media_stream_factory_ to RenderTreadImpl::peer_connection_factory_ by [email protected] · 11 years ago
  11. 0107d8a Renamed MediaStreamDependencyFactory to PeerConnectionDependencyFactory. by [email protected] · 11 years ago
  12. 0ff73656 Gamepad API: add support for connection events by [email protected] · 11 years ago
  13. b242b14 Add flag to enable rendering of text using signed distance fields. by [email protected] · 11 years ago
  14. d0eed26 Rearrange GLImage API to create them with a usage type by [email protected] · 11 years ago
  15. 2cccfef cc: Add initial GPU-to-GPU copy rasterizer implementation. by [email protected] · 11 years ago
  16. a620b13 Introduce EmbeddedWorkerDevToolsAgent. by [email protected] · 11 years ago
  17. 7412204 Move IPC::MessageFilter and router to a separate file by [email protected] · 11 years ago
  18. 3b2eb88 Remove offscreen compositor contexts. by [email protected] · 11 years ago
  19. f68c146 Move Mojo channel initialization closer to IPC::Channel setup by [email protected] · 11 years ago
  20. 2442605 Revert 265693 "Move Mojo channel initialization closer to IPC::C..." by [email protected] · 11 years ago
  21. 1a8abcd Move Mojo channel initialization closer to IPC::Channel setup by [email protected] · 11 years ago
  22. 0d78ec0e GpuChannelHost: allocate route IDs on the client (renderer) side. by [email protected] · 11 years ago
  23. 48e52e4 Don't handle DispatchOnInspectorBackend msg for SharedWorkers in DevToolsAgentFilter. by [email protected] · 11 years ago
  24. cf5e989 Add --disable-low-res-tiling. Disable low res tiling to save power. by [email protected] · 11 years ago
  25. df9accd Notify the entire renderer of timezone changes instead of each frame individually by [email protected] · 11 years ago
  26. 0ec90d52 Implement renderer process side handler of WorkerProcessMsg_CreateWorker message. by [email protected] · 11 years ago
  27. a23530d Define a --force-gpu-rasterization flag by [email protected] · 11 years ago
  28. 73429ca Add RenderThread::GetShutdownEvent(). by [email protected] · 11 years ago
  29. 054bd37 Remove GpuChannelHostFactory::GetShutDownEvent(). by [email protected] · 11 years ago
  30. 2329bfc7 Move ContextProvider binding to inside GpuVideoAcceleratorFactory by [email protected] · 11 years ago
  31. 55cd74b Revert 253259 "Move ContextProvider binding to inside GpuVideoAc..." by [email protected] · 11 years ago
  32. 0761557 Move ContextProvider binding to inside GpuVideoAcceleratorFactory by [email protected] · 11 years ago
  33. 6e068ea Web MIDI: make naming convention be consistent by [email protected] · 11 years ago
  34. 291857a Move preferred scrollbar style preference change listening from renderer to browser, 2 of 3. by [email protected] · 11 years ago
  35. 8a78459 Removed requirement for the renderer to know it's process ID by [email protected] · 11 years ago
  36. 26e8232 Disable the idle handler timer when no action is expected. by [email protected] · 11 years ago
  37. 4b9e556 Added warning about not using a to-be-deleted method. by [email protected] · 11 years ago
  38. 9cdd715 Use ContextProvider subclass to provide WGC3D pointers by [email protected] · 11 years ago
  39. 4504807 Eliminate video capture thread in renderer by [email protected] · 11 years ago
  40. e6e30ac Move the guts of user_metrics to a new static lib in //base/metrics. by [email protected] · 11 years ago
  41. 3b96b7b5 Remove some code left over after r191766. by [email protected] · 11 years ago
  42. 680bd68 Revert 244383 "Use ContextProvider subclass to provide WGC3D poi..." by [email protected] · 11 years ago
  43. f609f91 Use ContextProvider subclass to provide WGC3D pointers by [email protected] · 11 years ago
  44. 5a7bba01 Revert 244074 "Eliminate video capture thread in renderer" by [email protected] · 11 years ago
  45. b2db927 Fix idle handlers not being called. The problem was that RenderThread::AddRoute was assuming that each listener was a RenderWidget. That used to be the case originally, but hasn't been like that for a while (i.e. also see ChromeV8ExtensionHandler and ChromePluginPlaceholder). by [email protected] · 11 years ago
  46. 91c2aaf Eliminate video capture thread in renderer by [email protected] · 11 years ago
  47. 7c85e7a4 Start removing support for in-process NPAPI plugins. This was a debugging mode and was only supported by non-Aura Windows code. by [email protected] · 11 years ago
  48. 8810516 gpu: Add IOSurface backed GpuMemoryBuffer implementation. by [email protected] · 12 years ago
  49. 97880c8 Use UserMetricsAction for renderer user metrics. by [email protected] · 12 years ago
  50. fcf75d4 Convert string16 to base::string16 in content. by [email protected] · 12 years ago
  51. 7670d433 Initial child-process side plumbing for starting an embedded ServiceWorker context by [email protected] · 12 years ago
  52. 1406f89 Change WebDatabaseObserverImpl to implement public/platform's WebDatabaseObserver by [email protected] · 12 years ago
  53. b0988b2 Have Blink be told of scrollbar changes rather than paying attention itself (Chromium side). by [email protected] · 12 years ago
  54. 180ef24 Rename WebKit namespace to blink (part 3) by [email protected] · 12 years ago
  55. 96ab016c Allow asynchronous GPU context creation for browser clients by [email protected] · 12 years ago
  56. bc10f46 Add multi-process GpuMemoryBuffer framework. by [email protected] · 12 years ago
  57. c50edb96 Remove message loop parameter from RenderThreadImpl::GetGpuFactories() by [email protected] · 12 years ago
  58. 56cd234 Remove ipc fuzzing code. by [email protected] · 12 years ago
  59. bf676c19 Revert r228777: "Allow asynchronous GPU context creation for browser clients" by [email protected] · 12 years ago
  60. 9cf895b Allow asynchronous GPU context creation for browser clients by [email protected] · 12 years ago
  61. 7d08a935 Fix race conditions in window snapshot code. by [email protected] · 12 years ago
  62. f10dc47 Expose only one LayerTreeHostClient::OffscreenContextProvider() by [email protected] · 12 years ago
  63. 6ca6a08 Switch DemuxerAndroid-related IPC messages from routed to control. by [email protected] · 12 years ago
  64. 93274ae Fix deletion of video accelerator 3D context when context is lost by [email protected] · 12 years ago
  65. 1cad880 Add media::VideoEncodeAccelerator with WebRTC integration by [email protected] · 12 years ago
  66. ca998e5e Move gamepad reader code out of PepperHelperImpl in the effort to eliminate PepperHelperImpl. I'm also making one instance per renderer instead of one per process for WebKit in RendererWebKitPlatformSupportImpl, and one per RenderView for Pepper. by [email protected] · 12 years ago
  67. 6b14423 Allow ContextProvider impls to be used without subclassing. by [email protected] · 12 years ago
  68. 86e3a70 Make RendererGpuVideoDecoderFactories live on arbitrary threads. by [email protected] · 12 years ago
  69. b9a407e Refactor GpuVideoDecoder::Factories out of GpuVideoDecoder. by [email protected] · 12 years ago
  70. 921480f6 Creates a WebRTCIdentityService instance per peer connection and passes it to libjingle. by [email protected] · 12 years ago
  71. 3bb8bb3 Integrate VDA with WebRTC. by [email protected] · 12 years ago
  72. 5071cb2 Add memory pressure listener which performs V8 GC on memory presure. by [email protected] · 12 years ago
  73. abb52216 Use a direct include of time headers in content/, part 2. by [email protected] · 12 years ago
  74. 57cf9788 Make ChildThread::current() and ChildProcess::current() only work on the main thread of the child process. In single-process mode, there would be multiple ChildThread objects each using thread local storage to get their value. by [email protected] · 12 years ago
  75. a987515 Re-land 16025005 with tiny fix for statics perf issue by [email protected] · 12 years ago
  76. 5ad0c70 Revert 207992: This looks like a reland of r207983, which was reverted in by [email protected] · 12 years ago
  77. 5f6f9bc don't include iostream.h by [email protected] · 12 years ago
  78. e184815 Revert 207983 "Implement Web MIDI API back-end" by [email protected] · 12 years ago
  79. 3940e87 Implement Web MIDI API back-end by [email protected] · 12 years ago
  80. 5b1840636 Addressing nits after r206791 by [email protected] · 12 years ago
  81. a9bd323d Make Task Manager to count JS heap of web workers. by [email protected] · 12 years ago
  82. 7951bfe Restore thread safety to GpuChannelHost. by [email protected] · 12 years ago
  83. 21aa9968 Use a direct include of strings headers in content/renderer and content/shell. by [email protected] · 12 years ago
  84. 788dba5 Add ContextProvider overrides to SynchronousCompositorFactory by [email protected] · 12 years ago
  85. b025568 Fix WebView compositor input handling by [email protected] · 12 years ago
  86. 10208ea Move a bunch of child-only code from content/common to content/child by [email protected] · 12 years ago
  87. c1330c8 Reland: Use a shared thread for media operations (round 3). by [email protected] · 12 years ago
  88. 6ef98b5a Moving WebRTC logging related files from content to chrome. by [email protected] · 12 years ago
  89. f9ac677 Revert 203429 "Reland: Use a shared thread for media operations." by [email protected] · 12 years ago
  90. a70c2f6 Reland: Use a shared thread for media operations. by [email protected] · 12 years ago
  91. 70dee7e Introduce the notion of a "layout test mode" instead of turning individual flags on and off by [email protected] · 12 years ago
  92. 399fe14 Adding parsing of constraint to enable WebRTC logging. by [email protected] · 12 years ago
  93. 373d6ca Create and add WebRTC filters (again). by [email protected] · 12 years ago
  94. bd948080 Revert 199531 "Use a shared thread for media operations." by [email protected] · 12 years ago
  95. fb49c9e2 Use a shared thread for media operations. by [email protected] · 12 years ago
  96. dd32b127 content: Use base::MessageLoop. by [email protected] · 12 years ago
  97. c912076 Removing creation of WebRTC logging filters. by [email protected] · 12 years ago
  98. ce79d851 Add Shutdown() helper to ChildThread and move all destructor logic. by [email protected] · 12 years ago
  99. af8b3a5 Create and add WebRTC filters. by [email protected] · 12 years ago
  100. ac7f5a0 Don't display navigation error pages during layout tests by [email protected] · 12 years ago