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

Side by Side Diff: tests/test_parse_master/console-input-handled.html

Issue 11535002: chromium-build app now renders console from stored rows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-build
Patch Set: Add test_parse_master_utf8 Created 7 years, 11 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
OLDNEW
1 1
2 <script> 2 <script>
3 /** 3 /**
4 * Pseudo namespace for chromium - keep it short because we are in a very 4 * Pseudo namespace for chromium - keep it short because we are in a very
5 * narrow scope for this file. 5 * narrow scope for this file.
6 * @type {Object} 6 * @type {Object}
7 */ 7 */
8 var c = {}; 8 var c = {};
9 9
10 /** 10 /**
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 </td> 450 </td>
451 </tr> 451 </tr>
452 </table> 452 </table>
453 </div> 453 </div>
454 454
455 <br/> 455 <br/>
456 456
457 457
458 <div align="center"> 458 <div align="center">
459 <table class='ConsoleData' width="96%"> 459 <table class='ConsoleData' width="96%">
460 <tbody>
461 <tr> 460 <tr>
462 <td width="1%"> 461 <td width="1%">
463 </td> 462 </td>
464 <td width="1%"> 463 <td width="1%">
465 </td> 464 </td>
466 <td class='DevStatus Alt first ' width='6%'> 465 <td class='DevStatus Alt first ' width='6%'>
467 clobber 466 clobber
468 </td> 467 </td>
469 <td class='DevStatus Alt ' width='51%'> 468 <td class='DevStatus Alt ' width='51%'>
470 windows 469 windows
(...skipping 9525 matching lines...) Expand 10 before | Expand all | Expand 10 after
9996 </ul> 9995 </ul>
9997 </td> 9996 </td>
9998 </tr> 9997 </tr>
9999 9998
10000 9999
10001 <tr class='DevStatusSpacing'> 10000 <tr class='DevStatusSpacing'>
10002 <td> 10001 <td>
10003 </td> 10002 </td>
10004 </tr> 10003 </tr>
10005 10004
10006 </tbody>
10007 </table> 10005 </table>
10008 </div> 10006 </div>
10009 10007
10010 10008
10011 <div id="divBox" onmouseout="if (checkMouseLeave(this, event)) this.style.displa y = 'None'" class="BuildWaterfall"> 10009 <div id="divBox" onmouseout="if (checkMouseLeave(this, event)) this.style.displa y = 'None'" class="BuildWaterfall">
10012 </div> 10010 </div>
10013 10011
10014 10012
10015 <iframe id="frameBox" style="display: none;"></iframe> 10013 <iframe id="frameBox" style="display: none;"></iframe>
10016 10014
10017 <script type="text/javascript"> 10015 <script type="text/javascript">
10018 // replace 'onload="updateDiv(event);" with this, as iframe doesn't have onload event in xhtml 10016 // replace 'onload="updateDiv(event);" with this, as iframe doesn't have onload event in xhtml
10019 window.addEventListener("load", function() { 10017 window.addEventListener("load", function() {
10020 document.getElementById('frameBox').onload = function(event) { 10018 document.getElementById('frameBox').onload = function(event) {
10021 updateDiv(event); 10019 updateDiv(event);
10022 }; 10020 };
10023 }, false); 10021 }, false);
10024 </script> 10022 </script>
10025 10023
10026 </div><div class="footer" style="clear:both"> 10024 </div><div class="footer" style="clear:both">
10027 <hr/> 10025 <hr/>
10028 [ <a class='collapse' href='#' OnClick='collapse(); return false;'>collapse</a > 10026 [ <a class='collapse' href='#' OnClick='collapse(); return false;'>collapse</a >
10029 <a class='uncollapse' href='#' OnClick='uncollapse(); return false;'>un-collap se</a> 10027 <a class='uncollapse' href='#' OnClick='uncollapse(); return false;'>un-collap se</a>
10030 <a class='merge' href="#" OnClick="merge(); return false;">merge</a> 10028 <a class='merge' href="#" OnClick="merge(); return false;">merge</a>
10031 <a class='unmerge' style='display: none' href="#" OnClick="unmerge(); return f alse;">un-merge</a> ] 10029 <a class='unmerge' style='display: none' href="#" OnClick="unmerge(); return f alse;">un-merge</a> ]
10032 </div> 10030 </div>
OLDNEW
« no previous file with comments | « tests/test_parse_master/console-input.html ('k') | tests/test_parse_master/expected-status.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698