summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* The new history and download tab caused a regression where opening the NTP wo...jcampan@chromium.org2009-03-056-12/+6
* NO CODE CHANGE.maruel@google.com2009-03-052-2/+2
* Remove the TAB_CONTENTS_NEW_TAB_UI tab contents type. This was not actually usedbrettw@chromium.org2009-03-051-9/+4
* Get history and download HTML UIs into Mac/Linux builds along with supporting...pinkerton@chromium.org2009-03-054-17/+22
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-058-16/+16
* Fix crasher in InitCurrentUI.glen@chromium.org2009-03-041-2/+8
* Fix the build with some forgotten string conversions on non-Windows.brettw@chromium.org2009-03-042-4/+4
* Show icons for exe files in download manager. Issue was that the paths were c...glen@chromium.org2009-03-041-2/+9
* * Make the download page focus the input field onload.* Fix spacing between c...glen@chromium.org2009-03-041-7/+21
* Make New Tab Page work correctly in incognito mode (8294)glen@chromium.org2009-03-046-48/+69
* revert broken change 10833nsylvain@chromium.org2009-03-033-102/+81
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-033-81/+102
* Revert dsh's change 10818nsylvain@chromium.org2009-03-033-97/+80
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-033-80/+97
* Resolve crash when deleting history by preventing the deleter from being call...glen@chromium.org2009-03-032-11/+20
* Fix order of downloads list (HTH it happened, I don't know).glen@chromium.org2009-03-021-1/+1
* Fix compilations errors introduced by revision 10712.maruel@chromium.org2009-03-021-1/+2
* Fix crash; dom_ui_ is destroyed by LoadURL.glen@chromium.org2009-03-011-1/+3
* Initial work on chrome-ui://extensions/ page. URL now displays a static templ...rafaelw@chromium.org2009-02-281-0/+3
* Get rid of wstring variants of StringToFoo.dsh@google.com2009-02-283-4/+3
* Wires up sorting of bookmarks to the 'organize menu' in the bookmarksky@google.com2009-02-271-1/+3
* Enable new tab page for Mac and Linuxpinkerton@chromium.org2009-02-271-3/+4
* Developer tools messages are forwarded as wrapped IPC::Messages(previously th...yurys@google.com2009-02-265-2/+64
* Coalesce more hardcoded schemes to using predefined constants.brettw@chromium.org2009-02-261-7/+5
* Make chrome_plugin_host.cc and chrome_plugin_util.cc compile on Posix.jhawkins@chromium.org2009-02-261-1/+2
* Refactor the p13n NTP handler.nick@chromium.org2009-02-261-1/+1
* Enable history and downloads by default, port NewTabUI from DOMUIHost to DOMUI.glen@chromium.org2009-02-259-189/+219
* Add "new tab" ui to the build and remove some of the scaffolding. Fix compati...pinkerton@chromium.org2009-02-252-1/+21
* fix clobber buildtc@google.com2009-02-252-6/+3
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-2/+2
* Add some browser/dom_ui files to Mac and Linux. Fix errors exposed by GCC.pinkerton@chromium.org2009-02-243-9/+11
* HtmlDialogContentsDelegate should not subclass views::WindowDelegate, for por...ben@chromium.org2009-02-242-3/+5
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-5/+3
* * Add day deletion to historyglen@chromium.org2009-02-192-26/+102
* Initial checkin of the HTML downloads UI. It's not yet complete (lacking inte...glen@chromium.org2009-02-197-2/+656
* Fixes drag of images from new tab page. We need to pass in the mimesky@google.com2009-02-181-4/+6
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-0/+1
* Add locale_settings.grd to the build. This generatestc@google.com2009-02-181-6/+4