| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace content::ContextMenuSourceType with ui::MenuSourceType. | varunjain@chromium.org | 2013-06-21 | 1 | -6/+6 |
* | Revert "Implement WebFrameClient in RenderFrame and proxy all calls to Render... | senorblanco@chromium.org | 2013-06-21 | 1 | -5/+4 |
* | Implement WebFrameClient in RenderFrame and proxy all calls to RenderView (fo... | nasko@chromium.org | 2013-06-21 | 1 | -4/+5 |
* | Remove duplicate UpdateCompositionInfo calls. | aurimas@chromium.org | 2013-06-20 | 1 | -4/+12 |
* | Add a switch to retain video playback on lost focus | wonsik@chromium.org | 2013-06-20 | 1 | -2/+4 |
* | Remove use of WebWidget::textInputType() | aurimas@chromium.org | 2013-06-20 | 1 | -1/+1 |
* | Avoid compiling RendererAccessibilityFocusOnly on Android. | dmazzoni@chromium.org | 2013-06-19 | 1 | -0/+7 |
* | Keep screen on when media source is playing | qinmin@chromium.org | 2013-06-18 | 1 | -0/+1 |
* | Context menu on a webpage should be positioned differently when invoked from | varunjain@chromium.org | 2013-06-18 | 1 | -2/+17 |
* | Split TextInputStateChanged IPC into two IPCs | aurimas@chromium.org | 2013-06-18 | 1 | -2/+5 |
* | Move appcache_dispatcher and appcache_backend_proxy to content/child. | michaeln@google.com | 2013-06-17 | 1 | -1/+1 |
* | Update Blink include paths | abarth@chromium.org | 2013-06-17 | 1 | -43/+43 |
* | Revert "Implement WebFrameClient in RenderFrameImpl and proxy all calls to Re... | senorblanco@chromium.org | 2013-06-14 | 1 | -2/+2 |
* | Allows fullscreen to be triggered with the key events used for scrolling. | jinsukkim@chromium.org | 2013-06-14 | 1 | -0/+3 |
* | Eliminate SwapOut message parameters, keeping state in RVHM instead. | creis@chromium.org | 2013-06-14 | 1 | -3/+2 |
* | Implement WebFrameClient in RenderFrameImpl and proxy all calls to RenderView. | nasko@chromium.org | 2013-06-14 | 1 | -2/+2 |
* | Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-13 | 1 | -1/+1 |
* | Replace ENABLE_JAVA_BRIDGE with OS_ANDROID. | creis@chromium.org | 2013-06-12 | 1 | -2/+2 |
* | Pass accept-languages settings to renderer | ksakamoto@chromium.org | 2013-06-12 | 1 | -0/+4 |
* | Remove input throttling option in renderer_preferences | fsamuel@chromium.org | 2013-06-11 | 1 | -1/+0 |
* | Use a direct include of strings headers in content/renderer and content/shell. | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Disable promotion of RenderLayers with transitions | ajuma@chromium.org | 2013-06-11 | 1 | -1/+4 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in content/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Invoke RenderWidget::OnResize to change the device scale factor in layout tests | jochen@chromium.org | 2013-06-07 | 1 | -3/+10 |
* | move request_extra_data.{cc,h} from content/common to content/child | scottmg@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Move a bunch of child-only code from content/common to content/child | scottmg@chromium.org | 2013-06-06 | 1 | -4/+4 |
* | Use WebView::contentsPreferredMinimumSize instead of deprecated WebFrame calls | jamesr@chromium.org | 2013-06-06 | 1 | -8/+1 |
* | Expose the HttpResponseInfo's ConnectionInfo in window.chrome.loadTimes() | rch@chromium.org | 2013-06-06 | 1 | -0/+2 |
* | Reland: Use a shared thread for media operations (round 3). | scherkus@chromium.org | 2013-06-06 | 1 | -0/+1 |
* | Move webkit/appcache/* into webkit/{browser,common}/appcache | kinuko@chromium.org | 2013-06-05 | 1 | -1/+1 |
* | Add support for ASAN error generation to chrome://crash/... | rogerm@chromium.org | 2013-06-05 | 1 | -0/+39 |
* | Rename content/common_child to content/child | scottmg@chromium.org | 2013-06-04 | 1 | -18/+18 |
* | Move webkit/dom_storage to new browser|common|renderer locations. Just moving... | michaeln@google.com | 2013-06-04 | 1 | -1/+1 |
* | Allow showing pending URL for new tab navigations, but only if safe. | creis@chromium.org | 2013-06-03 | 1 | -0/+7 |
* | Implement WebRTC in Chrome for TV | wonsik@chromium.org | 2013-06-03 | 1 | -10/+36 |
* | Update content/ to use scoped_refptr<T>::get() rather than implicit "operator... | rsleevi@chromium.org | 2013-06-02 | 1 | -7/+7 |
* | <webview>: Plumb edit commands | fsamuel@chromium.org | 2013-06-01 | 1 | -1/+2 |
* | Create RenderFrame/RenderFrameHost for the main frame of a page. | nasko@chromium.org | 2013-05-31 | 1 | -0/+9 |
* | Revert 203429 "Reland: Use a shared thread for media operations." | scherkus@chromium.org | 2013-05-31 | 1 | -1/+0 |
* | Reland: Use a shared thread for media operations. | scherkus@chromium.org | 2013-05-31 | 1 | -0/+1 |
* | WebDropData split to content and webkit/common | scottmg@chromium.org | 2013-05-31 | 1 | -2/+67 |
* | reland of 'split webkit/glue/webpreferences to common and renderer' | scottmg@chromium.org | 2013-05-31 | 1 | -0/+1 |
* | Revert 203261 "split webkit/glue/webpreferences to common and re..." | isherman@chromium.org | 2013-05-30 | 1 | -1/+0 |
* | split webkit/glue/webpreferences to common and renderer | scottmg@chromium.org | 2013-05-30 | 1 | -0/+1 |
* | Avoids the extension check in ShouldFork for server-redirects. | creis@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | Move webkit/media/ into webkit/renderer/media | jamesr@chromium.org | 2013-05-30 | 1 | -5/+5 |
* | content: Move kViewSourceScheme constant into content namespace. | tfarina@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | Transition Web Speech Recognition from compile-time to run-time flag | janx@chromium.org | 2013-05-30 | 1 | -2/+0 |
* | Update refernces to Blink's Platform API (content) | abarth@chromium.org | 2013-05-30 | 1 | -18/+18 |