Bug 47493 - Kill Path::debugString()
Summary: Kill Path::debugString()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords:
: 47457 (view as bug list)
Depends on:
Blocks: 18994
  Show dependency treegraph
 
Reported: 2010-10-11 09:59 PDT by Nikolas Zimmermann
Modified: 2010-10-14 05:47 PDT (History)
4 users (show)

See Also:


Attachments
Patch (15.05 KB, patch)
2010-10-11 10:02 PDT, Nikolas Zimmermann
kling: review-
Details | Formatted Diff | Diff
Patch v2 (15.83 KB, patch)
2010-10-11 10:24 PDT, Nikolas Zimmermann
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2010-10-11 09:59:05 PDT
Remove pathDebugString(), it's obsolete now.
Comment 1 Nikolas Zimmermann 2010-10-11 10:02:07 PDT
Created attachment 70441 [details]
Patch
Comment 2 WebKit Review Bot 2010-10-11 10:03:16 PDT
Attachment 70441 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
WebCore/svg/SVGGlyphElement.h:83:  Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side.  [whitespace/operators] [4]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Andreas Kling 2010-10-11 10:03:32 PDT
*** Bug 47457 has been marked as a duplicate of this bug. ***
Comment 4 Andreas Kling 2010-10-11 10:04:14 PDT
Comment on attachment 70441 [details]
Patch

Nice, r=me
Comment 5 Andreas Kling 2010-10-11 10:08:38 PDT
Comment on attachment 70441 [details]
Patch

Hold up, this will only work on Qt where platformPath() is a non-pointer!
Comment 6 Nikolas Zimmermann 2010-10-11 10:24:29 PDT
Created attachment 70448 [details]
Patch v2
Comment 7 Andreas Kling 2010-10-11 10:25:23 PDT
Comment on attachment 70448 [details]
Patch v2

LGTM.
Comment 8 Andreas Kling 2010-10-11 10:26:17 PDT
(Note: After discussion on IRC, we realized that comparing the paths in SVGGlyphIdentifier was pointless anyway.)
Comment 9 Nikolas Zimmermann 2010-10-11 10:27:56 PDT
Landed in r69505.
Comment 10 Andreas Kling 2010-10-14 05:47:23 PDT
Comment on attachment 70448 [details]
Patch v2

Removing from pending-commit since it was landed in r69505.