summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui/downloads_ui.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert browser/dom_ui/d*.cc to not use wstrings/wchar_t*s.viettrungluu@chromium.org2010-08-071-32/+32
* Style (indent/spacing) fixes in DOM UI + comment fix.viettrungluu@chromium.org2010-03-281-1/+2
* Unify LocalStrings.arv@chromium.org2010-03-161-1/+1
* This change makes incognito downloads show up in the downloads page of an inc...estade@chromium.org2010-02-241-3/+2
* Don't show "show in foloder" in chrome os.oshima@chromium.org2009-12-171-2/+5
* Remove ResourceBundle::LoadImageResourceBytes since it appears totony@chromium.org2009-11-231-1/+1
* Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco...jamesr@chromium.org2009-11-201-1/+1
* Plumb through off the record state from the URL request to thetony@chromium.org2009-11-171-2/+4
* Revert "Revert r31175 r31176 r31187"hclam@chromium.org2009-11-061-0/+2
* Rever r31175 r31176 r31187hclam@chromium.org2009-11-061-2/+0
* Fifth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-061-0/+2
* Coverity: Fix unnecessary Singleton object instantiation.mattm@chromium.org2009-11-051-1/+1
* Clean up temp scaffolding stubs some. It can be mac only now.estade@chromium.org2009-11-021-8/+0
* Convert chrome_url_data_manager (previously a global) into a Singleton. Thistony@chromium.org2009-10-301-1/+2
* Revert "Convert chrome_url_data_manager (previously a global) into a"tony@chromium.org2009-10-301-2/+1
* Convert chrome_url_data_manager (previously a global) into atony@chromium.org2009-10-301-1/+2
* First of several patches to get rid of MessageLoop caching now that we have C...jam@chromium.org2009-10-281-2/+3
* First fix to minimize copying of image data.erg@google.com2009-10-191-2/+2
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-1/+1
* Adds a FaviconService class tied to the profile.arv@google.com2009-08-281-0/+7
* Change "Cancelled" to "Canceled". Original patch by Thiago Farina (see http:...pkasting@chromium.org2009-08-101-1/+1
* Add "Remove from list" for each download in domui page.mhm@chromium.org2009-07-311-0/+2
* This provides a simpler js template engine than JsTemplate. It has beenarv@google.com2009-07-141-2/+2
* A recent refactoring of the DOM UI had caused the download page to be blank.jcampan@chromium.org2009-06-301-0/+1
* Take two for http://codereview.chromium.org/131094tim@chromium.org2009-06-291-2/+2
* Revert cl 19359 due to browser_tests timeout.tim@chromium.org2009-06-261-2/+2
* Add a 'RegisterMessages' function to DOMMessageHandler to make it easy to con...tim@chromium.org2009-06-261-2/+2
* Use the original profile for the downloads manager so that a download managerarv@google.com2009-05-271-1/+2
* Linux download shelf icons first cut.estade@chromium.org2009-05-201-0/+8
* Adds a new command line switch called new-new-tab-page which enablesarv@chromium.org2009-05-191-403/+3
* Change chrome-ui to chrome. I didn't go too far in converting existing string...glen@chromium.org2009-05-061-1/+1
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-1/+1
* Clean up icon loader/manager in preparation for porting.estade@chromium.org2009-04-141-2/+1
* 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 font family and the font size used in dom UI localizable. This is a ...jungshik@google.com2009-04-031-3/+1
* Installing extensions (drag/drop, download crx file) will now begeorged@chromium.org2009-04-011-1/+1
* Add date information to the downloads page.glen@chromium.org2009-03-271-0/+4
* Add a progress meter to the downloads page.glen@chromium.org2009-03-241-2/+47
* Merge DOMUIContents into WebContents.brettw@chromium.org2009-03-171-25/+109
* Removed unneeded includes of base/time.h.thestig@chromium.org2009-03-161-3/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Get history and download HTML UIs into Mac/Linux builds along with supporting...pinkerton@chromium.org2009-03-051-2/+5
* * Make the download page focus the input field onload.* Fix spacing between c...glen@chromium.org2009-03-041-7/+21
* Fix order of downloads list (HTH it happened, I don't know).glen@chromium.org2009-03-021-1/+1
* fix clobber buildtc@google.com2009-02-251-4/+2
* Initial checkin of the HTML downloads UI. It's not yet complete (lacking inte...glen@chromium.org2009-02-191-0/+369