summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui
Commit message (Expand)AuthorAgeFilesLines
* Don't delete the DOM UI property for the callback when the DOM UI is torn down.brettw@chromium.org2009-04-221-2/+8
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-202-16/+9
* Reverting 14005.brettw@chromium.org2009-04-182-9/+16
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-182-16/+9
* History observer was observing the wrong profile in incognito mode.glen@chromium.org2009-04-171-2/+4
* Remove TabContentsType from the NavigationController external interface and inbrettw@chromium.org2009-04-151-1/+1
* Few changes to the NTP remove thumbnails:jcampan@chromium.org2009-04-151-30/+56
* Fix syntax error.estade@chromium.org2009-04-141-1/+1
* Clean up icon loader/manager in preparation for porting.estade@chromium.org2009-04-142-4/+9
* Remove the DOMUIHost. It is not used by any code.brettw@chromium.org2009-04-133-158/+2
* This CL adds some UI to remove most-visited thumbnails from the New Tab Page.jcampan@chromium.org2009-04-132-6/+102
* Change the download UI not to report xx bytes of 0 bytes. Just report "xx byt...thestig@chromium.org2009-04-091-11/+14
* Cloned from 62030arv@chromium.org2009-04-071-4/+16
* Disables the download item on the download-shelf when the file is opened.jcampan@chromium.org2009-04-071-0/+1
* Make the RenderViewHostFactory a global. This prevents us from having to passbrettw@chromium.org2009-04-072-3/+1
* Support p13n HTML dialogs.tim@chromium.org2009-04-071-0/+11
* Remove some uses of custom tab contents types from some tests.brettw@chromium.org2009-04-041-1/+0
* Make the throbber throb sooner after you navigate. This fixes the new tab page,brettw@chromium.org2009-04-041-1/+1
* Make the font family and the font size used in dom UI localizable. This is a ...jungshik@google.com2009-04-035-12/+26
* Move HTML dialogs out of their own tab contents type. Moved functions to newbrettw@chromium.org2009-04-037-196/+159
* Installing extensions (drag/drop, download crx file) will now begeorged@chromium.org2009-04-011-1/+1
* Fix some line endings in browser/dom_ui.brettw@chromium.org2009-03-302-115/+115
* Fix the DOMUIToStandard unit test and uncomment it. The NavigationControllerbrettw@chromium.org2009-03-301-8/+20
* Comment out the crashing test so the tree can be open while I fix it.brettw@chromium.org2009-03-271-0/+2
* Reverting 12673.brettw@chromium.org2009-03-271-48/+63
* Fix lineendings for dom ui unittest.brettw@chromium.org2009-03-271-116/+116
* Revert "Fix issues with DOM UI that cause focus to not be set to the URL bar ...evan@chromium.org2009-03-271-133/+116
* Fix issues with DOM UI that cause focus to not be set to the URL bar and thebrettw@chromium.org2009-03-271-116/+133
* Add date information to the downloads page.glen@chromium.org2009-03-271-0/+4
* Minor tweaks to get chrome-ui://extensions working on the Mac.jrg@chromium.org2009-03-261-102/+97
* Fix purify error for DOM UI unit test.brettw@chromium.org2009-03-261-2/+1
* Make the bookmarks bar disappear when the load after the new tab page commitsbrettw@chromium.org2009-03-253-14/+141
* Reverting 12469.brettw@chromium.org2009-03-252-136/+14
* Make the bookmarks bar disappear when the load after the new tab page commitsbrettw@chromium.org2009-03-252-14/+136
* New tab page was linking to the wrong URL for the history page. We don't need...glen@chromium.org2009-03-241-15/+2
* Add a progress meter to the downloads page.glen@chromium.org2009-03-241-2/+47
* Fixes crash in new tab page when searching from a field other than thesky@google.com2009-03-241-4/+6
* Merge DOMUIContents into WebContents.brettw@chromium.org2009-03-1721-1114/+933
* Use devtool_ prefix instead of dev_tools_ to be consistent with the rest code.yurys@google.com2009-03-173-7/+7
* Removed unneeded includes of base/time.h.thestig@chromium.org2009-03-161-3/+0
* Rename DebuggerContents to DebuggerUI and move to the dom_ui folder.brettw@chromium.org2009-03-133-3/+179
* Fix a crash when with chrome-ui://about/" or anything invalidamit@chromium.org2009-03-131-4/+4
* Moving the storing/restoring of the focus from TabContents to WebContentsView...jcampan@chromium.org2009-03-122-3/+6
* Stop history search going on beyond the start of history.glen@chromium.org2009-03-113-10/+20
* NO CODE CHANGEdeanm@chromium.org2009-03-1012-13/+0
* Added null-check for current DOMUI.yurys@google.com2009-03-101-2/+2
* Run more unit tests on Linux:phajdan.jr@chromium.org2009-03-091-4/+7
* Use FilterContext to allow filters to access URLRequestJob datajar@chromium.org2009-03-091-2/+2
* - Developer tools frontend is served from chrom-ui://devtools/tools.htmlyurys@google.com2009-03-061-2/+11
* Add a command-line disable-p13n and use that to disablemunjal@chromium.org2009-03-051-1/+3