summaryrefslogtreecommitdiffstats
path: root/net/base/dir_header.html
Commit message (Collapse)AuthorAgeFilesLines
* FTP: fix parsing error on ftp.dell.comphajdan.jr@chromium.org2010-09-141-1/+1
| | | | | | | | | | | | | The problem was the date parser not recognizing time strings like H:MM as valid. Additionally, make sure the message about the error is visible. BUG=54395 TEST=visit ftp.dell.com, you should see a non-empty directory listing Review URL: http://codereview.chromium.org/3327025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59404 0039d316-1c4b-4281-b951-d872f2087c98
* Fix xss in onListingParsingError by using encodeuri() on the document.location.inferno@chromium.org2010-04-061-1/+2
| | | | | | | | | | Reviewed in http://codereview.chromium.org/1512013 BUG=40147 Test=None git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43693 0039d316-1c4b-4281-b951-d872f2087c98
* Including icons for FTP and file:// directory listings. This is not the finalphajdan.jr@chromium.org2010-02-071-10/+70
| | | | | | | | | | | | | | | | | | solution but rather an initial improvement on the current page. As a method of retrieving the platform specific icons, I am investigating the possibility of adding an open browser standard for the implementation of a icon:// URL scheme that would be Web accessible. See http://goo.gl/gaZE. For this patch, we simply use 3 different icons: file, folder and parent folder. These icons are embedded in the template using data URIs. Patch by Pierre-Antoine LaFayette, original review: http://codereview.chromium.org/543184 BUG=24421 TEST=none Review URL: http://codereview.chromium.org/573052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38332 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the fallback Mozilla code for parsing FTP LIST response.phajdan.jr@chromium.org2010-01-201-0/+8
| | | | | | | | | | | | | | | | | | The new parser seems to be compatible enough to do that. The Mozilla code was very helpful in the process of developing the new parser. Also add UI encouraging users to submit bug reports when we can't parse the listings, and an option to see the raw data sent by the server. This should allow us to fix remaining compatibility problems with very rare listing types or variations. When ?raw is found at the end of an FTP url and it is a directory listing, the parsing logic is bypassed and the data is displayed as-is with text/plain MIME type. TEST=none BUG=25520 Review URL: http://codereview.chromium.org/549053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36632 0039d316-1c4b-4281-b951-d872f2087c98
* Don't wrap the Size and Date Modified columns in the directory listing view.eroman@chromium.org2009-11-201-4/+4
| | | | | | | | BUG=2795 Review URL: http://codereview.chromium.org/410008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32603 0039d316-1c4b-4281-b951-d872f2087c98
* Properly concatenate URL components in directory listing.phajdan.jr@chromium.org2009-09-081-2/+6
| | | | | | | | | | | This time really properly. TEST=none http://crbug.com/20347 Review URL: http://codereview.chromium.org/196019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25624 0039d316-1c4b-4281-b951-d872f2087c98
* Correctly join paths in FTP directory listing.phajdan.jr@chromium.org2009-08-251-2/+2
| | | | | | | | | TEST=See bug. http://crbug.com/20232 Review URL: http://codereview.chromium.org/174406 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24366 0039d316-1c4b-4281-b951-d872f2087c98
* This provides a simpler js template engine than JsTemplate. It has beenarv@google.com2009-07-141-6/+7
| | | | | | | | | | | | | | | | | | optimized for the way we do internationalization with JST before and is about 4 times faster (average 4.8ms vs 22.8ms) for the history page. The syntax for this is very similar to JsTemplates. It uses the attributes i18n-values and i18n-content which worls like jsvalues and jscontent except that it does not allow arbitrary expressions. BUG=None TEST=All UI pages should work as before Review URL: http://codereview.chromium.org/149420 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20590 0039d316-1c4b-4281-b951-d872f2087c98
* Add net to the repository.initial.commit2008-07-261-0/+69
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14 0039d316-1c4b-4281-b951-d872f2087c98