Changeset 86412 in webkit


Ignore:
Timestamp:
May 12, 2011 9:59:15 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-05-12 Ryuan Choi <ryuan.choi@samsung.com>

Reviewed by Antonio Gomes.

[EFL] Remove unused option of EWeblauncher
https://bugs.webkit.org/show_bug.cgi?id=60747

Remove sudo-workaround option.
This option is not used and make other option wrong.

  • EWebLauncher/main.c:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r86411 r86412  
     12011-05-12  Ryuan Choi  <ryuan.choi@samsung.com>
     2
     3        Reviewed by Antonio Gomes.
     4
     5        [EFL] Remove unused option of EWeblauncher
     6        https://bugs.webkit.org/show_bug.cgi?id=60747
     7
     8        Remove sudo-workaround option.
     9        This option is not used and make other option wrong.
     10
     11        * EWebLauncher/main.c:
     12
    1132011-05-12  Lucas Forschler  <lforschler@apple.com>
    214
  • trunk/Tools/EWebLauncher/main.c

    r86349 r86412  
    122122        ECORE_GETOPT_STORE_STR
    123123            ('U', "user-agent", "custom user agent string to use."),
    124         ECORE_GETOPT_STORE_DEF_BOOL
    125             ('S', "sudo-workaround", "Workaround mode for making Flash work with sudo.", 0),
    126124        ECORE_GETOPT_COUNT
    127125            ('v', "verbose", "be more verbose."),
Note: See TracChangeset for help on using the changeset viewer.