summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/filebrowse.html
Commit message (Collapse)AuthorAgeFilesLines
* Fixes bug in file browser.sky@chromium.org2009-11-121-1/+1
| | | | | | | | TBR=dhg BUG=none Review URL: http://codereview.chromium.org/385081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31858 0039d316-1c4b-4281-b951-d872f2087c98
* Lands http://codereview.chromium.org/386015 for dhg:sky@chromium.org2009-11-121-4/+3
| | | | | | | | | | | | | Changing the dom_ui so that it has a new call which allows the javascript of the page to open a new window. BUG=none TEST=none Review URL: http://codereview.chromium.org/385074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31816 0039d316-1c4b-4281-b951-d872f2087c98
* Lands http://codereview.chromium.org/379007 for Dave:sky@chromium.org2009-11-111-67/+338
| | | | | | | | | | | | Fixes leak in BackingStore as shown by valgrind. XFree doesn't free the data of the image, where as XDestroyImage does. BUG=none TEST=none Review URL: http://codereview.chromium.org/391008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31633 0039d316-1c4b-4281-b951-d872f2087c98
* Create an initial Chrome page for file browsing. This just implements thebrettw@chromium.org2009-10-211-0/+99
ability to list files and display them in JS via DOMUI. BUG=none TEST=none Original review: http://codereview.chromium.org/255090 Patch by David Garcia. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29723 0039d316-1c4b-4281-b951-d872f2087c98