Bug 119013 - Introduce toSVGPatternElement(), use it
Summary: Introduce toSVGPatternElement(), use it
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-07-23 07:17 PDT by Gyuyoung Kim
Modified: 2013-07-24 21:35 PDT (History)
11 users (show)

See Also:


Attachments
Patch (4.61 KB, patch)
2013-07-23 07:18 PDT, Gyuyoung Kim
kling: review+
buildbot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from webkit-ews-04 for mac-mountainlion (924.99 KB, application/zip)
2013-07-23 08:09 PDT, Build Bot
no flags Details
Patch for layout test on mac (4.29 KB, patch)
2013-07-23 18:31 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2013-07-23 07:17:45 PDT
As a step to change static_cast with toSVGXXX, static_cast<SVGPatternElement*> can be changed with toSVGPatternElement().

Merge from https://src.chromium.org/viewvc/blink?view=rev&revision=154734
Comment 1 Gyuyoung Kim 2013-07-23 07:18:48 PDT
Created attachment 207326 [details]
Patch
Comment 2 Build Bot 2013-07-23 08:08:58 PDT
Comment on attachment 207326 [details]
Patch

Attachment 207326 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.appspot.com/results/1175197

New failing tests:
svg/batik/text/smallFonts.svg
Comment 3 Build Bot 2013-07-23 08:09:01 PDT
Created attachment 207328 [details]
Archive of layout-test-results from webkit-ews-04 for mac-mountainlion

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: webkit-ews-04  Port: mac-mountainlion  Platform: Mac OS X 10.8.3
Comment 4 Gyuyoung Kim 2013-07-23 18:31:47 PDT
Created attachment 207365 [details]
Patch for layout test on mac
Comment 5 WebKit Commit Bot 2013-07-24 21:35:00 PDT
Comment on attachment 207365 [details]
Patch for layout test on mac

Clearing flags on attachment: 207365

Committed r153297: <http://trac.webkit.org/changeset/153297>
Comment 6 WebKit Commit Bot 2013-07-24 21:35:04 PDT
All reviewed patches have been landed.  Closing bug.