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

Issue 1343493002: Fix progressive rendering of image documents (Closed)

Created:
5 years, 3 months ago by esprehn
Modified:
5 years, 3 months ago
CC:
blink-reviews, blink-reviews-html_chromium.org, dglazkov+blink
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Fix progressive rendering of image documents ImageDocument used to force a layout to resume commits, but after r200515 [1] we no longer resume commits after every layout which broke progressive rendering of image documents. To fix this we make ImageDocument correctly call dispatchWillInsertBody in ImageDocument::createDocumentStructure and remove the forced updateLayout() hack from before. [1] https://src.chromium.org/viewvc/blink?view=rev&revision=200515 BUG=528827 Committed: https://crrev.com/0527ee34331308fb3c5f2fec709ac3551b9a704a git-svn-id: svn://svn.chromium.org/blink/trunk@202192 bbb929c8-8fbe-4397-9dbb-9b2b20218538

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -10 lines) Patch
M Source/core/html/ImageDocument.cpp View 5 chunks +10 lines, -10 lines 0 comments Download
M Source/web/tests/DocumentLoadingRenderingTest.cpp View 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 42 (18 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1343493002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1343493002/1
5 years, 3 months ago (2015-09-11 21:06:02 UTC) #2
esprehn
5 years, 3 months ago (2015-09-11 21:06:08 UTC) #4
dglazkov
lgtm
5 years, 3 months ago (2015-09-11 21:07:52 UTC) #5
pdr.
LGTM
5 years, 3 months ago (2015-09-11 21:10:14 UTC) #6
pdr.
On 2015/09/11 at 21:07:52, dglazkov wrote: > lgtm >_> quickdraw dglazkov, you win this round. ...
5 years, 3 months ago (2015-09-11 21:10:55 UTC) #7
dglazkov
On 2015/09/11 at 21:10:55, pdr wrote: > On 2015/09/11 at 21:07:52, dglazkov wrote: > > ...
5 years, 3 months ago (2015-09-11 21:14:00 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1343493002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1343493002/1
5 years, 3 months ago (2015-09-11 21:28:27 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/51959)
5 years, 3 months ago (2015-09-11 21:53:24 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1343493002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1343493002/1
5 years, 3 months ago (2015-09-11 22:14:14 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/52009)
5 years, 3 months ago (2015-09-11 22:51:14 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1343493002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1343493002/1
5 years, 3 months ago (2015-09-12 02:10:13 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_clobber_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_clobber_rel_ng/builds/69003)
5 years, 3 months ago (2015-09-12 08:11:06 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1343493002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1343493002/1
5 years, 3 months ago (2015-09-12 16:18:01 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_clobber_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_clobber_rel_ng/builds/69079)
5 years, 3 months ago (2015-09-12 22:18:45 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1343493002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1343493002/1
5 years, 3 months ago (2015-09-12 22:55:00 UTC) #27
Noel Gordon
lgtm
5 years, 3 months ago (2015-09-12 23:10:00 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/133143)
5 years, 3 months ago (2015-09-13 02:16:12 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1343493002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1343493002/1
5 years, 3 months ago (2015-09-13 03:50:45 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_clobber_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_clobber_rel_ng/builds/69148)
5 years, 3 months ago (2015-09-13 07:55:37 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1343493002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1343493002/1
5 years, 3 months ago (2015-09-14 01:09:35 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_compile_dbg_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_compile_dbg_ng/builds/94939)
5 years, 3 months ago (2015-09-14 05:33:13 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1343493002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1343493002/1
5 years, 3 months ago (2015-09-14 07:41:27 UTC) #40
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://src.chromium.org/viewvc/blink?view=rev&revision=202192
5 years, 3 months ago (2015-09-14 08:21:39 UTC) #41
commit-bot: I haz the power
5 years, 3 months ago (2015-09-23 12:30:52 UTC) #42
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/0527ee34331308fb3c5f2fec709ac3551b9a704a

Powered by Google App Engine
This is Rietveld 408576698