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

Issue 100433005: [oilpan] Rename PauseScope to SafePointScope (Closed)

Created:
7 years ago by haraken
Modified:
7 years ago
CC:
blink-reviews, kouhei+oilpan_chromium.org, adamk+oilpan_chromium.org, abarth-chromium
Visibility:
Public.

Description

[oilpan] Rename PauseScope to SafePointScope This name is consistent with ThreadState::safePoint(). R=ager@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=163245

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -66 lines) Patch
M Source/Platform/chromium/public/Platform.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M Source/WebKit/chromium/src/WebKit.cpp View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/platform/chromium/support/Platform.cpp View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M Source/core/workers/WorkerRunLoop.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/WorkerThread.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/heap/Heap.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/heap/ThreadState.h View 1 2 3 chunks +7 lines, -7 lines 0 comments Download
M Source/heap/ThreadState.cpp View 1 2 12 chunks +31 lines, -31 lines 0 comments Download
M Source/heap/tests/HeapTest.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/DatabaseThread.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/oilpan-chromium.patch View 1 2 5 chunks +6 lines, -6 lines 0 comments Download
M Tools/DumpRenderTree/chromium/DumpRenderTree.cpp View 1 2 1 chunk +5 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
haraken
PTAL
7 years ago (2013-12-05 02:37:56 UTC) #1
Mads Ager (chromium)
https://codereview.chromium.org/100433005/diff/20001/Source/heap/ThreadState.h File Source/heap/ThreadState.h (right): https://codereview.chromium.org/100433005/diff/20001/Source/heap/ThreadState.h#newcode239 Source/heap/ThreadState.h:239: SafePointScope(StackState stackState) { ThreadState::Current()->paused(stackState); } As discussed offline we ...
7 years ago (2013-12-05 08:39:41 UTC) #2
haraken
On 2013/12/05 08:39:41, Mads Ager (chromium) wrote: > https://codereview.chromium.org/100433005/diff/20001/Source/heap/ThreadState.h > File Source/heap/ThreadState.h (right): > > ...
7 years ago (2013-12-05 08:43:04 UTC) #3
Mads Ager (chromium)
On 2013/12/05 08:43:04, haraken wrote: > On 2013/12/05 08:39:41, Mads Ager (chromium) wrote: > > ...
7 years ago (2013-12-05 08:46:19 UTC) #4
haraken
Uploaded. PTAL.
7 years ago (2013-12-05 09:17:25 UTC) #5
Mads Ager (chromium)
LGTM https://codereview.chromium.org/100433005/diff/40001/Source/WebKit/chromium/src/WebKit.cpp File Source/WebKit/chromium/src/WebKit.cpp (right): https://codereview.chromium.org/100433005/diff/40001/Source/WebKit/chromium/src/WebKit.cpp#newcode97 Source/WebKit/chromium/src/WebKit.cpp:97: if (!m_nesting && WebCore::ThreadState::MainThreadState()->isInSafePoint()) isAtSafePoint? https://codereview.chromium.org/100433005/diff/40001/Source/heap/ThreadState.cpp File Source/heap/ThreadState.cpp ...
7 years ago (2013-12-05 09:22:24 UTC) #6
haraken
https://codereview.chromium.org/100433005/diff/40001/Source/WebKit/chromium/src/WebKit.cpp File Source/WebKit/chromium/src/WebKit.cpp (right): https://codereview.chromium.org/100433005/diff/40001/Source/WebKit/chromium/src/WebKit.cpp#newcode97 Source/WebKit/chromium/src/WebKit.cpp:97: if (!m_nesting && WebCore::ThreadState::MainThreadState()->isInSafePoint()) On 2013/12/05 09:22:24, Mads Ager ...
7 years ago (2013-12-05 09:37:40 UTC) #7
haraken
7 years ago (2013-12-05 09:39:26 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 manually as r163245.

Powered by Google App Engine
This is Rietveld 408576698