- a04c9d0 Triggering InspectElement from context menu over a guest will open guest's devtools with correct element highlighted. by [email protected] · 13 years ago
- 63398d7 Reverting this to fix the compile failures on linux clang. please reland after fixing. by [email protected] · 13 years ago
- b0452f8 Triggering InspectElement from context menu over a guest will open guest's devtools with correct element highlighted. by [email protected] · 13 years ago
- 1bc2831 Webview tag creation should be using storage partitions. by [email protected] · 13 years ago
- 49d812e Merge most instances of DownloadSaveInfo into DownloadUrlParams. by [email protected] · 13 years ago
- dd8c823 Browser Plugin: Implement autosize (Embedder-side code) by [email protected] · 13 years ago
- 6a121f2 Browser Plugin: Guest focus state should always match BrowserPlugin focus state by [email protected] · 13 years ago
- 413fcd0 Prevent webview tags from navigating outside web-safe schemes. by [email protected] · 13 years ago
- c88b2a56 Browser Plugin: Guest visibility state should always match BrowserPlugin visibility state. by [email protected] · 13 years ago
- 3586962 Move download code to the content namespace. by [email protected] · 13 years ago
- 76f7d488 Add a flag to about:flags to enable deferred image decoding by [email protected] · 13 years ago
- 500ca7f1 Browser Plugin: Deleted old implementation (browser side) by [email protected] · 13 years ago
- 8e603cd9 Make WebContentsDelegate::LoadProgressChanged android only. by [email protected] · 13 years ago
- 8ff00d7 Move a bunch more code into the content namespace. by [email protected] · 13 years ago
- 65bfd997 Move CC switches to cc/switches.h. by [email protected] · 13 years ago
- 0eba810b Browser Plugin: Add HTML5-like postMessage support by [email protected] · 13 years ago
- 6d04e15 Revert 162487 - Browser Plugin: Add HTML5-like postMessage support by [email protected] · 13 years ago
- 606703e Browser Plugin: Add HTML5-like postMessage support by [email protected] · 13 years ago
- 494885e Revert 162353 (ShimSrcAttribute in browser_tests on linux asan) by [email protected] · 13 years ago
- c873c86 Shift passage of FileStream in downloads system to be by scoped_ptr<>. by [email protected] · 13 years ago
- 96edd31 Browser Plugin: Add HTML5-like postMessage support by [email protected] · 13 years ago
- ba41507 Browser Plugin: Disable Accelerated Compositing by [email protected] · 13 years ago
- b09505af Revert 161634 - [content shell] allow universal access from file URLs in layout tests by [email protected] · 13 years ago
- ffabb1e Makes gfx::Screen an instance, rather than a collection of static methods. by [email protected] · 13 years ago
- 80c2e77 [content shell] allow universal access from file URLs in layout tests by [email protected] · 13 years ago
- d37c33e When starting a provisional load include the parent frame ID in the IPC and pass it down the th WCObservers by [email protected] · 13 years ago
- f5eabc37 Use blocking worker pool for sync file operations in Pepper. by [email protected] · 13 years ago
- 951a6483 This change is motivated by the need to implement the Android WebView.loadDataWithBaseURL API[1], which allows access to local file:// resources (depending on AwSettings.getAllowFileAccess) as long as the base URL provided is not "data:". by [email protected] · 13 years ago
- 529be50 Revert: Flapper field trial to use workerpool for sync file operations. by [email protected] · 13 years ago
- 1c0c9bc Pinch-zoom applied via compositor instead of CSS transformation. by [email protected] · 13 years ago
- e2776017 Pepper.PluginHung histogram needed UMA_. by [email protected] · 13 years ago
- e12dbe6f Disable frame tree updates until the race conditions with postMessage are fixed. by [email protected] · 13 years ago
- 2ca1ea66 Removes BrowserContext::DidLastSessionExitCleanly() and makes by [email protected] · 13 years ago
- 974bdba66 Flapper field trial to use workerpool for sync file operations. by [email protected] · 13 years ago
- c521d746 Allow blacklisting 3D CSS or accelerated video by [email protected] · 13 years ago
- 9745660 <browser> Disable force_compositing on guests. by [email protected] · 13 years ago
- b6bcd8c Browser Plugin: Fixed browser process crash on embedder reload. by [email protected] · 13 years ago
- 19be7a6 Propagate storage partition id and persistence to the browser. by [email protected] · 13 years ago
- 92a01cc [BrowserTag] Send dib info with NavigateGuest message, by [email protected] · 13 years ago
- 5075ffcb Fix the crash that could occur when the window is closed while web contents drag is in progress. by [email protected] · 13 years ago
- 77ab1731 Rename GetSite in SiteInstance to GetSiteURL. by [email protected] · 13 years ago
- 885d896 Browser Plugin: Remove unnecessary references to frame_id by [email protected] · 13 years ago
- 9a840890 [gtk] fix zoom bubble showing up on wrong window by [email protected] · 13 years ago
- feaded0 Add UMA metrics to measure potential impact of Fast Tab Close. by [email protected] · 13 years ago
- b24b68a Fix the issue that any tab/window closing hotkey will crash the Pepper Flash Fullscreen. by [email protected] · 13 years ago
- 7a846df This is followup from Charlie's comments on Fady's cl: http://chromiumcodereview.appspot.com/10560022, it seems I cannot upload patch to that issue (since I'm not owner), I'm creating a new one. by [email protected] · 13 years ago
- 09cce462 Revert 157773 - This is followup from Charlie's comments on Fady's cl: http://chromiumcodereview.appspot.com/10560022, it seems I cannot upload patch to that issue (since I'm not owner), I'm creating a new one. by [email protected] · 13 years ago
- 7f087fb This is followup from Charlie's comments on Fady's cl: http://chromiumcodereview.appspot.com/10560022, it seems I cannot upload patch to that issue (since I'm not owner), I'm creating a new one. by [email protected] · 13 years ago
- af886775 Revert 157650 - This is followup from Charlie's comments on Fady's cl: http://chromiumcodereview.appspot.com/10560022, it seems I cannot upload patch to that issue (since I'm not owner), I'm creating a new one. by [email protected] · 13 years ago
- 331264c This is followup from Charlie's comments on Fady's cl: http://chromiumcodereview.appspot.com/10560022, it seems I cannot upload patch to that issue (since I'm not owner), I'm creating a new one. by [email protected] · 13 years ago
- 1de0fc0 We do not pass enums by conts references. This CL fixes style errors introduced by [email protected] · 13 years ago
- 4e7f3e9 Put CSS sticky positioning behind a runtime flag until we think it's ready for release. by [email protected] · 13 years ago
- 2afdb07 Add enable-accelerated-compositing-for-overflow-scroll switch. by [email protected] · 13 years ago
- ff7b6dd Use a single flag for enabling experimental WebKit features. by [email protected] · 13 years ago
- e755a38 Add plumbing to add highlight flag to about:flags, disable by default by [email protected] · 13 years ago
- 7381d9f Switch Extensions::TabHelper to use WebContents, WebContentsUserData. by [email protected] · 13 years ago
- 25ee94f CSS Media Query now reports touch-support accurately for Windows (retry) by [email protected] · 13 years ago
- 728842bc Revert r155743, "Switch Extensions::TabHelper to use WebContents, WebContentsUserData." by [email protected] · 13 years ago
- 9567f9c Switch Extensions::TabHelper to use WebContents, WebContentsUserData. by [email protected] · 13 years ago
- eda238a1 Pass result of blockage across content API when new tab blocked. This change allows the proper blockage of foreground tabs created without user-gestures for rel=noreferrer links. by [email protected] · 13 years ago
- 8de0a37 Revert 155484 - CSS Media Query now reports touch-support accurately for Windows. by [email protected] · 13 years ago
- 28196f11 CSS Media Query now reports touch-support accurately for Windows. by [email protected] · 13 years ago
- e94bbcb Do not share a process unless it has the right storage partition. by [email protected] · 13 years ago
- ba16e3a Context menus should appear above the touch point if invoked by long press. by [email protected] · 13 years ago
- 1638338 Very basic Android browser-side compositing support. by [email protected] · 13 years ago
- 59363fc9 Upstream the Android port find-in-page feature. by [email protected] · 13 years ago
- 3f7e206 Add plumbing for flag: --disable-gesture-tap-highlight by [email protected] · 13 years ago
- 4ca1863 Make GpuDataManager thread safe. by [email protected] · 13 years ago
- 0720b53 Support frame tree propagation between renderers in the same browsing instance. by [email protected] · 13 years ago
- dbcdffc Change disposition to POPUP for navigations in a new process with no user gesture to trigger popup blocker checks. by [email protected] · 13 years ago
- d8415ad9 Add hooks to content to request permission to connect to the PPAPI broker. by [email protected] · 13 years ago
- 36a22c4 Kill PropertyBag, switch WebContents to SupportsUserData. by [email protected] · 13 years ago
- 4c3a2358 Move StoragePartition into content/public and remove BrowserContext::GetDOMStorageContext(). by [email protected] · 13 years ago
- 8d0f331 Fix user agent override restoration pipeline by [email protected] · 13 years ago
- 6b618e6 Add IPC::Sender and GetRoutingID() to WebContents for convenience and safety. by [email protected] · 13 years ago
- c71fe640 Remove touch optimized layout on ChromeOS by [email protected] · 13 years ago
- d1198fd Move SessionStorageNamespace entirely into NavigationController and support StoragePartitions. by [email protected] · 13 years ago
- 126a15b Reverting this change as it does not disable H/W video decode. It disables H/W rendering. by [email protected] · 13 years ago
- 733a58f Remove obsolete code by [email protected] · 13 years ago
- 69cffc8 Revert 150889 - Disabling deferred 2D canvas rendering by [email protected] · 13 years ago
- 1332623f1 Remove unused include and always-true compile-time check by [email protected] · 13 years ago
- c60c5116 Temporarily disable H/W Video decode on Windows to see if it is the cause of the spike by [email protected] · 13 years ago
- 7b6df3b Disabling deferred 2D canvas rendering by [email protected] · 13 years ago
- cc510d7e Browser Plugin: Rename old colliding files to old_*. by [email protected] · 13 years ago
- dd26779c Browser Plugin: Rename WebContentsImpl::browser_plugin_host() to WebContentsImpl::old_browser_plugin_host() by [email protected] · 13 years ago
- b3996ba Add WebContents* to some more delegate methods by [email protected] · 13 years ago
- cb25aa1 Browser Plugin: Move to old namespace by [email protected] · 13 years ago
- 7c16976c [RDS] Reloads a page using the original request URL by [email protected] · 13 years ago
- 66bd551 Implement isRenderingVSynced on RenderWidget BUG=137797 by [email protected] · 13 years ago
- 132e281a Implement NavigationControllerWebView.PostURL by [email protected] · 13 years ago
- 9e2e463 Rename WasRestored to WasShown across all uses. by [email protected] · 13 years ago
- de02376 Turn on the fixed position stacking context flag by default by [email protected] · 13 years ago
- 634a3bd disable web audio by default on android and add switches to enable it by [email protected] · 13 years ago
- deed0fd Disable WebGL on Android by default (but allow it to be enabled) by [email protected] · 13 years ago
- b63b969 Add CSS variables feature flag to chrome://flags. by [email protected] · 13 years ago
- d1ef81d Add an ability to call WebKit's WebFrame::loadData via NavigationController. by [email protected] · 13 years ago
- 8979307 Add RenderViewHost* to DidStartLoading and DidStopLoading in by [email protected] · 13 years ago
- aacd1d7 Fix regression of bug 205 where a plugin in a window shown with window.open may not have the correct parent window. PluginTest.OpenPopupWindowWithPlugin covers this, but this bug is a race condition which is why the test works most of the time (although it shows up on the flakiness dashboard). When I tried to move this test to content_browsertests, the timing was different so it showed up most of the time. by [email protected] · 13 years ago
- e5f2de0 Make delegate checks consistent in WebContentsImpl. by [email protected] · 13 years ago
- 7bb76189 Pass the RVH to RVHD::OnMessageReceived and make WCImpl forward it for load signals to its observers. by [email protected] · 13 years ago