| Commit message (Expand) | Author | Age | Files | Lines |
* | Style (indent/spacing) fixes in DOM UI + comment fix. | viettrungluu@chromium.org | 2010-03-28 | 1 | -1/+2 |
* | Unify LocalStrings. | arv@chromium.org | 2010-03-16 | 1 | -1/+1 |
* | This change makes incognito downloads show up in the downloads page of an inc... | estade@chromium.org | 2010-02-24 | 1 | -3/+2 |
* | Don't show "show in foloder" in chrome os. | oshima@chromium.org | 2009-12-17 | 1 | -2/+5 |
* | Remove ResourceBundle::LoadImageResourceBytes since it appears to | tony@chromium.org | 2009-11-23 | 1 | -1/+1 |
* | Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco... | jamesr@chromium.org | 2009-11-20 | 1 | -1/+1 |
* | Plumb through off the record state from the URL request to the | tony@chromium.org | 2009-11-17 | 1 | -2/+4 |
* | Revert "Revert r31175 r31176 r31187" | hclam@chromium.org | 2009-11-06 | 1 | -0/+2 |
* | Rever r31175 r31176 r31187 | hclam@chromium.org | 2009-11-06 | 1 | -2/+0 |
* | Fifth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-06 | 1 | -0/+2 |
* | Coverity: Fix unnecessary Singleton object instantiation. | mattm@chromium.org | 2009-11-05 | 1 | -1/+1 |
* | Clean up temp scaffolding stubs some. It can be mac only now. | estade@chromium.org | 2009-11-02 | 1 | -8/+0 |
* | Convert chrome_url_data_manager (previously a global) into a Singleton. This | tony@chromium.org | 2009-10-30 | 1 | -1/+2 |
* | Revert "Convert chrome_url_data_manager (previously a global) into a" | tony@chromium.org | 2009-10-30 | 1 | -2/+1 |
* | Convert chrome_url_data_manager (previously a global) into a | tony@chromium.org | 2009-10-30 | 1 | -1/+2 |
* | First of several patches to get rid of MessageLoop caching now that we have C... | jam@chromium.org | 2009-10-28 | 1 | -2/+3 |
* | First fix to minimize copying of image data. | erg@google.com | 2009-10-19 | 1 | -2/+2 |
* | Move StringPiece into the base namespace. It is colliding | tony@chromium.org | 2009-09-10 | 1 | -1/+1 |
* | Adds a FaviconService class tied to the profile. | arv@google.com | 2009-08-28 | 1 | -0/+7 |
* | Change "Cancelled" to "Canceled". Original patch by Thiago Farina (see http:... | pkasting@chromium.org | 2009-08-10 | 1 | -1/+1 |
* | Add "Remove from list" for each download in domui page. | mhm@chromium.org | 2009-07-31 | 1 | -0/+2 |
* | This provides a simpler js template engine than JsTemplate. It has been | arv@google.com | 2009-07-14 | 1 | -2/+2 |
* | A recent refactoring of the DOM UI had caused the download page to be blank. | jcampan@chromium.org | 2009-06-30 | 1 | -0/+1 |
* | Take two for http://codereview.chromium.org/131094 | tim@chromium.org | 2009-06-29 | 1 | -2/+2 |
* | Revert cl 19359 due to browser_tests timeout. | tim@chromium.org | 2009-06-26 | 1 | -2/+2 |
* | Add a 'RegisterMessages' function to DOMMessageHandler to make it easy to con... | tim@chromium.org | 2009-06-26 | 1 | -2/+2 |
* | Use the original profile for the downloads manager so that a download manager | arv@google.com | 2009-05-27 | 1 | -1/+2 |
* | Linux download shelf icons first cut. | estade@chromium.org | 2009-05-20 | 1 | -0/+8 |
* | Adds a new command line switch called new-new-tab-page which enables | arv@chromium.org | 2009-05-19 | 1 | -403/+3 |
* | Change chrome-ui to chrome. I didn't go too far in converting existing string... | glen@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -1/+1 |
* | Clean up icon loader/manager in preparation for porting. | estade@chromium.org | 2009-04-14 | 1 | -2/+1 |
* | Change the download UI not to report xx bytes of 0 bytes. Just report "xx byt... | thestig@chromium.org | 2009-04-09 | 1 | -11/+14 |
* | Cloned from 62030 | arv@chromium.org | 2009-04-07 | 1 | -4/+16 |
* | Disables the download item on the download-shelf when the file is opened. | jcampan@chromium.org | 2009-04-07 | 1 | -0/+1 |
* | Make the font family and the font size used in dom UI localizable. This is a ... | jungshik@google.com | 2009-04-03 | 1 | -3/+1 |
* | Installing extensions (drag/drop, download crx file) will now be | georged@chromium.org | 2009-04-01 | 1 | -1/+1 |
* | Add date information to the downloads page. | glen@chromium.org | 2009-03-27 | 1 | -0/+4 |
* | Add a progress meter to the downloads page. | glen@chromium.org | 2009-03-24 | 1 | -2/+47 |
* | Merge DOMUIContents into WebContents. | brettw@chromium.org | 2009-03-17 | 1 | -25/+109 |
* | Removed unneeded includes of base/time.h. | thestig@chromium.org | 2009-03-16 | 1 | -3/+0 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Get history and download HTML UIs into Mac/Linux builds along with supporting... | pinkerton@chromium.org | 2009-03-05 | 1 | -2/+5 |
* | * Make the download page focus the input field onload.* Fix spacing between c... | glen@chromium.org | 2009-03-04 | 1 | -7/+21 |
* | Fix order of downloads list (HTH it happened, I don't know). | glen@chromium.org | 2009-03-02 | 1 | -1/+1 |
* | fix clobber build | tc@google.com | 2009-02-25 | 1 | -4/+2 |
* | Initial checkin of the HTML downloads UI. It's not yet complete (lacking inte... | glen@chromium.org | 2009-02-19 | 1 | -0/+369 |