summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_plugin/browser_plugin_guest_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove BrowserPluginGuestManagerfsamuel@chromium.org2014-05-111-151/+0
* BrowserPlugin: Move CreateGuest to chromefsamuel@chromium.org2014-05-101-69/+12
* Move IsStringUTF8/ASCII to base namespacebrettw@chromium.org2014-05-071-1/+1
* BrowserPlugin: Simplify content/public APIfsamuel@chromium.org2014-05-071-23/+32
* Towards moving guest management to chrome: Introduce GuestViewManagerfsamuel@chromium.org2014-05-061-100/+71
* Simplify BrowserPluginHostMsg_BuffersSwappedACK handling.piman@chromium.org2014-04-121-26/+11
* Revert 257524 "Move IsStringASCII/UTF8 to base namespace."brettw@chromium.org2014-03-171-1/+1
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-171-1/+1
* 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
* Move the guts of user_metrics to a new static lib in //base/metrics.ben@chromium.org2014-01-131-2/+4
* BrowserPlugin: Implemented BrowserPluginGuestManager::ForEachGuestfsamuel@chromium.org2014-01-091-31/+7
* Adding RenderWidgetHostViewChildFrame for OOPIF view.kenrb@chromium.org2014-01-031-8/+5
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Int...jam@chromium.org2013-12-281-2/+2
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-2/+2
* Remove webview-based behavior from --site-per-process flag.creis@chromium.org2013-11-051-49/+31
* Refactor GuestView to take in extension_id on constructionfsamuel@chromium.org2013-10-311-1/+4
* Browser Plugin: Fix whitespacefsamuel@chromium.org2013-10-181-2/+2
* Move kGuestScheme into content namespace.tfarina@chromium.org2013-10-091-5/+5
* Support webview tag when the container ext/app is embedded in a webUIguohui@chromium.org2013-09-241-2/+11
* Moves most files from ui/base/keycodes to ui/events/keycodessky@chromium.org2013-09-171-1/+1
* Decouple GuestView creation from attachment.fsamuel@chromium.org2013-06-291-2/+4
* <webview>: Escape key unlocks pointer by defaultfsamuel@chromium.org2013-06-181-0/+24
* Browser Pluign: Remove unnecessary parameter in DidSendScreenRectsfsamuel@chromium.org2013-06-141-1/+1
* Make renderer aware of browser plugin position.lazyboy@chromium.org2013-05-151-0/+15
* Browser Plugin: Unify Attach IPCfsamuel@chromium.org2013-05-011-21/+47
* Browser Plugin: Small cleanup to make behavior of BrowserPluginGuestManager::...fsamuel@chromium.org2013-03-241-1/+1
* Browser Plugin: Cleanup opener parameters.fsamuel@chromium.org2013-03-191-34/+24
* Browser Plugin: Implement window.open in guestsfsamuel@chromium.org2013-03-181-13/+8
* Revert 186627miu@chromium.org2013-03-071-1/+1
* Use gpu::Mailbox in IPCs instead of std::stringpiman@chromium.org2013-03-071-1/+1
* Browser Plugin: Implement BrowserPluginGuestManagerfsamuel@chromium.org2013-03-061-0/+222