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

Issue 653023002: ASSERTION FAILED: factor > 0 (Closed)

Created:
6 years, 2 months ago by bzsolt
Modified:
6 years, 2 months ago
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-html_chromium.org, dglazkov+blink, ed+blinkwatch_opera.com, ojan, rwlbuis, rune+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

ASSERTION FAILED: factor > 0 If images there are inside templates, we shouldn't parse their sizes, just when the document is active. BUG=423279 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184070

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Messages

Total messages: 24 (5 generated)
bzsolt
6 years, 2 months ago (2014-10-14 12:25:23 UTC) #2
Yoav Weiss
On 2014/10/14 12:25:23, zsborbely.u-szeged wrote: Thanks for finding this bug! :) If I understand the ...
6 years, 2 months ago (2014-10-14 15:21:12 UTC) #3
ojan
Images inside templates don't load at all, so we shouldn't be hitting the size parsing ...
6 years, 2 months ago (2014-10-14 22:22:31 UTC) #5
adamk
https://codereview.chromium.org/653023002/diff/1/Source/core/html/HTMLImageElement.cpp File Source/core/html/HTMLImageElement.cpp (right): https://codereview.chromium.org/653023002/diff/1/Source/core/html/HTMLImageElement.cpp#newcode309 Source/core/html/HTMLImageElement.cpp:309: bool hasLocalFrame = document().frame() ? true : false; To ...
6 years, 2 months ago (2014-10-14 22:43:08 UTC) #6
ojan
https://codereview.chromium.org/653023002/diff/1/Source/core/html/HTMLImageElement.cpp File Source/core/html/HTMLImageElement.cpp (right): https://codereview.chromium.org/653023002/diff/1/Source/core/html/HTMLImageElement.cpp#newcode309 Source/core/html/HTMLImageElement.cpp:309: bool hasLocalFrame = document().frame() ? true : false; On ...
6 years, 2 months ago (2014-10-14 22:46:09 UTC) #8
adamk
https://codereview.chromium.org/653023002/diff/1/Source/core/html/HTMLImageElement.cpp File Source/core/html/HTMLImageElement.cpp (right): https://codereview.chromium.org/653023002/diff/1/Source/core/html/HTMLImageElement.cpp#newcode309 Source/core/html/HTMLImageElement.cpp:309: bool hasLocalFrame = document().frame() ? true : false; On ...
6 years, 2 months ago (2014-10-14 22:48:22 UTC) #9
Yoav Weiss
On 2014/10/14 22:43:08, adamk wrote: > https://codereview.chromium.org/653023002/diff/1/Source/core/html/HTMLImageElement.cpp > File Source/core/html/HTMLImageElement.cpp (right): > > https://codereview.chromium.org/653023002/diff/1/Source/core/html/HTMLImageElement.cpp#newcode309 > ...
6 years, 2 months ago (2014-10-15 03:54:34 UTC) #10
Yoav Weiss
On 2014/10/14 22:46:09, ojan-only-code-yellow-reviews wrote: > https://codereview.chromium.org/653023002/diff/1/Source/core/html/HTMLImageElement.cpp > File Source/core/html/HTMLImageElement.cpp (right): > > https://codereview.chromium.org/653023002/diff/1/Source/core/html/HTMLImageElement.cpp#newcode309 > ...
6 years, 2 months ago (2014-10-15 04:04:48 UTC) #11
Yoav Weiss
On 2014/10/14 22:48:22, adamk wrote: > https://codereview.chromium.org/653023002/diff/1/Source/core/html/HTMLImageElement.cpp > File Source/core/html/HTMLImageElement.cpp (right): > > https://codereview.chromium.org/653023002/diff/1/Source/core/html/HTMLImageElement.cpp#newcode309 > ...
6 years, 2 months ago (2014-10-15 04:10:00 UTC) #12
bzsolt
https://codereview.chromium.org/653023002/diff/20001/Source/core/html/HTMLImageElement.cpp File Source/core/html/HTMLImageElement.cpp (right): https://codereview.chromium.org/653023002/diff/20001/Source/core/html/HTMLImageElement.cpp#newcode362 Source/core/html/HTMLImageElement.cpp:362: return InsertionDone; This modification caused to fail a test ...
6 years, 2 months ago (2014-10-16 13:01:36 UTC) #13
Yoav Weiss
Isn't simply bailing out of sourceSizeURL enough? https://codereview.chromium.org/653023002/diff/20001/Source/core/html/HTMLImageElement.cpp File Source/core/html/HTMLImageElement.cpp (right): https://codereview.chromium.org/653023002/diff/20001/Source/core/html/HTMLImageElement.cpp#newcode362 Source/core/html/HTMLImageElement.cpp:362: return InsertionDone; ...
6 years, 2 months ago (2014-10-16 13:27:17 UTC) #14
Yoav Weiss
On 2014/10/16 13:27:17, Yoav Weiss wrote: > Isn't simply bailing out of sourceSizeURL enough? > ...
6 years, 2 months ago (2014-10-16 13:39:37 UTC) #15
bzsolt
On 2014/10/16 13:27:17, Yoav Weiss wrote: > Isn't simply bailing out of sourceSizeURL enough? > ...
6 years, 2 months ago (2014-10-16 13:43:16 UTC) #16
Yoav Weiss
On 2014/10/16 13:43:16, bzsolt wrote: > On 2014/10/16 13:27:17, Yoav Weiss wrote: > > Isn't ...
6 years, 2 months ago (2014-10-20 14:20:49 UTC) #17
bzsolt
On 2014/10/20 14:20:49, Yoav Weiss wrote: > On 2014/10/16 13:43:16, bzsolt wrote: > > On ...
6 years, 2 months ago (2014-10-20 15:41:18 UTC) #18
Yoav Weiss
On 2014/10/20 15:41:18, bzsolt wrote: > On 2014/10/20 14:20:49, Yoav Weiss wrote: > > On ...
6 years, 2 months ago (2014-10-21 08:49:42 UTC) #19
Mike West
rs lgtm because Yoav told me to.
6 years, 2 months ago (2014-10-21 08:52:04 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/653023002/100001
6 years, 2 months ago (2014-10-21 08:52:46 UTC) #23
commit-bot: I haz the power
6 years, 2 months ago (2014-10-21 11:00:53 UTC) #24
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as 184070

Powered by Google App Engine
This is Rietveld 408576698