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

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

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

Description

Go through root to get loading clients in StyleSheetContents::checkLoaded. I accidentally used m_loadingClients instead of root->m_loadingClients in https://codereview.chromium.org/196653006 R=esprehn@chromium.org, haraken@chromium.org

Patch Set 1 #

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

Messages

Total messages: 17 (0 generated)
Mads Ager (chromium)
6 years, 4 months ago (2014-08-07 07:54:52 UTC) #1
haraken
LGTM
6 years, 4 months ago (2014-08-07 08:00:19 UTC) #2
esprehn
No test? To unsubscribe from this group and stop receiving emails from it, send an ...
6 years, 4 months ago (2014-08-07 08:03:26 UTC) #3
Mads Ager (chromium)
Thanks Haraken. I'll go ahead and commit this. It is unfortunate that there are no ...
6 years, 4 months ago (2014-08-07 08:04:23 UTC) #4
Mads Ager (chromium)
On 2014/08/07 08:03:26, esprehn wrote: > No test? Yeah, I know. :( Unfortunately, I don't ...
6 years, 4 months ago (2014-08-07 08:05:32 UTC) #5
Mads Ager (chromium)
The CQ bit was checked by ager@chromium.org
6 years, 4 months ago (2014-08-07 08:13:23 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ager@chromium.org/444223004/1
6 years, 4 months ago (2014-08-07 08:14:59 UTC) #7
Mads Ager (chromium)
I filed http://crbug.com/401392 to track the addition of a regression test for this.
6 years, 4 months ago (2014-08-07 08:17:16 UTC) #8
haraken
tasak@ is now trying to figure out how to write a test. So let's wait ...
6 years, 4 months ago (2014-08-07 08:18:34 UTC) #9
haraken
The CQ bit was unchecked by haraken@chromium.org
6 years, 4 months ago (2014-08-07 08:18:38 UTC) #10
tasak
On 2014/08/07 08:18:34, haraken wrote: > tasak@ is now trying to figure out how to ...
6 years, 4 months ago (2014-08-07 08:30:03 UTC) #11
Mads Ager (chromium)
On 2014/08/07 08:30:03, tasak wrote: > On 2014/08/07 08:18:34, haraken wrote: > > tasak@ is ...
6 years, 4 months ago (2014-08-07 08:38:12 UTC) #12
tasak
6 years, 4 months ago (2014-08-07 13:10:36 UTC) #13
tasak
On 2014/08/07 13:10:36, tasak wrote: I think, I found how to test this patch. I ...
6 years, 4 months ago (2014-08-07 13:12:00 UTC) #14
Mads Ager (chromium)
On 2014/08/07 13:12:00, tasak wrote: > On 2014/08/07 13:10:36, tasak wrote: > > I think, ...
6 years, 4 months ago (2014-08-07 13:14:24 UTC) #15
tasak
On 2014/08/07 13:14:24, Mads Ager (chromium) wrote: > On 2014/08/07 13:12:00, tasak wrote: > > ...
6 years, 4 months ago (2014-08-08 08:41:55 UTC) #16
Mads Ager (chromium)
6 years, 4 months ago (2014-08-11 06:25:27 UTC) #17
On 2014/08/08 08:41:55, tasak wrote:
> On 2014/08/07 13:14:24, Mads Ager (chromium) wrote:
> > On 2014/08/07 13:12:00, tasak wrote:
> > > On 2014/08/07 13:10:36, tasak wrote:
> > > 
> > > I think, I found how to test this patch. I will create a layout test
> tomorrow
> > > (JST).
> > 
> > That is excellent. Thanks tasak. Feel free to upload the layout test and the
> > trivial fix as a separate code review and land it when you are done. Then
I'll
> > close this issue. :)
> 
> I uploaded a patch:
> https://codereview.chromium.org/456673002
> 
> Finally, I found that we need ASSERT(root==this);

Thanks for investigating. Closing this issues. :)

Powered by Google App Engine
This is Rietveld 408576698