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

Issue 2591643004: Make TypedUrlSyncableService sequence-affine. (Closed)

Created:
4 years ago by fdoray
Modified:
4 years ago
Reviewers:
sdefresne
CC:
chromium-reviews, gab
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make TypedUrlSyncableService sequence-affine. This class is thread-unsafe not thread-affine. It requires external synchronization between tasks; which a sequence brings implicitly. It does not need to be used from a single thread. Note: Classes that do not depend on a constant thread id (implies that they do not use thread-local storage) are usually not thread-affine. BUG=675800, 675631 Committed: https://crrev.com/6fce596dd212d98fba4603f1806653809fb85c30 Cr-Commit-Position: refs/heads/master@{#440115}

Patch Set 1 #

Patch Set 2 : remove dependency #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -10 lines) Patch
M components/history/core/browser/typed_url_syncable_service.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/history/core/browser/typed_url_syncable_service.cc View 8 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 18 (10 generated)
fdoray
PTAL
4 years ago (2016-12-20 20:44:16 UTC) #2
sdefresne
I'm not sure this is correct. TypedUrlSyncableService does call directly to HistoryBackend. HistoryBackend explicitly says: ...
4 years ago (2016-12-21 12:34:24 UTC) #3
fdoray
On 2016/12/21 12:34:24, sdefresne ooo till 2nd Jan 17 wrote: > I'm not sure this ...
4 years ago (2016-12-21 13:28:58 UTC) #4
sdefresne
On 2016/12/21 13:28:58, fdoray wrote: > On 2016/12/21 12:34:24, sdefresne ooo till 2nd Jan 17 ...
4 years ago (2016-12-21 13:32:42 UTC) #5
commit-bot: I haz the power
This CL has an open dependency (Issue 2593803002 Patch 20001). Please resolve the dependency and ...
4 years ago (2016-12-21 13:45:54 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2591643004/20001
4 years ago (2016-12-21 15:06:44 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years ago (2016-12-21 16:13:06 UTC) #16
commit-bot: I haz the power
4 years ago (2016-12-21 16:14:50 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/6fce596dd212d98fba4603f1806653809fb85c30
Cr-Commit-Position: refs/heads/master@{#440115}

Powered by Google App Engine
This is Rietveld 408576698