| OLD | NEW |
| 1 <!DOCTYPE html> | 1 .<!DOCTYPE html> |
| 2 <html i18n-values="dir:textdirection;firstview:firstview;bookmarkbarattached:boo
kmarkbarattached;hasattribution:hasattribution;anim:anim;syncispresent:syncispre
sent;showsetashomepage:showsetashomepage"> | 2 <html i18n-values=" |
| 3 dir:textdirection; |
| 4 firstview:firstview; |
| 5 bookmarkbarattached:bookmarkbarattached; |
| 6 hasattribution:hasattribution; |
| 7 anim:anim; |
| 8 syncispresent:syncispresent; |
| 9 showsetashomepage:showsetashomepage"> |
| 3 | 10 |
| 4 <meta charset="utf-8"> | 11 <meta charset="utf-8"> |
| 5 <title i18n-content="title"></title> | 12 <title i18n-content="title"></title> |
| 6 <script> | 13 <script> |
| 7 // Logging info for benchmarking purposes. | 14 // Logging info for benchmarking purposes. |
| 8 var log = []; | 15 var log = []; |
| 9 function logEvent(name) { | 16 function logEvent(name) { |
| 10 log.push([name, Date.now()]); | 17 log.push([name, Date.now()]); |
| 11 } | 18 } |
| 12 | 19 |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 | 220 |
| 214 <div id="recently-closed"> | 221 <div id="recently-closed"> |
| 215 <h2 i18n-content="recentlyclosed"></h2> | 222 <h2 i18n-content="recentlyclosed"></h2> |
| 216 <span class="nav"> | 223 <span class="nav"> |
| 217 <a href="chrome://history/" class="item" | 224 <a href="chrome://history/" class="item" |
| 218 i18n-content="viewfullhistory"></a> | 225 i18n-content="viewfullhistory"></a> |
| 219 </span> | 226 </span> |
| 220 </div> | 227 </div> |
| 221 | 228 |
| 222 <div id="sync-status"> | 229 <div id="sync-status"> |
| 223 <h2> </h2> | 230 <h2></h2> |
| 224 <span> </span> | 231 <span></span> |
| 225 <span><a href=""> </a></span> | |
| 226 </div> | 232 </div> |
| 227 | 233 |
| 228 <div id="set-as-homepage"> | 234 <div id="set-as-homepage"> |
| 229 <span> | 235 <button class="link" i18n-content="makethishomepage"></button> |
| 230 </span> | |
| 231 </div> | 236 </div> |
| 232 | 237 |
| 233 <div id="tip-line"> | 238 <div id="tip-line"></div> |
| 234 </div> | |
| 235 | 239 |
| 236 <div id="attribution" class="attribution"> | 240 <div id="attribution" class="attribution"> |
| 237 <span i18n-content="attributionintro"></span><br /> | 241 <div i18n-content="attributionintro"></div> |
| 238 <img id="attribution-img" /> | 242 <img id="attribution-img"> |
| 239 </div> | 243 </div> |
| 240 | 244 |
| 241 </div> <!-- main --> | 245 </div> <!-- main --> |
| 242 | 246 |
| 243 <div class="window-menu" id="window-tooltip"></div> | 247 <div class="window-menu" id="window-tooltip"></div> |
| 244 | 248 |
| 245 </body> | 249 </body> |
| 246 <script src="local_strings.js"></script> | 250 <script src="local_strings.js"></script> |
| 247 <script src="new_new_tab.js"></script> | 251 <script src="new_new_tab.js"></script> |
| 248 <script>updateAttribution();</script> | |
| 249 </html> | 252 </html> |
| OLD | NEW |