|
[ntp4] Bookmarks page implementation, first-pass.
This is an initial implementation of the bookmarks page for NTP4. This is a work in progress with the following known issues:
* Editing is not supported (add, edit, delete, re-order).
* The parent hierarchy currently doesn't scroll if it gets too long.
* Changes to the bookmarks model is not currently observed.
* The page navigation buttons on the page edges currently overlap the titles bar.
* The vertical scrollbar currently renders over the titles bar.
* Drag & drop is not currently supported.
* Changes will be required for full Theme compatibility.
BUG= 92921
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96867
Total comments: 41
Total comments: 8
Total comments: 11
Total comments: 16
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+511 lines, -48 lines) |
Patch |
|
M |
chrome/browser/history/top_sites.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/resources/ntp4/bookmarks_page.css
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+141 lines, -6 lines |
3 comments
|
Download
|
|
M |
chrome/browser/resources/ntp4/bookmarks_page.js
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+218 lines, -9 lines |
13 comments
|
Download
|
|
M |
chrome/browser/resources/ntp4/most_visited_page.js
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
|
M |
chrome/browser/resources/ntp4/new_tab.html
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/resources/ntp4/new_tab.js
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+11 lines, -6 lines |
0 comments
|
Download
|
|
M |
chrome/browser/resources/ntp4/new_tab_theme.css
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/resources/ntp4/tile_page.js
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/cocoa/browser_window_controller_private.mm
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/ui/webui/ntp/app_launcher_handler.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
9 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/webui/ntp/bookmarks_handler.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/webui/ntp/bookmarks_handler.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/webui/ntp/favicon_webui_handler.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/webui/ntp/favicon_webui_handler.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/webui/ntp/new_tab_page_handler.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/ui/webui/ntp/new_tab_ui.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/ui/webui/ntp/new_tab_ui.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/common/pref_names.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/pref_names.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 17 (0 generated)
|