- 9eeafc01 New Tab: fix tab title flickering. by [email protected] · 12 years ago
- 0661cee Rename WebContentsObserver::NavigateToPendingEntry to DidStartNavigationToPendingEntry. by [email protected] · 12 years ago
- 9450c46 Upgrade insecure content warning from LOG(info) to LOG(warning). by [email protected] · 12 years ago
- c8029778 Add frame_tree_node_id to navigation parameters. by [email protected] · 12 years ago
- 4972fc8 Preserve should_replace_current_entry across request transfers. by [email protected] · 12 years ago
- fa944cb8 Move RenderViewHostManager from WebContents to FrameTreeNode. by [email protected] · 12 years ago
- eab6144 Ensure safety when tracing WebContentsImpl by [email protected] · 12 years ago
- c61b317c7 C++ readability review for lazyboy@ by [email protected] · 12 years ago
- e4abd3b4 Hide WebContentsImpl::AddCreatedCallback so that no more users leak in. by [email protected] · 12 years ago
- 809fb4e Make copy of string trace event parameter in WebContentsImpl by [email protected] · 12 years ago
- 190b8c5 Add Navigator and NavigatorDelegate objects. by [email protected] · 12 years ago
- 3eed470 3 new bootperf events: by [email protected] · 12 years ago
- 180ef24 Rename WebKit namespace to blink (part 3) by [email protected] · 12 years ago
- 16a13fa Temporary fix for CWS client redirect issue to undo a regression. by [email protected] · 12 years ago
- 9f26807 Defer app window appearance until first paint. by [email protected] · 12 years ago
- dbbce92c Refactor GuestView to take in extension_id on construction by [email protected] · 12 years ago
- d4a8ca48 Move navigation and frame tree classes to a new frame_host/ directory. by [email protected] · 12 years ago
- a794f3a Make JavaBridgeDispatcherHost not be a RenderViewHostObserver anymore. by [email protected] · 12 years ago
- f887290 Preserve redirect chain and page transition on cross-process server redirects. by [email protected] · 12 years ago
- 97d8f0d Ensure transient NavigationEntryImpl values are cleared after commit. by [email protected] · 12 years ago
- 44d0930a Clean up duplicated code bug in RequestTransferURL. by [email protected] · 12 years ago
- 947bb390 Move GetWebkitPrefs from WebContentsImpl to RenderViewHostImpl. by [email protected] · 12 years ago
- 0426d44 Chromium side of maxTouchPoints implementation. by [email protected] · 12 years ago
- 32d2a44 Command line switch for canvas2d msaa. by [email protected] · 12 years ago
- ec6c05f Decouple NavigationControllerImpl and WebContentsImpl. by [email protected] · 12 years ago
- 992c57c Remove NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED from download started animations. by [email protected] · 12 years ago
- 2f673064c Remove two RenderViewHostObserver implementations in ChromeOS code and replace them with WebContentsObserver. by [email protected] · 12 years ago
- 5cdc6a26 Delete didProgrammaticallyScroll plumbing. by [email protected] · 12 years ago
- 0bc7f354 Enable sending MessagePorts to a different renderer (Chromium side) by [email protected] · 12 years ago
- eb8b32ee Remove solid_color_scrollbars CC LayerTreeSetting. by [email protected] · 12 years ago
- f273ee5 Call WebContentsObserver::RenderViewDeleted on the RVH and possibly pending RVH when WebContents is destructed. by [email protected] · 12 years ago
- d6fa88f Set is_hidden bit for background navigations by [email protected] · 12 years ago
- 44de749 Add a flag for enabling/disabling the new accelerated scrolling path by [email protected] · 12 years ago
- 3ed682bf Fix back-after-redirect for renderer-initiated cross-process redirects. by [email protected] · 12 years ago
- e341590 Revert "Revert "Enable composited iframes on hi-DPI."" by [email protected] · 12 years ago
- 26329c0 Revert 229040 "Fix plugin HWNDs being shown, and also in the wro..." by [email protected] · 12 years ago
- 9987cb801 Fix plugin HWNDs being shown, and also in the wrong position, when they're openeing in a background tab. by [email protected] · 12 years ago
- 9052d93 Revert "Remove NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED." by [email protected] · 12 years ago
- 09eaa4c Revert "Add a flag for enabling/disabling the new accelerated scrolling path" by [email protected] · 12 years ago
- e953c6c Remove 2 members from webpreference by [email protected] · 12 years ago
- 9797adb Revert "Enable composited iframes on hi-DPI." by [email protected] · 12 years ago
- eaaba7dd When a page is reloaded using the original request URL, ensure that the RVH picked to render it is based on that URL and WebContentsObserver::NavigateToPendingEntry sees that new URL. by [email protected] · 12 years ago
- 6578fef Remove content notifications from ResourcePrefetchPredictor, remove NOTIFICATION_LOAD_FROM_MEMORY_CACHE. by [email protected] · 12 years ago
- d7f80ba Follow-ups/Tweaks for Embedded Flash Fullscreen. by [email protected] · 12 years ago
- 429530b Add a flag for enabling/disabling the new accelerated scrolling path by [email protected] · 12 years ago
- ac41336 Remove NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED. by [email protected] · 12 years ago
- 6dd2053b Enable composited iframes on hi-DPI. by [email protected] · 12 years ago
- c0d9d567 Add WebContentsObserver options for NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED. by [email protected] · 12 years ago
- 6286a37 Remove GetActiveEntry usage from content. by [email protected] · 12 years ago
- ed1aab1 Add --disable-compositor-touch-hit-testing flag by [email protected] · 12 years ago
- 9162187 Remove notifications from TestNavigationObserver and clean it and its uses up. by [email protected] · 12 years ago
- 45d5c60 ChildProcessSecurityPolicy: Remove CanReadDirectory (special directory enumeration grant). by [email protected] · 12 years ago
- 1ef02d24 Remove more uses of NOTIFICATION_WEB_CONTENTS_TITLE_UPDATED. by [email protected] · 12 years ago
- 9b159a5 Create a new RenderFrameHost per child frame when --site-per-process is enabled. by [email protected] · 12 years ago
- fc6c187 Move TransferNavigationResourceThrottle into CrossSiteResourceHandler. by [email protected] · 12 years ago
- 7b712ee2 Merge NOTIFICATION_WEB_CONTENTS_SWAPPED into NOTIFICATION_RENDER_VIEW_HOST_CHANGED. by [email protected] · 12 years ago
- d6ba5f23 Add --disable-xslt to disable XSLT by [email protected] · 12 years ago
- af90590 Don't leave renderer process frozen when canceling JavaScript dialogs. by [email protected] · 12 years ago
- f70fe92 Revert 226284 "Move TransferNavigationResourceThrottle into Cros..." by [email protected] · 12 years ago
- 37403f3 Move TransferNavigationResourceThrottle into CrossSiteResourceHandler. by [email protected] · 12 years ago
- 6679890 Remove notifications from TitleWatcher. by [email protected] · 12 years ago
- 68ef396 WebContentsImpl owns a WebContentsViewAura, which is a by [email protected] · 12 years ago
- 9afc14e2 Clean up a few more unused globals. by [email protected] · 12 years ago
- 90fb08ed Cancel JavaScript dialogs when an interstitial appears. by [email protected] · 12 years ago
- 34b565c Revert 223982 "Remove GetActiveEntry usage from content." by [email protected] · 12 years ago
- a220b593 Add more support for FreeBSD by [email protected] · 12 years ago
- 646b732 Remove GetActiveEntry usage from content. by [email protected] · 12 years ago
- 263cb08f This CL: by [email protected] · 12 years ago
- 4aebbca Embed Flash Fullscreen widget within browser window. by [email protected] · 12 years ago
- 52bf99c7 Control the mediaFullscreenRequiresUserGesture setting with a command line switch (on Android only). by [email protected] · 12 years ago
- 688e2ee Revert "Plumb user_gesture up from Blink to the JavaScript dialog code..." by [email protected] · 12 years ago
- 6dd2f1e Fix use-after-free by [email protected] · 12 years ago
- 9a60d160 Do not allow non web accessible resources to be linked. by [email protected] · 12 years ago
- b12eb22 Delete unneeded pending entries in DidFailProvisionalLoad to prevent a spoof. by [email protected] · 12 years ago
- 3adab1c Log a warning if we try to load a URL longer than kMaxURLChars. by [email protected] · 12 years ago
- 8bfc827 Modify ResourceMessageFilter so that it can support attaching to PluginProcessHost. by [email protected] · 12 years ago
- da7a718 Provide observer functions for NOTIFICATION_WEB_CONTENTS_CONNECTED, NOTIFICATION_WEB_CONTENTS_SWAPPED, NOTIFICATION_WEB_CONTENTS_DISCONNECTED by [email protected] · 12 years ago
- b0f724c Create WebContentsObserver callbacks for notifications, remove notifications from SSLManager. by [email protected] · 12 years ago
- 0e9edbc <webview>: Add a 'loadprogress' event. by [email protected] · 12 years ago
- 88b50b6 Report Javascript Runtime Errors to the Error Console by [email protected] · 12 years ago
- 80413d7 Refactor cc scrollbar layers architecture. by [email protected] · 12 years ago
- e770b1e9 WebContentObserver::RenderViewCreated should be called for empty document. by [email protected] · 12 years ago
- cfe43b2 Plumb user_gesture up from Blink to the JavaScript dialog code, and don't offer to suppress dialogs if they're initiated by a user gesture. by [email protected] · 12 years ago
- 64faeae Revert 220050 "Plumb user_gesture up from Blink to the JavaScrip..." by [email protected] · 12 years ago
- 18516cf9 Refactor MHTMLGenerator to allow getting sending the data to a file descriptor. by [email protected] · 12 years ago
- 5f45b5c0 Plumb user_gesture up from Blink to the JavaScript dialog code, and don't offer to suppress dialogs if they're initiated by a user gesture. by [email protected] · 12 years ago
- dc0fd43 fix flashing bottom gray bar when navigating away from NTP w/ unpinned bookmark bar by [email protected] · 12 years ago
- d16609c Rename observer and clarify documentation. by [email protected] · 12 years ago
- 7d244f1 Start renderer in ContentViewCoreImpl::EvaluateJavaScript. by [email protected] · 12 years ago
- fd8eb74 Pipe detailed information (including stack trace) about runtime JS errors caused by extensions from the WebKit side over to the Chrome side. by [email protected] · 12 years ago
- 1515493 Correctly use IsThreadedCompositingEnabled in content_browsertests by [email protected] · 12 years ago
- 1ac10dca Initialize RenderWidget(Host)(View)s with correct visibility state by [email protected] · 12 years ago
- 44b0581 Move kJavaScriptScheme into content namespace. by [email protected] · 12 years ago
- ee59cbec Support for seconds and milliseconds in the time input dialog. by [email protected] · 12 years ago
- 2e9d79f Don't close tabs at shutdown until all beforeunload handlers have run. by [email protected] · 12 years ago
- dd673041 When creating a background contents, also adopt the session storage namespace. by [email protected] · 12 years ago
- 26f4aa4b The window's KEEP_SCREEN_ON flag is more like controlling the screen from an Activity level, and we shouldn't use it instead, view's KEEP_SCREEN_ON flag should be used. by [email protected] · 12 years ago
- 442385d Ensure that renderer-initiated pending entries can be replaced when a new by [email protected] · 12 years ago
- 5f2aa72 Move webkit/{browser,common}/dom_storage into content/ by [email protected] · 12 years ago
- ea0309c Move broker creation out of PepperHelperImpl to PPB_Broker_Impl in the effort to eliminate PepperHelperImpl. This also simplifies things as we can eliminate the bookkeeping and race condition handling. by [email protected] · 12 years ago