summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_plugin/browser_plugin_guest.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix BrowserPluginHostTest.PartialAutosizeAttributes flakefsamuel@chromium.org2013-07-021-1/+4
* Move WebDropData to content::DropData and split off conversion function.darin@chromium.org2013-07-011-2/+2
* <webview>: Move contentload event from content to chromefsamuel@chromium.org2013-06-291-13/+0
* Decouple GuestView creation from attachment.fsamuel@chromium.org2013-06-291-9/+20
* <webview>: Remove cruftfsamuel@chromium.org2013-06-281-6/+0
* <webview>: Move back, forward, canGoBack, canGoForward, go from content to ch...fsamuel@chromium.org2013-06-261-4/+0
* Show page's context menu for guest (instead of falling back to embedder's ctx...lazyboy@chromium.org2013-06-191-4/+3
* Let ui::TouchEvent carry LatencyInfomiletus@chromium.org2013-06-181-2/+3
* <webview>: Escape key unlocks pointer by defaultfsamuel@chromium.org2013-06-181-0/+12
* Update Blink include pathsabarth@chromium.org2013-06-171-1/+1
* <webview>: More usage tracking. WebRequest API and finer grain permission usagefsamuel@chromium.org2013-06-121-4/+18
* <webview>: Support virtual keyboardfsamuel@chromium.org2013-06-121-0/+8
* Use a direct include of strings headers in content/browser/, part 1.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* Disable compositing inside webview if embedder is in SW mode.alexst@chromium.org2013-06-061-0/+7
* <webview> executeScript should use instance IDfsamuel@chromium.org2013-06-051-2/+0
* <webview> WebRequest API tied to webview instance ID instead of guest instanc...fsamuel@chromium.org2013-06-051-3/+0
* Fix WebViewInteractiveTest.NewWindowfsamuel@chromium.org2013-06-041-2/+3
* <webview>: Plumb edit commandsfsamuel@chromium.org2013-06-011-0/+10
* WebDropData split to content and webkit/commonscottmg@chromium.org2013-05-311-1/+1
* Make renderer aware of browser plugin position.lazyboy@chromium.org2013-05-151-12/+31
* <webview>: More UMA statsfsamuel@chromium.org2013-05-151-1/+5
* <webview>: Queue messages until attachmentfsamuel@chromium.org2013-05-101-1/+23
* <webview>: Implement contentload eventfsamuel@chromium.org2013-05-081-0/+13
* <webview>: Add name field to 'newwindow' event.fsamuel@chromium.org2013-05-071-10/+14
* Refactor browser plugin permission requests map.lazyboy@chromium.org2013-05-041-141/+166
* Fixed drag and drop into and out of Browser Plugin.mthiesse@chromium.org2013-05-031-20/+45
* <webview>: Implement 'close' eventfsamuel@chromium.org2013-05-021-0/+4
* Make sure webview uses embedder display DPI.alexst@chromium.org2013-05-011-1/+10
* <webview>: Fix redirect from about:blankfsamuel@chromium.org2013-05-011-22/+68
* Browser Plugin: Plumb edit commands from BrowserPlugin to the guestfsamuel@chromium.org2013-05-011-8/+33
* Browser Plugin: Unify Attach IPCfsamuel@chromium.org2013-05-011-2/+10
* Revert 197402 "<webview>: Fix redirect from about:blank"miket@chromium.org2013-04-301-68/+24
* <webview>: Fix redirect from about:blankfsamuel@chromium.org2013-04-301-24/+68
* Unlock mouse when <webview> loses focusmthiesse@chromium.org2013-04-301-0/+2
* Revert 197194 "<webview>: Fix redirect from about:blank"hshi@chromium.org2013-04-301-68/+24
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Forward guest console message to embedder through events.lazyboy@chromium.org2013-04-301-0/+20
* <webview>: Fix redirect from about:blankfsamuel@chromium.org2013-04-301-24/+68
* Cleanup interfaces used to deliver notifications about MediaStream state from...sergeyu@chromium.org2013-04-291-2/+2
* Add a new pair of IPC categories for messages that need handling as input eventsjamesr@chromium.org2013-04-271-2/+3
* Fix Guest geolocation API, we were using |bridge_id| and |request_id| interch...lazyboy@chromium.org2013-04-091-10/+20
* BrowserPlugin: Fixed flaky BrowserPluginHostTest.BackAfterTerminateGuest on Aurafsamuel@chromium.org2013-04-091-4/+10
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Browser Plugin: <webview> should inherit partition attribute of opener on att...fsamuel@chromium.org2013-04-051-5/+11
* Browser Plugin: Simplify NewWindow codefsamuel@chromium.org2013-04-051-21/+2
* permissionrequest API for guest Download.lazyboy@chromium.org2013-04-031-8/+82
* Enable ubercomp support for webview compositing.alexst@chromium.org2013-04-021-0/+13