1. 3bf35e3c Do not reset NavigationHandle when navigating same-page by clamy · 9 years ago
  2. 452ce50 Clean up source_site_instance usage in Navigator::RequestOpenURL. by alexmos · 9 years ago
  3. 4a07d3a Preserving extra http request headers in OpenURL navigation path [relanding]. by lukasza · 9 years ago
  4. 375969ab Revert of Preserving Content-Type header from http request in OpenURL path. (patchset #13 id:240001 of https://codereview.chromium.org/2355023002/ ) by lukasza · 9 years ago
  5. f097ee5 Preserving extra http request headers in OpenURL navigation path. by lukasza · 9 years ago
  6. e20a1c11 Record UMA stats for subframes history navigations. by creis · 9 years ago
  7. de407dc Fix aborted navigates not clearing the pending navigation entry with PlzNavigate. by jam · 9 years ago
  8. cbf524d4 Create NavigationHandles for interstitials if needed by clamy · 9 years ago
  9. 406563d Remove unique name from OpenURL params, now that it's redundant. by creis · 9 years ago
  10. 0df1d3a Navigation: move RestoreType and ReloadType into a separate file by toyoshim · 9 years ago
  11. 881b4428 Add plumbing to set the InitialHistoryLoad load type for subframes. by creis · 9 years ago
  12. bb2101b8 Passing ResourceRequestBody via FrameHostMsg_OpenURL_Params. by lukasza · 9 years ago
  13. de80237 Making ResourceRequestBody part of //content's public API. by lukasza · 9 years ago
  14. 5aa2c374 Forwarding POST body into renderer after a cross-site transfer. by lukasza · 9 years ago
  15. d04640f Moving HTTP POST body from StartNavigationParams to CommonNavigationParams. by lukasza · 9 years ago
  16. 9bfa516 Convert //content/browser/frame_host from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  17. 5a3c364 PlzNavigate: support NavigationThrottle::WillProcessResponse by clamy · 9 years ago
  18. b4dc933 Ensure the NavigationHandle's nav entry ID is updated during transfers. by creis · 9 years ago
  19. d424431 PlzNavigate: clear pending entry on aborted navigations by clamy · 9 years ago
  20. 444b10552 PlzNavigate: pending NavigationEntry is reset when navigating to Javascript url by clamy · 9 years ago
  21. 9ab970c9 OOPIF: Fix remote frame navigations from extension pages. by alexmos · 9 years ago
  22. 4b0b1820 PlzNavigate: LoFi support by clamy · 9 years ago
  23. b734894 Switch to standard integer types in content/browser/. by avi · 9 years ago
  24. d975fd7 Remove dead parameters from RequestTransferURL. by creis · 9 years ago
  25. 2946027 Shortcut cross-process transfers to avoid relying on OpenURLFromTab. by creis · 9 years ago
  26. e18ce07 OOPIF: History navigations for new child frames. by creis · 10 years ago
  27. e77e5ce Send navigation_start to the browser in DidStartProvisionalLoad IPC by csharrison · 10 years ago
  28. b81c922 Remove an unneeded copy of data. by avi · 10 years ago
  29. 573e8be6 Fix race when reloading original URL. by lfg · 10 years ago
  30. 226727e PlzNavigate: use is_waiting_for_beforeunload_ack in the RenderFrameHost by clamy · 10 years ago
  31. 6fbb3869 Add a flag showing whether the current request was ignored by a handler by gsennton · 10 years ago
  32. 4e2ecb7 Support simple back/forward in out-of-process iframes. by creis · 10 years ago
  33. c49005eb PlzNavigate: Create the speculative renderer earlier. by carlosk · 10 years ago
  34. fa0939fd PlzNavigate: renderer-initiated navigations create a pending NavigationEntry by clamy · 10 years ago
  35. cd24f7e This was a good experiment, but there's nobody currently driving this iteration, and the code is intrusive, accumulating technical debt around it. by dglazkov · 10 years ago
  36. 94144d4 Revert "Ensure we properly set PageTransition for iframes." by nick · 10 years ago
  37. 735aa03 Ensure we properly set PageTransition for iframes. by japhet · 10 years ago
  38. a696e511 Move DidStartLoading, DidStopLoading, DidChangeLoadProgress IPCs to RFHI. by fdegans · 10 years ago
  39. dcb434c1 PlzNavigate: move ownership of the NavigationRequest to the FrameTreeNode by clamy · 10 years ago
  40. 62b271d PlzNavigate: Show error pages when the navigation failed before commit by clamy · 10 years ago
  41. 57b4b8e Make NavigationParams clearer by clamy · 10 years ago
  42. 2b4cc9395 Pass FrameTreeNode (not RenderFrameHost) to NavigateToEntry. by creis · 10 years ago
  43. 0ab288e PlzNavigate: Remove the RequestNavigation IPC by clamy · 10 years ago
  44. afbf7f0 PlzNavigate: make content unit tests work with browser side navigation by clamy · 10 years ago
  45. 9ef7d2d OOPIF: Data URLs are now rendered in the renderer that initiated the navigation. by lfg · 10 years ago
  46. 57a83dc Drop unused base/tuple.h inclusion by tzik · 10 years ago
  47. 72c7279 PlzNavigate: Refactor unit test helper functions by clamy · 11 years ago
  48. c2282aa Standardize usage of virtual/override/final in content/browser/ by dcheng · 11 years ago
  49. a045c8c Changes PlzNavitate histograms to try and simplify their multi-modal characteristic. by carlosk · 11 years ago
  50. a5496d6 Pass ResourceResponse and StreamHandle in CommitNavigation. by davidben · 11 years ago
  51. 383f53b3 Replacing the OVERRIDE with override and FINAL with final in content/browser/frame_host by mohan.reddy · 11 years ago
  52. 71a42ec PlzNavigate: Move the navigation logic to NavigatorImpl by clamy · 11 years ago
  53. 9bfeef4 PlzNavigate: implement CommitNavigation on the browser side by clamy · 11 years ago
  54. bb156a04 Add new histogram to assert the improvements we should get with browser side navigation (aka PlzNavigate). by carlosk · 11 years ago
  55. f43b759f Remove WebContentsObserver::ProvisionalChangeToMainFrameUrl and all the code supporting it. by avi · 11 years ago
  56. c6ccc77d Move PageTransition from //content/public/common to //ui/base by Sylvain Defresne · 11 years ago
  57. 7f48a17 Remove the unmaintained performance monitor. by tonyg · 11 years ago
  58. 8a58a8e PlzNavigate: implement RequestNavigation in the no live renderer case by [email protected] · 11 years ago
  59. 0c3c54f Navigation transitions: Initiate transition navigations. by [email protected] · 11 years ago
  60. e2d2d420 Update several WebContentsObserver loading callbacks to use RFH. by [email protected] · 11 years ago
  61. 893558b Perform navigation policy check on UI thread for --site-per-process. by [email protected] · 11 years ago
  62. 61ac9e24 Remove is_main_frame and some of the navigation hacks for --site-per-process. by [email protected] · 11 years ago
  63. 8cb834e Remove stale frame ID references for RequestTransferURL. by [email protected] · 11 years ago
  64. 65920f33 Move OpenURL from RenderView to RenderFrame. by [email protected] · 11 years ago
  65. a218763 Revert "Move OpenURL from RenderView to RenderFrame." by [email protected] · 11 years ago
  66. e0dd068 Move OpenURL from RenderView to RenderFrame. by [email protected] · 11 years ago
  67. 0449c3f Ensure the pending entry is not deleted during NavigateToEntry. by [email protected] · 11 years ago
  68. 501052ff Remove callers of WebFrame::identifier() in favor of RenderFrame routing IDs. by [email protected] · 11 years ago
  69. 37567b43 Move DidCommitProvisionalLoad code from RenderView to RenderFrame. by [email protected] · 11 years ago
  70. b80624c Move DidFailLoad from RenderView to RenderFrame by [email protected] · 11 years ago
  71. f17986f48 Revert 249516 "Move DidCommitProvisionalLoad code from RenderVie..." by [email protected] · 11 years ago
  72. ade94b3 Move DidCommitProvisionalLoad code from RenderView to RenderFrame. by [email protected] · 11 years ago
  73. 3691e5cf Move NavitageToEntry* from WebContents to Navigator. by [email protected] · 11 years ago
  74. 66256d7 Move DidReceiveServerRedirectForProvisionalLoad from RenderView to RenderFrame by [email protected] · 11 years ago
  75. 3109fbb7 Move DidFailProvisionalLoad handling from RenderView(Host) to RenderFrame(Host). by [email protected] · 11 years ago
  76. 5291380 Move out DidStartProvisionalLoad from WebContentsImpl into Navigator. by [email protected] · 11 years ago
  77. 6ea6bdf Make Navigator an interface. by [email protected] · 12 years ago