| OLD | NEW | 
|    1 <!DOCTYPE HTML> |    1 <!DOCTYPE HTML> | 
|    2  |    2  | 
|    3 <!-- |    3 <!-- | 
|    4 about:version template page |    4 about:version template page | 
|    5 --> |    5 --> | 
|    6  |    6  | 
|    7 <html id="t" i18n-values="dir:textdirection;"> |    7 <html id="t" i18n-values="dir:textdirection;"> | 
|    8   <head> |    8   <head> | 
|    9     <title i18n-content="title"></title> |    9     <title i18n-content="title"></title> | 
|   10 <if expr="pp_ifdef('android')"> |   10 <if expr="is_android"> | 
|   11     <meta name="viewport" content="width=device-width"> |   11     <meta name="viewport" content="width=device-width"> | 
|   12 </if> |   12 </if> | 
|   13     <link rel="stylesheet" href="chrome://version/about_version.css"> |   13     <link rel="stylesheet" href="chrome://version/about_version.css"> | 
|   14 <if expr="pp_ifdef('android')"> |   14 <if expr="is_android"> | 
|   15     <link rel="stylesheet" href="about_version_android.css"> |   15     <link rel="stylesheet" href="about_version_android.css"> | 
|   16 </if> |   16 </if> | 
|   17     <script src="chrome://resources/js/cr.js"></script> |   17     <script src="chrome://resources/js/cr.js"></script> | 
|   18     <script src="chrome://resources/js/load_time_data.js"></script> |   18     <script src="chrome://resources/js/load_time_data.js"></script> | 
|   19     <script src="chrome://resources/js/parse_html_subset.js"></script> |   19     <script src="chrome://resources/js/parse_html_subset.js"></script> | 
|   20     <script src="chrome://resources/js/util.js"></script> |   20     <script src="chrome://resources/js/util.js"></script> | 
|   21     <script src="chrome://version/version.js"></script> |   21     <script src="chrome://version/version.js"></script> | 
|   22     <script src="chrome://version/strings.js"></script> |   22     <script src="chrome://version/strings.js"></script> | 
|   23   </head> |   23   </head> | 
|   24  |   24  | 
|   25   <body> |   25   <body> | 
|   26     <div id="outer"> |   26     <div id="outer"> | 
|   27       <div id="logo"> |   27       <div id="logo"> | 
|   28 <if expr="pp_ifdef('enable_themes')"> |   28 <if expr="pp_ifdef('enable_themes')"> | 
|   29         <img src="chrome://theme/IDR_PRODUCT_LOGO"> |   29         <img src="chrome://theme/IDR_PRODUCT_LOGO"> | 
|   30 </if> |   30 </if> | 
|   31 <if expr="not pp_ifdef('enable_themes')"> |   31 <if expr="not pp_ifdef('enable_themes')"> | 
|   32         <img src="../../app/theme/default_100_percent/%DISTRIBUTION%/product_log
     o.png"> |   32         <img src="../../app/theme/default_100_percent/%DISTRIBUTION%/product_log
     o.png"> | 
|   33 </if> |   33 </if> | 
|   34         <div id="company" i18n-content="company"></div> |   34         <div id="company" i18n-content="company"></div> | 
|   35         <div id="copyright" i18n-content="copyright"></div> |   35         <div id="copyright" i18n-content="copyright"></div> | 
|   36       </div> |   36       </div> | 
|   37       <table id="inner" cellpadding="0" cellspacing="0" border="0"> |   37       <table id="inner" cellpadding="0" cellspacing="0" border="0"> | 
|   38         <tr><td class="label" i18n-content="application_label"></td> |   38         <tr><td class="label" i18n-content="application_label"></td> | 
|   39           <td class="version" id="version"> |   39           <td class="version" id="version"> | 
|   40 <if expr="pp_ifdef('android')"> |   40 <if expr="is_android"> | 
|   41             <span i18n-content="application_name"></span> |   41             <span i18n-content="application_name"></span> | 
|   42             <span i18n-content="application_version"></span> |   42             <span i18n-content="application_version"></span> | 
|   43 </if> |   43 </if> | 
|   44 <if expr="not pp_ifdef('android')"> |   44 <if expr="not is_android"> | 
|   45             <span i18n-content="version"></span> |   45             <span i18n-content="version"></span> | 
|   46             (<span i18n-content="official"> |   46             (<span i18n-content="official"> | 
|   47             </span> <span i18n-content="cl"></span>) |   47             </span> <span i18n-content="cl"></span>) | 
|   48             <span i18n-content="version_modifier"></span> |   48             <span i18n-content="version_modifier"></span> | 
|   49 </if> |   49 </if> | 
|   50           </td> |   50           </td> | 
|   51         </tr> |   51         </tr> | 
|   52 <if expr="not pp_ifdef('chromeos')"> |   52 <if expr="not pp_ifdef('chromeos')"> | 
|   53         <tr><td class="label" i18n-content="os_name"></td> |   53         <tr><td class="label" i18n-content="os_name"></td> | 
|   54           <td class="version" id="os_type"> |   54           <td class="version" id="os_type"> | 
| (...skipping 10 matching lines...) Expand all  Loading... | 
|   65         </tr> |   65         </tr> | 
|   66         <tr><td class="label">Blink</td> |   66         <tr><td class="label">Blink</td> | 
|   67           <td class="version" id="blink_version" i18n-content="blink_version"></
     td> |   67           <td class="version" id="blink_version" i18n-content="blink_version"></
     td> | 
|   68         </tr> |   68         </tr> | 
|   69         <tr><td class="label">JavaScript</td> |   69         <tr><td class="label">JavaScript</td> | 
|   70           <td class="version" id="js_engine"> |   70           <td class="version" id="js_engine"> | 
|   71             <span i18n-content="js_engine"></span> |   71             <span i18n-content="js_engine"></span> | 
|   72             <span i18n-content="js_version"></span> |   72             <span i18n-content="js_version"></span> | 
|   73           </td> |   73           </td> | 
|   74         </tr> |   74         </tr> | 
|   75 <if expr="not pp_ifdef('android')"> |   75 <if expr="not is_android"> | 
|   76         <tr><td class="label" i18n-content="flash_plugin"></td> |   76         <tr><td class="label" i18n-content="flash_plugin"></td> | 
|   77           <td class="version" id="flash_version" i18n-content="flash_version"></
     td> |   77           <td class="version" id="flash_version" i18n-content="flash_version"></
     td> | 
|   78         </tr> |   78         </tr> | 
|   79 </if> |   79 </if> | 
|   80         <tr><td class="label" i18n-content="user_agent_name"></td> |   80         <tr><td class="label" i18n-content="user_agent_name"></td> | 
|   81           <td class="version" id="useragent" i18n-content="useragent"></td> |   81           <td class="version" id="useragent" i18n-content="useragent"></td> | 
|   82         </tr> |   82         </tr> | 
|   83         <tr><td class="label" i18n-content="command_line_name"></td> |   83         <tr><td class="label" i18n-content="command_line_name"></td> | 
|   84           <td class="version" id="command_line" i18n-content="command_line"></td
     > |   84           <td class="version" id="command_line" i18n-content="command_line"></td
     > | 
|   85         </tr> |   85         </tr> | 
|   86         <tr><td class="label" i18n-content="executable_path_name"></td> |   86         <tr><td class="label" i18n-content="executable_path_name"></td> | 
|   87           <td class="version" id="executable_path" i18n-content="executable_path
     "></td> |   87           <td class="version" id="executable_path" i18n-content="executable_path
     "></td> | 
|   88         </tr> |   88         </tr> | 
|   89         <tr><td class="label" i18n-content="profile_path_name"></td> |   89         <tr><td class="label" i18n-content="profile_path_name"></td> | 
|   90           <td class="version" id="profile_path" i18n-content="profile_path"></td
     > |   90           <td class="version" id="profile_path" i18n-content="profile_path"></td
     > | 
|   91         </tr> |   91         </tr> | 
|   92         <tr id="variations-section"> |   92         <tr id="variations-section"> | 
|   93           <td class="label" i18n-content="variations_name"></td> |   93           <td class="label" i18n-content="variations_name"></td> | 
|   94           <td class="version" id="variations-list"></td> |   94           <td class="version" id="variations-list"></td> | 
|   95         </tr> |   95         </tr> | 
|   96 <if expr="pp_ifdef('android')"> |   96 <if expr="is_android"> | 
|   97         <tr id="build-id-section"> |   97         <tr id="build-id-section"> | 
|   98           <td class="label" i18n-content="build_id_name"></td> |   98           <td class="label" i18n-content="build_id_name"></td> | 
|   99           <td class="version" i18n-content="build_id"></td> |   99           <td class="version" i18n-content="build_id"></td> | 
|  100         </tr> |  100         </tr> | 
|  101 </if> |  101 </if> | 
|  102       </table> |  102       </table> | 
|  103     </div> |  103     </div> | 
|  104     <script src="chrome://resources/js/i18n_template2.js"></script> |  104     <script src="chrome://resources/js/i18n_template2.js"></script> | 
|  105   </body> |  105   </body> | 
|  106 </html> |  106 </html> | 
| OLD | NEW |