summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/navigation_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* Close a newly opened (by cmd-clicking on a link) tab if it resulted in a down...bauerb@chromium.org2010-04-211-0/+4
* Refactor common, platform-independent code for the repost form warning dialog...bauerb@chromium.org2010-04-091-5/+6
* Send session history offset and length parameters in the Navigate message todarin@chromium.org2010-03-181-1/+3
* Make repost form warning tab-modal on Mac.bauerb@chromium.org2010-03-181-10/+28
* Add chromium-side support for history.{push,replace}State.darin@chromium.org2010-03-171-3/+4
* Fixes navigation issues with interstitial pages.creis@chromium.org2010-03-111-2/+37
* Make the translation bar not show up again when you closed it in a page jcampan@chromium.org2010-02-231-2/+11
* linux: plumb shift-reload down into new shift-reload APIevan@chromium.org2010-02-191-9/+17
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Fixes bug where needs_reload_ was not getting set to false in somesky@chromium.org2010-01-211-1/+2
* The final step in making session storage cross-process. Remove dead code and...jorlow@chromium.org2010-01-201-0/+4
* Enable the context menu and developer menu "View source" items at the same time.brettw@chromium.org2010-01-151-0/+9
* Introduce all the plumbing for Session Storage. This mostly consists of crea...jorlow@chromium.org2010-01-151-1/+9
* Fix a bug of unnecessary "Confirm form resubmission" dialog.tkent@chromium.org2010-01-081-0/+2
* Allow rewriting of URLs to be reversed in some cases, so that if the underlyi...johnnyg@chromium.org2009-12-171-1/+21
* Changes session restore to use a normal load rather than preferringsky@chromium.org2009-11-031-8/+15
* Fixing a bug with interstitial pages triggered with malware.jcampan@chromium.org2009-10-151-1/+6
* Do not discount a MANUAL_SUBFRAME load just because it involveddarin@chromium.org2009-10-021-4/+0
* Makes it so that you shouldn't be able to get a big fat bookmarksky@chromium.org2009-09-251-8/+12
* Initialize user_gesture_observed_ in NavigationController constructor.mattm@chromium.org2009-09-241-1/+2
* Remove a DCHECK that was firing in legitimate cases. The cases are described inbrettw@chromium.org2009-09-231-5/+18
* Remove the ability to load lazy URLs from the NavigationController. This is nobrettw@chromium.org2009-09-021-46/+4
* Gtk confirm form resubmission dialog.mattm@chromium.org2009-08-311-7/+2
* Revert "Gtk confirm form resubmission dialog." Broke linux views build.mattm@chromium.org2009-08-281-2/+7
* Gtk confirm form resubmission dialog.mattm@chromium.org2009-08-281-7/+2
* override chrome:// URLs via extensions.erikkay@chromium.org2009-08-281-1/+1
* Reland r23357 since it doesn't seem to be the cause of unit testtony@chromium.org2009-08-131-1/+1
* Revert "Renames the NavigationEntry::display_url() to virtual_url()."tony@chromium.org2009-08-131-1/+1
* Renames the NavigationEntry::display_url() to virtual_url().tony@chromium.org2009-08-131-1/+1
* Fix: Certain redirections remove sites from the historyyuzo@chromium.org2009-07-011-8/+10
* Move render_view_host_manager* and site_instance* from tab_contents to render...brettw@chromium.org2009-06-291-1/+1
* Revert 18512 - Revert 18373 Consider a redirect following user gesture as us...laforge@chromium.org2009-06-161-5/+50
* Revert 18373 - Consider a redirect following user gesture as userinitiated in...laforge@chromium.org2009-06-161-50/+5
* Consider a redirect following user gesture as user-initiated in maintainingyuzo@chromium.org2009-06-151-5/+50
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-131-1/+1
* Fix NavigationController::ClassifyNavigation() to treat redirection correctly.brettw@chromium.org2009-06-031-4/+5
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-031-0/+1
* Local text file with spaces in filename is urlencoded in tab titlemhm@chromium.org2009-06-031-1/+7
* Make views/ depend only on images from app/resources.ben@chromium.org2009-05-211-0/+1
* Revert 16567.ben@chromium.org2009-05-211-1/+0
* views/ should use resources from app/resources. Move dependent images to this...ben@chromium.org2009-05-211-0/+1
* Finish refactoring to make SSLPolicy and friends unit testable. Next stop: t...abarth@chromium.org2009-05-151-1/+1
* This is the successor to http://codereview.chromium.org/67150maruel@chromium.org2009-05-131-10/+18
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-1/+1
* Stop the location bar from flashing white when navigating from one HTTPS site...abarth@chromium.org2009-05-011-2/+10
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-76/+32
* Reverting 14005.brettw@chromium.org2009-04-181-32/+76
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-76/+32
* Remove TabContnetsType from everywhere.brettw@chromium.org2009-04-151-16/+4