| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't make pause/resume item in download context menu a check item (the name ... | estade@chromium.org | 2010-02-25 | 1 | -39/+3 |
* | Make use of SimpleMenuModel in DownloadShelfContextMenuWin and DownloadShelfC... | estade@chromium.org | 2010-02-19 | 1 | -58/+39 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+1 |
* | Handle extensions correctly when the default download location is not writable | kinuko@chromium.org | 2009-12-25 | 1 | -2/+2 |
* | Theme download status message, so that it's readable in themes of any color. | mirandac@chromium.org | 2009-12-12 | 1 | -22/+39 |
* | A large number of style nits in preparation for turning on automated cpplint.py. | erg@google.com | 2009-11-11 | 1 | -1/+1 |
* | Messaging of the download item for extension is now: | mark@chromium.org | 2009-10-21 | 1 | -7/+7 |
* | Change text for extension download UI. | sidchat@chromium.org | 2009-10-09 | 1 | -2/+9 |
* | Remove the context menu item 'Remove from shelf' from download shelf | mhm@chromium.org | 2009-09-26 | 1 | -1/+0 |
* | Implements file contents support in OSExchangeData and DropTarget | sky@chromium.org | 2009-09-23 | 1 | -2/+5 |
* | Fix a crash canceling a completed, auto-opened download. | paul@chromium.org | 2009-09-18 | 1 | -8/+37 |
* | Fix a bug where we access a view after deletion. | paul@chromium.org | 2009-09-18 | 1 | -3/+7 |
* | This CL fixes issue 10860 - RTL: Hebrew file names should have forced LTR | xji@chromium.org | 2009-09-16 | 1 | -11/+16 |
* | Fix 9867: Activating the previous/next buttons with the keyboard in the find ... | finnur@chromium.org | 2009-09-03 | 1 | -1/+2 |
* | Implement drag and drop of downloads for the Mac downloads page. | paul@chromium.org | 2009-08-17 | 1 | -1/+1 |
* | Set the dangerous download text to the bookmark bar text | tc@google.com | 2009-08-07 | 1 | -0/+3 |
* | Include Pause/Resume in the context menu for the item in the download shelf. | mhm@chromium.org | 2009-08-04 | 1 | -0/+2 |
* | Fix a warning from GCC about uninitialized variables. | brettw@chromium.org | 2009-08-03 | 1 | -2/+2 |
* | Add "Remove from list" for download item in the download shelf. | mhm@chromium.org | 2009-07-31 | 1 | -0/+1 |
* | GetThemeProvider error in DownloadItemView. Just remove the offending line fo... | glen@chromium.org | 2009-07-16 | 1 | -2/+0 |
* | Remove auto-open items from the download shelf on auto-open. This has the del... | glen@chromium.org | 2009-07-15 | 1 | -4/+12 |
* | This CL fixes issue 14481 - RTL: Chrome is trying to open exe file directly a... | xji@chromium.org | 2009-06-25 | 1 | -9/+24 |
* | Update Skia transfer mode names in browser/* to Skia r239 | amanda@chromium.org | 2009-06-25 | 1 | -2/+2 |
* | This CL fixes issue 6103 -- Individual download items on the download shelf a... | xji@chromium.org | 2009-06-12 | 1 | -27/+36 |
* | Gets a couple of download classes to compile on linux. Updates the | sky@chromium.org | 2009-05-26 | 1 | -19/+38 |
* | If there is not enough room in the download shelf to show a download, move th... | jcampan@chromium.org | 2009-05-15 | 1 | -3/+2 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 1 | -3/+3 |
* | Refactors menus so that I can create a MenuGtk implementation, and moves it into | sky@chromium.org | 2009-05-14 | 1 | -15/+19 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-14 | 1 | -1/+1 |
* | Revert 15965. I wasn't supposed to check that in since it still doesn't compi... | maruel@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -4/+4 |
* | Move chrome_canvas to app/gfx | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Monitor some sensitive UI actions for evidence of clickjacking. | abarth@chromium.org | 2009-04-26 | 1 | -0/+11 |
* | Remove deprecated file_util::GetFilenameWithoutExtensionFromPath(), also conv... | thestig@chromium.org | 2009-04-24 | 1 | -10/+12 |
* | Clean up icon loader/manager in preparation for porting. | estade@chromium.org | 2009-04-14 | 1 | -4/+3 |
* | Disables the download item on the download-shelf when the file is opened. | jcampan@chromium.org | 2009-04-07 | 1 | -10/+51 |
* | The death knell for the old native buttons, checkboxes and radio buttons. | ben@chromium.org | 2009-03-23 | 1 | -7/+5 |
* | Move controls into their own dir under chrome/views/controls | ben@chromium.org | 2009-03-17 | 1 | -2/+2 |
* | Move widget related files into views/widget | ben@chromium.org | 2009-03-17 | 1 | -2/+2 |
* | Make Widget return a gfx::NativeView instead of a HWND. | ben@chromium.org | 2009-03-12 | 1 | -1/+1 |
* | Refactor the download shelf context menu in preparation for porting. | estade@chromium.org | 2009-03-06 | 1 | -4/+63 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -3/+3 |
* | Refactor BaseDownloadItemModel and its inheritors. | estade@chromium.org | 2009-02-23 | 1 | -1/+2 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 1 | -3/+2 |
* | Second try of landing chrome_resources project. Changes from last time: | tc@google.com | 2009-02-12 | 1 | -1/+1 |