summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/download_item_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Move browser/views to browser/ui/viewsben@chromium.org2010-11-091-1077/+0
* Use .crdownload file path for 'Show In Folder' while download is in progresskinuko@chromium.org2010-11-081-13/+14
* Make the Windows location bar send accessibility events to thedmazzoni@chromium.org2010-10-211-1/+1
* Make the Downloads Shelf keyboard-accessible (via F6) and accessible todmazzoni@chromium.org2010-10-211-45/+108
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Convert ElideFilename from using wstring to string16.tony@chromium.org2010-09-291-5/+5
* Makes the download shelf auto-close after the user opens all downloadssky@chromium.org2010-08-261-0/+3
* Move theme files in chrome/browser/ into a themes/ subdir.evan@chromium.org2010-08-251-1/+1
* Convert GetDisplayStringInLTRDirectionality from wstring to string16.tony@chromium.org2010-08-181-1/+3
* Misc. cleanup: simplify some code, add a few commentspkasting@chromium.org2010-08-131-16/+6
* Rework gfx::Font by moving platform-specific code into inner classes.ben@chromium.org2010-08-131-8/+9
* Fix crasher with download bar.jcivelli@chromium.org2010-08-091-1/+11
* Cleanup: Remove unneeded headers from app/ (part 2)thestig@chromium.org2010-07-311-5/+0
* Download code cleanup:phajdan.jr@chromium.org2010-07-271-6/+2
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+1
* Revert everything related to the relanding.erg@chromium.org2010-07-141-1/+0
* Reland r52336.erg@chromium.org2010-07-141-0/+1
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-1/+0
* More header cleanup:erg@chromium.org2010-07-141-0/+1
* Canvas refactoring Phase 4a:ben@chromium.org2010-06-291-13/+10
* Canvas refactoring part 3.ben@chromium.org2010-06-251-11/+13
* Revert 50784 - Canvas refactoring part 3.ben@chromium.org2010-06-241-13/+11
* Canvas refactoring part 3.ben@chromium.org2010-06-241-11/+13
* Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...pkasting@chromium.org2010-05-101-3/+3
* Refactors animation to allow for cleaner subclassing. I'm doing thissky@chromium.org2010-05-051-3/+3
* Use GetDisplayStringInLTRDirectionality() in more places to simplify code.pkasting@chromium.org2010-05-051-3/+2
* Fix linux views buildestade@chromium.org2010-04-141-2/+2
* Add download item tooltips on linux/win.estade@chromium.org2010-04-141-0/+12
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-3/+4
* Move text_elider from app/gfx to app/ben@chromium.org2010-03-191-1/+1
* Move more files to toplevel gfx.ben@chromium.org2010-03-191-1/+1
* Don't make pause/resume item in download context menu a check item (the name ...estade@chromium.org2010-02-251-39/+3
* Make use of SimpleMenuModel in DownloadShelfContextMenuWin and DownloadShelfC...estade@chromium.org2010-02-191-58/+39
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Handle extensions correctly when the default download location is not writablekinuko@chromium.org2009-12-251-2/+2
* Theme download status message, so that it's readable in themes of any color.mirandac@chromium.org2009-12-121-22/+39
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-111-1/+1
* Messaging of the download item for extension is now:mark@chromium.org2009-10-211-7/+7
* Change text for extension download UI.sidchat@chromium.org2009-10-091-2/+9
* Remove the context menu item 'Remove from shelf' from download shelfmhm@chromium.org2009-09-261-1/+0
* Implements file contents support in OSExchangeData and DropTargetsky@chromium.org2009-09-231-2/+5
* Fix a crash canceling a completed, auto-opened download.paul@chromium.org2009-09-181-8/+37
* Fix a bug where we access a view after deletion.paul@chromium.org2009-09-181-3/+7
* This CL fixes issue 10860 - RTL: Hebrew file names should have forced LTRxji@chromium.org2009-09-161-11/+16
* Fix 9867: Activating the previous/next buttons with the keyboard in the find ...finnur@chromium.org2009-09-031-1/+2
* Implement drag and drop of downloads for the Mac downloads page.paul@chromium.org2009-08-171-1/+1
* Set the dangerous download text to the bookmark bar texttc@google.com2009-08-071-0/+3
* Include Pause/Resume in the context menu for the item in the download shelf.mhm@chromium.org2009-08-041-0/+2
* Fix a warning from GCC about uninitialized variables.brettw@chromium.org2009-08-031-2/+2