| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove WebDOMStringList from chromium | alecflett@chromium.org | 2013-04-22 | 6 | -19/+11 |
* | Add Shutdown() helper to ChildThread and move all destructor logic. | dcheng@chromium.org | 2013-04-22 | 14 | -1/+35 |
* | Use base::MessageLoop in media code. | xhwang@chromium.org | 2013-04-22 | 31 | -189/+190 |
* | Enable gesture tap highlighting by default on ChromeOS | wjmaclean@chromium.org | 2013-04-22 | 1 | -0/+5 |
* | Remove legacy open method from IDB renderer proxy | alecflett@chromium.org | 2013-04-22 | 2 | -25/+0 |
* | Use a bitmap encoder when serializing to SkPicture | scroggo@google.com | 2013-04-22 | 1 | -1/+11 |
* | Move Inspector.detached and Worker.disconnectedFromWorker event generation to... | kaznacheev@chromium.org | 2013-04-22 | 4 | -6/+27 |
* | Use Unix time for frame timestamps | justinlin@chromium.org | 2013-04-22 | 3 | -20/+11 |
* | Allow showing pending URL for new tab navigations, but only if safe. | creis@chromium.org | 2013-04-22 | 14 | -43/+391 |
* | Rename RenderViewHostDelegate::RenderViewGone -> RenderViewTerminated | phajdan.jr@chromium.org | 2013-04-22 | 7 | -23/+25 |
* | [content shell] don't bail out because a renderer got unresponsive. | jochen@chromium.org | 2013-04-22 | 1 | -4/+1 |
* | Error response for malformed commands should be provided by DevTools backend | yurys@chromium.org | 2013-04-22 | 1 | -9/+8 |
* | Remove WebExceptionCode from IDB proxy code | alecflett@chromium.org | 2013-04-22 | 9 | -66/+29 |
* | remove unnecessary dependencies on WebSecurityOrigin | alecflett@chromium.org | 2013-04-22 | 4 | -6/+0 |
* | Add brackets around newly multi-lined conditional block. | pam@chromium.org | 2013-04-22 | 1 | -1/+2 |
* | Android: Throttle the renderer harder. | sievers@chromium.org | 2013-04-22 | 2 | -8/+2 |
* | Implement vsync notification on Android | skyostil@chromium.org | 2013-04-22 | 6 | -39/+151 |
* | Fix mac x64 build error in pepper_truetype_font_list_mac.mm. | tapted@chromium.org | 2013-04-22 | 1 | -1/+1 |
* | Modify AccessibilityTreeFormatter to build up an internal representation of t... | aboxhall@chromium.org | 2013-04-22 | 71 | -435/+669 |
* | Mac Plugins: Remove PluginProcessHost dtor check that it is on the UI thread. | thestig@chromium.org | 2013-04-22 | 1 | -18/+8 |
* | Copy test data since it won't apply in try bots. BUG=126514 | jam@chromium.org | 2013-04-21 | 8 | -0/+83 |
* | Implement offline mode behind a flag. | rdsmith@chromium.org | 2013-04-20 | 12 | -28/+350 |
* | Reland "gpu: Fix Vivante's "hisilicon" GPUs" | epenner@chromium.org | 2013-04-20 | 1 | -1/+3 |
* | [Autofill] Handle the Tab Key in the new UI | csharp@chromium.org | 2013-04-20 | 2 | -9/+10 |
* | Android: Throttle render compositor if browser (compositor) is behind. | sievers@chromium.org | 2013-04-19 | 2 | -6/+59 |
* | media: Add support for playback of VP8 Alpha video streams | vigneshv@chromium.org | 2013-04-19 | 2 | -0/+22 |
* | Route input-related IPCs through compositor thread filter to preserve order | jamesr@chromium.org | 2013-04-19 | 2 | -44/+148 |
* | Use the last committed entry in DidStopLoading, not the pending entry. | creis@chromium.org | 2013-04-19 | 3 | -1/+129 |
* | Revert "gpu: Fix Vivante's "hisilicon" GPUs" | epenner@chromium.org | 2013-04-19 | 3 | -24/+1 |
* | Add a new parameter dest_type to the GL_CHROMIUM_copy_texture extension. | jun.a.jiang@intel.com | 2013-04-19 | 2 | -2/+20 |
* | Implement DeviceOrientation API on Windows | sail@chromium.org | 2013-04-19 | 5 | -0/+266 |
* | Remove the redundant declaration | mrunal.kapade@intel.com | 2013-04-19 | 1 | -6/+0 |
* | Adding Priority field to cookies. | erikwright@chromium.org | 2013-04-19 | 3 | -7/+24 |
* | Remove WebNode parameter from decidePolicyForNavigation | jamesr@chromium.org | 2013-04-19 | 3 | -8/+15 |
* | Change IsSwappedOut to const and do a more restrictive check. | nasko@chromium.org | 2013-04-19 | 5 | -13/+18 |
* | Added implementation of RemoteMediaStreams. | perkj@chromium.org | 2013-04-19 | 11 | -83/+529 |
* | Fixing RenderViewImpl constructor initializers ordering. | nasko@chromium.org | 2013-04-19 | 2 | -15/+19 |
* | Create a runtime switch for WebSocket impelementation | yhirano@chromium.org | 2013-04-19 | 1 | -0/+3 |
* | Location/size change notification when external rendering is enabled | wonsik@chromium.org | 2013-04-19 | 11 | -6/+110 |
* | Adding partially circular memory buffer wrapper. | grunell@chromium.org | 2013-04-19 | 5 | -0/+377 |
* | Send vsync notification from browser to renderer on Android | skyostil@chromium.org | 2013-04-19 | 5 | -3/+49 |
* | [android] Resize the android_webview if it's 0x0 initially. | mkosiba@chromium.org | 2013-04-19 | 2 | -29/+30 |
* | Speculative Revert 195108 "Changes to closing contents with beforeunload/unl..." | nkostylev@chromium.org | 2013-04-19 | 3 | -42/+5 |
* | Add a Java side command line switch that mirrors the native side switch for k... | cramya@chromium.org | 2013-04-19 | 1 | -0/+3 |
* | Category group support/Renamings. | rubentopo@gmail.com | 2013-04-19 | 11 | -87/+70 |
* | Changes to closing contents with beforeunload/unload handlers: | slamm@chromium.org | 2013-04-19 | 3 | -5/+42 |
* | [Android] Rename NativeWindow to WindowAndroid. | aurimas@chromium.org | 2013-04-19 | 8 | -41/+45 |
* | Revert "Revert 193798 "Revert r192949 "Disable shader disk cache by defa..."" | dsinclair@chromium.org | 2013-04-19 | 1 | -2/+2 |
* | Add Pepper TrueType font API call to enumerate fonts in a given family. | bbudge@chromium.org | 2013-04-19 | 9 | -29/+208 |
* | SIGSEGV in content::RenderWidgetHostViewAura::ApplyEventFilterForPopupExit() | sschmitz@chromium.org | 2013-04-19 | 1 | -6/+3 |