summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/navigation_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove TabContentsType from the NavigationController external interface and inbrettw@chromium.org2009-04-151-33/+18
* Remove the TestTabContents. This makes BrowserWithTestWindow use thebrettw@chromium.org2009-04-141-253/+56
* Remove the DOMUIHost. It is not used by any code.brettw@chromium.org2009-04-131-3/+0
* Make the RenderViewHostFactory a global. This prevents us from having to passbrettw@chromium.org2009-04-071-5/+2
* Remove some uses of custom tab contents types from some tests.brettw@chromium.org2009-04-041-6/+6
* SSLPolicy fix: Step 9 of 9 (hopefully!).abarth@chromium.org2009-03-201-5/+0
* Merge DOMUIContents into WebContents.brettw@chromium.org2009-03-171-1/+1
* NO CODE CHANGE.maruel@google.com2009-03-051-1/+1
* Remove the TAB_CONTENTS_NEW_TAB_UI tab contents type. This was not actually usedbrettw@chromium.org2009-03-051-1/+0
* Clean up the browser about URL handler to not derive from WebContents. It isbrettw@chromium.org2009-03-041-7/+10
* Convert NavigationEntry title to string16. TabContents::GetTitle no longer needsbrettw@chromium.org2009-03-041-7/+7
* Fix back button behavior for DOMUI contents (or at least make it as not-broke...glen@chromium.org2009-03-041-0/+1
* Fix compilations errors introduced by revision 10712.maruel@chromium.org2009-03-021-4/+4
* Refactor download shelf and prepare for porting.estade@chromium.org2009-02-281-1/+1