RESOLVED FIXED 48179
Convert SVGAngle to the new SVGPropertyTearOff concept, reimplement it properly
https://bugs.webkit.org/show_bug.cgi?id=48179
Summary Convert SVGAngle to the new SVGPropertyTearOff concept, reimplement it properly
Nikolas Zimmermann
Reported 2010-10-23 03:45:54 PDT
Convert SVGAngle to the new SVGPropertyTearOff concept.
Attachments
Patch (82.55 KB, patch)
2010-10-23 16:18 PDT, Nikolas Zimmermann
no flags
Patch v2 (82.55 KB, patch)
2010-10-23 16:26 PDT, Nikolas Zimmermann
no flags
Patch v3 (82.63 KB, patch)
2010-10-24 02:33 PDT, Nikolas Zimmermann
krit: review+
Fix WebGL follow-up patch (9.55 KB, patch)
2010-10-24 04:54 PDT, Nikolas Zimmermann
no flags
Fix WebGL follow-up patch - v2 (7.14 KB, patch)
2010-10-24 08:55 PDT, Nikolas Zimmermann
dglazkov: review+
Nikolas Zimmermann
Comment 1 2010-10-23 16:18:33 PDT
Created attachment 71658 [details] Patch Tested local mac debug build on leopard and chromium build on snow leopard. SVG pixel tests pass w/o regressions. Still have to do a full tests run, going to report soon. The new SVGAngle tests which requires ScriptTypeSetting for attribute setters works perfectly in V8 & JSC, verified that twice :-)
WebKit Review Bot
Comment 2 2010-10-23 16:21:45 PDT
Attachment 71658 [details] did not pass style-queue: Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1 WebCore/svg/SVGAnimatedAngle.h:25: Alphabetical sorting problem. [build/include_order] [4] Total errors found: 1 in 27 files If any of these errors are false positives, please file a bug against check-webkit-style.
Nikolas Zimmermann
Comment 3 2010-10-23 16:26:07 PDT
Created attachment 71659 [details] Patch v2 Fixed style issue.
Nikolas Zimmermann
Comment 4 2010-10-23 16:54:04 PDT
No layout test regression, did a full run-webkit-tests run.
Early Warning System Bot
Comment 5 2010-10-23 17:10:27 PDT
Eric Seidel (no email)
Comment 6 2010-10-23 22:05:16 PDT
Nikolas Zimmermann
Comment 7 2010-10-24 02:25:09 PDT
Hm, I just tried a clean build on leopard, worked fine. The chrome build, from scratch, also worked fine. I guess I have to try another snow leopard (non-chrome) build.
Nikolas Zimmermann
Comment 8 2010-10-24 02:33:40 PDT
Created attachment 71677 [details] Patch v3 *grml* Diffed my working tree against the "Patch v2", turns out I forgot to include a CodeGenerator.pm change. With that one it builds fine...
Dirk Schulze
Comment 9 2010-10-24 03:32:08 PDT
Comment on attachment 71677 [details] Patch v3 View in context: https://bugs.webkit.org/attachment.cgi?id=71677&action=review > WebCore/bindings/scripts/CodeGeneratorJS.pm:1848 > + push(@implContent, " if (!ec)\n"); > + push(@implContent, " imp->commitChange();\n"); Indention looks wrong Looks great, please take a look at the bots, since EWS will take some while. r=me
Nikolas Zimmermann
Comment 10 2010-10-24 03:39:50 PDT
Nikolas Zimmermann
Comment 11 2010-10-24 04:47:38 PDT
Ouch, I was not aware the webgl tests don't run on Leopard. I broke them, investigating.
Nikolas Zimmermann
Comment 12 2010-10-24 04:54:24 PDT
Created attachment 71678 [details] Fix WebGL follow-up patch
Dirk Schulze
Comment 13 2010-10-24 04:56:58 PDT
Comment on attachment 71678 [details] Fix WebGL follow-up patch r=me
Nikolas Zimmermann
Comment 14 2010-10-24 04:59:18 PDT
Comment on attachment 71678 [details] Fix WebGL follow-up patch Landed speculative WebGL fix in r70411. Hope these tests work again, otherwhise I have to roll it out.
Nikolas Zimmermann
Comment 15 2010-10-24 06:13:59 PDT
(In reply to comment #14) > (From update of attachment 71678 [details]) > Landed speculative WebGL fix in r70411. > Hope these tests work again, otherwhise I have to roll it out. That did not fix it, running a local snow leopard build now, to figure out whats happening. Will take some time...
Nikolas Zimmermann
Comment 16 2010-10-24 08:55:00 PDT
Created attachment 71688 [details] Fix WebGL follow-up patch - v2
Dimitri Glazkov (Google)
Comment 17 2010-10-24 09:06:42 PDT
Comment on attachment 71688 [details] Fix WebGL follow-up patch - v2 ok
Nikolas Zimmermann
Comment 18 2010-10-24 09:13:34 PDT
Note You need to log in before you can comment on or make changes to this bug.