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

Issue 514193002: Expose platform thread id on WebThread (Closed)

Created:
6 years, 3 months ago by yurys
Modified:
6 years, 3 months ago
CC:
abarth-chromium, blink-reviews, Rik, danakj, dglazkov+blink, krit, jamesr, jbroman, pdr., rwlbuis, Stephen Chennney
Project:
blink
Visibility:
Public.

Description

Expose platform thread id on WebThread DevTools code needs access to platform thread id in order to collect Worker thread ids and based on them differentiate worker threads in recorded trace events. BUG=401895 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181562

Patch Set 1 #

Patch Set 2 : Provided default implementation #

Total comments: 1

Patch Set 3 : #

Total comments: 2

Patch Set 4 : Added compile assert #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -0 lines) Patch
A Source/platform/WebThread.cpp View 1 2 3 4 1 chunk +24 lines, -0 lines 0 comments Download
M Source/platform/blink_platform.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp View 1 chunk +5 lines, -0 lines 0 comments Download
M Source/platform/scheduler/SchedulerTest.cpp View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M public/platform/WebThread.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
yurys
yurys@chromium.org changed reviewers: + alph@chromium.org, caseq@chromium.org, loislo@chromium.org, pfeldman@chromium.org
6 years, 3 months ago (2014-08-28 15:17:19 UTC) #1
yurys
https://codereview.chromium.org/514193002/diff/20001/public/platform/WebThread.h File public/platform/WebThread.h (right): https://codereview.chromium.org/514193002/diff/20001/public/platform/WebThread.h#newcode34 public/platform/WebThread.h:34: typedef uint32_t PlatformThreadId; I would define this as #if ...
6 years, 3 months ago (2014-08-28 15:24:21 UTC) #2
alph
lgtm https://codereview.chromium.org/514193002/diff/40001/public/platform/WebThread.h File public/platform/WebThread.h (right): https://codereview.chromium.org/514193002/diff/40001/public/platform/WebThread.h#newcode34 public/platform/WebThread.h:34: typedef uintptr_t PlatformThreadId; nit: You can add a ...
6 years, 3 months ago (2014-08-28 15:28:44 UTC) #3
yurys
https://codereview.chromium.org/514193002/diff/40001/public/platform/WebThread.h File public/platform/WebThread.h (right): https://codereview.chromium.org/514193002/diff/40001/public/platform/WebThread.h#newcode34 public/platform/WebThread.h:34: typedef uintptr_t PlatformThreadId; On 2014/08/28 15:28:43, alph wrote: > ...
6 years, 3 months ago (2014-08-28 16:08:55 UTC) #4
yurys
@jochen: can you take a look please?
6 years, 3 months ago (2014-09-08 08:01:50 UTC) #6
jochen (gone - plz use gerrit)
lgtm
6 years, 3 months ago (2014-09-08 12:09:15 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yurys@chromium.org/514193002/80001
6 years, 3 months ago (2014-09-08 12:37:36 UTC) #9
commit-bot: I haz the power
Committed patchset #5 (id:80001) as 181562
6 years, 3 months ago (2014-09-08 14:31:47 UTC) #10
darin (slow to review)
6 years, 3 months ago (2014-09-09 18:35:08 UTC) #12
Message was sent while issue was closed.
LGTM2

Powered by Google App Engine
This is Rietveld 408576698