WebKit Bugzilla
Attachment 348191 Details for
Bug 189001
: Teach Web Inspector how to complete keywords for -apple-pay-button-style and -apple-pay-button-type
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-189001-20180827133211.patch (text/plain), 1.48 KB, created by
Andy Estes
on 2018-08-27 13:32:12 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Andy Estes
Created:
2018-08-27 13:32:12 PDT
Size:
1.48 KB
patch
obsolete
>Subversion Revision: 235391 >diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog >index 5196d0510332575a258a7a152e8af5091738613e..819db168c3e1d879ec6828e4c9e4ebebcd66d786 100644 >--- a/Source/WebInspectorUI/ChangeLog >+++ b/Source/WebInspectorUI/ChangeLog >@@ -1,3 +1,12 @@ >+2018-08-27 Andy Estes <aestes@apple.com> >+ >+ Teach Web Inspector how to complete keywords for -apple-pay-button-style and -apple-pay-button-type >+ https://bugs.webkit.org/show_bug.cgi?id=189001 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UserInterface/Models/CSSKeywordCompletions.js: >+ > 2018-08-27 Devin Rousso <drousso@apple.com> > > Web Inspector: provide autocompletion for event breakpoints >diff --git a/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js b/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js >index f225ae374c68a7788a88516bb602368209d4fab1..a099c693d381a0bb1bd5041f6c1e75fd5e54e887 100644 >--- a/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js >+++ b/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js >@@ -1056,5 +1056,13 @@ WI.CSSKeywordCompletions._propertyKeywordMap = { > ], > "-webkit-overflow-scrolling": [ > "auto", "touch" >+ ], >+ >+ // Apple Pay Properties >+ "-apple-pay-button-style": [ >+ "black", "white", "white-outline" >+ ], >+ "-apple-pay-button-type": [ >+ "book", "buy", "checkout", "donate", "in-store", "plain", "set-up", "subscribe" > ] > };
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 189001
: 348191