summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui/filebrowse_ui.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixing setdownloads so it gets downloads that are OTR, and downloads that are...dhg@chromium.org2010-05-181-22/+41
* Fixed crash on closing of content window. The original code tried to re-Show(...zelidrag@chromium.org2010-05-121-1/+5
* Fixing bug in url fetching. So it cleans up on the correct thread. dhg@chromium.org2010-05-111-4/+30
* Fixing upload case to picasawebdhg@chromium.org2010-05-101-20/+54
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-071-2/+2
* Nukes one of the AddTabWithURL variants.sky@chromium.org2010-04-291-4/+4
* Changing chromeos so that ctrl-o opens the filebrowserdhg@chromium.org2010-04-231-3/+7
* Fix spelling of Flickr.avi@chromium.org2010-04-211-2/+2
* fixing issues with filebrowser namely, namely allowing it to grow on mount, a...dhg@chromium.org2010-04-161-5/+10
* Review URL: http://codereview.chromium.org/1631006dhg@chromium.org2010-04-121-3/+1
* Style (indent/spacing) fixes in DOM UI + comment fix.viettrungluu@chromium.org2010-03-281-1/+2
* Revert "Fix browser side handling of moveTo by resizing the content area; not...erg@chromium.org2010-03-241-6/+3
* Mocks for all libcros elements. Added library registry object that provides a...zelidrag@chromium.org2010-03-231-3/+7
* Adding initial version of the mediaplayer. This only hooks into the system if...dhg@chromium.org2010-03-101-0/+30
* Fixing my localization laziness.dhg@chromium.org2010-03-091-1/+32
* Fixing extension install case. Changing the file browser to only get the lis...dhg@chromium.org2010-03-081-3/+85
* Fix browser side handling of moveTo by resizing the content area; not the win...erg@chromium.org2010-03-021-3/+6
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Adding deletion to filebrowser, adding pause/resume to shelf.dhg@chromium.org2010-02-121-15/+120
* Only show one FileBrowse pop up for the same folderxiyuan@chromium.org2010-02-101-14/+40
* Show the filebrowse ui rather than the download shelf in chromeos.xiyuan@chromium.org2010-02-051-1/+28
* Refactor chromeos cros files into subdir 'cros'chocobo@chromium.org2010-02-041-1/+1
* Replace GtkFileChooser with file browser for ChromeOSxiyuan@chromium.org2010-01-291-3/+132
* Adding tab browsing for filebrowser.xiyuan@chromium.org2010-01-201-6/+80
* Creating new CL for uploading a picture from ChromiumOSdavemoore@chromium.org2009-12-111-9/+177
* Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco...jamesr@chromium.org2009-11-201-2/+2
* Plumb through off the record state from the URL request to thetony@chromium.org2009-11-171-2/+4
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-1/+1
* Lands http://codereview.chromium.org/386015 for dhg:sky@chromium.org2009-11-121-23/+86
* 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-2/+2
* Convert chrome_url_data_manager (previously a global) into a Singleton. Thistony@chromium.org2009-10-301-2/+3
* Revert "Convert chrome_url_data_manager (previously a global) into a"tony@chromium.org2009-10-301-3/+2
* Convert chrome_url_data_manager (previously a global) into atony@chromium.org2009-10-301-2/+3
* First of several patches to get rid of MessageLoop caching now that we have C...jam@chromium.org2009-10-281-7/+11
* Create an initial Chrome page for file browsing. This just implements thebrettw@chromium.org2009-10-211-0/+255