WebKit Bugzilla
Attachment 347498 Details for
Bug 184271
: [iOS] Paste is missing from callout bar when pasteboard only contains custom data
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
API test fix
bug-184271-20180820083535.patch (text/plain), 1.84 KB, created by
Wenson Hsieh
on 2018-08-20 08:35:35 PDT
(
hide
)
Description:
API test fix
Filename:
MIME Type:
Creator:
Wenson Hsieh
Created:
2018-08-20 08:35:35 PDT
Size:
1.84 KB
patch
obsolete
>Subversion Revision: 235065 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index aef2524e482848c51c3ea5d2a777e6b5c1638509..3d815bb6d835afc6ebe744b31785537954927087 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,17 @@ >+2018-08-20 Wenson Hsieh <wenson_hsieh@apple.com> >+ >+ [iOS] Paste is missing from callout bar when pasteboard only contains custom data >+ https://bugs.webkit.org/show_bug.cgi?id=184271 >+ <rdar://problem/39256708> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ This API test is failing when run against older macOS builds, where custom pasteboard >+ data is not enabled by default. >+ >+ * TestWebKitAPI/Tests/WebKitCocoa/PasteMixedContent.mm: >+ (TestWebKitAPI::TEST): >+ > 2018-08-20 Claudio Saavedra <csaavedra@igalia.com> > > Add WPE Debug configuration to the flakiness dashboard >diff --git a/Tools/TestWebKitAPI/Tests/WebKitCocoa/PasteMixedContent.mm b/Tools/TestWebKitAPI/Tests/WebKitCocoa/PasteMixedContent.mm >index b5fb481be4705fc2b444c7a608a3dac044e6dcea..c5e50e2dab783c406c94aefe0b0d3bf69ecd2af0 100644 >--- a/Tools/TestWebKitAPI/Tests/WebKitCocoa/PasteMixedContent.mm >+++ b/Tools/TestWebKitAPI/Tests/WebKitCocoa/PasteMixedContent.mm >@@ -266,6 +266,7 @@ TEST(PasteMixedContent, CopyAndPasteWithCustomPasteboardDataOnly) > auto configuration = adoptNS([[WKWebViewConfiguration alloc] init]); > [configuration setURLSchemeHandler:schemeHandler.get() forURLScheme:@"same"]; > [configuration setURLSchemeHandler:schemeHandler.get() forURLScheme:@"different"]; >+ WKPreferencesSetCustomPasteboardDataEnabled((WKPreferencesRef)[configuration preferences], true); > > auto source = adoptNS([[TestWKWebView alloc] initWithFrame:CGRectMake(0, 0, 400, 400) configuration:configuration.get()]); > [source synchronouslyLoadHTMLString:markupForSource baseURL:[NSURL URLWithString:@"same://"]];
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 184271
:
347440
|
347452
| 347498