| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix BrowserPluginHostTest.PartialAutosizeAttributes flake | fsamuel@chromium.org | 2013-07-02 | 1 | -1/+4 |
* | Move WebDropData to content::DropData and split off conversion function. | darin@chromium.org | 2013-07-01 | 1 | -2/+2 |
* | <webview>: Move contentload event from content to chrome | fsamuel@chromium.org | 2013-06-29 | 1 | -13/+0 |
* | Decouple GuestView creation from attachment. | fsamuel@chromium.org | 2013-06-29 | 1 | -9/+20 |
* | <webview>: Remove cruft | fsamuel@chromium.org | 2013-06-28 | 1 | -6/+0 |
* | <webview>: Move back, forward, canGoBack, canGoForward, go from content to ch... | fsamuel@chromium.org | 2013-06-26 | 1 | -4/+0 |
* | Show page's context menu for guest (instead of falling back to embedder's ctx... | lazyboy@chromium.org | 2013-06-19 | 1 | -4/+3 |
* | Let ui::TouchEvent carry LatencyInfo | miletus@chromium.org | 2013-06-18 | 1 | -2/+3 |
* | <webview>: Escape key unlocks pointer by default | fsamuel@chromium.org | 2013-06-18 | 1 | -0/+12 |
* | Update Blink include paths | abarth@chromium.org | 2013-06-17 | 1 | -1/+1 |
* | <webview>: More usage tracking. WebRequest API and finer grain permission usage | fsamuel@chromium.org | 2013-06-12 | 1 | -4/+18 |
* | <webview>: Support virtual keyboard | fsamuel@chromium.org | 2013-06-12 | 1 | -0/+8 |
* | Use a direct include of strings headers in content/browser/, part 1. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in content/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Disable compositing inside webview if embedder is in SW mode. | alexst@chromium.org | 2013-06-06 | 1 | -0/+7 |
* | <webview> executeScript should use instance ID | fsamuel@chromium.org | 2013-06-05 | 1 | -2/+0 |
* | <webview> WebRequest API tied to webview instance ID instead of guest instanc... | fsamuel@chromium.org | 2013-06-05 | 1 | -3/+0 |
* | Fix WebViewInteractiveTest.NewWindow | fsamuel@chromium.org | 2013-06-04 | 1 | -2/+3 |
* | <webview>: Plumb edit commands | fsamuel@chromium.org | 2013-06-01 | 1 | -0/+10 |
* | WebDropData split to content and webkit/common | scottmg@chromium.org | 2013-05-31 | 1 | -1/+1 |
* | Make renderer aware of browser plugin position. | lazyboy@chromium.org | 2013-05-15 | 1 | -12/+31 |
* | <webview>: More UMA stats | fsamuel@chromium.org | 2013-05-15 | 1 | -1/+5 |
* | <webview>: Queue messages until attachment | fsamuel@chromium.org | 2013-05-10 | 1 | -1/+23 |
* | <webview>: Implement contentload event | fsamuel@chromium.org | 2013-05-08 | 1 | -0/+13 |
* | <webview>: Add name field to 'newwindow' event. | fsamuel@chromium.org | 2013-05-07 | 1 | -10/+14 |
* | Refactor browser plugin permission requests map. | lazyboy@chromium.org | 2013-05-04 | 1 | -141/+166 |
* | Fixed drag and drop into and out of Browser Plugin. | mthiesse@chromium.org | 2013-05-03 | 1 | -20/+45 |
* | <webview>: Implement 'close' event | fsamuel@chromium.org | 2013-05-02 | 1 | -0/+4 |
* | Make sure webview uses embedder display DPI. | alexst@chromium.org | 2013-05-01 | 1 | -1/+10 |
* | <webview>: Fix redirect from about:blank | fsamuel@chromium.org | 2013-05-01 | 1 | -22/+68 |
* | Browser Plugin: Plumb edit commands from BrowserPlugin to the guest | fsamuel@chromium.org | 2013-05-01 | 1 | -8/+33 |
* | Browser Plugin: Unify Attach IPC | fsamuel@chromium.org | 2013-05-01 | 1 | -2/+10 |
* | Revert 197402 "<webview>: Fix redirect from about:blank" | miket@chromium.org | 2013-04-30 | 1 | -68/+24 |
* | <webview>: Fix redirect from about:blank | fsamuel@chromium.org | 2013-04-30 | 1 | -24/+68 |
* | Unlock mouse when <webview> loses focus | mthiesse@chromium.org | 2013-04-30 | 1 | -0/+2 |
* | Revert 197194 "<webview>: Fix redirect from about:blank" | hshi@chromium.org | 2013-04-30 | 1 | -68/+24 |
* | content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-30 | 1 | -1/+1 |
* | Forward guest console message to embedder through events. | lazyboy@chromium.org | 2013-04-30 | 1 | -0/+20 |
* | <webview>: Fix redirect from about:blank | fsamuel@chromium.org | 2013-04-30 | 1 | -24/+68 |
* | Cleanup interfaces used to deliver notifications about MediaStream state from... | sergeyu@chromium.org | 2013-04-29 | 1 | -2/+2 |
* | Add a new pair of IPC categories for messages that need handling as input events | jamesr@chromium.org | 2013-04-27 | 1 | -2/+3 |
* | Fix Guest geolocation API, we were using |bridge_id| and |request_id| interch... | lazyboy@chromium.org | 2013-04-09 | 1 | -10/+20 |
* | BrowserPlugin: Fixed flaky BrowserPluginHostTest.BackAfterTerminateGuest on Aura | fsamuel@chromium.org | 2013-04-09 | 1 | -4/+10 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Browser Plugin: <webview> should inherit partition attribute of opener on att... | fsamuel@chromium.org | 2013-04-05 | 1 | -5/+11 |
* | Browser Plugin: Simplify NewWindow code | fsamuel@chromium.org | 2013-04-05 | 1 | -21/+2 |
* | permissionrequest API for guest Download. | lazyboy@chromium.org | 2013-04-03 | 1 | -8/+82 |
* | Enable ubercomp support for webview compositing. | alexst@chromium.org | 2013-04-02 | 1 | -0/+13 |