1. 09d5036 gpu: Add support for GLX_EXT_texture_from_pixmap extension. by [email protected] · 13 years ago
  2. 4eb2f263 Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension. by [email protected] · 13 years ago
  3. f4ba365 gpu: Add support for GLX_EXT_texture_from_pixmap extension. by [email protected] · 13 years ago
  4. 7884757 Add a flag to enable the deprecated PeerConnection00 by [email protected] · 13 years ago
  5. cb62dc1 fix uninitialized variable warning for vs2012 compilation by [email protected] · 13 years ago
  6. 739d08d3 Turned on Shadow DOM and style scoped flags by default. by [email protected] · 13 years ago
  7. 1c0c9bc Pinch-zoom applied via compositor instead of CSS transformation. by [email protected] · 13 years ago
  8. 223a31e4 Always enable touch on chromeos. by [email protected] · 13 years ago
  9. 5f7e451 Clean up scoped_com_initializer.h, primarily by removing #ifdefs for non-Windows. Instead change files that use this to specifically #ifdef it for OS_WIN, like we do most other Windows-specific code. by [email protected] · 13 years ago
  10. 0ef60d0 Remove mouse lock / pointer lock flags. by [email protected] · 13 years ago
  11. ff7b6dd Use a single flag for enabling experimental WebKit features. by [email protected] · 13 years ago
  12. 6ee10bd Move creation of PeerConnection from the RenderView to the RenderThreadImpl. by [email protected] · 13 years ago
  13. 4761cf1 Refactor the P2PSocketDispatcher to be created on the RenderThread instead of the RenderView. by [email protected] · 13 years ago
  14. b146d6d Don't call WebKit methods from DevToolsAgentFilter until WebKit is initialized by [email protected] · 13 years ago
  15. cd7ce3be Convert RenderThreadImpl compositor initialization to WebCompositorSupport by [email protected] · 13 years ago
  16. b651690 Update the text for disabling the track element in chrome://flags by [email protected] · 13 years ago
  17. da43c08 Enable Media Source API by default. by [email protected] · 13 years ago
  18. 1a63a2ac Revert 155122 - Code to collect issue 97285 debugging info for crash reports. by [email protected] · 13 years ago
  19. 9d8921b1 history.{push,replace}State should no longer be V8EnabledAtRuntime by [email protected] · 13 years ago
  20. 8feb52c0 Code to collect issue 97285 debugging info for crash reports. by [email protected] · 13 years ago
  21. 256b3bd Remove --enable-video-track flag by [email protected] · 13 years ago
  22. b2d9876 Per-host V8 histograms. by [email protected] · 13 years ago
  23. cdb609e7 Removed the --enable-peerconnection flag by [email protected] · 13 years ago
  24. fde3e2f Don't try to set context callback if the context failed to be created. by [email protected] · 13 years ago
  25. 23d2b7e Fix for content_unit_tests introduced in r151387 by [email protected] · 13 years ago
  26. 1842fe2 Creates the WebCompositorOutputSurface, which is the new mechanism for rendering interactions between the compositor and RenderWidgetHost. by [email protected] · 13 years ago
  27. fe476b0 Fix lifecycle-vs-threads of GpuVDAContext3D. by [email protected] · 13 years ago
  28. c76f58ba Add CSS exclusions command-line switch by [email protected] · 13 years ago
  29. 1332623f1 Remove unused include and always-true compile-time check by [email protected] · 13 years ago
  30. 1254eda Remove RenderThread::IsRegisteredExtension by [email protected] · 13 years ago
  31. cb25aa1 Browser Plugin: Move to old namespace by [email protected] · 13 years ago
  32. b7c4f03 Cleaned up compositing mode field trial code by: by [email protected] · 13 years ago
  33. a70b435 Make plugins work in a RenderViewTest by [email protected] · 13 years ago
  34. 334bb03 Cleanup: Remove RenderThreadImpl::RoutingIDForCurrentContext by [email protected] · 13 years ago
  35. 634a3bd disable web audio by default on android and add switches to enable it by [email protected] · 13 years ago
  36. 2b03530 Don't crash when a context can't be created for HW video decode. by [email protected] · 13 years ago
  37. a458504b Add threaded compositing mode to field trial by [email protected] · 13 years ago
  38. a1a7ff3 Upstream support for WebKit shared timer toggling. by [email protected] · 13 years ago
  39. 3958e97 Enable renderer side mixing behind a flag. by [email protected] · 13 years ago
  40. d1a9e06 Improve GPU process URL crash reporting. by [email protected] · 13 years ago
  41. 83ab4a28 Histograms - Support histograms for Plugins, GPU by [email protected] · 13 years ago
  42. c7e948b4 Fix stats counters by [email protected] · 13 years ago
  43. 71e0656 Avoid SEGVing in WebGraphicsContext3DCommandBufferImpl::IsCommandBufferContextLost() by [email protected] · 13 years ago
  44. e4a8166 Revert 144012 - Revert 143931 - Enable Pointer Lock by default, change about:flags option to multi-select. by [email protected] · 13 years ago
  45. 4998b1d Revert 143931 - Enable Pointer Lock by default, change about:flags option to multi-select. by [email protected] · 13 years ago
  46. 3e407b4 Browser Plugin: Disabled threaded compositing in guest renderers. by [email protected] · 13 years ago
  47. 686c915 Enable Pointer Lock by default, change about:flags option to multi-select. by [email protected] · 13 years ago
  48. c47317e Rename IPC Sender and Listener in ppapi, content/public, and content/renderer by [email protected] · 13 years ago
  49. 3b2afc3 Re-enable HW decode on CrOS now that the flashing bug is fixed. by [email protected] · 13 years ago
  50. 14cf0f1 Browser Plugin: Move to old directories by [email protected] · 13 years ago
  51. e54ab49 added gpu_benchmarking_extension boilerplate and hooked it up to a new switch. by [email protected] · 13 years ago
  52. 302fe42 Prepare compositor.cc for global CCSettings by [email protected] · 13 years ago
  53. 842f1065 Reland r124453. The change was reverted in 140030 to be merged with M20. by [email protected] · 13 years ago
  54. dfec195 Revert 124453 - WebWidgetClient::screenInfo() no longer does a synchronous IPC. by [email protected] · 13 years ago
  55. 6a1f9cf Disable WebAudio when media library init fails. by [email protected] · 13 years ago
  56. c49201a Revert "Revert 137734 - Select theme resources from ResourceBundle at requested scale factor." by [email protected] · 13 years ago
  57. 468e490 Renderer-side changes for browser plugin by [email protected] · 13 years ago
  58. d13f35d Add trace events to measure GPU process startup timing and time to first present. by [email protected] · 13 years ago
  59. 61a796c4 Revert 137734 - Select theme resources from ResourceBundle at requested scale factor. by [email protected] · 13 years ago
  60. bebfb2e Select theme resources from ResourceBundle at requested scale factor. by [email protected] · 13 years ago
  61. d7a35b7 Revert 137239 - Revert 134823 - Enable gamepad API by default by [email protected] · 13 years ago
  62. 96191d5 Add GetIOMessageLoopProxy method to RenderThread interface. by [email protected] · 13 years ago
  63. 7082fb94 reland http://codereview.chromium.org/10379003/ by [email protected] · 13 years ago
  64. 51dbd1c Browser Plugin: Removed BrowserPluginWebContentsObserver (to be replaced by rewritten BrowserPluginHost in subsequent patch). Plumbed embedder_process_id and embedder_routing_id. by [email protected] · 13 years ago
  65. 1246658 Revert 134823 - Enable gamepad API by default by [email protected] · 13 years ago
  66. 0838156 Revert 137219 - enable media stream by default. by [email protected] · 13 years ago
  67. 14ff9620 enable media stream by default. by [email protected] · 13 years ago
  68. b512bc2 Revert 135727 - Add AllowSuddenTermination to API. This provide means for plugins to let us know those windows where they need a renderer at shutdown to finish saving state. by [email protected] · 13 years ago
  69. 1910fe8 Pull domstorage specifics out of RenderThreadImpl into a seperate by [email protected] · 13 years ago
  70. f08e0c7 Add AllowSuddenTermination to API. This provide means for plugins to let us know those windows where they need a renderer at shutdown to finish saving state. by [email protected] · 13 years ago
  71. 14392a5 Create swapped-out opener RVHs after a process swap. by [email protected] · 13 years ago
  72. 8ea05a1 I am adding a new flag, --enable-peer-connection, that solely controls the availability of the WebKit PeerConnection classes. This flag is in addition to --enable-media-stream. by [email protected] · 13 years ago
  73. 796f1cf Enable gamepad API by default by [email protected] · 13 years ago
  74. 237a1485 Route calls to tcmalloc MallocExtension through allocator agnostic interface by [email protected] · 13 years ago
  75. bbedb08 Enable web audio on ChromeOS. by [email protected] · 13 years ago
  76. 345ff22 Switch chrome and chromiumDRT over to using the new WebKit API for dispatching by [email protected] · 13 years ago
  77. 60e5233 Fixup the DomStorage IPC messsages. by [email protected] · 13 years ago
  78. 9f5b782 Add flag that enable Encrypted Media Extensions on video elements. by [email protected] · 13 years ago
  79. f45c5f3 Cleanup of v8 extension stuff. Playback extension is only used in chrome, so move it to chrome\renderer and all of its associated switches to chrome. GC extension is only used by webkit\support, so move it there. The other two profiler extensions aren't used, so remove them. by [email protected] · 13 years ago
  80. cd0bd79 Convert plugin and GPU process to brokered handle duplication. by [email protected] · 13 years ago
  81. 3e3c452 Add an accessibility mode for editable text fields only. by [email protected] · 13 years ago
  82. 2a9ee22 Revert 132218 - Convert plugin and GPU process to brokered handle duplication. by [email protected] · 13 years ago
  83. 50e32b2 Convert plugin and GPU process to brokered handle duplication. by [email protected] · 13 years ago
  84. a9bbd0ee Add DCHECK in IndexedDBDispatcher::ThreadSpecificInstance to ensure by [email protected] · 13 years ago
  85. b928936b DomStorage house cleaning in preparation of deleting the now obsolete in_process_webkit support for this component. by [email protected] · 13 years ago
  86. 5be1cdf6 Revert 131429 because content_unittests is early exiting- Moved SuicideOnChannelErrorFilter to content. by [email protected] · 13 years ago
  87. e07111c Moved SuicideOnChannelErrorFilter to content. by [email protected] · 13 years ago
  88. 72787e39 Add disable for threaded compositing to about:flags in preparation for turning it on on CrOS by [email protected] · 13 years ago
  89. 58436a1 Use a new scheme for swapping out RenderViews. by [email protected] · 13 years ago
  90. 9b7b57d Speech JavaScript API: add --enable-scripted-speech by [email protected] · 13 years ago
  91. 8cca3da Plumb Guest flag to RenderViewImpl by [email protected] · 13 years ago
  92. 91acd1c Remove dead code left over from old-style WebCompositor initialization path. by [email protected] · 13 years ago
  93. 451c89d6 Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chromium-specific changes. by [email protected] · 13 years ago
  94. 9193034b Fix --single-process mode issues with GpuChannelHostFactory by [email protected] · 13 years ago
  95. ab10031 Revert 126020 - Experiment for updating the tcmalloc chromium branch to r144 (gperftools 2.0). by [email protected] · 13 years ago
  96. 8435cb9 Experiment for updating the tcmalloc chromium branch to r144 (gperftools 2.0). by [email protected] · 13 years ago
  97. d8cd837 Adding a skeleton MediaStreamCenter. by [email protected] · 13 years ago
  98. 03dc888f Aura: recover from lost context / GPU process dying by [email protected] · 13 years ago
  99. cf3349c Revert 125629 - Adding a skeleton MediaStreamCenter. by [email protected] · 13 years ago
  100. 3fc5d55 Adding a skeleton MediaStreamCenter. by [email protected] · 13 years ago