summaryrefslogtreecommitdiffstats
path: root/chrome/browser/navigation_controller_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-051-1/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-1/+1
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-366/+363
* Reverting 14005.brettw@chromium.org2009-04-181-363/+366
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-366/+363
* Remove TabContnetsType from everywhere.brettw@chromium.org2009-04-151-8/+7
* Remove TabContentsType from the NavigationController external interface and inbrettw@chromium.org2009-04-151-141/+140
* Remove the TestTabContents. This makes BrowserWithTestWindow use thebrettw@chromium.org2009-04-141-2/+0
* Remove more unneeded scaffolding.thestig@chromium.org2009-04-081-8/+2
* Comment out a test that I accidentally uncommented in my previous CL.brettw@chromium.org2009-04-071-3/+4
* Make the RenderViewHostFactory a global. This prevents us from having to passbrettw@chromium.org2009-04-071-4/+4
* Reverting 13136.brettw@chromium.org2009-04-051-1/+5
* Re-enable the NavigationControllerHistory test.brettw@chromium.org2009-04-051-5/+1
* Remove some uses of custom tab contents types from some tests.brettw@chromium.org2009-04-041-799/+584
* Move HTML dialogs out of their own tab contents type. Moved functions to newbrettw@chromium.org2009-04-031-1/+0
* Port navigation controller unittest to posix.estade@chromium.org2009-03-101-29/+36
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-5/+5
* Finish taking out render_messages.h includes from headers.jam@chromium.org2009-02-051-0/+1
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-60/+110
* Porting profiles to the Mac.avi@chromium.org2009-01-281-3/+6
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-5/+5
* Remove compatibility #defines in string_util.hphajdan.jr@chromium.org2008-12-301-3/+6
* Review URL: http://codereview.chromium.org/14809jcampan@chromium.org2008-12-191-23/+14
* Don't handle in-page navigations if it's for a subframe. Previously we wouldbrettw@google.com2008-12-181-0/+31
* Reverting 7149.jcampan@chromium.org2008-12-171-13/+21
* Revamp of the interstitial pages.jcampan@chromium.org2008-12-171-21/+13
* Makes the tab restore service persist closed tabs/windows to disk andsky@google.com2008-12-061-5/+6
* Re-land this change: http://codereview.chromium.org/10967/showben@chromium.org2008-11-191-2/+2
* Land this change again now I've fixed the crash.ben@chromium.org2008-11-191-2/+1
* Revert change 5596 because it broke the buildnsylvain@chromium.org2008-11-181-1/+2
* Last couple of bits of new-frame related cleanup:ben@chromium.org2008-11-181-2/+1
* Rollback! Now with 25% more HWND.ben@chromium.org2008-11-171-2/+2
* fixing bustageben@chromium.org2008-11-171-2/+2
* Makes form resubmission dialog work again. This was a regressionsky@google.com2008-10-301-2/+2
* Add referrer to session restore.ericroman@google.com2008-10-281-4/+4
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-271-37/+43
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Adds the anti-carpet bombing dialog. More specifically a newsky@google.com2008-10-171-171/+102
* This is the first pass at refactoring the interstitial page.jcampan@chromium.org2008-10-131-2/+182
* Fix a crash when a frame was inserted into a popup and navigated. I added abrettw@google.com2008-09-241-0/+23
* Wires up session restore so that it correctly deals with thesky@google.com2008-09-171-1/+48
* Try again to fix the memory problems in NavigationController. The previous onebrettw@google.com2008-09-151-5/+9
* Revert my last fix for a memory leak in the navigation controller tests. Thisbrettw@google.com2008-09-151-2/+2
* Fix a leak in the unit tests.brettw@google.com2008-09-151-2/+2
* Remove the unneeded pending entry from the unit tests.brettw@google.com2008-09-151-17/+0
* This is almost a complete rewrite of DidNavigate and the associated Navigatio...brettw@google.com2008-09-141-226/+438
* Revert the change that fixed the encoding when viewing source in subframes.brettw@google.com2008-09-121-2/+1
* Changes session service to not persist NavigationEntries that havesky@google.com2008-09-111-3/+0
* Fix SSL state in the URL bar being incorrect. Going to an EV site like https:...brettw@google.com2008-09-071-1/+3
* Forgotten unit test chanes.brettw@google.com2008-08-281-6/+11