[webkit-reviews] review granted: [Bug 61858] [GTK] run-launcher should run MiniBrowser in WebKit2 : [Attachment 95594] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 1 08:43:38 PDT 2011


Martin Robinson <mrobinson at webkit.org> has granted Carlos Garcia Campos
<cgarcia at igalia.com>'s request for review:
Bug 61858: [GTK] run-launcher should run MiniBrowser in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=61858

Attachment 95594: Patch
https://bugs.webkit.org/attachment.cgi?id=95594&action=review

------- Additional Comments from Martin Robinson <mrobinson at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=95594&action=review

>>> Tools/Scripts/run-launcher:72
>>> +		 @args = @ARGV;
>> 
>> Why is it necessary to preserve "-2" here? I ask because Qt does not do
this.
> 
> I guess the Qt program ignores options that it doesn't handle, MiniBrowser
returns with an error because -2 option is invalid. I added this, because I
wasn't sure, so I wanted to make sure I didn't break other ports.

Ah, I see. I misunderstood the comment. You might consider expanding it to
something like: "isWK2() removes the -2 option from @ARGV, but not @args. We do
not want to pass -2 to MiniBrowser."


More information about the webkit-reviews mailing list