1. f1a29a0 Rename RenderThread to RenderThreadImpl by [email protected] · 14 years ago[Renamed (91%) from content/renderer/render_thread.h]
  2. 52647690 Create content::RenderThread interface and make code in chrome use that. by [email protected] · 14 years ago
  3. a9fb30aa Input event filtering and compositor thread setup. by [email protected] · 14 years ago
  4. 64ffa044 Move RenderProcessObserver and RenderViewVisitor to content\public\renderer and put them in the content namespace. by [email protected] · 14 years ago
  5. 2b7313f Re-re-reland r99689: Refactor the ContextInfo struct from bindings_utils into a by [email protected] · 14 years ago
  6. 18ad677 move webkit_glue::GetWebKitLocale to content. by [email protected] · 14 years ago
  7. 79fff82 New implementation of font precache on Windows. by [email protected] · 14 years ago
  8. 4a7d639 Move sending of the following IPC messages out of Chrome\renderer. by [email protected] · 14 years ago
  9. 6f08af8 Move the V8 benchmarking_extension.cc/.h files out of webkit/extensions into chrome as the functionality by [email protected] · 14 years ago
  10. 8d128d6 Annotate all of the functions in content that need to be exported, in preparation for creating a content shared library. by [email protected] · 14 years ago
  11. 8d6cba4 Update Chrome to use WebKitPlatformSupport instead of WebKitClient. by [email protected] · 14 years ago
  12. d1b8fccc RenderThread::OnControlMessageReceived may result in UserScriptSlave::UpdateScripts which calls WebKit::WebView::addUserStyleSheet. by [email protected] · 14 years ago
  13. 8262245 DevTools: move DevToolsAgent/Client into content. by [email protected] · 14 years ago
  14. 6eac57a Convert ViewMsg_NetworkStateChanged from routed -> control, by [email protected] · 14 years ago
  15. f7eb0a39 Ensures that AudioMessageFilter now lives on the main render thread. by [email protected] · 14 years ago
  16. f1c244e Revert 91390 (build breakage) - Convert ViewMsg_NetworkStateChanged from routed -> control by [email protected] · 14 years ago
  17. 848ca549 Convert ViewMsg_NetworkStateChanged from routed -> control by [email protected] · 14 years ago
  18. 80b161a move VideoCaptureImplManager from singleton to a member of RenderThread. by [email protected] · 14 years ago
  19. b42a9f6 Make EstablishGpuChannel synchronous. Remove obsolete Synchronize msg. by [email protected] · 14 years ago
  20. 08e3745 Revert r75078 now that crbug.com/72007 is fixed. by [email protected] · 14 years ago
  21. 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
  22. 202b54ff Move more GPU related files from content/common to content/common/gpu. by [email protected] · 14 years ago
  23. 38b59290 Clear RenderThread of any Chrome specific code, and move a bunch of stuff out of RenderView. by [email protected] · 14 years ago
  24. 10e6ab57 Move RenderThread to content\renderer. by [email protected] · 14 years ago[Renamed (98%) from chrome/renderer/render_thread.h]
  25. 6cf19311f Remove the rest of the Chrome dependencies from RenderThread. by [email protected] · 14 years ago
  26. 8d97ade Move a bunch of Chrome specific code out of RenderThread, in preparation of moving it to content. by [email protected] · 14 years ago
  27. 7f3a2cf Histogram added: GPU.GPUProcessLaunchCause by [email protected] · 14 years ago
  28. 1d4dbde Changes to WebDatabaseObserverImpl and SimpleDatabaseSystem required to have a chance of working properly with v8 isolates. With isolates the database related interfaces will be called on multiple threads and the previous impl was not put together with that in mind. by [email protected] · 14 years ago
  29. d07495f Fix typo bug caught by clang by [email protected] · 14 years ago
  30. 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
  31. 8990e471 Add chrome.benchmark routines to clear the host and predictor caches. by [email protected] · 14 years ago
  32. 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
  33. 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
  34. 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
  35. 778574e Create a new message file for view related messages. I just moved a few messages initially. by [email protected] · 14 years ago
  36. 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
  37. 7ef40ffe1 Move ChildThread and ChildProcess to content. Also move remaining code that they depend on and which depends on them.TBR=avi by [email protected] · 14 years ago
  38. 21e0cbf6 Enable speech input by default and remove unused code. by [email protected] · 14 years ago
  39. 0100b7a Moved creation of GPU transfer buffers into the browser process. by [email protected] · 14 years ago
  40. 08f42e7 Pump the WebCore Timer queue before running animation callbacks by [email protected] · 14 years ago
  41. 0e34852a Update benchmarking clearCache routine to be able to preserve sslhostinfo: by [email protected] · 14 years ago
  42. 28685da9 Make RenderView not have to know about how PhishingClassifierDelegate. by [email protected] · 14 years ago
  43. 08397d5 Change includes of gfx/* to ui/gfx/* by [email protected] · 14 years ago
  44. ec7db28 Move ExtensionRendereInfo into common and call it ExtensionSet instead. by [email protected] · 14 years ago
  45. 2a521c5 Refactor away all the duplicate extension data structures in by [email protected] · 14 years ago
  46. 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
  47. 610d6e6 Enable speech input by default and remove unused code. by [email protected] · 14 years ago
  48. a95986a8 Make IPC::Channel::Listener:OnMessageReceived have a return value indicating whether a message was processed or not. by [email protected] · 14 years ago
  49. ca2b1cb Move nsimage_cache from base to app/mac. Use the app::mac namespace. Update calling code. by [email protected] · 14 years ago
  50. e4be2dd Deinline even more destructors. by [email protected] · 15 years ago
  51. 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] · 15 years ago
  52. 3ead132 Have the RenderThread initialize a PhishingClassifier when it receives a by [email protected] · 15 years ago
  53. 4715830 Add command line switch to enable speech input and disable for beta/stable channels. by [email protected] · 15 years ago
  54. a7ab1b78 Part 2 of extension event refactor. by [email protected] · 15 years ago
  55. 414785a Ensure global extension events (like bookmarks) are sent to the incognito by [email protected] · 15 years ago
  56. 163753f Connect the browsing data remover with WebKit cache. by [email protected] · 15 years ago
  57. b75b829 Chrome side of consolidating zoom code for pepper plugins (i.e. pdf) and the rest of Chrome. Allows plugins to have different zoom ranges, and also to update zoom on its own. by [email protected] · 15 years ago
  58. 0df165f Generalize permission types to make it safer for us to add new permissions and to know that we're handling installation and elevation warnings correctly. by [email protected] · 15 years ago
  59. af7eb3fb Trying to reland r59889, this time as a multi-stage patch. by [email protected] · 15 years ago
  60. 31c90db Add an IPC message that will be used to send the phishing classification model by [email protected] · 15 years ago
  61. 3dab505 Revert 59889 - Fix regression introduced by by [email protected] · 15 years ago
  62. 25ec8f6 Fix regression introduced by by [email protected] · 15 years ago
  63. 4bce24e Added GPU stat for whether a GPU can report context lost. by [email protected] · 15 years ago
  64. bc535ee5 Add support for a "split" incognito behavior for extensions. by [email protected] · 15 years ago
  65. 5351dbc When the browser doesn't have connectivity to a hosted app, display a prettier error page by default. by [email protected] · 15 years ago
  66. c6a7b86 Add a file thread to the renderer process. by [email protected] · 15 years ago
  67. 5e7cd55 FBTB: Remove unneeded #includes of base/ref_counted.h and base/string16.h in src/chrome. by [email protected] · 15 years ago
  68. 12893c3 Enable/Disable Spdy in benchmarking. by [email protected] · 15 years ago
  69. a83d4229 FBTF: Header cleanup in chrome/common. Part 1. by [email protected] · 15 years ago
  70. 46f36a49 Header cleanup in chrome/renderer/. by [email protected] · 15 years ago
  71. 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
  72. e13ad79b Continual header pruning by [email protected] · 15 years ago
  73. 39065d01 Clean up Chromium code to follow message loop reentrancy fix in WebKit (https://bugs.webkit.org/show_bug.cgi?id=41697) by [email protected] · 15 years ago
  74. 4fdbc149 Add the concept of browse extent. by [email protected] · 15 years ago
  75. 74be069e8 Change classes and functions for DNS Prefetching to Predictor* by [email protected] · 15 years ago
  76. 418978d Fix files with svn:executable permissions. by [email protected] · 15 years ago
  77. f3ede41 Enhance comment above RenderThread with how this should be factored instead. The old suggestion won't work so I updated this with my latest thinking. by [email protected] · 15 years ago
  78. c5d7934 Actually clear the disk cache, and keep it enabled, between benchmark runs. by [email protected] · 15 years ago
  79. 70c19a93 Implement IndexedDatabase::open up until re-entrance into WebKit. That (and the by [email protected] · 15 years ago
  80. b3df5a4 Reimplement accessibility of web content by caching the entire by [email protected] · 15 years ago
  81. 942690b13 Reduce header dependencies in chrome/ by [email protected] · 15 years ago
  82. 9f4db51 Revert 46842 - Reimplement accessibility of web content by caching the entire by [email protected] · 15 years ago
  83. fae40a3 Reimplement accessibility of web content by caching the entire by [email protected] · 15 years ago
  84. 2ee0e756 Revert 46567 - Reimplement accessibility of web content by caching the entire by [email protected] · 15 years ago
  85. 7010297 Reimplement accessibility of web content by caching the entire by [email protected] · 15 years ago
  86. 9d797f3 Send content settings based on the URL to the renderer instead of just the host. by [email protected] · 15 years ago
  87. 3a8eecb Implement app process model isolation. by [email protected] · 15 years ago
  88. b8f41a19 Give chrome-extension frames in regular renderers access to messaging APIs, by [email protected] · 15 years ago
  89. a807bbe Reland 44348 Add support for restricting broadcasting events to extensions based on host permissions by [email protected] · 15 years ago
  90. 9f005fe Revert 44351 - Reland 44348 Add support for restricting broadcasting events to extensions based on host permissions by [email protected] · 15 years ago
  91. 173e5e8 Reland 44348 Add support for restricting broadcasting events to extensions based on host permissions by [email protected] · 15 years ago
  92. e3200680 Revert 44348 - Add support for restricting broadcasting events to extensions based on host permissions. by [email protected] · 15 years ago
  93. 8426c02 Add support for restricting broadcasting events to extensions based on host permissions. by [email protected] · 15 years ago
  94. 0314ae0 Implement patterns for content setting exceptions. by [email protected] · 15 years ago
  95. 2b437e23 Changes to the Browser to support Database access from Workers. by [email protected] · 15 years ago
  96. 3bf4d53 Added command buffer implementation of WebGL which runs in the sandbox. by [email protected] · 15 years ago
  97. 6217d39 Calling OpenGL from the renderer process by [email protected] · 15 years ago
  98. d725947 Enforce extension permissions in C++ (instead of Javascript). by [email protected] · 15 years ago
  99. 5c7293a Move some more files to toplevel gfx dir. by [email protected] · 15 years ago
  100. b2a74ca Add chrome.extension.inIncognitoTab for content scripts. by [email protected] · 15 years ago