WebKit Bugzilla
Attachment 360045 Details for
Bug 193794
: Update WebCore feature status
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-193794-20190124161411.patch (text/plain), 5.80 KB, created by
Jon Davis
on 2019-01-24 16:14:29 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jon Davis
Created:
2019-01-24 16:14:29 PST
Size:
5.80 KB
patch
obsolete
>Subversion Revision: 240453 >diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index 84416e4a2f5c26de71e147546e332dce1eca27e4..7fddfa02b0ecc5d28e7333b72d343eaed52fec22 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,18 @@ >+2019-01-24 Jon Davis <jond@apple.com> >+ >+ Updated feature status for several features >+ https://bugs.webkit.org/show_bug.cgi?id=193794 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Updated feature status for the following: CSS Font Display, >+ CSS Text Decoration Level 4, SVG in OpenType Fonts, Web SQL, >+ File and Directory Entries API, MediaStream Recording API, >+ Readable Streams, Subresource Integrity, Visual Viewport API, >+ and Web Audio. >+ >+ * features.json: >+ > 2019-01-24 Truitt Savell <tsavell@apple.com> > > Unreviewed, rolling out r240446. >diff --git a/Source/WebCore/features.json b/Source/WebCore/features.json >index f2e268e813769d036dcd25f0918796aac9e63e2b..c6aea701532a62445940bec2907eb1068dcff02e 100644 >--- a/Source/WebCore/features.json >+++ b/Source/WebCore/features.json >@@ -61,7 +61,7 @@ > { > "name": "CSS Font Display", > "status": { >- "status": "In Development", >+ "status": "Supported", > "enabled-by-default": false > }, > "url": "https://drafts.csswg.org/css-fonts-4/#font-display-desc", >@@ -216,8 +216,8 @@ > { > "name": "CSS Text Decoration Level 4", > "status": { >- "status": "Under Consideration", >- "enabled-by-default": false >+ "status": "Supported in Preview", >+ "enabled-by-default": true > }, > "url": "https://drafts.csswg.org/css-text-decor-4/", > "keywords": ["css text decoration", "text decoration"], >@@ -537,7 +537,7 @@ > { > "name": "SVG in OpenType Fonts", > "status": { >- "status": "Under Consideration" >+ "status": "Supported" > }, > "url": "https://www.microsoft.com/typography/otspec/svg.htm/", > "keywords": ["svg", "font", "opentype", "OT-SVG"], >@@ -660,6 +660,20 @@ > "twitter": "@alanwaketan" > } > }, >+ { >+ "name": "Web SQL Database", >+ "status": { >+ "status": "Removed In Preview" >+ }, >+ "url": "https://dev.w3.org/html5/webdatabase/", >+ "keywords": ["websql", "web sql", "db", "storage", "database"], >+ "description": "An API for storing data in databases that can be queried using a variant of SQL.", >+ "contact": { >+ "name": "Jon Davis", >+ "twitter": "@jonathandavis", >+ "email": "web-evangelist@apple.com" >+ } >+ }, > { > "name": "WebGL 1", > "status": { >@@ -935,7 +949,7 @@ > { > "name": "File and Directory Entries API", > "status": { >- "status": "In Development" >+ "status": "Supported" > }, > "url": "https://wicg.github.io/entries-api/", > "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=175976", >@@ -1054,7 +1068,7 @@ > { > "name": "MediaStream Recording API", > "status": { >- "status": "Under Consideration" >+ "status": "In Development" > }, > "url": "https://w3c.github.io/mediacapture-record", > "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=85851", >@@ -1111,7 +1125,7 @@ > { > "name": "Readable Streams", > "status": { >- "status": "In Development", >+ "status": "Supported", > "enabled-by-default": true > }, > "url": "https://streams.spec.whatwg.org/#rs", >@@ -1207,7 +1221,7 @@ > { > "name": "Subresource Integrity", > "status": { >- "status": "Supported In Preview" >+ "status": "Supported" > }, > "url": "https://w3c.github.io/webappsec-subresource-integrity/", > "description": "Extends script and link elements with an integrity attribute that contains a cryptographic hash of the representation of the resource the author expects to load.", >@@ -1266,7 +1280,7 @@ > { > "name": "Visual Viewport API", > "status": { >- "status": "In Development" >+ "status": "Supported In Preview" > }, > "url": "https://wicg.github.io/visual-viewport/", > "description": "A proposal to add explicit APIs to the Web for querying and setting the visual viewport.", >@@ -1275,7 +1289,7 @@ > { > "name": "Web Audio", > "status": { >- "status": "In Development" >+ "status": "Partially Supported" > }, > "url": "https://www.w3.org/TR/webaudio/", > "keywords": ["audio", "webaudio"], >diff --git a/Websites/webkit.org/ChangeLog b/Websites/webkit.org/ChangeLog >index 6302f1f547cd01db8e43de9c6a2931ef0961c10a..0546886bddc6d69c8a64b722089ef078a4b8e3ec 100644 >--- a/Websites/webkit.org/ChangeLog >+++ b/Websites/webkit.org/ChangeLog >@@ -1,3 +1,12 @@ >+2019-01-24 Jon Davis <jond@apple.com> >+ >+ Added feature status entry for "Removed in Preview" >+ https://bugs.webkit.org/show_bug.cgi?id=193794 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * wp-content/themes/webkit/status.php: >+ > 2018-12-20 Jon Davis <jond@apple.com> > > Ensure new styles are served on webkit.org. >diff --git a/Websites/webkit.org/wp-content/themes/webkit/status.php b/Websites/webkit.org/wp-content/themes/webkit/status.php >index bf7c9cf1d3afac4e12a306b3a1512b8f7dd56dab..7fd56431e6d20e6ca532341e8f92d69cdfdf46e4 100644 >--- a/Websites/webkit.org/wp-content/themes/webkit/status.php >+++ b/Websites/webkit.org/wp-content/themes/webkit/status.php >@@ -627,6 +627,7 @@ function initializeStatusPage() { > 'supported', > 'deprecated', > 'removed', >+ 'removed in preview', > 'not considering' > ]; >
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 193794
: 360045