WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
101920
[EFL][WK2] Add APIs to toggle plug-ins support
https://bugs.webkit.org/show_bug.cgi?id=101920
Summary
[EFL][WK2] Add APIs to toggle plug-ins support
Yuni Jeong
Reported
2012-11-12 03:23:35 PST
Add setting APIs for plug-ins and a unit test.
Attachments
Patch
(4.06 KB, patch)
2012-11-12 22:16 PST
,
Yuni Jeong
no flags
Details
Formatted Diff
Diff
Patch
(4.08 KB, patch)
2012-12-04 02:26 PST
,
Yuni Jeong
no flags
Details
Formatted Diff
Diff
Patch
(4.16 KB, patch)
2012-12-04 03:22 PST
,
Yuni Jeong
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Yuni Jeong
Comment 1
2012-11-12 22:16:54 PST
Created
attachment 173820
[details]
Patch
WebKit Review Bot
Comment 2
2012-11-27 00:22:53 PST
Comment on
attachment 173820
[details]
Patch Rejecting
attachment 173820
[details]
from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: ). patching file Source/WebKit2/UIProcess/API/efl/ewk_settings.h Hunk #1 succeeded at 424 with fuzz 2 (offset 56 lines). patching file Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_settings.cpp Hunk #1 FAILED at 197. 1 out of 1 hunk FAILED -- saving rejects to file Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_settings.cpp.rej Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Gyuyoung K..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue Full output:
http://queues.webkit.org/results/14986989
Yuni Jeong
Comment 3
2012-12-04 02:26:45 PST
Created
attachment 177455
[details]
Patch
Chris Dumez
Comment 4
2012-12-04 02:57:32 PST
Comment on
attachment 177455
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=177455&action=review
Patch looks technically OK but I would improve the documentation a bit.
> Source/WebKit2/ChangeLog:3 > + [EFL][WK2] Add APIs to get/set plug-ins.
"[EFL][WK2] Add APIs to toggle plug-ins support"
> Source/WebKit2/ChangeLog:8 > + Add setting APIs for plug-ins and a unit test.
"Add setting APIs to toggle plug-ins support and add corresponding API tests."
> Source/WebKit2/UIProcess/API/efl/ewk_settings.h:428 > + * Enables/disables the plug-ins.
Toggles plug-in support.
> Source/WebKit2/UIProcess/API/efl/ewk_settings.h:430 > + * By default, the plug-ins is enabled.
"By default, plug-ins support is enabled."
> Source/WebKit2/UIProcess/API/efl/ewk_settings.h:432 > + * @param settings settings object to set the plug-ins
"object to set plug-ins support"
> Source/WebKit2/UIProcess/API/efl/ewk_settings.h:433 > + * @param enable @c EINA_TRUE to enable the plug-ins
"to enable plug-ins support"
> Source/WebKit2/UIProcess/API/efl/ewk_settings.h:441 > + * Returns whether the plug-ins is enabled or not.
"Returns whether plug-ins support is enabled or not."
> Source/WebKit2/UIProcess/API/efl/ewk_settings.h:443 > + * @param settings settings object to query whether the plug-ins is enabled
"... whether plug-ins support is enabled"
> Source/WebKit2/UIProcess/API/efl/ewk_settings.h:445 > + * @return @c EINA_TRUE if the plug-ins is enabled
"if plug-ins support is enabled"
Yuni Jeong
Comment 5
2012-12-04 03:22:13 PST
Created
attachment 177464
[details]
Patch
Yuni Jeong
Comment 6
2012-12-04 03:25:05 PST
As Christophe Dumez's comment, i changed and reuploaded.
Chris Dumez
Comment 7
2012-12-04 03:27:10 PST
Comment on
attachment 177464
[details]
Patch LGTM, thanks.
Jinwoo Song
Comment 8
2012-12-04 03:37:46 PST
Please change the bug title, too.
Yuni Jeong
Comment 9
2012-12-04 03:45:38 PST
I changed bug title.
WebKit Review Bot
Comment 10
2012-12-04 05:15:56 PST
Comment on
attachment 177464
[details]
Patch Clearing flags on attachment: 177464 Committed
r136504
: <
http://trac.webkit.org/changeset/136504
>
WebKit Review Bot
Comment 11
2012-12-04 05:16:00 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug