Bug 23701

Summary: wxWebKit build script gets incomplete arguments
Product: WebKit Reporter: Diggilin <mr.diggilin>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Fixes bug darin: review+

Description Diggilin 2009-02-02 20:40:12 PST
Not all needed arguments are passed on to the wxWebKit build script. The method of passing arguments is also not very intuitive.
Comment 1 Diggilin 2009-02-02 20:44:39 PST
Created attachment 27275 [details]
Fixes bug

In order to fix this bug, a slight adjustment was made to the checkForArgumentAndRemoveFromARGV() function in webkitdirs.pm. See changelog for details.
Comment 2 Darin Adler 2009-02-03 09:29:27 PST
Comment on attachment 27275 [details]
Fixes bug

Looks fine, r=me
Comment 3 Kevin Ollivier 2009-02-03 16:39:43 PST
Landed in r40556, thanks!