Bug 104382

Summary: REGRESSION(r135863): GtkLauncher --help no longer displays all help options
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: vjaquez, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Philippe Normand 2012-12-07 10:50:40 PST
Before:

Help Options:
  -h, --help                                               Show help options
  --help-all                                               Show all help options
  --help-gtk                                               Show GTK+ Options
  --help-websettings                                       WebKitWebSettings properties

Application Options:
  --display=DISPLAY                                        X display to use

--------------
Currently:

Help Options:
  -h, --help                        Show help options
  --help-all                        Show all help options
  --help-gst                        Show GStreamer Options

--------------

I think the gst_init() call is the culprit. If I remove it I still see the gst options group in the help, along with the other options, like help-websettings. But it'd be good to check this is really the issue.
Comment 1 Víctor M. Jáquez L. 2012-12-10 04:26:45 PST
Created attachment 178515 [details]
Patch
Comment 2 WebKit Review Bot 2012-12-10 05:52:16 PST
Comment on attachment 178515 [details]
Patch

Clearing flags on attachment: 178515

Committed r137141: <http://trac.webkit.org/changeset/137141>
Comment 3 WebKit Review Bot 2012-12-10 05:52:19 PST
All reviewed patches have been landed.  Closing bug.