summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents/navigation_entry.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-211/+0
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-281-0/+9
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-0/+25
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-13/+22
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-3/+61
* Make NavigationEntry and friends use content::Referrer instead of plain URLsjochen@chromium.org2011-12-051-1/+1
* Move PageZoom enum into content/public/common and into the content namespace....jam@chromium.org2011-10-281-1/+1
* Move SecurityStyle enum into content/public/common and put it into the conten...jam@chromium.org2011-10-211-1/+1
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-191-1/+1
* Move the PageType enum to content/public/common, put it into the content name...jam@chromium.org2011-10-181-2/+2
* Move url_constansts.h to content/public/common.jam@chromium.org2011-10-141-1/+1
* Don't show URL for pending new navigations initiated by the renderer.creis@chromium.org2011-10-131-3/+6
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-2/+2
* history: use display title, not page titleevan@chromium.org2011-08-011-1/+1
* Get rid of the implicit content dependency on how Chrome stores its resources...jam@chromium.org2011-06-241-5/+2
* Get rid of the following dependencies from content:jam@chromium.org2011-06-141-1/+0
* Drop url_constants dependency in content/.avi@chromium.org2011-05-191-1/+1
* Remove a unnecessary #include.pinkerton@chromium.org2011-04-281-1/+0
* Revert my recent changes regarding title directionality.evan@chromium.org2011-04-251-11/+5
* Change NavigationEntry's title fields to carry the text direction.evan@chromium.org2011-04-231-6/+12
* Remove the last Chrome dependencies from renderer, and enforce no more includ...jam@chromium.org2011-04-181-1/+2
* fix display of filenames in file:/// URLsevan@chromium.org2011-03-051-0/+8
* Revert 76792 - fix display of filenames in file:/// URLsjcivelli@chromium.org2011-03-031-8/+0
* fix display of filenames in file:/// URLsevan@chromium.org2011-03-031-0/+8
* Get rid of a bunch of includes to old locations of headers.jam@chromium.org2011-03-021-1/+1
* Convert ElideString to use string16 instead of wstring.tony@chromium.org2011-02-221-4/+1
* Start moving core pieces of Chrome multi-process code to src\content. I'm st...jam@chromium.org2011-02-181-0/+106