1. 2ceee8f Remove some code inside USE_AURA and OS_WIN ifdefs in content. by [email protected] · 11 years ago
  2. 820957a Make WebContentsDelegate::OpenColorChooser return NULL on failure by [email protected] · 11 years ago
  3. e6e30ac Move the guts of user_metrics to a new static lib in //base/metrics. by [email protected] · 11 years ago
  4. 66256d7 Move DidReceiveServerRedirectForProvisionalLoad from RenderView to RenderFrame by [email protected] · 11 years ago
  5. 9649d49 <webview>: Support zoom in WebUI by [email protected] · 11 years ago
  6. 36ec24f Move Find Operations from RenderViewHost to WebContents by [email protected] · 11 years ago
  7. f1cd336 Remove call of PrerenderTracker::TryCancelOnIOThread in ChromeContentBrowserClient::CanCreateWindow. I moved cancelling the prerender on the UI thread. by [email protected] · 11 years ago
  8. 3109fbb7 Move DidFailProvisionalLoad handling from RenderView(Host) to RenderFrame(Host). by [email protected] · 11 years ago
  9. 5dcaf8e Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in InterceptNavigationResourceThrottle. by [email protected] · 11 years ago
  10. a1b9926 Support cross-process navigations in a single subframe RenderFrameHost. by [email protected] · 11 years ago
  11. d60f370 Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in ResourceDispatcherHostImpl. by [email protected] · 11 years ago
  12. 3295612 Update uses of UTF conversions in content/ to use the base:: namespace. by [email protected] · 11 years ago
  13. 6ff9c8f Add base:: to string16 in content/. by [email protected] · 11 years ago
  14. b765deb Chrome side of making SharedWorkerRepositoryClient be per RenderFrame instead of RenderView. by [email protected] · 11 years ago
  15. 94d0cc1 Make RenderFrameHostManager swap RenderFrameHosts, not RenderViewHosts. by [email protected] · 11 years ago
  16. a86c0e96 Switch ContentSettingsObserver to be a RenderFrameObserver instead of a RenderViewObserver by [email protected] · 11 years ago
  17. 58fbf7a Revert 241151 "Make RenderFrameHostManager swap RenderFrameHosts..." by [email protected] · 11 years ago
  18. a141967 Make RenderFrameHostManager swap RenderFrameHosts, not RenderViewHosts. by [email protected] · 11 years ago
  19. f16cc678 Allow the max url length to be overridden by [email protected] · 11 years ago
  20. edc3af8 Move form validation message bubble into content/, wire up to Android WebView. by [email protected] · 11 years ago
  21. b849847b Make the renderer-side prerendering code use RenderFrames instead of RenderViews. by [email protected] · 11 years ago
  22. 5dfc9a7 Remove workaround for old incorrect use of location.replace in CWS. by [email protected] · 11 years ago
  23. 5291380 Move out DidStartProvisionalLoad from WebContentsImpl into Navigator. by [email protected] · 11 years ago
  24. 155c7f2 Add support for java versions of WebContents and NavigationController. by [email protected] · 11 years ago
  25. 6e08bfb Support datalist for date/time input types on Android by [email protected] · 11 years ago
  26. f114fa4 Send IPCs from RenderFrameHost to WebContents to match what we do with RenderViewHost. This has two purposes: by [email protected] · 12 years ago
  27. 6ea6bdf Make Navigator an interface. by [email protected] · 12 years ago
  28. c80725d5 Revert 239112 "Send IPCs from RenderFrameHost to WebContents to ..." by [email protected] · 12 years ago
  29. 2f03e83 Send IPCs from RenderFrameHost to WebContents to match what we do with RenderViewHost. This has two purposes: by [email protected] · 12 years ago
  30. 60eca4eb Move more of the plugin code in the renderer to use RenderFrame instead of RenderView. by [email protected] · 12 years ago
  31. 271ff579 Switch plugin creation to use RenderFrame instead of RenderView by [email protected] · 12 years ago
  32. a850402 Prevent the browser process from creating duplicate RenderWidgetHosts by [email protected] · 12 years ago
  33. 92404c6 Add RenderFrameHostDelegate and plumb it through all the necessary classes. by [email protected] · 12 years ago
  34. e807256 Transfer date/time value to chooser as double by [email protected] · 12 years ago
  35. 04cbd3d Prevent the browser process from creating duplicate RenderViewHosts. by [email protected] · 12 years ago
  36. fcf75d4 Convert string16 to base::string16 in content. by [email protected] · 12 years ago
  37. 8bc5ff0 Add support for color input datalist on Android by [email protected] · 12 years ago
  38. 0bbd63b SignedCertificateTimestamp storing & serialization code. by [email protected] · 12 years ago
  39. b0936d2 Rename RenderViewHostManager to RenderFrameHostManager. by [email protected] · 12 years ago
  40. 9eeafc01 New Tab: fix tab title flickering. by [email protected] · 12 years ago
  41. 0661cee Rename WebContentsObserver::NavigateToPendingEntry to DidStartNavigationToPendingEntry. by [email protected] · 12 years ago
  42. 9450c46 Upgrade insecure content warning from LOG(info) to LOG(warning). by [email protected] · 12 years ago
  43. c8029778 Add frame_tree_node_id to navigation parameters. by [email protected] · 12 years ago
  44. 4972fc8 Preserve should_replace_current_entry across request transfers. by [email protected] · 12 years ago
  45. fa944cb8 Move RenderViewHostManager from WebContents to FrameTreeNode. by [email protected] · 12 years ago
  46. eab6144 Ensure safety when tracing WebContentsImpl by [email protected] · 12 years ago
  47. c61b317c7 C++ readability review for lazyboy@ by [email protected] · 12 years ago
  48. e4abd3b4 Hide WebContentsImpl::AddCreatedCallback so that no more users leak in. by [email protected] · 12 years ago
  49. 809fb4e Make copy of string trace event parameter in WebContentsImpl by [email protected] · 12 years ago
  50. 190b8c5 Add Navigator and NavigatorDelegate objects. by [email protected] · 12 years ago
  51. 3eed470 3 new bootperf events: by [email protected] · 12 years ago
  52. 180ef24 Rename WebKit namespace to blink (part 3) by [email protected] · 12 years ago
  53. 16a13fa Temporary fix for CWS client redirect issue to undo a regression. by [email protected] · 12 years ago
  54. 9f26807 Defer app window appearance until first paint. by [email protected] · 12 years ago
  55. dbbce92c Refactor GuestView to take in extension_id on construction by [email protected] · 12 years ago
  56. d4a8ca48 Move navigation and frame tree classes to a new frame_host/ directory. by [email protected] · 12 years ago
  57. a794f3a Make JavaBridgeDispatcherHost not be a RenderViewHostObserver anymore. by [email protected] · 12 years ago
  58. f887290 Preserve redirect chain and page transition on cross-process server redirects. by [email protected] · 12 years ago
  59. 97d8f0d Ensure transient NavigationEntryImpl values are cleared after commit. by [email protected] · 12 years ago
  60. 44d0930a Clean up duplicated code bug in RequestTransferURL. by [email protected] · 12 years ago
  61. 947bb390 Move GetWebkitPrefs from WebContentsImpl to RenderViewHostImpl. by [email protected] · 12 years ago
  62. 0426d44 Chromium side of maxTouchPoints implementation. by [email protected] · 12 years ago
  63. 32d2a44 Command line switch for canvas2d msaa. by [email protected] · 12 years ago
  64. ec6c05f Decouple NavigationControllerImpl and WebContentsImpl. by [email protected] · 12 years ago
  65. 992c57c Remove NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED from download started animations. by [email protected] · 12 years ago
  66. 2f673064c Remove two RenderViewHostObserver implementations in ChromeOS code and replace them with WebContentsObserver. by [email protected] · 12 years ago
  67. 5cdc6a26 Delete didProgrammaticallyScroll plumbing. by [email protected] · 12 years ago
  68. 0bc7f354 Enable sending MessagePorts to a different renderer (Chromium side) by [email protected] · 12 years ago
  69. eb8b32ee Remove solid_color_scrollbars CC LayerTreeSetting. by [email protected] · 12 years ago
  70. f273ee5 Call WebContentsObserver::RenderViewDeleted on the RVH and possibly pending RVH when WebContents is destructed. by [email protected] · 12 years ago
  71. d6fa88f Set is_hidden bit for background navigations by [email protected] · 12 years ago
  72. 44de749 Add a flag for enabling/disabling the new accelerated scrolling path by [email protected] · 12 years ago
  73. 3ed682bf Fix back-after-redirect for renderer-initiated cross-process redirects. by [email protected] · 12 years ago
  74. e341590 Revert "Revert "Enable composited iframes on hi-DPI."" by [email protected] · 12 years ago
  75. 26329c0 Revert 229040 "Fix plugin HWNDs being shown, and also in the wro..." by [email protected] · 12 years ago
  76. 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
  77. 9052d93 Revert "Remove NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED." by [email protected] · 12 years ago
  78. 09eaa4c Revert "Add a flag for enabling/disabling the new accelerated scrolling path" by [email protected] · 12 years ago
  79. e953c6c Remove 2 members from webpreference by [email protected] · 12 years ago
  80. 9797adb Revert "Enable composited iframes on hi-DPI." by [email protected] · 12 years ago
  81. 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
  82. 6578fef Remove content notifications from ResourcePrefetchPredictor, remove NOTIFICATION_LOAD_FROM_MEMORY_CACHE. by [email protected] · 12 years ago
  83. d7f80ba Follow-ups/Tweaks for Embedded Flash Fullscreen. by [email protected] · 12 years ago
  84. 429530b Add a flag for enabling/disabling the new accelerated scrolling path by [email protected] · 12 years ago
  85. ac41336 Remove NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED. by [email protected] · 12 years ago
  86. 6dd2053b Enable composited iframes on hi-DPI. by [email protected] · 12 years ago
  87. c0d9d567 Add WebContentsObserver options for NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED. by [email protected] · 12 years ago
  88. 6286a37 Remove GetActiveEntry usage from content. by [email protected] · 12 years ago
  89. ed1aab1 Add --disable-compositor-touch-hit-testing flag by [email protected] · 12 years ago
  90. 9162187 Remove notifications from TestNavigationObserver and clean it and its uses up. by [email protected] · 12 years ago
  91. 45d5c60 ChildProcessSecurityPolicy: Remove CanReadDirectory (special directory enumeration grant). by [email protected] · 12 years ago
  92. 1ef02d24 Remove more uses of NOTIFICATION_WEB_CONTENTS_TITLE_UPDATED. by [email protected] · 12 years ago
  93. 9b159a5 Create a new RenderFrameHost per child frame when --site-per-process is enabled. by [email protected] · 12 years ago
  94. fc6c187 Move TransferNavigationResourceThrottle into CrossSiteResourceHandler. by [email protected] · 12 years ago
  95. 7b712ee2 Merge NOTIFICATION_WEB_CONTENTS_SWAPPED into NOTIFICATION_RENDER_VIEW_HOST_CHANGED. by [email protected] · 12 years ago
  96. d6ba5f23 Add --disable-xslt to disable XSLT by [email protected] · 12 years ago
  97. af90590 Don't leave renderer process frozen when canceling JavaScript dialogs. by [email protected] · 12 years ago
  98. f70fe92 Revert 226284 "Move TransferNavigationResourceThrottle into Cros..." by [email protected] · 12 years ago
  99. 37403f3 Move TransferNavigationResourceThrottle into CrossSiteResourceHandler. by [email protected] · 12 years ago
  100. 6679890 Remove notifications from TitleWatcher. by [email protected] · 12 years ago