summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/navigation_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Back out r10487 toomark@chromium.org2009-02-261-2/+1
* More URL constants replacement.brettw@chromium.org2009-02-261-1/+2
* Delete the ViewSourceTabContents.brettw@chromium.org2009-02-251-1/+7
* Send over the HTTP status code in the ViewHostMsg_FrameNavigate message comin...ananta@chromium.org2009-02-191-0/+1
* Add the referrer value to the new NavigationEntry.paulg@google.com2009-02-181-0/+1
* Fix the build from my previous file move.brettw@chromium.org2009-02-051-1/+1
* Move resource_message_filter and resource_request_details to the renderer_host.brettw@chromium.org2009-02-051-3/+4
* Add in NavigationController to linux and mac. pinkerton@chromium.org2009-02-051-4/+7
* Finish taking out render_messages.h includes from headers.jam@chromium.org2009-02-051-0/+1
* Fix a bunch of header includes. I removed some unnecessary headers from abrettw@chromium.org2009-02-011-5/+0
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-8/+10
* A crasher would happen if you navigate to a page triggering an interstitial f...jcampan@chromium.org2009-01-211-11/+2
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-0/+1233