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

Issue 320473002: Added the "unmodifiable" property to chrome.bookmarks.BookmarkTreeNode. (Closed)

Created:
6 years, 6 months ago by Joao da Silva
Modified:
6 years, 6 months ago
CC:
chromium-reviews, tfarina, extensions-reviews_chromium.org, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Added the "unmodifiable" property to chrome.bookmarks.BookmarkTreeNode. This optional property indicates the reason why this BookmarkTreeNode can't be modified by the user nor the extension. For now the only value defined is "managed", indicating that this bookmark was configured by the system administrator. If the property is not present then the bookmark is modifiable (default). BUG=49598 R=kalman@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275387

Patch Set 1 #

Total comments: 8

Patch Set 2 : rebaes #

Messages

Total messages: 8 (0 generated)
Joao da Silva
Here's an attempt at BookmarkNodeTree.modifiable. It's a bit unfortunate that the bookmark_api_helpers now all get ...
6 years, 6 months ago (2014-06-05 20:14:29 UTC) #1
not at google - send to devlin
looks fine, but yeah all that threading of Client everywhere is a pain. https://codereview.chromium.org/320473002/diff/1/chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.h File ...
6 years, 6 months ago (2014-06-05 20:58:26 UTC) #2
not at google - send to devlin
lgtm if you want to ignore my suggestiong
6 years, 6 months ago (2014-06-05 20:58:37 UTC) #3
Joao da Silva
I'd like to fix both suggestions but focus this CL on the API change only, ...
6 years, 6 months ago (2014-06-05 21:04:17 UTC) #4
not at google - send to devlin
https://codereview.chromium.org/320473002/diff/1/chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.h File chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.h (right): https://codereview.chromium.org/320473002/diff/1/chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.h#newcode24 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.h:24: ChromeBookmarkClient* client, On 2014/06/05 21:04:16, Joao da Silva wrote: ...
6 years, 6 months ago (2014-06-05 22:21:33 UTC) #5
Joao da Silva
https://codereview.chromium.org/320473002/diff/1/chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.h File chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.h (right): https://codereview.chromium.org/320473002/diff/1/chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.h#newcode24 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.h:24: ChromeBookmarkClient* client, On 2014/06/05 22:21:32, kalman wrote: > On ...
6 years, 6 months ago (2014-06-05 22:28:23 UTC) #6
not at google - send to devlin
https://codereview.chromium.org/320473002/diff/1/chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.h File chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.h (right): https://codereview.chromium.org/320473002/diff/1/chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.h#newcode24 chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.h:24: ChromeBookmarkClient* client, On 2014/06/05 22:28:23, Joao da Silva wrote: ...
6 years, 6 months ago (2014-06-05 22:29:10 UTC) #7
Joao da Silva
6 years, 6 months ago (2014-06-06 10:51:03 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 manually as r275387 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698