WebKit Bugzilla
Attachment 361517 Details for
Bug 194442
: Abstract and discussion comments needed for afterScreenUpdates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
for-review.txt (text/plain), 1.45 KB, created by
Beth Dakin
on 2019-02-08 11:05:32 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Beth Dakin
Created:
2019-02-08 11:05:32 PST
Size:
1.45 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 241200) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2019-02-08 Beth Dakin <bdakin@apple.com> >+ >+ Abstract and discussion comments needed for afterScreenUpdates >+ https://bugs.webkit.org/show_bug.cgi?id=194442 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Forgot to add these comments with https://bugs.webkit.org/show_bug.cgi?id=194362 >+ * UIProcess/API/Cocoa/WKSnapshotConfiguration.h: >+ > 2019-02-08 Beth Dakin <bdakin@apple.com> > > Add afterScreenUpdates to WKSnapshotConfiguration >Index: Source/WebKit/UIProcess/API/Cocoa/WKSnapshotConfiguration.h >=================================================================== >--- Source/WebKit/UIProcess/API/Cocoa/WKSnapshotConfiguration.h (revision 241199) >+++ Source/WebKit/UIProcess/API/Cocoa/WKSnapshotConfiguration.h (working copy) >@@ -48,6 +48,11 @@ WK_CLASS_AVAILABLE(macosx(10.13), ios(11 > */ > @property (nullable, nonatomic, copy) NSNumber *snapshotWidth; > >+/*! @abstract A Boolean value that specifies whether the snapshot should be taken after recent >+ changes have been incorporated. The value NO will capture the screen in its current state, >+ which might not include recent changes. >+ @discussion The default value is YES. >+ */ > @property (nonatomic) BOOL afterScreenUpdates WK_API_AVAILABLE(macosx(WK_MAC_TBA), ios(WK_IOS_TBA)); > > @end
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
Flags:
wenson_hsieh
:
review+
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194442
: 361517