- 76bfc7f5 Fix SessionStorage confusion between RenderViewHostImpl and NavigationController. by [email protected] · 12 years ago
- 13305952 Revert 212022 "The previous implementation is not correct, it de..." by [email protected] · 12 years ago
- e8c3dc7 The previous implementation is not correct, it depended on the Fullscreen video class, but the PowerSaveBlocker could be used for embedding video or the use case which isn't related to the video at all. by [email protected] · 12 years ago
- e7f2e7c Track user gesture state when opening an URL via the browser process. by [email protected] · 12 years ago
- 58d5cfe Rename RenderViewGone IPC/methods to better reflect reality. by [email protected] · 12 years ago
- 738f57a Decouple GuestView creation from attachment. by [email protected] · 12 years ago
- 6d65a46 Move histograms and supporting code that don't belong in content out. by [email protected] · 12 years ago
- ed1bb720 Revert Fast tab closure and dependent CL by [email protected] · 12 years ago
- 2f7b3c5a Add chrome-native:// scheme. by [email protected] · 12 years ago
- 836db30 Resizing huge favicons when retrieving those. by [email protected] · 12 years ago
- ec8e8b0 Move histograms and supporting code that don't belong in content out. by [email protected] · 12 years ago
- 8ee4c890 Revert 207120 "Move histograms and supporting code that don't be..." by [email protected] · 12 years ago
- a5c06d8 Move histograms and supporting code that don't belong in content out. by [email protected] · 12 years ago
- f56c787 Context menu on a webpage should be positioned differently when invoked from by [email protected] · 12 years ago
- 2255a933 Update Blink include paths by [email protected] · 12 years ago
- 1ae93fb Add UMA stats for predicted process counts with out-of-process iframes. by [email protected] · 12 years ago
- c7654a23 Replace ENABLE_JAVA_BRIDGE with OS_ANDROID. by [email protected] · 12 years ago
- b0e0583 Changes to closing contents with beforeunload/unload handlers: by [email protected] · 12 years ago
- 14db2bb Move FrameTreeNode to content/browser/web_contents, since it's part of WebContents. by [email protected] · 12 years ago
- 132f98c Revert r203922, "Quickly close tabs/window with long-running unload handlers." by [email protected] · 12 years ago
- cbb1ef59 content: Remove usage of NOTIFICATION_NAV_ENTRY_COMMITTED from content by [email protected] · 12 years ago
- a9ff7bb Changes to closing contents with beforeunload/unload handlers: by [email protected] · 12 years ago
- 59167c2 Allow showing pending URL for new tab navigations, but only if safe. by [email protected] · 12 years ago
- 227692c5 Create RenderFrame/RenderFrameHost for the main frame of a page. by [email protected] · 12 years ago
- 691aa2f Introduce content::PageState (again). by [email protected] · 12 years ago
- e0185f9f Revert 202188 "Introduce content::PageState." by [email protected] · 12 years ago
- f66375e Introduce content::PageState. by [email protected] · 12 years ago
- cb80545 Support color chooser inside extesions, apps, chrome frame, dev tool by [email protected] · 12 years ago
- 7fff43e content: Remove usage of NOTIFICATION_WEB_CONTENTS_DESTROYED from content by [email protected] · 12 years ago
- c854a7e Add GetActiveURL and GetLastCommittedURL to WebContents. by [email protected] · 12 years ago
- 9b00348 Hide location bar on Javascript-initiated scroll. by [email protected] · 12 years ago
- 32deec6 Make renderer aware of browser plugin position. by [email protected] · 12 years ago
- 749fadd Don't request missing favicon on every page request. by [email protected] · 12 years ago
- 5090445 Create a frame tree in WebContents on the browser side. by [email protected] · 12 years ago
- cf200a56 Fixed drag and drop into and out of Browser Plugin. by [email protected] · 12 years ago
- 108f6090 Revert 197717 "Create a frame tree in WebContents on the browser..." for DCHECK fail on mac browser_tests. by [email protected] · 12 years ago
- 0e54e79 Create a frame tree in WebContents on the browser side. by [email protected] · 12 years ago
- 3184f90b Move WebPreferences to root namespace by [email protected] · 12 years ago
- c73a228 Fix RenderWidgetHostViewAura's accessible parent harder. by [email protected] · 12 years ago
- 979a4bc Revert 195553 "Allow showing pending URL for new tab navigations..." by [email protected] · 12 years ago
- bf4a231 Removing old style frame tree updates. by [email protected] · 12 years ago
- 241db35 Allow showing pending URL for new tab navigations, but only if safe. by [email protected] · 12 years ago
- ec6a7eb Rename RenderViewHostDelegate::RenderViewGone -> RenderViewTerminated by [email protected] · 12 years ago
- 656d099 Speculative Revert 195108 "Changes to closing contents with beforeunload/unl..." by [email protected] · 12 years ago
- df9416c8 Changes to closing contents with beforeunload/unload handlers: by [email protected] · 12 years ago
- 57fb61f Revert 194184 "push MouseMove through WebContents and back to de..." by [email protected] · 12 years ago
- d86dd76e push MouseMove through WebContents and back to delegate to fix status bubble avoid by [email protected] · 12 years ago
- c744f7d2 Remove some chrome-specific methods from content::WebUI. by [email protected] · 12 years ago
- 41225fe Split FaviconHelper in two: ImageLoadingHelper and FaviconHelper. by [email protected] · 12 years ago
- 5527ac82 Revert 191277 "Allow showing pending URL for new tab navigations..." by [email protected] · 12 years ago
- 4252a15 Allow showing pending URL for new tab navigations, but only if safe. by [email protected] · 12 years ago
- 50b3bfd2 Remove dead method WebContents::ShouldAcceptDragAndDrop by [email protected] · 12 years ago
- a7fe568 Remove stale logic for setting WebUI on opened windows. No longer necessary. by [email protected] · 12 years ago
- 433bd24b Fix Notifications Icon loading. by [email protected] · 12 years ago
- 6706b8da Browser Plugin: Cleanup opener parameters. by [email protected] · 12 years ago
- c453807 Browser Plugin: Implement window.open in guests by [email protected] · 12 years ago
- ceee8cd When a pending contents is created but deleted before it is shown, remove it from the list of pending contents by [email protected] · 12 years ago
- 8eb0456 Browser Plugin: Implement BrowserPluginGuestManager by [email protected] · 12 years ago
- 17e286e content: convert form repost warning notification to WebContentsObserver usage by [email protected] · 12 years ago
- 20ca038 content: convert interstitial notifications to observer usage by [email protected] · 12 years ago
- 4432769 Fix layering violation in content\browser\renderer_host. That directory shouldn't be including web_contents. by [email protected] · 12 years ago
- f3615f0 Remove WebContents methods that duplicate WebContentsView methods. by [email protected] · 12 years ago
- 60780f41 Move WebContentsView methods that are only called inside content over to WebContentsViewPort. by [email protected] · 12 years ago
- 45a22ad Avoid creating an extra RVH for a tab's opener when one is pending. by [email protected] · 12 years ago
- b371a565 Browser Plugin: BrowserPluginGuest manages its own lifetime by [email protected] · 12 years ago
- 93564f7 Browser Plugin: Reduce BrowserPluginEmbedder's responsibilities by [email protected] · 12 years ago
- e67ebf3 content: convert SSL notifications to observer usage (take 2) by [email protected] · 12 years ago
- fb3f066e Make zoom using ctrl+mouse wheel work in win aura. Windows non-aura had a hack that was a layering violation which sent a custom win32 message from RenderWidgetHostViewWin to WebContentsViewWin. Instead do this properly from RenderWidgetHostImpl to its delegate (WebContentsImpl), which works for both aura and non-aura windows builds. by [email protected] · 12 years ago
- aaa2a6c5 Revert "content: convert SSL notifications to observer usage" by [email protected] · 12 years ago
- 8427a062 Delete most web intents code. by [email protected] · 12 years ago
- ac0ed09 content: convert SSL notifications to observer usage by [email protected] · 12 years ago
- 1ff42797 Move Android Date/Time parsing to the renderer (C++ and ICU) instead of the current parsing that happens in the browser (on java using java libraries) by [email protected] · 12 years ago
- 2dec8ec Use base namespace for FilePath in content/browser by [email protected] · 12 years ago
- bfcfa69 <webview>: Store <webview> embedder info in ExtensionRendererState by [email protected] · 12 years ago
- 5459798 While screencasting a tab, do not disable rendering updates while hidden. by [email protected] · 12 years ago
- f849734 Browser plugin: Use WCViewGuest and RWHVGuest wrapping the platform views (behind flag --enable-browser-plugin-guest-view). by [email protected] · 12 years ago
- 71a88bb Rename JavaScriptDialogCreator to JavaScriptDialogManager. by [email protected] · 12 years ago
- 3a3e171 Make most code on mac compile with enable_web_intents=0 by [email protected] · 12 years ago
- 44470a2 Allow the chrome.tabCapture.* extension API to capture full screen flash widgets. by [email protected] · 12 years ago
- b479912c Browser Plugin: Allocate Instance IDs in BrowserPluginEmbedder instead of BrowserPluginManager by [email protected] · 12 years ago
- 4cc1ab5 [Android] Manage CVC's retained JS object set on the native side. by [email protected] · 12 years ago
- 8607c83 Stop tracking frames in the webNavigation API once they're detached. by [email protected] · 12 years ago
- 583418cc Split Date/Time picker values from IME processing since date/time related form values have been completly split from text related fields in WebKit and keyboard interaction is no longer needed for those elements. by [email protected] · 12 years ago
- cf4d6e74 Distinguish plugin disconnections from plugin crashes. by [email protected] · 12 years ago
- 8383aa96 Remove redundant |errored| member from IconHostMsg_DidDownloadFavicon by [email protected] · 12 years ago
- 03f6489 Removes some dead code from WebContentsImpl. by [email protected] · 12 years ago
- 3de10bb3 Browser Plugin: Refactor BrowserPluginEmbedder to allow creating guests with openers by [email protected] · 12 years ago
- b502ed46 Also filter the URLs from incoming non-provisional navigation IPCs. by [email protected] · 12 years ago
- 33662e5 Implement a TODO in the media code: Change a "const MediaStreamRequest*" arg in various APIs to "const MediaStreamRequest&". by [email protected] · 12 years ago
- 54944cde Introduces "CreateParams" for web contents, and add |parent| parameter in it. by [email protected] · 12 years ago
- 795c2897 move favicon download code from chrome/ into content/ by [email protected] · 12 years ago
- 7cc7890 Support disowning window.opener across processes. by [email protected] · 12 years ago
- 35e0e079 Fix case where event page would not unload after navigating away from an by [email protected] · 13 years ago
- 434bc9b Remove unused opener_url from DidStartProvisionalLoad. by [email protected] · 13 years ago
- 818915cd Raise an infobar and deny access to WebGL if a GPU reset was detected while a web page containing WebGL content was visible. by [email protected] · 13 years ago
- 061b2b31 Making it easier to hook a ContentViewCore to the SurfaceView. by [email protected] · 13 years ago
- e2caa03 Fix Cross-Process Redirect Navigation by [email protected] · 13 years ago
- a13bc18 Revert 167800 - Fix Cross-Process Redirect Navigation by [email protected] · 13 years ago
- c44f2f70 Fix Cross-Process Redirect Navigation by [email protected] · 13 years ago
- a04c9d0 Triggering InspectElement from context menu over a guest will open guest's devtools with correct element highlighted. by [email protected] · 13 years ago