summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/navigation_controller_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali...pkasting@chromium.org2010-06-181-1/+1
* Strip the trailing slash from URLs like "http://google.com/". This especiall...pkasting@chromium.org2010-06-021-2/+2
* Remove more occurrences of FromWStringHack from code base.tfarina@chromium.org2010-05-311-3/+2
* Changes session restore so that if the last tab is closed explicitlysky@chromium.org2010-05-261-2/+3
* Swap the check for "same page" navigations to happen after the check for "autobrettw@chromium.org2010-05-251-0/+34
* Don't clear user_gesture_observed_ when navigating within a page.tonyg@chromium.org2010-05-241-0/+84
* Add chromium-side support for history.{push,replace}State.darin@chromium.org2010-03-171-5/+36
* Fixes navigation issues with interstitial pages.creis@chromium.org2010-03-111-0/+18
* Make the translation bar not show up again when you closed it in a page jcampan@chromium.org2010-02-231-0/+15
* [Mac] Enable some left-behind unit tests.shess@chromium.org2010-02-011-6/+2
* Fixes bug where needs_reload_ was not getting set to false in somesky@chromium.org2010-01-211-0/+18
* Fix a bug of unnecessary "Confirm form resubmission" dialog.tkent@chromium.org2010-01-081-0/+56
* Allow rewriting of URLs to be reversed in some cases, so that if the underlyi...johnnyg@chromium.org2009-12-171-0/+24
* Changes session restore to use a normal load rather than preferringsky@chromium.org2009-11-031-1/+5
* Re-try r29078: Remove some deprecated file_util wstring functions.estade@chromium.org2009-10-151-1/+1
* Revert wstring patch (r29078 and follow up commits). It is causing failures o...estade@chromium.org2009-10-151-1/+1
* Remove some deprecated file_util wstring functions.estade@chromium.org2009-10-151-1/+1
* More style nits.erg@google.com2009-10-141-2/+2
* Fix deadlock when plugin puts an alert and right afterwards the browser proce...jam@chromium.org2009-09-281-1/+1
* Makes it so that you shouldn't be able to get a big fat bookmarksky@chromium.org2009-09-251-20/+16
* Allow the initial size of TabContentViews to be based on thetony@chromium.org2009-09-251-1/+1
* Initialize user_gesture_observed_ in NavigationController constructor.mattm@chromium.org2009-09-241-0/+44
* Cleaning up lines longer than 80 chars under src/chrome/browser. mark@chromium.org2009-08-171-1/+2
* Do some refactoring of renderer_host.brettw@chromium.org2009-07-061-1/+1
* Initializing the struct before using it, as mandated byfinnur@chromium.org2009-07-031-9/+9
* Fix NavigationController::ClassifyNavigation() to treat redirection correctly.brettw@chromium.org2009-06-031-0/+53
* Move more misplaced tests.abarth@chromium.org2009-05-221-0/+1423