|
[MD History] Implement grouped history UI.
This CL implements a history view that groups history by domain which
can be enabled by enabling the 'Group history by domain' flag.
A history-grouped-list element has been added which switches out with
the history-list if grouped mode is active.
BUG= 589357
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation
Committed: https://crrev.com/613e58421d526c12935096fe282ce4b278857d85
Cr-Commit-Position: refs/heads/master@{#396069}
Total comments: 22
Total comments: 2
Total comments: 2
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+754 lines, -195 lines) |
Patch |
 |
M |
chrome/browser/browser_resources.grd
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/md_history/app.html
|
View
|
1
|
3 chunks |
+19 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/md_history/app.js
|
View
|
1
2
3
4
|
9 chunks |
+82 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/md_history/compiled_resources2.gyp
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/md_history/constants.js
|
View
|
1
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/resources/md_history/grouped_list.html
|
View
|
1
2
3
4
5
|
1 chunk |
+114 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/resources/md_history/grouped_list.js
|
View
|
1
2
3
4
5
|
1 chunk |
+176 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/md_history/history_item.html
|
View
|
1
2
|
4 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/md_history/history_item.js
|
View
|
|
1 chunk |
+117 lines, -113 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/md_history/history_list.html
|
View
|
1
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/md_history/history_list.js
|
View
|
1
|
3 chunks |
+3 lines, -32 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/md_history/history_toolbar.html
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/md_history/history_toolbar.js
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/md_history/shared_style.html
|
View
|
1
2
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/md_history/synced_device_card.html
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/md_history_ui.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/webui/md_history/history_grouped_list_test.js
|
View
|
1
2
3
4
5
|
1 chunk |
+150 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/webui/md_history/history_list_test.js
|
View
|
1
2
3
|
7 chunks |
+13 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/webui/md_history/history_supervised_user_test.js
|
View
|
1
2
3
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/webui/md_history/history_toolbar_test.js
|
View
|
1
2
3
4
5
|
3 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/webui/md_history/md_history_browsertest.js
|
View
|
1
2
3
4
5
|
3 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/data/webui/md_history/test_util.js
|
View
|
1
2
3
4
5
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
Total messages: 17 (6 generated)
|