|
Adds console renderer to merger backend.
This CL:
a) creates a backend url that serves a merged console table (sans surroundings,
javascript, announce header, and css).
b) does some minor cleanup of the other backend code;
c) changes tests to reflect slightly modified data storage formats; and
d) still doesn't affect the current front-end.
The next (and final, in this project) CL will:
a) add pre-rendering and caching; and
b) change the frontend to use this new renderer.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=182044
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+312 lines, -186 lines) |
Patch |
|
M |
app.py
|
View
|
1
|
3 chunks |
+14 lines, -11 lines |
0 comments
|
Download
|
|
M |
merger.py
|
View
|
1
|
6 chunks |
+130 lines, -48 lines |
0 comments
|
Download
|
|
A |
templates/merger_b.html
|
View
|
|
1 chunk |
+117 lines, -0 lines |
0 comments
|
Download
|
|
M |
tests/test_console_merger/linux_row_input.txt
|
View
|
|
2 chunks |
+6 lines, -14 lines |
0 comments
|
Download
|
|
M |
tests/test_console_merger/mac_row_input.txt
|
View
|
|
2 chunks |
+6 lines, -12 lines |
0 comments
|
Download
|
|
M |
tests/test_console_merger/memory_row_input.txt
|
View
|
|
2 chunks |
+6 lines, -14 lines |
0 comments
|
Download
|
|
M |
tests/test_console_merger/merged_console_output.html
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
tests/test_console_merger/win_row_input.txt
|
View
|
|
2 chunks |
+6 lines, -14 lines |
0 comments
|
Download
|
|
M |
tests/test_console_merger_splitrevs/linux_row_input.txt
|
View
|
|
2 chunks |
+6 lines, -14 lines |
0 comments
|
Download
|
|
M |
tests/test_console_merger_splitrevs/mac_row_input.txt
|
View
|
|
2 chunks |
+6 lines, -14 lines |
0 comments
|
Download
|
|
M |
tests/test_console_merger_splitrevs/merged_console_output.html
|
View
|
|
4 chunks |
+4 lines, -8 lines |
0 comments
|
Download
|
|
M |
tests/test_parse_master/expected-comment.html
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
tests/test_parse_master/expected-details.html
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
tests/test_parse_master/expected-name.html
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
tests/test_parse_master/expected-rev.html
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
tests/test_parse_master/expected-status.html
|
View
|
|
5 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
tests/test_parse_master_utf8/expected-comment.html
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
tests/test_parse_master_utf8/expected-details.html
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
tests/test_parse_master_utf8/expected-name.html
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
tests/test_parse_master_utf8/expected-rev.html
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
tests/test_parse_master_utf8/expected-status.html
|
View
|
|
5 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|