[Webkit-unassigned] [Bug 66902] Provide option to disable Mac OS 10.7 application resume when using {debug, run}-{safari, minibrowser, test-runner, test-webkit-api}, and run-webkit-app

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 28 13:25:34 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=66902





--- Comment #15 from David Kilzer (ddkilzer) <ddkilzer at webkit.org>  2011-11-28 13:25:34 PST ---
(In reply to comment #14)
> (From update of attachment 115993 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=115993&action=review
> 
> > Tools/Scripts/webkitdirs.pm:2094
> > -    exec { $gdbPath } $gdbPath, @architectureFlags, $appPath or die;
> > +    exec { $gdbPath } $gdbPath, @architectureFlags, $appPath, argumentsForRunAndDebugMacWebKitApp() or die;
> 
> Nit: This changes the list of arguments passed to gdb to include a post-processed @ARGV.  That's probably okay, but could break some one relying on the old behavior of ignoring "unknown" arguments.

This is Bug 72829.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list