WebKit Bugzilla
Attachment 340498 Details for
Bug 185684
: Fixup after r231849: Do not mark Mac API methods as deprecated
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185684-20180516130519.patch (text/plain), 1.90 KB, created by
Chris Nardi
on 2018-05-16 10:05:18 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Chris Nardi
Created:
2018-05-16 10:05:18 PDT
Size:
1.90 KB
patch
obsolete
>Subversion Revision: 231849 >diff --git a/Source/WebKitLegacy/mac/ChangeLog b/Source/WebKitLegacy/mac/ChangeLog >index 4809dfb16bdbbf43c3eef998eea6f8f7e9b6a05d..f0204a00d7d36a603a044fd6baad522e0360cfe4 100644 >--- a/Source/WebKitLegacy/mac/ChangeLog >+++ b/Source/WebKitLegacy/mac/ChangeLog >@@ -1,3 +1,15 @@ >+2018-05-16 Chris Nardi <cnardi@chromium.org> >+ >+ Fixup after r231849: Do not mark Mac API methods as deprecated >+ https://bugs.webkit.org/show_bug.cgi?id=185684 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Do not mark API methods for Document#selectedStylesheetSet/preferredStylesheetSet as deprecated >+ as the entire class is already marked as deprecated, so it is unnecessary. >+ >+ * DOM/DOMDocument.h: >+ > 2018-05-16 Chris Nardi <cnardi@chromium.org> > > Remove Document#selectedStylesheetSet/preferredStylesheetSet >diff --git a/Source/WebKitLegacy/mac/DOM/DOMDocument.h b/Source/WebKitLegacy/mac/DOM/DOMDocument.h >index caaba038414ffa645413870b805e80ce64f8ace1..94b35fae8d55a732cc74d900f5c04db86eba2826 100644 >--- a/Source/WebKitLegacy/mac/DOM/DOMDocument.h >+++ b/Source/WebKitLegacy/mac/DOM/DOMDocument.h >@@ -81,8 +81,8 @@ WEBKIT_CLASS_DEPRECATED_MAC(10_4, 10_14) > @property (readonly, copy) NSString *defaultCharset WEBKIT_AVAILABLE_MAC(10_5); > @property (readonly, copy) NSString *readyState WEBKIT_AVAILABLE_MAC(10_5); > @property (readonly, copy) NSString *characterSet WEBKIT_AVAILABLE_MAC(10_5); >-@property (readonly, copy) NSString *preferredStylesheetSet WEBKIT_DEPRECATED_MAC(10_5, 10_14); >-@property (copy) NSString *selectedStylesheetSet WEBKIT_DEPRECATED_MAC(10_5, 10_14); >+@property (readonly, copy) NSString *preferredStylesheetSet WEBKIT_AVAILABLE_MAC(10_5); >+@property (copy) NSString *selectedStylesheetSet WEBKIT_AVAILABLE_MAC(10_5); > @property (readonly, strong) DOMElement *activeElement WEBKIT_AVAILABLE_MAC(10_6); > > - (DOMElement *)createElement:(NSString *)tagName;
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 185684
: 340498