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

Side by Side Diff: chrome/browser/resources/plugins.html

Issue 2897015: Clean up browser_resources.grd:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/phishing_icon.png ('k') | chrome/browser/resources/plus.png » ('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 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="pluginsTitle"></title> 5 <title i18n-content="pluginsTitle"></title>
6 <style> 6 <style>
7 7
8 body { 8 body {
9 margin: 10px; 9 margin: 10px;
10 min-width: 47em; 10 min-width: 47em;
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 <td> 474 <td>
475 <span class="section-header-title" i18n-content="pluginsTitle" 475 <span class="section-header-title" i18n-content="pluginsTitle"
476 >TITLE</span> 476 >TITLE</span>
477 <span class="section-header-title" 477 <span class="section-header-title"
478 jsdisplay="plugins.length > 0">(<span 478 jsdisplay="plugins.length > 0">(<span
479 jscontent="plugins.length"></span>)</span> 479 jscontent="plugins.length"></span>)</span>
480 </td> 480 </td>
481 <td width="18"> 481 <td width="18">
482 <img id="collapse" class="tmi-mode-image" 482 <img id="collapse" class="tmi-mode-image"
483 style="display:none" onclick="toggleTmiMode();" 483 style="display:none" onclick="toggleTmiMode();"
484 src="minus.png"> 484 src="shared/images/minus.png">
485 <img id="expand" class="tmi-mode-image" 485 <img id="expand" class="tmi-mode-image"
486 onclick="toggleTmiMode();" src="plus.png"> 486 onclick="toggleTmiMode();" src="shared/images/plus.png">
487 </td> 487 </td>
488 <td> 488 <td>
489 <div class="tmi-mode-link"> 489 <div class="tmi-mode-link">
490 <a onclick="toggleTmiMode();" style="cursor: default" 490 <a onclick="toggleTmiMode();" style="cursor: default"
491 i18n-content="pluginsDetailsModeLink">DETAILS</a> 491 i18n-content="pluginsDetailsModeLink">DETAILS</a>
492 </div> 492 </div>
493 </td> 493 </td>
494 </tr></table> 494 </tr></table>
495 </div> 495 </div>
496 496
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 </td> 630 </td>
631 </tr> 631 </tr>
632 </table> 632 </table>
633 </div> 633 </div>
634 </div> 634 </div>
635 </div> 635 </div>
636 </div> 636 </div>
637 </div> 637 </div>
638 </body> 638 </body>
639 </html> 639 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/phishing_icon.png ('k') | chrome/browser/resources/plus.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698