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

Issue 198673002: Rename DatabaseTaskSynchronizer to TaskSynchronizer and move it to platform/ (Closed)

Created:
6 years, 9 months ago by haraken
Modified:
6 years, 8 months ago
CC:
blink-reviews
Visibility:
Public.

Description

Rename DatabaseTaskSynchronizer to TaskSynchronizer and move it to platform/ - We want to use DatabaseTaskSynchronizer in the HTML parser thread in a follow-up CL. In preparation for that, this CL renames DatabaseTaskSynchronizer to TaskSynchronizer and moves it to platform/. BUG=340522 R=ager@chromium.org, tkent@chromium.org, wibling@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170532 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170536 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170724

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 4

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : #

Patch Set 14 : #

Patch Set 15 : #

Patch Set 16 : #

Patch Set 17 : #

Patch Set 18 : #

Total comments: 1

Patch Set 19 : #

Patch Set 20 : #

Patch Set 21 : #

Patch Set 22 : #

Patch Set 23 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -367 lines) Patch
M Source/modules/webdatabase/Database.cpp View 1 2 3 4 5 6 7 8 9 10 13 14 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/DatabaseBackend.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/DatabaseContext.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/DatabaseContext.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/DatabaseManager.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/DatabaseTask.h View 1 2 3 4 5 6 7 8 7 chunks +10 lines, -35 lines 0 comments Download
M Source/modules/webdatabase/DatabaseTask.cpp View 1 2 3 4 5 6 7 8 5 chunks +5 lines, -31 lines 0 comments Download
M Source/modules/webdatabase/DatabaseThread.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -4 lines 0 comments Download
M Source/modules/webdatabase/DatabaseThread.cpp View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M Source/platform/TaskSynchronizer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +13 lines, -130 lines 0 comments Download
M Source/platform/TaskSynchronizer.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 4 chunks +6 lines, -160 lines 0 comments Download
M Source/platform/blink_platform.gyp View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -0 lines 0 comments Download
M Source/platform/blink_platform.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 52 (0 generated)
haraken
PTAL
6 years, 9 months ago (2014-03-13 06:49:38 UTC) #1
tkent
Please add TaskSynchronizer.{cpp,h} to the CL.
6 years, 9 months ago (2014-03-13 06:53:40 UTC) #2
haraken
On 2014/03/13 06:53:40, tkent wrote: > Please add TaskSynchronizer.{cpp,h} to the CL. Sorry, added. PTAL.
6 years, 9 months ago (2014-03-13 07:11:48 UTC) #3
tkent
https://codereview.chromium.org/198673002/diff/20001/Source/platform/TaskSynchronizer.cpp File Source/platform/TaskSynchronizer.cpp (left): https://codereview.chromium.org/198673002/diff/20001/Source/platform/TaskSynchronizer.cpp#oldcode35 Source/platform/TaskSynchronizer.cpp:35: AXSVGRoot::AXSVGRoot(RenderObject* renderer) Git chose a wrong copy source. We ...
6 years, 9 months ago (2014-03-13 07:43:51 UTC) #4
haraken
On 2014/03/13 07:43:51, tkent wrote: > https://codereview.chromium.org/198673002/diff/20001/Source/platform/TaskSynchronizer.cpp > File Source/platform/TaskSynchronizer.cpp (left): > > https://codereview.chromium.org/198673002/diff/20001/Source/platform/TaskSynchronizer.cpp#oldcode35 > ...
6 years, 9 months ago (2014-03-13 08:57:20 UTC) #5
tkent
> BTW, will it cause any issue if I land the patch set 4 as ...
6 years, 9 months ago (2014-03-13 09:04:02 UTC) #6
haraken
Reuploaded a CL with nicer diff. PTAL.
6 years, 9 months ago (2014-03-13 09:37:55 UTC) #7
tkent
lgtm https://codereview.chromium.org/198673002/diff/80001/Source/modules/webdatabase/DatabaseThread.h File Source/modules/webdatabase/DatabaseThread.h (right): https://codereview.chromium.org/198673002/diff/80001/Source/modules/webdatabase/DatabaseThread.h#newcode47 Source/modules/webdatabase/DatabaseThread.h:47: class TaskSynchronizer; alphabetical order https://codereview.chromium.org/198673002/diff/80001/Source/platform/TaskSynchronizer.cpp File Source/platform/TaskSynchronizer.cpp (right): ...
6 years, 9 months ago (2014-03-13 09:53:29 UTC) #8
haraken
https://codereview.chromium.org/198673002/diff/80001/Source/modules/webdatabase/DatabaseThread.h File Source/modules/webdatabase/DatabaseThread.h (right): https://codereview.chromium.org/198673002/diff/80001/Source/modules/webdatabase/DatabaseThread.h#newcode47 Source/modules/webdatabase/DatabaseThread.h:47: class TaskSynchronizer; On 2014/03/13 09:53:30, tkent wrote: > alphabetical ...
6 years, 9 months ago (2014-03-13 10:24:33 UTC) #9
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 9 months ago (2014-03-13 10:24:37 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/198673002/100001
6 years, 9 months ago (2014-03-13 10:24:39 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-13 10:33:05 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_blink_compile
6 years, 9 months ago (2014-03-13 10:33:05 UTC) #13
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 9 months ago (2014-03-17 09:43:18 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/198673002/120001
6 years, 9 months ago (2014-03-17 09:43:22 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-17 09:49:33 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on mac_blink_compile_dbg
6 years, 9 months ago (2014-03-17 09:49:34 UTC) #17
haraken
Fixed compilation issues. Landing.
6 years, 9 months ago (2014-03-19 10:19:30 UTC) #18
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 9 months ago (2014-03-19 10:19:36 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/198673002/140001
6 years, 9 months ago (2014-03-19 10:20:44 UTC) #20
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-19 10:26:41 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on mac_blink_compile_dbg
6 years, 9 months ago (2014-03-19 10:26:42 UTC) #22
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 9 months ago (2014-03-19 11:49:29 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/198673002/150001
6 years, 9 months ago (2014-03-19 11:49:39 UTC) #24
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-19 12:03:36 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on mac_blink_compile_dbg
6 years, 9 months ago (2014-03-19 12:03:37 UTC) #26
haraken
Closing this CL. I'm sorry about the confusion. We don't need to support the HTML ...
6 years, 9 months ago (2014-03-25 12:34:18 UTC) #27
haraken
tkent@: PTAL again. - It turned out that we need to support the HTML parser ...
6 years, 8 months ago (2014-03-31 01:14:24 UTC) #28
Mads Ager (chromium)
LGTM The reason this was reverted the last time was both that it was unused, ...
6 years, 8 months ago (2014-03-31 05:43:52 UTC) #29
tkent
I still recommend to do copy-then-modification process to keep blame list correctly. The last try ...
6 years, 8 months ago (2014-03-31 06:20:14 UTC) #30
Mads Ager (chromium)
On 2014/03/31 06:20:14, tkent wrote: > I still recommend to do copy-then-modification process to keep ...
6 years, 8 months ago (2014-03-31 06:41:40 UTC) #31
wibling-chromium
lgtm
6 years, 8 months ago (2014-03-31 07:23:07 UTC) #32
haraken
On 2014/03/31 06:20:14, tkent wrote: > I still recommend to do copy-then-modification process to keep ...
6 years, 8 months ago (2014-03-31 08:10:01 UTC) #33
tkent
On 2014/03/31 08:10:01, haraken wrote: > OK, but it looks like try bots are not ...
6 years, 8 months ago (2014-03-31 08:22:41 UTC) #34
haraken
On 2014/03/31 08:22:41, tkent wrote: > On 2014/03/31 08:10:01, haraken wrote: > > OK, but ...
6 years, 8 months ago (2014-03-31 08:46:55 UTC) #35
tkent
https://codereview.chromium.org/198673002/diff/330001/Source/platform/TaskSynchronizer.h File Source/platform/TaskSynchronizer.h (right): https://codereview.chromium.org/198673002/diff/330001/Source/platform/TaskSynchronizer.h#newcode39 Source/platform/TaskSynchronizer.h:39: class TaskSynchronizer { Need PLATFORM_EXPORT
6 years, 8 months ago (2014-04-01 05:39:36 UTC) #36
haraken
I'm hitting the following errors in try bots (This does not happen in my local ...
6 years, 8 months ago (2014-04-01 05:40:47 UTC) #37
haraken
On 2014/04/01 05:39:36, tkent wrote: > https://codereview.chromium.org/198673002/diff/330001/Source/platform/TaskSynchronizer.h > File Source/platform/TaskSynchronizer.h (right): > > https://codereview.chromium.org/198673002/diff/330001/Source/platform/TaskSynchronizer.h#newcode39 > ...
6 years, 8 months ago (2014-04-01 05:41:08 UTC) #38
haraken
I think the patch set 22 will work fine. Trying try bots.
6 years, 8 months ago (2014-04-01 06:20:30 UTC) #39
haraken
OK, the patch set 22 looks safe to land (The compile error in android bots ...
6 years, 8 months ago (2014-04-01 08:03:20 UTC) #40
haraken
Committed patchset #22 manually as r170532 (presubmit successful).
6 years, 8 months ago (2014-04-01 08:16:28 UTC) #41
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 8 months ago (2014-04-01 08:35:25 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/198673002/430001
6 years, 8 months ago (2014-04-01 08:35:35 UTC) #43
haraken
Let me reland this CL through a commit queue. The two step approach + pending ...
6 years, 8 months ago (2014-04-01 08:38:48 UTC) #44
commit-bot: I haz the power
Change committed as 170536
6 years, 8 months ago (2014-04-01 09:39:21 UTC) #45
haraken
This CL broke webkit_unit_tests and webkit_tests in the Android Nexus4 bot. http://chromegw.corp.google.com/i/chromium.webkit/builders/WebKit%20Android%20%28Nexus4%29/builds/11461 Actually I have ...
6 years, 8 months ago (2014-04-02 08:30:00 UTC) #46
Mads Ager (chromium)
On 2014/04/02 08:30:00, haraken wrote: > This CL broke webkit_unit_tests and webkit_tests in the Android ...
6 years, 8 months ago (2014-04-02 08:45:22 UTC) #47
haraken
On 2014/04/02 08:45:22, Mads Ager (chromium) wrote: > On 2014/04/02 08:30:00, haraken wrote: > > ...
6 years, 8 months ago (2014-04-02 14:06:31 UTC) #48
haraken
On 2014/04/02 14:06:31, haraken wrote: > On 2014/04/02 08:45:22, Mads Ager (chromium) wrote: > > ...
6 years, 8 months ago (2014-04-03 00:35:16 UTC) #49
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 8 months ago (2014-04-03 00:35:57 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/198673002/430001
6 years, 8 months ago (2014-04-03 00:36:01 UTC) #51
commit-bot: I haz the power
6 years, 8 months ago (2014-04-03 00:36:53 UTC) #52
Message was sent while issue was closed.
Change committed as 170724

Powered by Google App Engine
This is Rietveld 408576698