- 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
- c5a5c084 Refactor DownloadManager::DownloadUrl() to allow it to take many parameters. by [email protected] · 13 years ago
- 6474b11 Save Page As MHTML by [email protected] · 13 years ago
- 196159d Don't allow targeted navigations across BrowsingInstances. by [email protected] · 13 years ago
- 8074478 Prepending view-source: does not load the source of the userscript. Instead, by [email protected] · 13 years ago
- d353541f ui: Move surface/ directory out of gfx/, up to ui/. by [email protected] · 13 years ago
- 14392a5 Create swapped-out opener RVHs after a process swap. by [email protected] · 13 years ago
- 82c9a8e [Aura] Use default device scale factor when the monitor info is not available. by [email protected] · 13 years ago
- 8b3b3615 Get the default device scale factor from monitor by [email protected] · 13 years ago
- 42252e0 User Gesture plumbed from Renderer to Browser's FullscreenController::RequestToLockMouse. by [email protected] · 13 years ago
- 87717d0e re-use WebUIs by [email protected] · 13 years ago
- 3fc07c5 Move CrashedPlugin() and PluginHungStatusChanged() from WebContentsDelegate into WebContentsObserver, and implement them in PluginObserver and HungPluginTabHelper. by [email protected] · 13 years ago
- d0759f49 ignore WebUISend messages from old pages by [email protected] · 13 years ago
- 55578b0a content: Do not pass SkColor by const-reference as it's defined as POD(integer). by [email protected] · 13 years ago
- 3bbacc5b TabContents -> WebContentsImpl, part 19. by [email protected] · 13 years ago
- 285f4bb8 content: Move more two url constants to content namespace. by [email protected] · 13 years ago
- ca13a44 TabContents -> WebContentsImpl, part 16 by [email protected] · 13 years ago
- e018d3b TabContents -> WebContentsImpl, part 15. by [email protected] · 13 years ago
- 1ea3c79 More DomStorage house cleaning, many files but all mechanical changes. by [email protected] · 13 years ago
- 24e1825 Don't allow sending data URLs to WebUI, unless in a ChromeOS BalloonHost. by [email protected] · 13 years ago
- 9f2a9d7 TabContents -> WebContentsImpl, part 13. by [email protected] · 13 years ago