summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents/navigation_entry_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-179/+0
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-281-2/+2
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-8/+8
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-38/+14
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-33/+34
* Make NavigationEntry and friends use content::Referrer instead of plain URLsjochen@chromium.org2011-12-051-10/+12
* Move SecurityStyle enum into content/public/common and put it into the conten...jam@chromium.org2011-10-211-6/+10
* Move the PageType enum to content/public/common, put it into the content name...jam@chromium.org2011-10-181-4/+4
* Don't show URL for pending new navigations initiated by the renderer.creis@chromium.org2011-10-131-1/+8
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-5/+5
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-231-3/+4
* Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi...pkasting@chromium.org2011-09-221-3/+2
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-221-2/+3
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-2/+1
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-1/+1
* GTTF: Use a fresh TestingBrowserProcess for each test, part #4phajdan.jr@chromium.org2011-08-031-1/+2
* Revert my recent changes regarding title directionality.evan@chromium.org2011-04-251-23/+15
* Change NavigationEntry's title fields to carry the text direction.evan@chromium.org2011-04-231-16/+24
* fix display of filenames in file:/// URLsevan@chromium.org2011-03-051-0/+5
* Revert 76792 - fix display of filenames in file:/// URLsjcivelli@chromium.org2011-03-031-5/+0
* fix display of filenames in file:/// URLsevan@chromium.org2011-03-031-0/+5
* Get rid of a bunch of includes to old locations of headers.jam@chromium.org2011-03-021-2/+2
* Start moving core pieces of Chrome multi-process code to src\content. I'm st...jam@chromium.org2011-02-181-0/+183