Bug 59153 - Add Frame* to the argument lists of canCopyCut and canPaste
Summary: Add Frame* to the argument lists of canCopyCut and canPaste
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on: 52417
Blocks:
  Show dependency treegraph
 
Reported: 2011-04-21 16:19 PDT by Ryosuke Niwa
Modified: 2011-04-21 17:42 PDT (History)
8 users (show)

See Also:


Attachments
fixes the bug (22.27 KB, patch)
2011-04-21 16:53 PDT, Ryosuke Niwa
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2011-04-21 16:19:02 PDT
Right now, canCopyCut and canPaste only takes the boolean value for the default value.  We should also add Frame* so that Editor clients can decide whether or not copy/cut and paste should be granted per frame basis.
Comment 1 Ryosuke Niwa 2011-04-21 16:53:31 PDT
Created attachment 90635 [details]
fixes the bug
Comment 2 Ryosuke Niwa 2011-04-21 17:05:18 PDT
Thanks for the review, Sam!
Comment 3 Ryosuke Niwa 2011-04-21 17:33:27 PDT
Committed r84574: <http://trac.webkit.org/changeset/84574>
Comment 4 WebKit Review Bot 2011-04-21 17:42:57 PDT
http://trac.webkit.org/changeset/84574 might have broken Windows Release (Build) and Windows Debug (Build)