summaryrefslogtreecommitdiffstats
path: root/content/renderer/browser_plugin
Commit message (Expand)AuthorAgeFilesLines
* Support new plugin type in BrowserPlugin that navigates to a set URL.zork@chromium.org2014-04-119-14/+52
* Use SharedBitmapManager to allocate software frames.jbauman@chromium.org2014-04-091-1/+2
* Move webcursors code from webkit/ to content.tfarina@chromium.org2014-03-201-1/+1
* Run ContentMain in a browser_test's browser process. This removes duplication...jam@chromium.org2014-03-182-19/+19
* DevTools: Fix Inspect Element action for OOP iframes.kaznacheev@chromium.org2014-03-074-55/+0
* Invoke LeakSanitizer on teardown of some browser test fixtures.earthdok@chromium.org2014-03-051-0/+6
* Use gpu::Mailbox instead of std:string in IPCspiman@chromium.org2014-02-151-1/+1
* Revert 251207 "Use gpu::Mailbox instead of std:string in IPCs"blundell@chromium.org2014-02-141-1/+1
* Use gpu::Mailbox instead of std:string in IPCspiman@chromium.org2014-02-141-1/+1
* <webview>: Make sure guest gets TextInputTypeChanged every time inputlazyboy@chromium.org2014-02-081-7/+1
* BrowserPlugin: Cleanup ChildFrameCompositingHelper and fix lifetime issuefsamuel@chromium.org2014-02-042-8/+5
* Fix mistaken assumptions in testsabarth@chromium.org2014-01-291-0/+6
* Make out of process iframes draw when flag enabled.kenrb@chromium.org2014-01-234-644/+8
* Revert "Add gpu::MailboxHolder to hold state for a gpu::Mailbox"danakj@chromium.org2014-01-211-9/+8
* Add gpu::MailboxHolder to hold state for a gpu::Mailboxsheu@chromium.org2014-01-181-8/+9
* <webview>: Speculative crash fixfsamuel@chromium.org2014-01-161-2/+2
* Adding RenderWidgetHostViewChildFrame for OOPIF view.kenrb@chromium.org2014-01-033-39/+42
* Update uses of Value in chromeos/, cloud_print/, components/, content/ to use...avi@chromium.org2013-12-231-1/+1
* Implement Input Method related WebPlugin interface for browser pluginkochi@chromium.org2013-12-142-0/+64
* <webview>: Implement CopyFromCompositingSurface() for guests in <webview>sadrul@chromium.org2013-12-114-0/+77
* Make sure plugin load.tkent@chromium.org2013-12-051-1/+2
* BrowserPlugin: Removed unused parameterfsamuel@chromium.org2013-12-059-34/+17
* cc: Remove DelegatingRendererLayerClientpowei@chromium.org2013-12-041-1/+1
* <webview>: Expose transparency APIfsamuel@chromium.org2013-12-033-27/+63
* Remove usage of deprecated V8 APIs from content/rendererjochen@chromium.org2013-11-291-2/+6
* BrowserPlugin: Cleanupfsamuel@chromium.org2013-11-281-3/+0
* <webview> Add ability to make guest renderer background transparent from the ...alexst@chromium.org2013-11-282-0/+27
* Allow browser plugin compositing helper to enable transparency in webview.alexst@chromium.org2013-11-252-10/+26
* <webview> Reclaim compositor resources released in the parent.alexst@chromium.org2013-11-152-10/+45
* <webview> Destroy compositing helper when guest crashes to avoid returning wr...alexst@chromium.org2013-11-142-2/+14
* Rewrite include paths for Blink public/ headers that have movedphilipj@opera.com2013-11-141-1/+1
* <webview>: recreate DelegatedFrameResourceCollection when output surface or g...piman@chromium.org2013-11-091-3/+21
* <webview>: Do not issue a resize on switching to SW from compositing if we ar...lazyboy@chromium.org2013-11-081-13/+15
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-0713-121/+121
* <webview>: Implement default action for permissionsfsamuel@chromium.org2013-10-161-1/+0
* aura: Allow delegated frames to be used by more than one impl layer.danakj@chromium.org2013-10-092-10/+32
* Fix <webview> with software compositorjbauman@chromium.org2013-09-262-14/+32
* Support webview tag when the container ext/app is embedded in a webUIguohui@chromium.org2013-09-242-0/+5
* Moves most files from ui/base/keycodes to ui/events/keycodessky@chromium.org2013-09-171-1/+1
* cc: Move TextureMailbox::ReleaseCallback to SingleReleaseCallback.danakj@chromium.org2013-09-171-9/+9
* Remove more calls to HandleScope default ctor.marja@chromium.org2013-09-061-3/+3
* Reland attempt 2: Improve <webview> autosize:lazyboy@chromium.org2013-09-052-43/+71
* Remove calls to HandleScope default ctor.marja@chromium.org2013-09-041-1/+1
* Revert 221023 "Reland after fix: Improve <webview> autosize:"pneubeck@chromium.org2013-09-042-71/+43
* Reland after fix: Improve <webview> autosize:lazyboy@chromium.org2013-09-032-43/+71
* Revert 220402 "Improve <webview> autosize:"lazyboy@chromium.org2013-08-302-72/+42
* Improve <webview> autosize:lazyboy@chromium.org2013-08-292-42/+72
* <webview>: assigning src attribute same value reloads page.fsamuel@chromium.org2013-08-281-24/+14
* Fix malformed <webview> crashfsamuel@chromium.org2013-08-236-17/+29
* <webview>: Use MessagingNatives' BindTOGC and remove TrackObjectLifetimefsamuel@chromium.org2013-08-203-90/+0