summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/navigation_controller.h
Commit message (Expand)AuthorAgeFilesLines
* Makes instant run before unload listeners.sky@chromium.org2010-12-081-2/+0
* Makes session restore work correctly with instant.sky@chromium.org2010-10-151-1/+3
* Makes instant support other open dispositions.sky@chromium.org2010-09-271-4/+4
* Clarify some comments from a recent patch that changes TabContents.jorlow@chromium.org2010-09-161-4/+0
* Fix SessionStoragejorlow@chromium.org2010-09-141-5/+12
* Makes NavigationController:set_max_restored_page_id public. I need tosky@chromium.org2010-09-131-6/+6
* Makes NavigationController::max_restored_page_id_ an int32 to matchsky@chromium.org2010-08-261-3/+5
* Adds NavigationController::CopyStateFromAndPrune which merges twosky@chromium.org2010-08-261-2/+24
* Undo user gesture detection added to NavigationController by r18373, since mihaip@chromium.org2010-08-191-6/+0
* Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}.viettrungluu@chromium.org2010-08-191-2/+1
* Revert 56693 - broke compiletonyg@chromium.org2010-08-191-0/+6
* Undo user gesture detection added to NavigationController by r18373, sincetonyg@chromium.org2010-08-191-6/+0
* Minor header cleanup of chrome/browser/[st]*/*.h minus c/b/sync/*.h.viettrungluu@chromium.org2010-08-061-4/+0
* Fix comment that refers to non-existent ReloadAll function (it got renamedevan@chromium.org2010-07-271-1/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Lands http://codereview.chromium.org/1744011/show for Hans:sky@chromium.org2010-05-041-3/+14
* Close a newly opened (by cmd-clicking on a link) tab if it resulted in a down...bauerb@chromium.org2010-04-211-0/+3
* Send session history offset and length parameters in the Navigate message todarin@chromium.org2010-03-181-0/+2
* Make repost form warning tab-modal on Mac.bauerb@chromium.org2010-03-181-0/+9
* Add chromium-side support for history.{push,replace}State.darin@chromium.org2010-03-171-1/+1
* linux: plumb shift-reload down into new shift-reload APIevan@chromium.org2010-02-191-1/+12
* Enable the context menu and developer menu "View source" items at the same time.brettw@chromium.org2010-01-151-0/+3
* Introduce all the plumbing for Session Storage. This mostly consists of crea...jorlow@chromium.org2010-01-151-0/+8
* Allow rewriting of URLs to be reversed in some cases, so that if the underlyi...johnnyg@chromium.org2009-12-171-0/+4
* Changes session restore to use a normal load rather than preferringsky@chromium.org2009-11-031-5/+7
* More style nits.erg@google.com2009-10-141-0/+3
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-4/+0
* Coverity: Initialize all member variables in the default constructor.jhawkins@chromium.org2009-09-291-1/+7
* Makes it so that you shouldn't be able to get a big fat bookmarksky@chromium.org2009-09-251-1/+9
* Chrome side of the fix for http://b/issue?id=1694574, which is a bug caused w...ananta@chromium.org2009-09-061-0/+5
* Remove the ability to load lazy URLs from the NavigationController. This is nobrettw@chromium.org2009-09-021-18/+1
* Fix: Certain redirections remove sites from the historyyuzo@chromium.org2009-07-011-2/+12
* Revert 18512 - Revert 18373 Consider a redirect following user gesture as us...laforge@chromium.org2009-06-161-0/+20
* Revert 18373 - Consider a redirect following user gesture as userinitiated in...laforge@chromium.org2009-06-161-20/+0
* Consider a redirect following user gesture as user-initiated in maintainingyuzo@chromium.org2009-06-151-0/+20
* Remove a comment referencing tab contents type switching.brettw@chromium.org2009-05-131-3/+1
* This is the successor to http://codereview.chromium.org/67150maruel@chromium.org2009-05-131-3/+3
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-3/+3
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-31/+13
* Reverting 14005.brettw@chromium.org2009-04-181-13/+31
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-31/+13
* Remove TabContentsType from the NavigationController external interface and inbrettw@chromium.org2009-04-151-28/+11
* Remove the TestTabContents. This makes BrowserWithTestWindow use thebrettw@chromium.org2009-04-141-36/+7
* Make the RenderViewHostFactory a global. This prevents us from having to passbrettw@chromium.org2009-04-071-9/+2
* Remove some uses of custom tab contents types from some tests.brettw@chromium.org2009-04-041-2/+21
* Remove unneeded uses of base/ref_counted.h.thestig@chromium.org2009-03-181-1/+0
* Convert NavigationEntry title to string16. TabContents::GetTitle no longer needsbrettw@chromium.org2009-03-041-1/+2
* Delete the ViewSourceTabContents.brettw@chromium.org2009-02-251-1/+0
* Send over the HTTP status code in the ViewHostMsg_FrameNavigate message comin...ananta@chromium.org2009-02-191-0/+3
* add infobar_delegate.cc to the buildtc@google.com2009-02-131-5/+0