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

Issue 134263003: Followup fixes for bug 332066. (Closed)

Created:
6 years, 11 months ago by Erik Dahlström (inactive)
Modified:
6 years, 11 months ago
CC:
blink-reviews, Stephen Chennney, krit, f(malita), rwlbuis, pdr.
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Followup fixes for bug 332066. * <use> elements only dispatch load if there's an external resource, adjust tests accordingly. * <use> incorrectly reported that it wasn't done if there was no xlink:href attribute. * don't dispatch 'load' to svg documents that are not xml-wellformed. BUG=333242 R=pdr@chromium.org, schenney@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165413

Patch Set 1 #

Patch Set 2 : rebased #

Patch Set 3 : setTimeout == race with load #

Total comments: 3

Patch Set 4 : rebased and removed test #

Patch Set 5 : rebased #

Patch Set 6 : fix assert #

Patch Set 7 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -52 lines) Patch
M LayoutTests/svg/custom/loadevents-async.html View 1 2 3 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/svg/custom/loadevents-async-expected.txt View 1 2 3 1 chunk +0 lines, -11 lines 0 comments Download
M Source/core/svg/SVGDocumentExtensions.cpp View 1 chunk +4 lines, -1 line 0 comments Download
M Source/core/svg/SVGUseElement.h View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGUseElement.cpp View 1 2 3 4 5 3 chunks +10 lines, -7 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
Erik Dahlström (inactive)
These are some followup fixes for the externalResourcesRequired removal. In particular this refers to how ...
6 years, 11 months ago (2014-01-13 11:55:21 UTC) #1
eseidel
6 years, 11 months ago (2014-01-13 17:16:42 UTC) #2
Stephen Chennney
LGTM Just one nit. Looks like the try bot failures are not your fault in ...
6 years, 11 months ago (2014-01-13 17:24:16 UTC) #3
pdr.
LGTM2 https://codereview.chromium.org/134263003/diff/140001/Source/core/svg/SVGUseElement.cpp File Source/core/svg/SVGUseElement.cpp (right): https://codereview.chromium.org/134263003/diff/140001/Source/core/svg/SVGUseElement.cpp#newcode970 Source/core/svg/SVGUseElement.cpp:970: instanceTreeIsLoading(instance); Wow. Spot the bug :) (I'll fix ...
6 years, 11 months ago (2014-01-13 19:56:37 UTC) #4
Erik Dahlström (inactive)
https://codereview.chromium.org/134263003/diff/140001/LayoutTests/svg/custom/loadevents-async.html File LayoutTests/svg/custom/loadevents-async.html (right): https://codereview.chromium.org/134263003/diff/140001/LayoutTests/svg/custom/loadevents-async.html#newcode20 LayoutTests/svg/custom/loadevents-async.html:20: shouldBeTrue("invoked"); On 2014/01/13 17:24:17, Stephen Chenney wrote: > This ...
6 years, 11 months ago (2014-01-14 09:03:58 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ed@opera.com/134263003/280001
6 years, 11 months ago (2014-01-14 09:05:01 UTC) #6
commit-bot: I haz the power
Retried try job too often on linux_blink for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink&number=7434
6 years, 11 months ago (2014-01-14 12:18:05 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ed@opera.com/134263003/280001
6 years, 11 months ago (2014-01-14 13:39:44 UTC) #8
commit-bot: I haz the power
Retried try job too often on linux_blink for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink&number=7454
6 years, 11 months ago (2014-01-14 17:00:29 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ed@opera.com/134263003/280001
6 years, 11 months ago (2014-01-15 00:12:07 UTC) #10
commit-bot: I haz the power
Retried try job too often on linux_blink for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink&number=7523
6 years, 11 months ago (2014-01-15 13:46:04 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ed@opera.com/134263003/280001
6 years, 11 months ago (2014-01-16 15:17:03 UTC) #12
commit-bot: I haz the power
Failed to apply patch for Source/core/svg/SVGUseElement.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 11 months ago (2014-01-16 15:17:07 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ed@opera.com/134263003/540001
6 years, 11 months ago (2014-01-16 15:51:59 UTC) #14
commit-bot: I haz the power
Retried try job too often on linux_blink for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink&number=7809
6 years, 11 months ago (2014-01-16 19:03:39 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ed@opera.com/134263003/670001
6 years, 11 months ago (2014-01-20 10:27:12 UTC) #16
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_blink_rel&number=23241
6 years, 11 months ago (2014-01-20 11:40:24 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ed@opera.com/134263003/800001
6 years, 11 months ago (2014-01-20 13:09:42 UTC) #18
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_blink_rel&number=23263
6 years, 11 months ago (2014-01-20 14:22:29 UTC) #19
Erik Dahlström (inactive)
6 years, 11 months ago (2014-01-20 15:58:59 UTC) #20
Message was sent while issue was closed.
Committed patchset #7 manually as r165413 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698