Bug 83687 - [EFL] EFL's LayoutTestController setJavaScriptCanAccessClipboard implementation
Summary: [EFL] EFL's LayoutTestController setJavaScriptCanAccessClipboard implementation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mikhail Pozdnyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-11 03:59 PDT by Mikhail Pozdnyakov
Modified: 2012-05-22 11:09 PDT (History)
4 users (show)

See Also:


Attachments
EFL's LayoutTestController setJavaScriptCanAccessClipboard implementation (6.89 KB, patch)
2012-04-12 01:32 PDT, Mikhail Pozdnyakov
no flags Details | Formatted Diff | Diff
EFL's LayoutTestController setJavaScriptCanAccessClipboard implementation (6.90 KB, patch)
2012-04-12 03:59 PDT, Mikhail Pozdnyakov
tonikitoo: review+
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff
to be landed. (6.86 KB, patch)
2012-05-06 11:27 PDT, Mikhail Pozdnyakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Pozdnyakov 2012-04-11 03:59:53 PDT
EFL's LayoutTestController needs setJavaScriptCanAccessClipboard implementation, so that it is possible to unskip
editing/execCommand/clipboard-access.html
Comment 1 Mikhail Pozdnyakov 2012-04-12 01:32:19 PDT
Created attachment 136850 [details]
EFL's LayoutTestController setJavaScriptCanAccessClipboard implementation

Keeping ewk_view_setting family, as the approach proposed in https://bugs.webkit.org/show_bug.cgi?id=83007 is not agreed yet.
Comment 2 Gyuyoung Kim 2012-04-12 03:06:39 PDT
Comment on attachment 136850 [details]
EFL's LayoutTestController setJavaScriptCanAccessClipboard implementation

Attachment 136850 [details] did not pass efl-ews (efl):
Output: http://queues.webkit.org/results/12391343
Comment 3 Mikhail Pozdnyakov 2012-04-12 03:59:34 PDT
Created attachment 136874 [details]
EFL's LayoutTestController setJavaScriptCanAccessClipboard implementation
Comment 4 Gyuyoung Kim 2012-04-12 06:23:05 PDT
Comment on attachment 136874 [details]
EFL's LayoutTestController setJavaScriptCanAccessClipboard implementation

Other ports(e.g. blackberry, mac, gtk and qt) support this setting APis. Looks fine except for description in ChangeLog.
Comment 5 Raphael Kubo da Costa (:rakuco) 2012-04-12 08:19:27 PDT
Comment on attachment 136874 [details]
EFL's LayoutTestController setJavaScriptCanAccessClipboard implementation

Looks fine, thanks.
Comment 6 WebKit Review Bot 2012-05-03 10:55:14 PDT
Comment on attachment 136874 [details]
EFL's LayoutTestController setJavaScriptCanAccessClipboard implementation

Rejecting attachment 136874 [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:
jects to file Source/WebKit/efl/ewk/ewk_view.cpp.rej
patching file Source/WebKit/efl/ewk/ewk_view.h
Hunk #1 succeeded at 1555 (offset 53 lines).
patching file Tools/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file Tools/DumpRenderTree/efl/LayoutTestControllerEfl.cpp
Hunk #1 succeeded at 332 with fuzz 1 (offset 12 lines).

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Antonio Go..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue/

Full output: http://queues.webkit.org/results/12613326
Comment 7 Mikhail Pozdnyakov 2012-05-06 11:27:59 PDT
Created attachment 140430 [details]
to be landed.
Comment 8 Raphael Kubo da Costa (:rakuco) 2012-05-06 11:54:37 PDT
Comment on attachment 140430 [details]
to be landed.

cq+'ing. I strongly recommend using webkit-patch to upload your patches instead of doing so manually; besides it making the whole process much quicker, it also marks previous patches as obsolete, which you sometimes forget to do.
Comment 9 WebKit Review Bot 2012-05-06 16:27:35 PDT
Comment on attachment 140430 [details]
to be landed.

Clearing flags on attachment: 140430

Committed r116250: <http://trac.webkit.org/changeset/116250>
Comment 10 WebKit Review Bot 2012-05-06 16:27:40 PDT
All reviewed patches have been landed.  Closing bug.