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

Issue 151032: a few minor tweaks the bookmarks API:... (Closed)

Created:
11 years, 5 months ago by Erik does not do reviews
Modified:
9 years, 7 months ago
Reviewers:
Matt Perry
CC:
chromium-reviews_googlegroups.com, darin (slow to review), Erik does not do reviews, Ben Goodger (Google)
Visibility:
Public.

Description

a few minor tweaks the bookmarks API: * change name "childrenIds" to "children" * add dateAdded and dateGroupModified properties * add id to onRemoved BUG=13994 BUG=14581 BUG=12217 TEST=load sample bookmarks extension and play around with Dump Bookmarks Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=19536

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 6

Patch Set 3 : '' #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -28 lines) Patch
M chrome/browser/extensions/extension_bookmarks_module.h View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/extensions/extension_bookmarks_module.cc View 1 2 3 chunks +29 lines, -7 lines 0 comments Download
M chrome/browser/extensions/extension_bookmarks_module_constants.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_bookmarks_module_constants.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/renderer/resources/extension_process_bindings.js View 1 2 1 chunk +3 lines, -2 lines 3 comments Download
M chrome/test/data/extensions/samples/bookmarks/bookmark_view.html View 1 5 chunks +33 lines, -15 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Erik does not do reviews
11 years, 5 months ago (2009-06-29 20:49:24 UTC) #1
Matt Perry
http://codereview.chromium.org/151032/diff/10/16 File chrome/renderer/resources/extension_process_bindings.js (right): http://codereview.chromium.org/151032/diff/10/16#newcode506 Line 506: // Sends (id, {title, url, parentId, index, dateAdded, ...
11 years, 5 months ago (2009-06-29 21:00:36 UTC) #2
Erik does not do reviews
new snap uploaded http://codereview.chromium.org/151032/diff/10/16 File chrome/renderer/resources/extension_process_bindings.js (right): http://codereview.chromium.org/151032/diff/10/16#newcode506 Line 506: // Sends (id, {title, url, ...
11 years, 5 months ago (2009-06-29 21:23:21 UTC) #3
Matt Perry
LGTM http://codereview.chromium.org/151032/diff/1019/1025 File chrome/renderer/resources/extension_process_bindings.js (right): http://codereview.chromium.org/151032/diff/1019/1025#newcode506 Line 506: // Sends (id, {title, url, parentId, index, ...
11 years, 5 months ago (2009-06-29 21:28:07 UTC) #4
Erik does not do reviews
http://codereview.chromium.org/151032/diff/1019/1025 File chrome/renderer/resources/extension_process_bindings.js (right): http://codereview.chromium.org/151032/diff/1019/1025#newcode506 Line 506: // Sends (id, {title, url, parentId, index, dateAdded, ...
11 years, 5 months ago (2009-06-29 21:30:00 UTC) #5
Matt Perry
11 years, 5 months ago (2009-06-29 21:30:50 UTC) #6
http://codereview.chromium.org/151032/diff/1019/1025
File chrome/renderer/resources/extension_process_bindings.js (right):

http://codereview.chromium.org/151032/diff/1019/1025#newcode506
Line 506: // Sends (id, {title, url, parentId, index, dateAdded,
dateGroupModified})
On 2009/06/29 21:30:00, Erik Kay wrote:
> On 2009/06/29 21:28:07, Matt Perry wrote:
> > btw, the convention for optional is [foo] - see [childrenIds] below.
> 
> normally, I'd agree, but in this case, [] indicates array/list.
> 

oh right.. that's unfortunate :(

Powered by Google App Engine
This is Rietveld 408576698