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

Issue 19381005: Add version field to syncer::Invalidation. (Closed)

Created:
7 years, 5 months ago by Steve Condie
Modified:
7 years, 5 months ago
Reviewers:
rlarocque, dcheng
CC:
chromium-reviews, tim+watch_chromium.org, chromium-apps-reviews_chromium.org, rsimha+watch_chromium.org, haitaol+watch_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Add version field to syncer::Invalidation. BUG=260021 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=212448

Patch Set 1 #

Total comments: 11

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -19 lines) Patch
M chrome/browser/extensions/api/push_messaging/push_messaging_apitest.cc View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/push_messaging/push_messaging_invalidation_handler_unittest.cc View 1 2 2 chunks +8 lines, -2 lines 0 comments Download
M chrome/browser/invalidation/fake_invalidation_service.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/invalidation/fake_invalidation_service.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/invalidation/invalidation_service_android.cc View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_android.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/sync_test.cc View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M sync/internal_api/public/base/invalidation.h View 2 chunks +5 lines, -1 line 0 comments Download
M sync/internal_api/public/base/invalidation.cc View 1 2 chunks +13 lines, -2 lines 0 comments Download
M sync/notifier/object_id_invalidation_map.h View 1 3 chunks +3 lines, -2 lines 0 comments Download
M sync/notifier/object_id_invalidation_map.cc View 1 chunk +2 lines, -1 line 0 comments Download
M sync/notifier/p2p_invalidator.cc View 3 chunks +5 lines, -1 line 0 comments Download
M sync/notifier/p2p_invalidator_unittest.cc View 4 chunks +5 lines, -2 lines 0 comments Download
M sync/notifier/sync_invalidation_listener.h View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/notifier/sync_invalidation_listener.cc View 6 chunks +18 lines, -4 lines 0 comments Download
M sync/notifier/sync_invalidation_listener_unittest.cc View 23 chunks +34 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Steve Condie
7 years, 5 months ago (2013-07-16 17:55:37 UTC) #1
rlarocque
That was a bit bigger than I would have expected. Thanks for doing this. You ...
7 years, 5 months ago (2013-07-16 18:33:15 UTC) #2
Steve Condie
Added dcheng for push_messaging changes. https://codereview.chromium.org/19381005/diff/1/chrome/browser/sync/test/integration/sync_test.cc File chrome/browser/sync/test/integration/sync_test.cc (right): https://codereview.chromium.org/19381005/diff/1/chrome/browser/sync/test/integration/sync_test.cc#newcode675 chrome/browser/sync/test/integration/sync_test.cc:675: syncer::Invalidation::UNKNOWN_VERSION, Thanks. Missed this ...
7 years, 5 months ago (2013-07-16 21:23:06 UTC) #3
dcheng
lgtm
7 years, 5 months ago (2013-07-16 21:27:46 UTC) #4
dcheng
(forgot to send my comments) https://codereview.chromium.org/19381005/diff/9001/chrome/browser/extensions/api/push_messaging/push_messaging_invalidation_handler_unittest.cc File chrome/browser/extensions/api/push_messaging/push_messaging_invalidation_handler_unittest.cc (right): https://codereview.chromium.org/19381005/diff/9001/chrome/browser/extensions/api/push_messaging/push_messaging_invalidation_handler_unittest.cc#newcode125 chrome/browser/extensions/api/push_messaging/push_messaging_invalidation_handler_unittest.cc:125: ids, Nit: wrapped lines ...
7 years, 5 months ago (2013-07-16 21:28:15 UTC) #5
rlarocque
LGTM https://codereview.chromium.org/19381005/diff/1/chrome/browser/sync/test/integration/sync_test.cc File chrome/browser/sync/test/integration/sync_test.cc (right): https://codereview.chromium.org/19381005/diff/1/chrome/browser/sync/test/integration/sync_test.cc#newcode675 chrome/browser/sync/test/integration/sync_test.cc:675: syncer::Invalidation::UNKNOWN_VERSION, On 2013/07/16 21:23:06, stepco wrote: > Thanks. ...
7 years, 5 months ago (2013-07-16 21:33:37 UTC) #6
Steve Condie
https://codereview.chromium.org/19381005/diff/1/chrome/browser/sync/test/integration/sync_test.cc File chrome/browser/sync/test/integration/sync_test.cc (right): https://codereview.chromium.org/19381005/diff/1/chrome/browser/sync/test/integration/sync_test.cc#newcode675 chrome/browser/sync/test/integration/sync_test.cc:675: syncer::Invalidation::UNKNOWN_VERSION, On 2013/07/16 21:33:37, rlarocque wrote: > On 2013/07/16 ...
7 years, 5 months ago (2013-07-16 21:49:46 UTC) #7
Steve Condie
Discovered I needed more changes to the Android-side code after running a try job.
7 years, 5 months ago (2013-07-17 17:32:53 UTC) #8
rlarocque
lgtm
7 years, 5 months ago (2013-07-18 17:50:33 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stepco@chromium.org/19381005/69001
7 years, 5 months ago (2013-07-18 17:54:08 UTC) #10
commit-bot: I haz the power
7 years, 5 months ago (2013-07-18 22:05:51 UTC) #11
Message was sent while issue was closed.
Change committed as 212448

Powered by Google App Engine
This is Rietveld 408576698