|
|
Bookmark Manager Drag and Drop backend.
This adds the following methods to chrome.experimental.bookmarkManager:
startDrag(idList)
drop(parentId, opt_index)
as well as the following events:
onDragEnter(function(BookmarkDragData))
onDragLeave(function(BookmarkDragData))
onDrop(function(BookmarkDragData))
BUG= 32194
TEST=None
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=39540
Total comments: 4
Total comments: 8
Total comments: 22
Total comments: 23
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+566 lines, -20 lines) |
Patch |
 |
M |
chrome/browser/bookmarks/bookmark_drag_data.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/bookmarks/bookmark_drag_data.cc
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/bookmarks/bookmark_utils.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/bookmarks/bookmark_utils.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+44 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_bookmark_manager_api.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
5 chunks |
+63 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_bookmark_manager_api.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
6 chunks |
+227 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_bookmarks_module_constants.h
|
View
|
4
5
6
7
8
9
10
11
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_bookmarks_module_constants.cc
|
View
|
4
5
6
7
8
9
10
11
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_dom_ui.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+13 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_dom_ui.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+13 lines, -0 lines |
2 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_function_dispatcher.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_view_host_delegate.h
|
View
|
4
5
6
7
8
9
10
11
|
3 chunks |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_view_host_delegate.cc
|
View
|
4
5
6
7
8
9
10
11
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/tab_contents.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/tab_contents.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/web_drop_target_win.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/extension_api.json
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+100 lines, -2 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|