- cca6f39 Move some content url constants to /url. by [email protected] · 11 years ago
- e8ca69c Move some content url constants to /url. by [email protected] · 11 years ago
- 2fe8d191 Revert "Remove kLogPluginMessages flag as part of flag cleanup." by [email protected] · 11 years ago
- da22c3c Remove kLogPluginMessages flag as part of flag cleanup. by [email protected] · 11 years ago
- 7412204 Move IPC::MessageFilter and router to a separate file by [email protected] · 11 years ago
- f8c8179c Fixed routing id in WebPluginProxy::CheckIfRunInsecureContent. by [email protected] · 11 years ago
- c997bc4 Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins on linux by [email protected] · 11 years ago
- dcc29777 Delete the GTK+ port of Chrome. by [email protected] · 11 years ago
- 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
- c2809346d Move webcursors code from webkit/ to content. by [email protected] · 11 years ago
- bdd2d42 Move the rest of webkit/glue into content/child by [email protected] · 12 years ago
- 2d09a70 Fix chrome.webRequest.onBeforeRequest for requests coming from NPAPI plugin processes. by [email protected] · 12 years ago
- 8a75828 Removes some unnecessary preprocessor directives by [email protected] · 12 years ago
- 2ceee8f Remove some code inside USE_AURA and OS_WIN ifdefs in content. by [email protected] · 12 years ago
- f0938f3a PluginChannel: separate plugin_stubs_.erase and ~WebPluginDelegateStub. by [email protected] · 12 years ago
- e0b3e03 remove plugin exception restoration code by [email protected] · 12 years ago
- f3add92 A bunch of work to transition from render_view_id to render_frame_id. by [email protected] · 12 years ago
- 166f2ed MessageLoop(TYPE_UI) -> MessageLoopForUI by [email protected] · 12 years ago
- fcf75d4 Convert string16 to base::string16 in content. by [email protected] · 12 years ago
- d89eec8 Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. by [email protected] · 12 years ago
- 72aa4c2 Move kFtpScheme into content namespace. by [email protected] · 12 years ago
- efde84b0 LOG(INFO) -> VLOG(0) in content/ by [email protected] · 12 years ago
- ec173b52 Rewrite include paths for Blink public/ headers that have moved by [email protected] · 12 years ago
- 1673caf Implement ScopedChildProcessReference class by [email protected] · 12 years ago
- fc93ed7f Cleanup: Remove unused includes of webkit/glue/webkit_glue.h by [email protected] · 12 years ago
- 180ef24 Rename WebKit namespace to blink (part 3) by [email protected] · 12 years ago
- 1a1c33a2 WebPluginDelegateStub::dtor not to call RemoveMappingForNPObjectOwner() is init failed. by [email protected] · 12 years ago
- 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
- 1d1e24e Fix compile error on lkgr Win x64 build. by [email protected] · 12 years ago
- 42887efa Revert 225099 "Cancel resources in the plugin process when a use..." by [email protected] · 12 years ago
- 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
- 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
- c4eb2947 Move XID, XDisplay, GetXDisplay and a few other types to ui/gfx/x/x11_types.h by [email protected] · 12 years ago
- 50106bf Support byte range requests when routing resource requests directly through the browser process. by [email protected] · 12 years ago
- e9a8204 content: Move kHttpScheme constant into content namespace. by [email protected] · 12 years ago
- 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
- 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
- 4654bfe content: Move kHttpsScheme constant into content namespace. by [email protected] · 12 years ago
- a09cf35 Move kDisableCoreAnimationPlugins to content_switches since it's only used in content now. by [email protected] · 12 years ago
- c79b4011 Remove mention of webkit/plugins from DEPS files. by [email protected] · 12 years ago
- 9dd9015 Created multi-process-friendly PowerMonitor interface. by [email protected] · 12 years ago
- 54724e2 Update include paths in miscellaneous content/ directories for base/process changes. by [email protected] · 12 years ago
- 0e7015f Implement ChildThread::shutdown and clear members that have refs into blink by [email protected] · 12 years ago
- 9a60ccb Remove webkit/plugins/npapi. by [email protected] · 12 years ago
- defa597a Move npapi related files from content\child to the new content\child\npapi directory. by [email protected] · 12 years ago
- 29e2fb4 Move NPAPI implementation out of webkit/plugins/npapi and into content. by [email protected] · 12 years ago
- 8bac37b Use a direct include of the shared_memory header in content/plugin/, content/public/, content/renderer/, gpu/. by [email protected] · 12 years ago
- e55f564 Use a direct include of the message_loop header in content/, part 3. by [email protected] · 12 years ago
- 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
- d9e440ce Fix not completed range requests from NPAPI plugins. by [email protected] · 12 years ago
- 707e1c4 content: Migrate from googleurl/ includes to url/ ones. by [email protected] · 12 years ago
- 91a2aea Process names, and predictable thread and process ordering in about:tracing by [email protected] · 12 years ago
- cf550eb0 Delay owner unregistration until after plugin teardown. by [email protected] · 12 years ago
- abb52216 Use a direct include of time headers in content/, part 2. by [email protected] · 12 years ago
- 3a0f3c9 Revert 208912 "Make plugin destruction asynchronous." by [email protected] · 12 years ago
- de6aaef Check plugin delegate exists when unregistering as NPObject owner. by [email protected] · 12 years ago
- 89bf27e Move timing files into base/time and base/timer, install forwarding headers. by [email protected] · 12 years ago
- ea0b3b4 Make plugin destruction asynchronous. by [email protected] · 12 years ago
- 3df79f4 mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. by [email protected] · 12 years ago
- a84bb146 Track NPObject ownership by the originating plugins' NPP identifier. [4/6] (Chrome) by [email protected] · 12 years ago
- 423e644f Move io_surface_support_mac to ui/gl. by [email protected] · 12 years ago
- 2255a933 Update Blink include paths by [email protected] · 12 years ago
- 26dd01c Use a direct include of strings headers in content/p*/. by [email protected] · 12 years ago
- 14c1c23 Rename base/hash_tables to base/containers/hash_tables. by [email protected] · 12 years ago
- 10208ea Move a bunch of child-only code from content/common to content/child by [email protected] · 12 years ago
- c7199a6e Rename content/common_child to content/child by [email protected] · 12 years ago
- c679b2a8 Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*" by [email protected] · 12 years ago
- fc72bb1 Update content/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by [email protected] · 12 years ago
- 19df700 Move the WebCursor sources from webkit/glue to webkit/common/cursors. by [email protected] · 12 years ago
- 9ec8771 Get rid of the dependency on WebKit::WebCursorInfo internals from WebCursor. by [email protected] · 12 years ago
- 872f3a9 Move child-common classes to content/common_child by [email protected] · 12 years ago
- 1dfb8bef Switch Linux Aura ports over to POSIX SHM instead of legacy SYSV SHM. by [email protected] · 12 years ago
- f6ae8639 Relanding this as the previous attempt failed due to build errors. by [email protected] · 12 years ago
- 15ba072 Revert 199560 "Move the plugins sources out of the webkit glue t..." by [email protected] · 12 years ago
- 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
- dd32b127 content: Use base::MessageLoop. by [email protected] · 12 years ago
- 69e797f content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. by [email protected] · 12 years ago
- ce79d851 Add Shutdown() helper to ChildThread and move all destructor logic. by [email protected] · 12 years ago
- 59383c78 Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. by [email protected] · 12 years ago
- 6c5905b7 Split the power monitoring feature from SystemMonitor by [email protected] · 12 years ago
- 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
- 7d3cbc9 [Cleanup] Remove StringPrintf from global namespace by [email protected] · 12 years ago
- 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
- 5799981 Move file_path.h to base/files. by [email protected] · 13 years ago
- c3e3589 Linux/ChromeOS Chromium style checker cleanup, content/ edition. by [email protected] · 13 years ago
- d30a36f Add explicit base to FilePath. by [email protected] · 13 years ago
- 4e29afd Use skia::RefPtr in place of manual ref-counting for Skia types. by [email protected] · 13 years ago
- 2025d00 Move eintr_wrapper.h from base to base/posix by [email protected] · 13 years ago
- 9d611ca Simplify platform_canvas.h by recognizing that PlatformCanvas does not actually extend by [email protected] · 13 years ago
- 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
- 613eef6 Move global_descriptors to base/posix. by [email protected] · 13 years ago
- 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
- 3b21be9 Stop passing the parent hwnd to the plugin process on initialization. by [email protected] · 13 years ago
- 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
- ceb36f7d Add Vector2d classes that represent offsets, instead of using Point. by [email protected] · 13 years ago
- 13075767 Move the remaning files in content\common to the content namespace. by [email protected] · 13 years ago
- d403050 Make gfx::Rect class operations consistently mutate the class they are called on. by [email protected] · 13 years ago
- 5211744 Remove Carbon cursor call interposing in Mac NPAPI plugins by [email protected] · 13 years ago
- 91355a8 Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to the content namespace. by [email protected] · 13 years ago
- 48940890 Remove a dead code path in Mac NPAPI context menu support by [email protected] · 13 years ago