- 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
- 590a634e instant: Fix crash from gesture events on instant preview. by [email protected] · 13 years ago
- d53a08c Move notifications only used in chrome/ to chrome/, renames one notification for clarity. by [email protected] · 13 years ago
- d849b12 Plumb down device_supports_mouse from browser and disable it on Android. by [email protected] · 13 years ago
- a1669073 Do not clear the pending entry when a load is canceled. by [email protected] · 13 years ago
- 7aca236 Revert 145925 - Disabling deferred 2d canvas rendering by default. by [email protected] · 13 years ago
- 1ff79fd Disabling deferred 2d canvas rendering by default. by [email protected] · 13 years ago
- 15d160c0 When a beforeunload dialog is closed, clear up history. by [email protected] · 13 years ago
- 95c448e Remove --disable-interactive-form-validation flag and about:flags UI for it. by [email protected] · 13 years ago
- 3e32414 All visibility change functions (WasRestored/ShowContents/DidBecomeSelected and WasHidden/HideConents) are renamed to WasRestored and WasHidden for consistency. In particular, WebContents had all three of the first variety; this change merges them together. by [email protected] · 13 years ago
- bf70edce Transfer user agent info between browser and renderer by [email protected] · 13 years ago
- ef108e7 Implement a ResourceThrottle for URL overriding in Chrome on Android. by [email protected] · 13 years ago
- a02cf4c Moving LoadFromMemoryCacheDetails to content/public/browser and making it a struct. by [email protected] · 13 years ago
- 6b4dcb07 Let flash query the number of CPU cores present. by [email protected] · 13 years ago
- 14cf0f1 Browser Plugin: Move to old directories by [email protected] · 13 years ago
- 400992b Revert "Remove WebContentsImpl::OnDidRedirectProvisionalLoad." by [email protected] · 13 years ago
- 9b19cf8 Added a command line flag that disables force-compositing-mode and modified the about:flags entry to provide a dropdown with three by [email protected] · 13 years ago
- f13b420 Refactor the content interface for RequestMediaAccessPermission. by [email protected] · 13 years ago
- 7da9c4c Rename gfx::Monitor to gfx::Display by [email protected] · 13 years ago
- 302fe42 Prepare compositor.cc for global CCSettings by [email protected] · 13 years ago
- 60051ec content: Set the default device scale factor on the WebView directly since setting it in WebSettings is now deprecated. by [email protected] · 13 years ago
- 42482096 mac: Basic HighDPI implementation for web contents. by [email protected] · 13 years ago
- 5a07309 Fix disabling Flash 3D and Stage3D by [email protected] · 13 years ago
- 1204bc0 Remove WebContentsImpl::OnDidRedirectProvisionalLoad. by [email protected] · 13 years ago
- b441a849 Move creation and ownership of DownloadManager from the embedder to content. This matches all the other objects that content depends on. by [email protected] · 13 years ago
- 97714c8 Fix for DOMStorageContextImpl::LeakyCloneSessionStorage. by [email protected] · 13 years ago
- e0d8c42 Connect up flash blacklist entries to GetSettingInt by [email protected] · 13 years ago
- 8905450 Support mouse lock in Flash fullscreen mode. by [email protected] · 13 years ago
- 3a3b75a Pass user gesture indicator for RPH and intents. by [email protected] · 13 years ago
- 97d402f3 FilterURL is a static method, so we don't need to call it as an instance method. by [email protected] · 13 years ago
- a9c81f0 - Added test for silent mouse lock after unlocked by target, added argument to mouse lock request in tests for after_target_unlock_request. by [email protected] · 13 years ago
- f859eba Switch DownloadUrlParameters to use a content::Referrer instead of a GURL for the referrer by [email protected] · 13 years ago
- a796f20 Handle console messages in WebContentsDelegate. by [email protected] · 13 years ago
- efcde13 Revert 139433 - Disable accelerated animation by [email protected] · 13 years ago
- 1e1184a40 Disable accelerated animation by [email protected] · 13 years ago
- a08412b6 Add deviceSupportsTouch to webglue. by [email protected] · 13 years ago
- be2510c0 content: Move javascript_message_type.h into content/ from ui/. by [email protected] · 13 years ago
- 00bbad2 Turn on deferred 2d canvas rendering by default. by [email protected] · 13 years ago
- 96bcdc10 Add flag to make all position:fixed elements create stacking contexts by [email protected] · 13 years ago
- 7900bfdb Browser Plugin: Remove MapInstance from BrowserPluginHost + More cross-process navigation work by [email protected] · 13 years ago
- 5a3bdf5 Move RenderViewHostDelegate::View to content/port and rename it to RenderViewHostDelegateView. This only needs to be seen by embedders who override WebContentsView. As a result, WebContentsView doesn't derive from it anymore. by [email protected] · 13 years ago
- bafe6cd Move the create/show window/widget calls from RenderViewHostDelegate::View to RenderViewHostDelegate. by [email protected] · 13 years ago
- 6d6cfb3a Passing mime type in DidLoadResourceFromMemoryCache and more info in LoadFromMemoryCacheDetails. by [email protected] · 13 years ago
- 8611a85 Plumb --show-paint-rects to accelerated compositor by [email protected] · 13 years ago
- 2486dce Makes the browser send pixels to the GPU process where it should. by [email protected] · 13 years ago
- e35ccd5 Get rid of the last RenderViewHostDelegate usage in chrome. by [email protected] · 13 years ago
- 172cf71 Browser Plugin: browser process side changes by [email protected] · 13 years ago
- 299d7f1 Get rid of the RenderViewType concept in content, since it was only used by Chrome. Store the enum value in the WebContents' property bag. by [email protected] · 13 years ago
- 0383fcc Revert 138415 - Makes the browser send pixels to the GPU process where it should. by [email protected] · 13 years ago
- 28599f4 Makes the browser send pixels to the GPU process where it should. by [email protected] · 13 years ago
- 375fa1b Browser Plugin: WebContnets should notify when it's restored by [email protected] · 13 years ago
- ba45bfd Get rid of the need of ViewType::VIEW_TYPE_INTERSTITIAL_PAGE in content. There are no ViewType values left in content, so in the next change I'll move this whole concept out of content and into chrome. That allows us to get rid of RenderViewHostDelegate::GetRenderViewType which is the last remaining need for RVHD in chrome. by [email protected] · 13 years ago
- 746d305 Remove a bunch of RenderViewHostDelegate usage in chrome. I added a WebContents::FromRenderViewHost which can be used instead of RenderViewHost::GetDelegate()->GetAsWebContents(). by [email protected] · 13 years ago
- f98f509 Add command line flags for compositor's default tile size and by [email protected] · 13 years ago
- f66df82 Add a factory function to create WebContentsView implementations. by [email protected] · 13 years ago
- b87ee52 Move NativeWebKeyboardEvent to the content namespace. by [email protected] · 13 years ago
- ef16c3e Pass the render view host with all provisional load related callbacks on the web contents observer by [email protected] · 13 years ago
- 4ca76c0 Move keyboard related methods from RenderViewHostDelegate to a new RenderWidgetHostDelegate by [email protected] · 13 years ago
- 51dbd1c Browser Plugin: Removed BrowserPluginWebContentsObserver (to be replaced by rewritten BrowserPluginHost in subsequent patch). Plumbed embedder_process_id and embedder_routing_id. by [email protected] · 13 years ago
- 428e820 Disable accelerated plugins when on SwiftShader by [email protected] · 13 years ago
- 20b433a Send the correct referrer and policy when saving a file via PPAPI by [email protected] · 13 years ago
- f546640b Adds support for calling postMessage on a frame living in a different renderer. by [email protected] · 13 years ago
- c8160f2 Remove VIEW_TYPE_WEB_CONTENTS and make default view type INVALID. by [email protected] · 13 years ago
- 6717bf27 Quote WebPreferences in namespace webkit_glue. by [email protected] · 13 years ago
- 86ef6a39 Add info about user agent overrides to WebContents by [email protected] · 13 years ago
- 54047eb5 Handle IPC messages related to provisional loads in RenderViewHostImpl by [email protected] · 13 years ago
- e1c3a55 Support cross-process window.close() messages. by [email protected] · 13 years ago