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

Issue 11441005: Create a fresh sync datatype for Synced Notifications (Closed)

Created:
8 years ago by Pete Williamson
Modified:
7 years, 11 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, akalin, Raghu Simha, darin-cc_chromium.org, pam+watch_chromium.org, haitaol1, tim (not reviewing)
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Create a fresh sync datatype for Synced Notifications BUG=164313 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=174927

Patch Set 1 #

Total comments: 10

Patch Set 2 : CR changes - name change for Daniel, Fred's CR fixes #

Total comments: 4

Patch Set 3 : few last CR comments, fix sync_invalidation_tests #

Total comments: 2

Patch Set 4 : Remove unneeded code before submitting patch. #

Patch Set 5 : Repair Sync Unit Tests #

Patch Set 6 : Fix merge conflict in prolto_value_conversions.h #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -11 lines) Patch
M chrome/browser/sync/glue/model_association_manager.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.cc View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/sync/sync_prefs.cc View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/sync/user_selectable_sync_type.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M net/tools/testserver/chromiumsync.py View 1 2 3 4 5 4 chunks +6 lines, -1 line 0 comments Download
M sync/internal_api/public/base/model_type.h View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M sync/protocol/nigori_specifics.proto View 1 1 chunk +2 lines, -0 lines 0 comments Download
M sync/protocol/proto_value_conversions.h View 1 2 3 4 5 2 chunks +5 lines, -0 lines 0 comments Download
M sync/protocol/proto_value_conversions.cc View 1 2 3 4 chunks +12 lines, -0 lines 0 comments Download
M sync/protocol/proto_value_conversions_unittest.cc View 1 2 3 chunks +6 lines, -1 line 0 comments Download
M sync/protocol/sync.proto View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M sync/protocol/sync_proto.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A + sync/protocol/synced_notification_specifics.proto View 1 2 3 2 chunks +4 lines, -6 lines 0 comments Download
M sync/syncable/model_type.cc View 1 2 3 4 10 chunks +21 lines, -0 lines 0 comments Download
M sync/util/data_type_histogram.h View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Pete Williamson
This is a new sync datatype. I based this on Fred's History Delete Directive checkin. ...
8 years ago (2012-12-05 02:06:37 UTC) #1
akalin
https://codereview.chromium.org/11441005/diff/1/chrome/browser/sync/user_selectable_sync_type.h File chrome/browser/sync/user_selectable_sync_type.h (right): https://codereview.chromium.org/11441005/diff/1/chrome/browser/sync/user_selectable_sync_type.h#newcode34 chrome/browser/sync/user_selectable_sync_type.h:34: PUSH_NOTIFICATIONS = 9, are we actually going to let ...
8 years ago (2012-12-06 23:34:54 UTC) #2
Pete Williamson
This has the rename from "Push Notifications" to "Synced Notifications", and also addresses akalin@'s comments. ...
8 years ago (2012-12-11 18:05:26 UTC) #3
akalin
also update CL description and summary LGTM https://codereview.chromium.org/11441005/diff/6001/sync/protocol/synced_notifications_specifics.proto File sync/protocol/synced_notifications_specifics.proto (right): https://codereview.chromium.org/11441005/diff/6001/sync/protocol/synced_notifications_specifics.proto#newcode5 sync/protocol/synced_notifications_specifics.proto:5: // Sync ...
8 years ago (2012-12-12 20:32:05 UTC) #4
Nicolas Zea
LGTM https://codereview.chromium.org/11441005/diff/6001/sync/protocol/proto_value_conversions.cc File sync/protocol/proto_value_conversions.cc (right): https://codereview.chromium.org/11441005/diff/6001/sync/protocol/proto_value_conversions.cc#newcode389 sync/protocol/proto_value_conversions.cc:389: nit: remove extra newlines around this method.
8 years ago (2012-12-12 23:56:00 UTC) #5
Pete Williamson
Fred, Nicolas, a few quick post LGTM changes, please take another quick look. 1. I ...
8 years ago (2012-12-19 17:55:46 UTC) #6
Nicolas Zea
still LGTM
8 years ago (2012-12-21 20:22:23 UTC) #7
akalin
still LGTM, but would be nice to fix below https://codereview.chromium.org/11441005/diff/6001/sync/protocol/synced_notifications_specifics.proto File sync/protocol/synced_notifications_specifics.proto (right): https://codereview.chromium.org/11441005/diff/6001/sync/protocol/synced_notifications_specifics.proto#newcode20 sync/protocol/synced_notifications_specifics.proto:20: ...
8 years ago (2012-12-21 20:27:55 UTC) #8
akalin
https://codereview.chromium.org/11441005/diff/12001/sync/protocol/synced_notification_specifics.proto File sync/protocol/synced_notification_specifics.proto (right): https://codereview.chromium.org/11441005/diff/12001/sync/protocol/synced_notification_specifics.proto#newcode5 sync/protocol/synced_notification_specifics.proto:5: // Sync protocol datatype extension for push notifications.. On ...
8 years ago (2012-12-21 20:28:12 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/petewil@chromium.org/11441005/20001
8 years ago (2012-12-21 22:35:46 UTC) #10
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) sync_unit_tests
8 years ago (2012-12-21 23:25:20 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/petewil@chromium.org/11441005/28001
7 years, 11 months ago (2013-01-02 22:56:27 UTC) #12
commit-bot: I haz the power
Failed to apply patch for sync/protocol/proto_value_conversions.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 11 months ago (2013-01-02 22:56:34 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/petewil@chromium.org/11441005/30001
7 years, 11 months ago (2013-01-03 00:01:01 UTC) #14
commit-bot: I haz the power
7 years, 11 months ago (2013-01-03 03:22:17 UTC) #15
Message was sent while issue was closed.
Change committed as 174927

Powered by Google App Engine
This is Rietveld 408576698