RESOLVED FIXED 138686
Subclass CachedFont for SVG fonts
https://bugs.webkit.org/show_bug.cgi?id=138686
Summary Subclass CachedFont for SVG fonts
Myles C. Maxfield
Reported 2014-11-12 22:33:26 PST
Subclass CachedFont for SVG fongs
Attachments
Patch (38.35 KB, patch)
2014-11-12 22:50 PST, Myles C. Maxfield
no flags
Archive of layout-test-results from webkit-ews-10 for mac-mountainlion-wk2 (593.08 KB, application/zip)
2014-11-13 19:36 PST, Build Bot
no flags
Archive of layout-test-results from webkit-ews-03 for mac-mountainlion (562.03 KB, application/zip)
2014-11-13 20:23 PST, Build Bot
no flags
Patch (43.14 KB, patch)
2014-11-17 16:49 PST, Myles C. Maxfield
simon.fraser: review+
Myles C. Maxfield
Comment 1 2014-11-12 22:50:05 PST
Build Bot
Comment 2 2014-11-13 19:36:19 PST
Comment on attachment 241470 [details] Patch Attachment 241470 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/5725993381658624 Number of test failures exceeded the failure limit.
Build Bot
Comment 3 2014-11-13 19:36:21 PST
Created attachment 241532 [details] Archive of layout-test-results from webkit-ews-10 for mac-mountainlion-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: webkit-ews-10 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.5
Build Bot
Comment 4 2014-11-13 20:23:27 PST
Comment on attachment 241470 [details] Patch Attachment 241470 [details] did not pass mac-ews (mac): Output: http://webkit-queues.appspot.com/results/5481747181469696 New failing tests: svg/custom/acid3-test-77.html
Build Bot
Comment 5 2014-11-13 20:23:29 PST
Created attachment 241542 [details] Archive of layout-test-results from webkit-ews-03 for mac-mountainlion The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: webkit-ews-03 Port: mac-mountainlion Platform: Mac OS X 10.8.5
Myles C. Maxfield
Comment 6 2014-11-17 16:49:33 PST
Simon Fraser (smfr)
Comment 7 2014-11-17 18:32:13 PST
Comment on attachment 241750 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=241750&action=review > Source/WebCore/css/CSSFontFaceSource.h:35 > +#if ENABLE(SVG_FONTS) > +#include "SVGFontElement.h" > +#include "SVGFontFaceElement.h" > +#endif We normally pull #ifdeffed sets of headers to the end of the list. > Source/WebCore/loader/cache/CachedSVGFont.cpp:102 > + size_t start = remoteURI.find('#'); > + if (start != notFound) > + fragmentIdentifier = remoteURI.string().substring(start + 1); What does this do if remoteURI is "foo#"? > Source/WebCore/loader/cache/CachedSVGFont.h:53 > + SVGFontElement* m_externalSVGFontElement; Should this be a RefPtr?
Myles C. Maxfield
Comment 8 2014-11-18 10:06:42 PST
WebKit Commit Bot
Comment 9 2014-11-18 10:47:36 PST
Re-opened since this is blocked by bug 138837
Myles C. Maxfield
Comment 10 2014-11-18 12:05:07 PST
The test failures were caused by flakey bots, not this commit. Re-landed in http://trac.webkit.org/changeset/176276
Note You need to log in before you can comment on or make changes to this bug.