Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Side by Side Diff: net/base/dir_header.html

Issue 895853003: Update from https://crrev.com/314320 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « net/base/address_tracker_linux_unittest.cc ('k') | net/base/filename_util_internal.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <html i18n-values="dir:textdirection"> 3 <html i18n-values="dir:textdirection;lang:language">
4 4
5 <head> 5 <head>
6 <meta charset="utf-8"> 6 <meta charset="utf-8">
7 7
8 <script> 8 <script>
9 function addRow(name, url, isdir, size, date_modified) { 9 function addRow(name, url, isdir, size, date_modified) {
10 if (name == ".") 10 if (name == ".")
11 return; 11 return;
12 12
13 var root = "" + document.location; 13 var root = "" + document.location;
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 <tr class="header"> 150 <tr class="header">
151 <td i18n-content="headerName"></td> 151 <td i18n-content="headerName"></td>
152 <td class="detailsColumn" i18n-content="headerSize"></td> 152 <td class="detailsColumn" i18n-content="headerSize"></td>
153 <td class="detailsColumn" i18n-content="headerDateModified"></td> 153 <td class="detailsColumn" i18n-content="headerDateModified"></td>
154 </tr> 154 </tr>
155 </table> 155 </table>
156 156
157 </body> 157 </body>
158 158
159 </html> 159 </html>
OLDNEW
« no previous file with comments | « net/base/address_tracker_linux_unittest.cc ('k') | net/base/filename_util_internal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698