summaryrefslogtreecommitdiffstats
path: root/content/browser/web_contents/navigation_controller_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move navigation and frame tree classes to a new frame_host/ directory.nasko@chromium.org2013-10-301-3844/+0
* Preserve redirect chain and page transition on cross-process server redirects.creis@chromium.org2013-10-301-0/+5
* Ensure transient NavigationEntryImpl values are cleared after commit.creis@chromium.org2013-10-291-0/+45
* Fix back-after-redirect for renderer-initiated cross-process redirects.creis@chromium.org2013-10-171-0/+14
* When a page is reloaded using the original request URL, ensure that the RVH p...jam@chromium.org2013-10-141-208/+12
* Remove GetActiveEntry usage from content.nasko@chromium.org2013-10-091-78/+76
* Allow to request a lazy restore load in the NavigationController.ppi@chromium.org2013-10-031-0/+17
* Revert 223982 "Remove GetActiveEntry usage from content."nasko@chromium.org2013-09-231-76/+78
* Remove GetActiveEntry usage from content.nasko@chromium.org2013-09-181-78/+76
* Delete unneeded pending entries in DidFailProvisionalLoad to prevent a spoof.creis@chromium.org2013-09-101-3/+3
* Add HTTP status code to navigation data structurespvalenzuela@chromium.org2013-08-281-1/+2
* Switch BaseSessionService to use SequencedWorkerPool instead of FILE thread oshima@chromium.org2013-08-121-3/+3
* Ensure that renderer-initiated pending entries can be replaced when a new creis@chromium.org2013-08-091-0/+46
* Take the navigation type into account when checking if the navigation is in p...pstanek@opera.com2013-08-081-5/+13
* Revert 215836 "Ensure that renderer-initiated pending entries ca..."creis@chromium.org2013-08-061-38/+0
* Ensure that renderer-initiated pending entries can be replaced when a newcreis@chromium.org2013-08-061-0/+38
* Cleanup: Use content::kAboutBlankURL instead of the raw string in content/.thestig@chromium.org2013-08-061-5/+6
* Ensure we don't crash if user navigates back from NTP to Chrome sign-in page ...nasko@chromium.org2013-07-241-4/+9
* Revert "Fix SessionStorage confusion between RenderViewHostImpl and Navigatio...marja@chromium.org2013-07-201-3/+20
* Fix SessionStorage confusion between RenderViewHostImpl and NavigationControl...marja@chromium.org2013-07-181-20/+3
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-1/+1
* Clean up SiteInstance with all swapped out views.dsjang@chromium.org2013-07-121-0/+7
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-1/+1
* Use a direct include of time headers in content/, part 1.avi@chromium.org2013-06-281-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-6/+10
* Use a direct include of strings headers in content/browser/, part 2.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* content: Remove usage of NOTIFICATION_NAV_ENTRY_COMMITTED from contentphajdan.jr@chromium.org2013-06-051-92/+184
* Allow showing pending URL for new tab navigations, but only if safe.creis@chromium.org2013-06-031-20/+136
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-1/+1
* Replace PruneAllButActive with PruneAllButVisible.creis@chromium.org2013-05-311-85/+211
* Introduce content::PageState (again).darin@chromium.org2013-05-281-19/+19
* Revert 202188 "Introduce content::PageState."grt@chromium.org2013-05-261-19/+19
* Introduce content::PageState.darin@chromium.org2013-05-241-19/+19
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-2/+2
* Switch content_shell from using PruneAllButActive to a more explicit approachjochen@chromium.org2013-04-301-0/+49
* gesture nav: Encode screenshots in a worker thread.sadrul@chromium.org2013-04-271-1/+22
* navigation-controller: Move all logic related to taking screenshots to Screen...sadrul@chromium.org2013-04-261-12/+42
* Revert 195553 "Allow showing pending URL for new tab navigations..."creis@chromium.org2013-04-241-114/+20
* Allow showing pending URL for new tab navigations, but only if safe. creis@chromium.org2013-04-221-20/+114
* Revert 191277 "Allow showing pending URL for new tab navigations..."rsleevi@chromium.org2013-03-291-114/+20
* Allow showing pending URL for new tab navigations, but only if safe.creis@chromium.org2013-03-291-20/+114
* Also update the session history in the renderer when the active entry is a ne...jochen@chromium.org2013-03-191-1/+36
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-3/+3
* Set IsInitialNavigation to false after commit, not document load.creis@chromium.org2013-03-081-7/+6
* Don't make a copy of the pending entry if it is for a different process.creis@chromium.org2013-02-271-0/+52
* NavigationController::PruneAllButActive should update the RenderView's sessio...jochen@chromium.org2013-02-261-0/+21
* overscroll: Re-enable overscroll gesture navigation.sadrul@chromium.org2013-02-261-0/+3
* Move test_web_contents.* from content\browser\web_contents to content\test, s...jam@chromium.org2013-02-251-1/+1