summaryrefslogtreecommitdiffstats
path: root/chrome/browser/navigation_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* Re-land this change: http://codereview.chromium.org/10967/showben@chromium.org2008-11-191-14/+8
* Land this change again now I've fixed the crash.ben@chromium.org2008-11-191-3/+4
* Revert change 5596 because it broke the buildnsylvain@chromium.org2008-11-181-4/+3
* Last couple of bits of new-frame related cleanup:ben@chromium.org2008-11-181-3/+4
* Rollback! Now with 25% more HWND.ben@chromium.org2008-11-171-8/+14
* Remove HWND from TabContents creation. ben@chromium.org2008-11-171-14/+8
* Fix typo.ericroman@google.com2008-11-041-1/+1
* Roll back my last change, it broke a unit test.brettw@google.com2008-11-041-17/+0
* Evil wallpaper hack to hide a crash when going back from an interstitial and ...brettw@google.com2008-11-041-0/+17
* Rollback r4382 because I'm daft (submitted the wrong thing)glen@chromium.org2008-11-011-0/+4
* Unescape and use the filename when we have no title to display for a given en...glen@chromium.org2008-11-011-4/+0
* Makes form resubmission dialog work again. This was a regressionsky@google.com2008-10-301-6/+2
* Add referrer to session restore.ericroman@google.com2008-10-281-1/+1
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-271-6/+9
* This fixes http://code.google.com/p/chromium/issues/detail?id=2529, which isananta@chromium.org2008-10-231-1/+1
* Adds the anti-carpet bombing dialog. More specifically a newsky@google.com2008-10-171-3/+0
* This is the first pass at refactoring the interstitial page.jcampan@chromium.org2008-10-131-96/+120
* Fixes crash in NavigationController that occured on closing tab ifsky@google.com2008-09-291-10/+12
* Reorganize the declarations to have some grouping and logical ordering in tab...brettw@google.com2008-09-261-4/+4
* Remove DidNavigate from the tab contents delegate and all the related plumbing.brettw@google.com2008-09-241-44/+33
* This CL adds new UI tests for the SSL UI.jcampan@chromium.org2008-09-241-0/+1
* Fix a crash when a frame was inserted into a popup and navigated. I added abrettw@google.com2008-09-241-8/+25
* Delete the provisional load commit notification since it duplicates the nav e...brettw@google.com2008-09-171-15/+2
* Wires up session restore so that it correctly deals with thesky@google.com2008-09-171-12/+16
* Remove the rest of the alternate nav url fetcher from the navigation controller.brettw@google.com2008-09-161-22/+0
* Remove an explicit call from the NavigationController to the alternate URLbrettw@google.com2008-09-161-9/+0
* Remove registration step between NavigationController > Profile.tim@chromium.org2008-09-161-4/+0
* This is almost a complete rewrite of DidNavigate and the associated Navigatio...brettw@google.com2008-09-141-171/+439
* Fix SSL state in the URL bar being incorrect. Going to an EV site like https:...brettw@google.com2008-09-071-1/+7
* Clean up brettw's checkin of r1032.wtc@google.com2008-09-041-7/+0
* Make a step on refactoring navigation. The eventual plan is to have the Navig...brettw@google.com2008-08-281-7/+16
* Fixes regression where we were no longer deleting TabContents whensky@google.com2008-08-281-11/+17
* Cleanup navigation_entry.h. I made the accessors consistent and in Google sty...brettw@google.com2008-08-271-46/+45
* Add some new tests for NavigationController for navigations that come in when...brettw@google.com2008-08-251-0/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fix leak on shutdown in the navigation controller. The pending entry was notbrettw@google.com2008-08-211-0/+2
* Kill NavigationControllerBase. I merged the two into NavigationController.brettw@google.com2008-08-211-20/+362
* Cleans up notifications for the NavigationController. There were severalbrettw@google.com2008-08-191-28/+5
* Factor the SSL state out of the main NavigationEntry into a helper class. Thisbrettw@google.com2008-08-191-3/+3
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@963 0039d316-1c4b-4281-b9...brettw@google.com2008-08-151-5/+28
* Cleans up notifications for the NavigationController. There were severalbrettw@google.com2008-08-151-28/+5
* Fixes two bugs in NavigationController:sky@google.com2008-08-141-5/+3
* First, this removes the dependency of NavigationController on thebrettw@google.com2008-08-131-60/+32
* Ensures that we clean up TabContents with other types after a navigation comm...creis@google.com2008-08-041-26/+29
* Add chrome to the repository.initial.commit2008-07-261-0/+712