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

Issue 119233004: Add multi-level undo/redo functions to Bookmark Manager Private API. (Closed)

Created:
7 years ago by Tom Cassiotis
Modified:
6 years, 11 months ago
CC:
chromium-reviews, tfarina, extensions-reviews_chromium.org, chromium-apps-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Add multi-level undo/redo functions to Bookmark Manager Private API. New methods to perform an undo and redo of bookmark changes, as well as obtaining i18n labels and whether there are actually changes to undo or redo. undo() redo() getUndoInfo() getRedoInfo() This commit is only one part of a multi-level undo/redo system for the bookmark model and there will be an additional commit to take advantage of these new function in the bmm. BUG=126092 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243613

Patch Set 1 #

Total comments: 4

Patch Set 2 : Indentation fixes. #

Total comments: 1

Patch Set 3 : #

Patch Set 4 : UTF16ToUTF8 moved to base namespace #

Unified diffs Side-by-side diffs Delta from patch set Stats (+167 lines, -0 lines) Patch
M chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.h View 2 chunks +54 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc View 1 2 3 3 chunks +51 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_function_histogram_value.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/bookmark_manager_private.json View 1 2 1 chunk +58 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Tom Cassiotis
Erik would you be able to look at this change?
7 years ago (2013-12-20 21:47:32 UTC) #1
arv (Not doing code reviews)
LGTM Pretty straight forward. Adding Matt so that they are aware of the extension changes. ...
6 years, 11 months ago (2014-01-06 15:26:44 UTC) #2
Matt Perry
lgtm
6 years, 11 months ago (2014-01-06 19:21:43 UTC) #3
Tom Cassiotis
https://codereview.chromium.org/119233004/diff/1/chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc File chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc (right): https://codereview.chromium.org/119233004/diff/1/chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc#newcode592 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc:592: Redo(); On 2014/01/06 15:26:45, arv wrote: > wrong indentation ...
6 years, 11 months ago (2014-01-06 23:28:20 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tom.cassiotis@gmail.com/119233004/90001
6 years, 11 months ago (2014-01-06 23:30:22 UTC) #5
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=43441
6 years, 11 months ago (2014-01-06 23:48:23 UTC) #6
Tom Cassiotis
On 2014/01/06 23:48:23, I haz the power (commit-bot) wrote: > Retried try job too often ...
6 years, 11 months ago (2014-01-07 00:14:46 UTC) #7
miket_OOO
One nit. LGTM https://codereview.chromium.org/119233004/diff/90001/chrome/common/extensions/api/bookmark_manager_private.json File chrome/common/extensions/api/bookmark_manager_private.json (right): https://codereview.chromium.org/119233004/diff/90001/chrome/common/extensions/api/bookmark_manager_private.json#newcode309 chrome/common/extensions/api/bookmark_manager_private.json:309: "description": "Perform an undo of the ...
6 years, 11 months ago (2014-01-07 17:11:24 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tom.cassiotis@gmail.com/119233004/240001
6 years, 11 months ago (2014-01-07 18:43:00 UTC) #9
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=242587
6 years, 11 months ago (2014-01-07 19:53:04 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tom.cassiotis@gmail.com/119233004/500001
6 years, 11 months ago (2014-01-08 15:18:33 UTC) #11
commit-bot: I haz the power
6 years, 11 months ago (2014-01-08 18:47:55 UTC) #12
Message was sent while issue was closed.
Change committed as 243613

Powered by Google App Engine
This is Rietveld 408576698