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

Issue 102009: more extensions bookmarks changes:... (Closed)

Created:
11 years, 7 months ago by Erik does not do reviews
Modified:
9 years, 7 months ago
Reviewers:
Aaron Boodman
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

more extensions bookmarks changes:* add schema verification* add unit tests for schema* add a few new methods (getTree, getChildren)* add events Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=14877

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 33

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+472 lines, -121 lines) Patch
M chrome/browser/extensions/extension_bookmarks_module.h View 1 2 3 4 5 1 chunk +80 lines, -9 lines 0 comments Download
M chrome/browser/extensions/extension_bookmarks_module.cc View 1 2 3 4 5 6 chunks +175 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_function_dispatcher.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/renderer/extensions/extension_api_client_unittest.cc View 1 2 3 4 5 chunks +113 lines, -59 lines 0 comments Download
M chrome/renderer/renderer_resources.grd View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/resources/extension_process_bindings.js View 1 2 3 4 6 chunks +56 lines, -12 lines 0 comments Download
M chrome/test/data/extensions/bookmarks/bookmark_api.html View 3 chunks +11 lines, -38 lines 0 comments Download
M chrome/test/data/extensions/bookmarks/bookmark_view.html View 2 chunks +32 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Erik does not do reviews
11 years, 7 months ago (2009-04-29 16:30:02 UTC) #1
Aaron Boodman
http://codereview.chromium.org/102009/diff/1003/1007 File chrome/browser/extensions/extension_bookmarks_module.cc (right): http://codereview.chromium.org/102009/diff/1003/1007#newcode21 Line 21: const wchar_t* kOldParentIdKey = L"parentId"; It looks like ...
11 years, 7 months ago (2009-04-29 18:27:44 UTC) #2
Erik does not do reviews
http://codereview.chromium.org/102009/diff/1003/1007 File chrome/browser/extensions/extension_bookmarks_module.cc (right): http://codereview.chromium.org/102009/diff/1003/1007#newcode21 Line 21: const wchar_t* kOldParentIdKey = L"parentId"; On 2009/04/29 18:27:44, ...
11 years, 7 months ago (2009-04-29 19:08:32 UTC) #3
Aaron Boodman
11 years, 7 months ago (2009-04-29 20:24:07 UTC) #4
LGTM!

Powered by Google App Engine
This is Rietveld 408576698