1. cca6f39 Move some content url constants to /url. by [email protected] · 11 years ago
  2. e8ca69c Move some content url constants to /url. by [email protected] · 11 years ago
  3. 2fe8d191 Revert "Remove kLogPluginMessages flag as part of flag cleanup." by [email protected] · 11 years ago
  4. da22c3c Remove kLogPluginMessages flag as part of flag cleanup. by [email protected] · 11 years ago
  5. 7412204 Move IPC::MessageFilter and router to a separate file by [email protected] · 11 years ago
  6. f8c8179c Fixed routing id in WebPluginProxy::CheckIfRunInsecureContent. by [email protected] · 11 years ago
  7. c997bc4 Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins on linux by [email protected] · 11 years ago
  8. dcc29777 Delete the GTK+ port of Chrome. by [email protected] · 11 years ago
  9. d55d90f2 Make http range requests by plugins also go directly to the browser process instead of going through the renderers. by [email protected] · 11 years ago
  10. c2809346d Move webcursors code from webkit/ to content. by [email protected] · 11 years ago
  11. bdd2d42 Move the rest of webkit/glue into content/child by [email protected] · 12 years ago
  12. 2d09a70 Fix chrome.webRequest.onBeforeRequest for requests coming from NPAPI plugin processes. by [email protected] · 12 years ago
  13. 8a75828 Removes some unnecessary preprocessor directives by [email protected] · 12 years ago
  14. 2ceee8f Remove some code inside USE_AURA and OS_WIN ifdefs in content. by [email protected] · 12 years ago
  15. f0938f3a PluginChannel: separate plugin_stubs_.erase and ~WebPluginDelegateStub. by [email protected] · 12 years ago
  16. e0b3e03 remove plugin exception restoration code by [email protected] · 12 years ago
  17. f3add92 A bunch of work to transition from render_view_id to render_frame_id. by [email protected] · 12 years ago
  18. 166f2ed MessageLoop(TYPE_UI) -> MessageLoopForUI by [email protected] · 12 years ago
  19. fcf75d4 Convert string16 to base::string16 in content. by [email protected] · 12 years ago
  20. d89eec8 Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. by [email protected] · 12 years ago
  21. 72aa4c2 Move kFtpScheme into content namespace. by [email protected] · 12 years ago
  22. efde84b0 LOG(INFO) -> VLOG(0) in content/ by [email protected] · 12 years ago
  23. ec173b52 Rewrite include paths for Blink public/ headers that have moved by [email protected] · 12 years ago
  24. 1673caf Implement ScopedChildProcessReference class by [email protected] · 12 years ago
  25. fc93ed7f Cleanup: Remove unused includes of webkit/glue/webkit_glue.h by [email protected] · 12 years ago
  26. 180ef24 Rename WebKit namespace to blink (part 3) by [email protected] · 12 years ago
  27. 1a1c33a2 WebPluginDelegateStub::dtor not to call RemoveMappingForNPObjectOwner() is init failed. by [email protected] · 12 years ago
  28. 93cabae Cancel resources in the plugin process when a user presses the stop button or window.stop() is called. by [email protected] · 12 years ago
  29. 1d1e24e Fix compile error on lkgr Win x64 build. by [email protected] · 12 years ago
  30. 42887efa Revert 225099 "Cancel resources in the plugin process when a use..." by [email protected] · 12 years ago
  31. 659d4de Cancel resources in the plugin process when a user presses the stop button or window.stop() is called. by [email protected] · 12 years ago
  32. 8977aca Move some files from x11_util to gfx/x/x11_types.h so they can be used by ui/gl. by [email protected] · 12 years ago
  33. c4eb2947 Move XID, XDisplay, GetXDisplay and a few other types to ui/gfx/x/x11_types.h by [email protected] · 12 years ago
  34. 50106bf Support byte range requests when routing resource requests directly through the browser process. by [email protected] · 12 years ago
  35. e9a8204 content: Move kHttpScheme constant into content namespace. by [email protected] · 12 years ago
  36. 01cb1991 Load NPAPI plugin resources through the browser process directly instead of going through the renderer. This is needed because when we have site isolation enabled we won't trust the renderer to fetch urls from arbitrary origins, which is something that NPAPI plugins can do. by [email protected] · 12 years ago
  37. 0250ed7 Move the WebPluginResourceClient interface to its own header. Also fix up method order in webplugin_proxy.h and change WebKit::WebCanvas usage to SkCanvas. by [email protected] · 12 years ago
  38. 4654bfe content: Move kHttpsScheme constant into content namespace. by [email protected] · 12 years ago
  39. a09cf35 Move kDisableCoreAnimationPlugins to content_switches since it's only used in content now. by [email protected] · 12 years ago
  40. c79b4011 Remove mention of webkit/plugins from DEPS files. by [email protected] · 12 years ago
  41. 9dd9015 Created multi-process-friendly PowerMonitor interface. by [email protected] · 12 years ago
  42. 54724e2 Update include paths in miscellaneous content/ directories for base/process changes. by [email protected] · 12 years ago
  43. 0e7015f Implement ChildThread::shutdown and clear members that have refs into blink by [email protected] · 12 years ago
  44. 9a60ccb Remove webkit/plugins/npapi. by [email protected] · 12 years ago
  45. defa597a Move npapi related files from content\child to the new content\child\npapi directory. by [email protected] · 12 years ago
  46. 29e2fb4 Move NPAPI implementation out of webkit/plugins/npapi and into content. by [email protected] · 12 years ago
  47. 8bac37b Use a direct include of the shared_memory header in content/plugin/, content/public/, content/renderer/, gpu/. by [email protected] · 12 years ago
  48. e55f564 Use a direct include of the message_loop header in content/, part 3. by [email protected] · 12 years ago
  49. 1021245 Remove unused includes of plugin_list.h. Also remove unused ContentClient and webkit_support methods that referenced or used PluginList. by [email protected] · 12 years ago
  50. d9e440ce Fix not completed range requests from NPAPI plugins. by [email protected] · 12 years ago
  51. 707e1c4 content: Migrate from googleurl/ includes to url/ ones. by [email protected] · 12 years ago
  52. 91a2aea Process names, and predictable thread and process ordering in about:tracing by [email protected] · 12 years ago
  53. cf550eb0 Delay owner unregistration until after plugin teardown. by [email protected] · 12 years ago
  54. abb52216 Use a direct include of time headers in content/, part 2. by [email protected] · 12 years ago
  55. 3a0f3c9 Revert 208912 "Make plugin destruction asynchronous." by [email protected] · 12 years ago
  56. de6aaef Check plugin delegate exists when unregistering as NPObject owner. by [email protected] · 12 years ago
  57. 89bf27e Move timing files into base/time and base/timer, install forwarding headers. by [email protected] · 12 years ago
  58. ea0b3b4 Make plugin destruction asynchronous. by [email protected] · 12 years ago
  59. 3df79f4 mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. by [email protected] · 12 years ago
  60. a84bb146 Track NPObject ownership by the originating plugins' NPP identifier. [4/6] (Chrome) by [email protected] · 12 years ago
  61. 423e644f Move io_surface_support_mac to ui/gl. by [email protected] · 12 years ago
  62. 2255a933 Update Blink include paths by [email protected] · 12 years ago
  63. 26dd01c Use a direct include of strings headers in content/p*/. by [email protected] · 12 years ago
  64. 14c1c23 Rename base/hash_tables to base/containers/hash_tables. by [email protected] · 12 years ago
  65. 10208ea Move a bunch of child-only code from content/common to content/child by [email protected] · 12 years ago
  66. c7199a6e Rename content/common_child to content/child by [email protected] · 12 years ago
  67. c679b2a8 Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*" by [email protected] · 12 years ago
  68. fc72bb1 Update content/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by [email protected] · 12 years ago
  69. 19df700 Move the WebCursor sources from webkit/glue to webkit/common/cursors. by [email protected] · 12 years ago
  70. 9ec8771 Get rid of the dependency on WebKit::WebCursorInfo internals from WebCursor. by [email protected] · 12 years ago
  71. 872f3a9 Move child-common classes to content/common_child by [email protected] · 12 years ago
  72. 1dfb8bef Switch Linux Aura ports over to POSIX SHM instead of legacy SYSV SHM. by [email protected] · 12 years ago
  73. f6ae8639 Relanding this as the previous attempt failed due to build errors. by [email protected] · 12 years ago
  74. 15ba072 Revert 199560 "Move the plugins sources out of the webkit glue t..." by [email protected] · 12 years ago
  75. f0ee1b0 Move the plugins sources out of the webkit glue target into a new target 'plugins' which creates a static lib/dll by [email protected] · 12 years ago
  76. dd32b127 content: Use base::MessageLoop. by [email protected] · 12 years ago
  77. 69e797f content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. by [email protected] · 12 years ago
  78. ce79d851 Add Shutdown() helper to ChildThread and move all destructor logic. by [email protected] · 12 years ago
  79. 59383c78 Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. by [email protected] · 12 years ago
  80. 6c5905b7 Split the power monitoring feature from SystemMonitor by [email protected] · 12 years ago
  81. 0fb7f983 Removed support for Core Animation plugins when accelerated compositing is disabled. CA plugins have been rendered through Chrome's compositor for several releases now and it has not been found necessary to revert back to the older behavior. by [email protected] · 12 years ago
  82. 7d3cbc9 [Cleanup] Remove StringPrintf from global namespace by [email protected] · 12 years ago
  83. 3fdbeb0b Fix painting glitch with text and NPAPI plugins. This was a regression from r167042. The problem was that for non-transparent windowless plugins we were combining the data below the plugin with the data that the plugin creates. We could just copy directly and not do any alpha-blending. by [email protected] · 12 years ago
  84. 5799981 Move file_path.h to base/files. by [email protected] · 13 years ago
  85. c3e3589 Linux/ChromeOS Chromium style checker cleanup, content/ edition. by [email protected] · 13 years ago
  86. d30a36f Add explicit base to FilePath. by [email protected] · 13 years ago
  87. 4e29afd Use skia::RefPtr in place of manual ref-counting for Skia types. by [email protected] · 13 years ago
  88. 2025d00 Move eintr_wrapper.h from base to base/posix by [email protected] · 13 years ago
  89. 9d611ca Simplify platform_canvas.h by recognizing that PlatformCanvas does not actually extend by [email protected] · 13 years ago
  90. 4f15bb56 Get windowless plugins working when accelerated compositing is turned on by copying the buffers using skia instead of OS specific ways that need the platform device. by [email protected] · 13 years ago
  91. 613eef6 Move global_descriptors to base/posix. by [email protected] · 13 years ago
  92. c48de1a Use the RenderView's routing_id, instead of HWND, as the unique identifier used in plugin code as a key for the page-wide event used to enable nested message loops. by [email protected] · 13 years ago
  93. 3b21be9 Stop passing the parent hwnd to the plugin process on initialization. by [email protected] · 13 years ago
  94. 6116875 Make "dummy window" which is used for windowless plugins be parented in the browser. This is a step towards removing usage of parent hwnd in the renderer which is problematic on aura since that hwnd changes. In non-aura builds, this doesn't change so caching worked. by [email protected] · 13 years ago
  95. ceb36f7d Add Vector2d classes that represent offsets, instead of using Point. by [email protected] · 13 years ago
  96. 13075767 Move the remaning files in content\common to the content namespace. by [email protected] · 13 years ago
  97. d403050 Make gfx::Rect class operations consistently mutate the class they are called on. by [email protected] · 13 years ago
  98. 5211744 Remove Carbon cursor call interposing in Mac NPAPI plugins by [email protected] · 13 years ago
  99. 91355a8 Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to the content namespace. by [email protected] · 13 years ago
  100. 48940890 Remove a dead code path in Mac NPAPI context menu support by [email protected] · 13 years ago