1. 9eeafc01 New Tab: fix tab title flickering. by [email protected] · 12 years ago
  2. 0661cee Rename WebContentsObserver::NavigateToPendingEntry to DidStartNavigationToPendingEntry. by [email protected] · 12 years ago
  3. 9450c46 Upgrade insecure content warning from LOG(info) to LOG(warning). by [email protected] · 12 years ago
  4. c8029778 Add frame_tree_node_id to navigation parameters. by [email protected] · 12 years ago
  5. 4972fc8 Preserve should_replace_current_entry across request transfers. by [email protected] · 12 years ago
  6. fa944cb8 Move RenderViewHostManager from WebContents to FrameTreeNode. by [email protected] · 12 years ago
  7. eab6144 Ensure safety when tracing WebContentsImpl by [email protected] · 12 years ago
  8. c61b317c7 C++ readability review for lazyboy@ by [email protected] · 12 years ago
  9. e4abd3b4 Hide WebContentsImpl::AddCreatedCallback so that no more users leak in. by [email protected] · 12 years ago
  10. 809fb4e Make copy of string trace event parameter in WebContentsImpl by [email protected] · 12 years ago
  11. 190b8c5 Add Navigator and NavigatorDelegate objects. by [email protected] · 12 years ago
  12. 3eed470 3 new bootperf events: by [email protected] · 12 years ago
  13. 180ef24 Rename WebKit namespace to blink (part 3) by [email protected] · 12 years ago
  14. 16a13fa Temporary fix for CWS client redirect issue to undo a regression. by [email protected] · 12 years ago
  15. 9f26807 Defer app window appearance until first paint. by [email protected] · 12 years ago
  16. dbbce92c Refactor GuestView to take in extension_id on construction by [email protected] · 12 years ago
  17. d4a8ca48 Move navigation and frame tree classes to a new frame_host/ directory. by [email protected] · 12 years ago
  18. a794f3a Make JavaBridgeDispatcherHost not be a RenderViewHostObserver anymore. by [email protected] · 12 years ago
  19. f887290 Preserve redirect chain and page transition on cross-process server redirects. by [email protected] · 12 years ago
  20. 97d8f0d Ensure transient NavigationEntryImpl values are cleared after commit. by [email protected] · 12 years ago
  21. 44d0930a Clean up duplicated code bug in RequestTransferURL. by [email protected] · 12 years ago
  22. 947bb390 Move GetWebkitPrefs from WebContentsImpl to RenderViewHostImpl. by [email protected] · 12 years ago
  23. 0426d44 Chromium side of maxTouchPoints implementation. by [email protected] · 12 years ago
  24. 32d2a44 Command line switch for canvas2d msaa. by [email protected] · 12 years ago
  25. ec6c05f Decouple NavigationControllerImpl and WebContentsImpl. by [email protected] · 12 years ago
  26. 992c57c Remove NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED from download started animations. by [email protected] · 12 years ago
  27. 2f673064c Remove two RenderViewHostObserver implementations in ChromeOS code and replace them with WebContentsObserver. by [email protected] · 12 years ago
  28. 5cdc6a26 Delete didProgrammaticallyScroll plumbing. by [email protected] · 12 years ago
  29. 0bc7f354 Enable sending MessagePorts to a different renderer (Chromium side) by [email protected] · 12 years ago
  30. eb8b32ee Remove solid_color_scrollbars CC LayerTreeSetting. by [email protected] · 12 years ago
  31. f273ee5 Call WebContentsObserver::RenderViewDeleted on the RVH and possibly pending RVH when WebContents is destructed. by [email protected] · 12 years ago
  32. d6fa88f Set is_hidden bit for background navigations by [email protected] · 12 years ago
  33. 44de749 Add a flag for enabling/disabling the new accelerated scrolling path by [email protected] · 12 years ago
  34. 3ed682bf Fix back-after-redirect for renderer-initiated cross-process redirects. by [email protected] · 12 years ago
  35. e341590 Revert "Revert "Enable composited iframes on hi-DPI."" by [email protected] · 12 years ago
  36. 26329c0 Revert 229040 "Fix plugin HWNDs being shown, and also in the wro..." by [email protected] · 12 years ago
  37. 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
  38. 9052d93 Revert "Remove NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED." by [email protected] · 12 years ago
  39. 09eaa4c Revert "Add a flag for enabling/disabling the new accelerated scrolling path" by [email protected] · 12 years ago
  40. e953c6c Remove 2 members from webpreference by [email protected] · 12 years ago
  41. 9797adb Revert "Enable composited iframes on hi-DPI." by [email protected] · 12 years ago
  42. 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
  43. 6578fef Remove content notifications from ResourcePrefetchPredictor, remove NOTIFICATION_LOAD_FROM_MEMORY_CACHE. by [email protected] · 12 years ago
  44. d7f80ba Follow-ups/Tweaks for Embedded Flash Fullscreen. by [email protected] · 12 years ago
  45. 429530b Add a flag for enabling/disabling the new accelerated scrolling path by [email protected] · 12 years ago
  46. ac41336 Remove NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED. by [email protected] · 12 years ago
  47. 6dd2053b Enable composited iframes on hi-DPI. by [email protected] · 12 years ago
  48. c0d9d567 Add WebContentsObserver options for NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED. by [email protected] · 12 years ago
  49. 6286a37 Remove GetActiveEntry usage from content. by [email protected] · 12 years ago
  50. ed1aab1 Add --disable-compositor-touch-hit-testing flag by [email protected] · 12 years ago
  51. 9162187 Remove notifications from TestNavigationObserver and clean it and its uses up. by [email protected] · 12 years ago
  52. 45d5c60 ChildProcessSecurityPolicy: Remove CanReadDirectory (special directory enumeration grant). by [email protected] · 12 years ago
  53. 1ef02d24 Remove more uses of NOTIFICATION_WEB_CONTENTS_TITLE_UPDATED. by [email protected] · 12 years ago
  54. 9b159a5 Create a new RenderFrameHost per child frame when --site-per-process is enabled. by [email protected] · 12 years ago
  55. fc6c187 Move TransferNavigationResourceThrottle into CrossSiteResourceHandler. by [email protected] · 12 years ago
  56. 7b712ee2 Merge NOTIFICATION_WEB_CONTENTS_SWAPPED into NOTIFICATION_RENDER_VIEW_HOST_CHANGED. by [email protected] · 12 years ago
  57. d6ba5f23 Add --disable-xslt to disable XSLT by [email protected] · 12 years ago
  58. af90590 Don't leave renderer process frozen when canceling JavaScript dialogs. by [email protected] · 12 years ago
  59. f70fe92 Revert 226284 "Move TransferNavigationResourceThrottle into Cros..." by [email protected] · 12 years ago
  60. 37403f3 Move TransferNavigationResourceThrottle into CrossSiteResourceHandler. by [email protected] · 12 years ago
  61. 6679890 Remove notifications from TitleWatcher. by [email protected] · 12 years ago
  62. 68ef396 WebContentsImpl owns a WebContentsViewAura, which is a by [email protected] · 12 years ago
  63. 9afc14e2 Clean up a few more unused globals. by [email protected] · 12 years ago
  64. 90fb08ed Cancel JavaScript dialogs when an interstitial appears. by [email protected] · 12 years ago
  65. 34b565c Revert 223982 "Remove GetActiveEntry usage from content." by [email protected] · 12 years ago
  66. a220b593 Add more support for FreeBSD by [email protected] · 12 years ago
  67. 646b732 Remove GetActiveEntry usage from content. by [email protected] · 12 years ago
  68. 263cb08f This CL: by [email protected] · 12 years ago
  69. 4aebbca Embed Flash Fullscreen widget within browser window. by [email protected] · 12 years ago
  70. 52bf99c7 Control the mediaFullscreenRequiresUserGesture setting with a command line switch (on Android only). by [email protected] · 12 years ago
  71. 688e2ee Revert "Plumb user_gesture up from Blink to the JavaScript dialog code..." by [email protected] · 12 years ago
  72. 6dd2f1e Fix use-after-free by [email protected] · 12 years ago
  73. 9a60d160 Do not allow non web accessible resources to be linked. by [email protected] · 12 years ago
  74. b12eb22 Delete unneeded pending entries in DidFailProvisionalLoad to prevent a spoof. by [email protected] · 12 years ago
  75. 3adab1c Log a warning if we try to load a URL longer than kMaxURLChars. by [email protected] · 12 years ago
  76. 8bfc827 Modify ResourceMessageFilter so that it can support attaching to PluginProcessHost. by [email protected] · 12 years ago
  77. da7a718 Provide observer functions for NOTIFICATION_WEB_CONTENTS_CONNECTED, NOTIFICATION_WEB_CONTENTS_SWAPPED, NOTIFICATION_WEB_CONTENTS_DISCONNECTED by [email protected] · 12 years ago
  78. b0f724c Create WebContentsObserver callbacks for notifications, remove notifications from SSLManager. by [email protected] · 12 years ago
  79. 0e9edbc <webview>: Add a 'loadprogress' event. by [email protected] · 12 years ago
  80. 88b50b6 Report Javascript Runtime Errors to the Error Console by [email protected] · 12 years ago
  81. 80413d7 Refactor cc scrollbar layers architecture. by [email protected] · 12 years ago
  82. e770b1e9 WebContentObserver::RenderViewCreated should be called for empty document. by [email protected] · 12 years ago
  83. 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
  84. 64faeae Revert 220050 "Plumb user_gesture up from Blink to the JavaScrip..." by [email protected] · 12 years ago
  85. 18516cf9 Refactor MHTMLGenerator to allow getting sending the data to a file descriptor. by [email protected] · 12 years ago
  86. 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
  87. dc0fd43 fix flashing bottom gray bar when navigating away from NTP w/ unpinned bookmark bar by [email protected] · 12 years ago
  88. d16609c Rename observer and clarify documentation. by [email protected] · 12 years ago
  89. 7d244f1 Start renderer in ContentViewCoreImpl::EvaluateJavaScript. by [email protected] · 12 years ago
  90. 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
  91. 1515493 Correctly use IsThreadedCompositingEnabled in content_browsertests by [email protected] · 12 years ago
  92. 1ac10dca Initialize RenderWidget(Host)(View)s with correct visibility state by [email protected] · 12 years ago
  93. 44b0581 Move kJavaScriptScheme into content namespace. by [email protected] · 12 years ago
  94. ee59cbec Support for seconds and milliseconds in the time input dialog. by [email protected] · 12 years ago
  95. 2e9d79f Don't close tabs at shutdown until all beforeunload handlers have run. by [email protected] · 12 years ago
  96. dd673041 When creating a background contents, also adopt the session storage namespace. by [email protected] · 12 years ago
  97. 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
  98. 442385d Ensure that renderer-initiated pending entries can be replaced when a new by [email protected] · 12 years ago
  99. 5f2aa72 Move webkit/{browser,common}/dom_storage into content/ by [email protected] · 12 years ago
  100. 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