1. 80b161a move VideoCaptureImplManager from singleton to a member of RenderThread. by [email protected] · 14 years ago
  2. b6cb3a84 Update src/content/renderer to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVE by [email protected] · 14 years ago
  3. 24101d60 Add switch to enable media stream apis in Webkit. The patch is needed so media stream can be default disabled in WebKit before all Chromium implementation is done and tested. by [email protected] · 14 years ago
  4. ba164c91 move all media and media_stream related files into content/browser/renderer_host/media and content/renderer/media by [email protected] · 14 years ago
  5. f193379 Get rid of the following dependencies from content: by [email protected] · 14 years ago
  6. 8c91b23 Enable Spellcheck API on Chromium. by [email protected] · 14 years ago
  7. e25f4d7 create one video capture message filter per renderer process by [email protected] · 14 years ago
  8. b42a9f6 Make EstablishGpuChannel synchronous. Remove obsolete Synchronize msg. by [email protected] · 14 years ago
  9. e63c4d7 Replace OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, TOOLKIT_USES_GTK, or by [email protected] · 14 years ago
  10. 72654a6 Always enable quota storage API by [email protected] · 14 years ago
  11. a03a222 Moved GPU related files in content/renderer into gpu subdirectory. by [email protected] · 14 years ago
  12. 366ae24 Merge gpu_trace_event back into base/debug/trace_event. by [email protected] · 14 years ago
  13. 5ae1f73 Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial land attempt at http://codereview.chromium.org/6551019/gpu_trace_event fork at http://codereview.chromium.org/6691013- gpu_trace_event renamed to base/debug/trace_event and modified as appropriate for base::debug- Unit Tests implemented for trace_event- gpu_common library removed (was added only for gpu_trace_event)- Existing calls to trace_event suffixed with _ETW to make ETW calls (see decisions and incremental plans at end of 6551019)- GPU trace calls renamed to new calls.- Tracing switch removed from test_shell, as linux log file support removed.BUG=79509TEST=trace_event_win_unittest and about:gpuCommitted: http://src.chromium.org/viewvc/chrome?view=rev&revision=84284Review URL: http://codereview.chromium.org/6862002 by [email protected] · 14 years ago
  14. 820d851f Merge gpu_trace_event back into base/debug/trace_event. by [email protected] · 14 years ago
  15. 39a52b44 Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial land attempt at http://codereview.chromium.org/6551019/gpu_trace_event fork at http://codereview.chromium.org/6691013- gpu_trace_event renamed to base/debug/trace_event and modified as appropriate for base::debug- Unit Tests implemented for trace_event- gpu_common library removed (was added only for gpu_trace_event)- Existing calls to trace_event suffixed with _ETW to make ETW calls (see decisions and incremental plans at end of 6551019)- GPU trace calls renamed to new calls.- Tracing switch removed from test_shell, as linux log file support removed.BUG=79509TEST=trace_event_win_unittest and about:gpuReview URL: http://codereview.chromium.org/6862002 by [email protected] · 14 years ago
  16. 77eecb9 Merge gpu_trace_event back into base/debug/trace_event. by [email protected] · 14 years ago
  17. c6e27b9 Implement the new WebPermissionClient interface in Chrome code to get rid of all the awkward calls to ContentRendererClient. by [email protected] · 14 years ago
  18. 8a009ee Enable quota API when enable-quota flag is given. by [email protected] · 14 years ago
  19. 202b54ff Move more GPU related files from content/common to content/common/gpu. by [email protected] · 14 years ago
  20. c03a6e7 Progress towards fixing 77536 by [email protected] · 14 years ago
  21. a3d2afafd Revert 81965 - Progress towards fixing 77536This first thing this CL does is plumbs through the surface that the GPU will eventually render to very early on (with the ViewMsg_New and ViewMsg_CreateNew IPCs). Previously, these surfaces were acquired at the time that GPU got a request for a command buffer. This required mediation by the browser UI thread. With this CL, we pre-acquire the surfaces so that they can be passed with the request for the command buffer. This will allow us to handle the request on the browser IO thread.The second thing this CL does is change the surface management a bit. When surfaces were acquired and released when command buffers were created and destroyed, the GPU process host was natural manager of surfaces. This pushes the management further down into the RWHV level and GtkNativeViewManager (on Linux). It fixes a minor resource leak.BUG=first stage of 77536TEST=By hand WebGL, 3D CSS, Pepper 3D on Linux, Windows, and Mac.Review URL: http://codereview.chromium.org/6840060 by [email protected] · 14 years ago
  22. 4451b50 Progress towards fixing 77536 by [email protected] · 14 years ago
  23. 9966325b Remove the last Chrome dependencies from renderer, and enforce no more includes through DEPS. I also added DEPS checking for gpu/plugin/worker directories as well. I moved the Chrome specific browser tests to the chrome directory, and removed render_widget_unittest since it didn't seem to be testing much (there are tests that test it much more fully). I had to move bindings_policy.h, which ideally would be split into separate pieces so that the content layer only has to know about the content bindings. Given that it's basically an enum, I moved the whole file now since it's used in a lot of places, and the value of turning on DEPS checking is really high. by [email protected] · 14 years ago
  24. 38b59290 Clear RenderThread of any Chrome specific code, and move a bunch of stuff out of RenderView. by [email protected] · 14 years ago
  25. 8704f89b Move RenderProcess to content. by [email protected] · 14 years ago
  26. 10e6ab57 Move RenderThread to content\renderer. by [email protected] · 14 years ago[Renamed (99%) from chrome/renderer/render_thread.cc]
  27. 6cf19311f Remove the rest of the Chrome dependencies from RenderThread. by [email protected] · 14 years ago
  28. 13313977 Change the client-side phishing detection request format. Instead of by [email protected] · 14 years ago
  29. 8d97ade Move a bunch of Chrome specific code out of RenderThread, in preparation of moving it to content. by [email protected] · 14 years ago
  30. 2d9b6ce Enable data transfer items by default. by [email protected] · 14 years ago
  31. 7f3a2cf Histogram added: GPU.GPUProcessLaunchCause by [email protected] · 14 years ago
  32. 81ce9f3b Use lock-free lazy initialization for static histogram references by [email protected] · 14 years ago
  33. 2ddda60 Better handling of disabling the GPU acceleration if the GPU process dies more than 3 times. by [email protected] · 14 years ago
  34. 6779aa1 Move the dispatching of extension messages out of RenderThread. This also moves a bunch of extension related state out of RenderThread. by [email protected] · 14 years ago
  35. 8990e471 Add chrome.benchmark routines to clear the host and predictor caches. by [email protected] · 14 years ago
  36. 1223d6ef Add a RenderProcessObserver. For now this will be primarily used to filter control messages, so that we can take out the chrome specific message dispatching out of RenderThread. It will also be used to clean up RenderThread a bit. by [email protected] · 14 years ago
  37. 44c49c9 Move extension messages to their own file and add a RenderViewObserver to start moving the extension code out of RenderView. by [email protected] · 14 years ago
  38. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  39. 3e26719 Move spellcheck messages into their own file, and dispatch them all in SpellCheckMessageFilter. The next step would be to make WebView have a setter for a WebSpellCheckClient that SpellCheckProvider implements so that spelling can be taken out of RenderView completely. by [email protected] · 14 years ago
  40. fffaf97 Move the rest of the renderer->browser messages that belong in content. Also do a bunch of cleanup: by [email protected] · 14 years ago
  41. 9317b52 setting gpu info in renderer process so that windows crashes included gpu data when the gpu process is running. by [email protected] · 14 years ago
  42. 250ff7b If --disable-webgl is passed, continue to return null from by [email protected] · 14 years ago
  43. 7785b17f Fix for issue =76919 and added --keep-mouse-cursor (76976) by [email protected] · 14 years ago
  44. 53c607c Fix crash in single process mode because ChromeRenderContentClient wasn't being initialized. Also moved Mac one-time renderer initialization code into the same location, instead of RenderView's constructor. by [email protected] · 14 years ago
  45. 778574e Create a new message file for view related messages. I just moved a few messages initially. by [email protected] · 14 years ago
  46. 6091604 Move a bunch of remaining files from chrome\renderer to content\renderer. by [email protected] · 14 years ago
  47. acb9472 Move the renderer_web* files to content. by [email protected] · 14 years ago
  48. 6f51608 Move a bunch of gpu/worker/plugin renderer code to content. I temporarily disabled the sad plugin code while I add a renderer chrome interface in a follow up. by [email protected] · 14 years ago
  49. 426dcd7 Videos on cnn.com would not paint at times especially if a number of them were opened simultaneously. by [email protected] · 14 years ago
  50. 230b7ef Move a bunch of html5 renderer code to content. by [email protected] · 14 years ago
  51. 127dd58 Move all the message files in chrome that belong in content. by [email protected] · 14 years ago
  52. 3c5c6d8 Move plugin code to content. by [email protected] · 14 years ago
  53. 105303e Move plugin messages to content. by [email protected] · 14 years ago
  54. e93e04e Move AppCache common code to content and split off AppCache messages into their own file. Also move WebMessagePortChannel and WebDatabaseObserverImpl to content. by [email protected] · 14 years ago
  55. 37666cf Move database files from chrome\commmon to content\common, in preparation for moving the worker code. by [email protected] · 14 years ago
  56. 50285ff Remove Gears from Chrome. by [email protected] · 14 years ago
  57. d6d8f71 Move GPU messages to content. I've also switched the IPC structs to use the new IPC macros that generate serialization code. by [email protected] · 14 years ago
  58. 7a0c143 Enabling JavaScript i18n API by default. by [email protected] · 14 years ago
  59. 27d2748 Add runtime enabled command-line flag for data transfer items by [email protected] · 14 years ago
  60. ff47b296 Move the common child process messages into their own file. by [email protected] · 14 years ago
  61. a37ea309 Fix dbg-shlib build by removing dependency on webkit_glue from content\common. by [email protected] · 14 years ago
  62. 620161e Move ResourceDispatcher to content. I've moved the Chrome-specific SecurityFilterPeer to renderer directory, and factored out its creation so that it's the same as how we create ExtensionLocalizationPeer. by [email protected] · 14 years ago
  63. 94dc971d Move resource related IPCs to their own file in content. I added a IPC_STRUCT_TRAITS_PARENT macro to allow the automatic serializing macros to add a parent struct. by [email protected] · 14 years ago
  64. 6775e40a Change other usages of .size() to .empty() when applicable. by [email protected] · 14 years ago
  65. 21e0cbf6 Enable speech input by default and remove unused code. by [email protected] · 14 years ago
  66. 0100b7a Moved creation of GPU transfer buffers into the browser process. by [email protected] · 14 years ago
  67. d471190a Expose WebCore log channels on the chrome command line by [email protected] · 14 years ago
  68. 0e34852a Update benchmarking clearCache routine to be able to preserve sslhostinfo: by [email protected] · 14 years ago
  69. be8a927 Adding support for JavaScript internationalization API as V8 extension. See proposal at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api. by [email protected] · 14 years ago
  70. 28685da9 Make RenderView not have to know about how PhishingClassifierDelegate. by [email protected] · 14 years ago
  71. 7822132 Refactoring to use a new IPC message filter. by [email protected] · 14 years ago
  72. ec7db28 Move ExtensionRendereInfo into common and call it ExtensionSet instead. by [email protected] · 14 years ago
  73. c931d52 retry r71405: Make new chrome UI security model the default. by [email protected] · 14 years ago
  74. 2a521c5 Refactor away all the duplicate extension data structures in by [email protected] · 14 years ago
  75. 9df334c1 revert r71405 as it is causing ui test failures: by [email protected] · 14 years ago
  76. 637db9e5 Make new chrome UI security model the default. by [email protected] · 14 years ago
  77. 48cb782 Conditionally add compile-time enable for the web audio API only on Mac OS X by [email protected] · 14 years ago
  78. e0422e5 Revert 72306 - Conditionally add compile-time enable for web audio API on Mac OS X by [email protected] · 14 years ago
  79. 9ed3854e Conditionally add compile-time enable for web audio API on Mac OS X by [email protected] · 14 years ago
  80. 8df5119 Re-land http://codereview.chromium.org/6339004 which was reverted by [email protected] · 14 years ago
  81. b8dc182b Revert 72261 - Add run-time enable support for the web audio API by [email protected] · 14 years ago
  82. a4f4692 Add run-time enable support for the web audio API by [email protected] · 14 years ago
  83. 1a9e58f Revert http://src.chromium.org/viewvc/chrome?view=rev&revision=70896 to move speech input back behind a flag. by [email protected] · 14 years ago
  84. ada42fc Disabled GPU process prelaunch field trial. by [email protected] · 14 years ago
  85. 8bd0fe6 Roll WebKit DEPS past WebKit move. Update gyp files and include paths to reflect the move. Consolidate how we DEPS in WebKit source files. Cross fingers. by [email protected] · 14 years ago
  86. c8310d8 Changing the security model for "chrome" URLs by [email protected] · 14 years ago
  87. 610d6e6 Enable speech input by default and remove unused code. by [email protected] · 14 years ago
  88. 1357c32 Move thread local stuff from base to base/threading and consistently use the by [email protected] · 14 years ago
  89. a95986a8 Make IPC::Channel::Listener:OnMessageReceived have a return value indicating whether a message was processed or not. by [email protected] · 14 years ago
  90. ca2b1cb Move nsimage_cache from base to app/mac. Use the app::mac namespace. Update calling code. by [email protected] · 14 years ago
  91. 97123dc (Re-landing http://codereview.chromium.org/5991003 after Chromium OS by [email protected] · 14 years ago
  92. 9fec137 Revert 69753 - Added group policy for disabling all client-side 3D APIs in Chromium by [email protected] · 14 years ago
  93. f553c38 Added group policy for disabling all client-side 3D APIs in Chromium by [email protected] · 14 years ago
  94. e4be2dd Deinline even more destructors. by [email protected] · 14 years ago
  95. 56879f93 Make DOMStorageDispatcherHost be a message filter (and rename it accordingly). It now derives from BrowserMessageFilter and hence gets message dispatching to different threads for free. by [email protected] · 14 years ago
  96. 26a9acf Make DatabaseDispatcherHost be a message filter so that ResourceMessageFilter doesn't have to know about it. by [email protected] · 14 years ago
  97. 42ce94e Convert over to channel handles by [email protected] · 15 years ago
  98. f23d4da9 Implemented IPC message to check whether cookies are enabled. by [email protected] · 15 years ago
  99. 3ead132 Have the RenderThread initialize a PhishingClassifier when it receives a by [email protected] · 15 years ago
  100. 4715830 Add command line switch to enable speech input and disable for beta/stable channels. by [email protected] · 15 years ago