Bug 107473

Summary: Add build flag for Canvas's Path object (disabled by default)
Product: WebKit Reporter: Dirk Schulze <krit>
Component: CanvasAssignee: Dirk Schulze <krit>
Status: RESOLVED FIXED    
Severity: Normal CC: dbates, gyuyoung.kim, rakuco, webkit.review.bot, zan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 97333    
Attachments:
Description Flags
Patch none

Dirk Schulze
Reported 2013-01-21 13:06:15 PST
Add build flag for Canvas's Path object (disabled by default)
Attachments
Patch (42.02 KB, patch)
2013-01-21 16:17 PST, Dirk Schulze
no flags
Dirk Schulze
Comment 1 2013-01-21 16:17:20 PST
Dean Jackson
Comment 2 2013-01-21 17:25:11 PST
Comment on attachment 183849 [details] Patch rs=me
WebKit Review Bot
Comment 3 2013-01-21 18:27:49 PST
Comment on attachment 183849 [details] Patch Clearing flags on attachment: 183849 Committed r140377: <http://trac.webkit.org/changeset/140377>
WebKit Review Bot
Comment 4 2013-01-21 18:27:53 PST
All reviewed patches have been landed. Closing bug.
Zan Dobersek
Comment 5 2013-01-22 02:59:02 PST
For future reference, the Autotools build system has changed its guidelines about adding features. In short, no need for the configuration flags in configure.ac and Automake conditional checking in Source/WebCore/GNUmakefile.am. More on this: http://trac.webkit.org/wiki/AddingFeatures#ActivatingafeatureforAutotoolsbasedports I've got a change removing these additions in bug #107537.
Dirk Schulze
Comment 6 2013-01-29 08:36:01 PST
(In reply to comment #5) > For future reference, the Autotools build system has changed its guidelines about adding features. In short, no need for the configuration flags in configure.ac and Automake conditional checking in Source/WebCore/GNUmakefile.am. > More on this: > http://trac.webkit.org/wiki/AddingFeatures#ActivatingafeatureforAutotoolsbasedports > > I've got a change removing these additions in bug #107537. Ok, thanks!
Note You need to log in before you can comment on or make changes to this bug.