| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 149794 - DownloadItem::Observer::OnDownloadDestroyed() replaces Downlo... | rdsmith@chromium.org | 2012-08-06 | 2 | -6/+4 |
* | DownloadItem::Observer::OnDownloadDestroyed() replaces DownloadItem::REMOVING | benjhayden@chromium.org | 2012-08-03 | 2 | -4/+6 |
* | Implement ContextMenuController interface, instead of overriding ShowContextM... | sadrul@chromium.org | 2012-07-18 | 2 | -46/+63 |
* | downloads-ui: Add gesture support to the downloads UI. | sadrul@chromium.org | 2012-07-17 | 2 | -34/+66 |
* | This CL moves the contents of ui_resources_standard.grd into ui_resources.grd... | benrg@chromium.org | 2012-07-11 | 3 | -4/+2 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 4 | -4/+0 |
* | grd file update for new 2x assets | thakis@chromium.org | 2012-06-22 | 2 | -1/+2 |
* | Move singleton tabs off Browser. | ben@chromium.org | 2012-06-21 | 1 | -1/+2 |
* | Rename DrawBitmapInt to DrawImageInt | pkotwicz@chromium.org | 2012-06-07 | 1 | -11/+11 |
* | Revert 140877 - Rename DrawBitmapInt to DrawImageInt | pkotwicz@chromium.org | 2012-06-06 | 1 | -11/+11 |
* | Rename DrawBitmapInt to DrawImageInt | pkotwicz@chromium.org | 2012-06-06 | 1 | -11/+11 |
* | Converted the rest of chrome except for extensions and favicons to user Image... | pkotwicz@chromium.org | 2012-06-05 | 2 | -116/+116 |
* | Revert 140531 - Converted the rest of chrome except for extensions and favico... | pkotwicz@chromium.org | 2012-06-05 | 2 | -116/+116 |
* | Converted the rest of chrome except for extensions and favicons to user Image... | pkotwicz@chromium.org | 2012-06-05 | 2 | -116/+116 |
* | Make DownloadProtectionService not use BrowserList::GetLastActive() to load a... | ben@chromium.org | 2012-05-23 | 5 | -5/+28 |
* | Browser Plugin: WebContnets should notify when it's restored | fsamuel@chromium.org | 2012-05-22 | 1 | -2/+7 |
* | Change SetImage, SetBackground, and SetToggledImage to take in a gfx::ImageSkia | pkotwicz@chromium.org | 2012-05-21 | 2 | -8/+8 |
* | Update use of TimeDelta in chrome/browser/*, ui/views/*, and other places. | tedvessenes@gmail.com | 2012-05-17 | 2 | -2/+3 |
* | Revert 136964 - Change SetImage, SetBackground, and SetToggledImage to take i... | vrk@google.com | 2012-05-14 | 2 | -8/+8 |
* | Change SetImage, SetBackground, and SetToggledImage to take in a gfx::ImageSkia | pkotwicz@chromium.org | 2012-05-14 | 2 | -8/+8 |
* | views: Add a new ctor to MessageBoxView that takes only a InitParams. | tfarina@chromium.org | 2012-05-13 | 1 | -1/+1 |
* | Fixes status bubble on windows. In my fix for 123256 I removed a | sky@chromium.org | 2012-05-03 | 1 | -4/+1 |
* | Change the "close Chrome with downloads in progress" dialog to resemble kenmo... | benrg@chromium.org | 2012-04-25 | 2 | -84/+70 |
* | Show download interrupt reason in a download item tooltip. | asanka@chromium.org | 2012-04-25 | 1 | -18/+7 |
* | views: Let download-in-progress dialog manage the process of creating its win... | tfarina@chromium.org | 2012-04-09 | 2 | -17/+14 |
* | views: Stop using ResourceBundle without the namespace prefix. | tfarina@chromium.org | 2012-04-05 | 4 | -11/+11 |
* | views: Simplify various implementations of GetDialogButtonLabel(). | tfarina@chromium.org | 2012-04-04 | 1 | -5/+2 |
* | views/download: Return the product name directly from GetWindowTitle(). | tfarina@chromium.org | 2012-04-03 | 2 | -4/+3 |
* | Added tooltip error messages for interrupted downloads. | ahendrickson@chromium.org | 2012-03-30 | 2 | -6/+31 |
* | Cleanup for views::Label: | pkasting@chromium.org | 2012-03-26 | 1 | -2/+2 |
* | Show GData upload progress in the download shelf. | asanka@chromium.org | 2012-03-23 | 1 | -1/+1 |
* | ui/gfx: Remove the deprecated "operator const SkBitmap*" from Image API. | tfarina@chromium.org | 2012-03-21 | 1 | -1/+1 |
* | ui/gfx: Get rid of CanvasSkia::GetSkCanvas() function. | tfarina@chromium.org | 2012-03-13 | 1 | -3/+2 |
* | ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia. | tfarina@chromium.org | 2012-03-09 | 1 | -1/+1 |
* | Refactor dangerous download warning text generation into DownloadItemModel. | asanka@chromium.org | 2012-03-06 | 1 | -85/+11 |
* | Don't mutate string used with BreakIterator in DownloadItemView::SizeLabelToM... | asanka@chromium.org | 2012-02-10 | 1 | -11/+12 |
* | Refactored MouseWatcher to allow regions other than Views to | davemoore@chromium.org | 2012-02-06 | 2 | -4/+6 |
* | Remove DownloadManager* dependency on DownloadStatusUpdater | rdsmith@chromium.org | 2012-02-04 | 1 | -3/+3 |
* | Adding missing OVERRIDE in headers. | saintlou@chromium.org | 2012-02-03 | 1 | -2/+2 |
* | Pass const gfx::Rect& as the first parameter to FillRect. | tfarina@chromium.org | 2012-02-01 | 1 | -1/+1 |
* | Move DownloadDangerType to its own file. | jam@chromium.org | 2012-01-24 | 1 | -12/+20 |
* | Get rid of download_stats.h dependency from Chrome. | jam@chromium.org | 2012-01-24 | 1 | -2/+2 |
* | Preliminary implementation of Google-style dialogs in ash::internal::DialogFr... | benrg@chromium.org | 2012-01-18 | 1 | -0/+1 |
* | Have the download shelf hide itself while fullscreen mode is active. | koz@chromium.org | 2012-01-16 | 2 | -11/+14 |
* | [i18n-fixlet] Make strings branding specific in Download code. | vandebo@chromium.org | 2012-01-13 | 1 | -10/+6 |
* | Makes Widget modality a 3-state type rather than a boolean. | ben@chromium.org | 2012-01-06 | 2 | -5/+5 |
* | Create a Content API interface around NavigationController, and move all the ... | jam@chromium.org | 2011-12-29 | 1 | -0/+1 |
* | Remove temporary redirect header and DEPS exception for cancelable_request.h | joi@chromium.org | 2011-12-27 | 1 | -1/+1 |
* | Convert a bunch of WebContentsObservers to use web_contents() instead of tab_... | jam@chromium.org | 2011-12-25 | 1 | -24/+26 |
* | Create a Content API around NavigationEntry that's in content/public/browser.... | jam@chromium.org | 2011-12-25 | 1 | -1/+0 |