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

Issue 456673002: Go through root to get loading clients in StyleSheetContents::checkLoaded. (Closed)

Created:
6 years, 4 months ago by tasak
Modified:
6 years, 4 months ago
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, dglazkov+blink, ed+blinkwatch_opera.com, rwlbuis, rune+blink
Project:
blink
Visibility:
Public.

Description

Go through root to get loading clients in StyleSheetContents::checkLoaded. Added an assertion to the patch in https://codereview.chromium.org/444223004/ In StyleSheetContents::checkLoaded after parentStyleSheet check, "this pointer" is guaranteed to be equal to rootStyleSheet. So we can only use this pointer instead of rootStyleSheet. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179904

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M Source/core/css/StyleSheetContents.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
haraken
LGTM but Eliott should take a look.
6 years, 4 months ago (2014-08-08 08:52:44 UTC) #1
Mads Ager (chromium)
Thanks for digging into this! https://codereview.chromium.org/456673002/diff/1/Source/core/css/StyleSheetContents.cpp File Source/core/css/StyleSheetContents.cpp (right): https://codereview.chromium.org/456673002/diff/1/Source/core/css/StyleSheetContents.cpp#newcode396 Source/core/css/StyleSheetContents.cpp:396: if (root->m_loadingClients.isEmpty()) With the ...
6 years, 4 months ago (2014-08-08 08:54:26 UTC) #2
tasak
Thank you for reviewing. https://codereview.chromium.org/456673002/diff/1/Source/core/css/StyleSheetContents.cpp File Source/core/css/StyleSheetContents.cpp (right): https://codereview.chromium.org/456673002/diff/1/Source/core/css/StyleSheetContents.cpp#newcode396 Source/core/css/StyleSheetContents.cpp:396: if (root->m_loadingClients.isEmpty()) On 2014/08/08 08:54:26, ...
6 years, 4 months ago (2014-08-08 09:45:01 UTC) #3
esprehn
lgtm, but this is identical to the code that was already there?
6 years, 4 months ago (2014-08-09 06:37:48 UTC) #4
haraken
On 2014/08/09 06:37:48, esprehn wrote: > lgtm, but this is identical to the code that ...
6 years, 4 months ago (2014-08-09 07:36:44 UTC) #5
tasak
The CQ bit was checked by tasak@google.com
6 years, 4 months ago (2014-08-11 04:09:37 UTC) #6
tasak
The CQ bit was unchecked by tasak@google.com
6 years, 4 months ago (2014-08-11 04:09:49 UTC) #7
tasak
The CQ bit was checked by tasak@google.com
6 years, 4 months ago (2014-08-11 04:12:36 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tasak@google.com/456673002/10002
6 years, 4 months ago (2014-08-11 04:13:02 UTC) #9
commit-bot: I haz the power
6 years, 4 months ago (2014-08-11 04:16:44 UTC) #10
Message was sent while issue was closed.
Change committed as 179904

Powered by Google App Engine
This is Rietveld 408576698