commit-queue@webkit.org | a9a659a | 2017-03-24 19:43:42 +0000 | [diff] [blame^] | 1 | 2017-03-24 Youenn Fablet <youenn@apple.com> |
| 2 | |
| 3 | Add support for qpSum in WebRTC stats |
| 4 | https://bugs.webkit.org/show_bug.cgi?id=170060 |
| 5 | |
| 6 | Reviewed by Eric Carlson. |
| 7 | |
| 8 | * webrtc/video-stats.html: |
| 9 | |
dbates@webkit.org | 8bc9f86 | 2017-03-24 19:34:11 +0000 | [diff] [blame] | 10 | 2017-03-24 Daniel Bates <dabates@apple.com> |
| 11 | |
| 12 | Prevent new navigations during document unload |
| 13 | https://bugs.webkit.org/show_bug.cgi?id=169934 |
| 14 | <rdar://problem/31247584> |
| 15 | |
| 16 | Reviewed by Chris Dumez. |
| 17 | |
| 18 | Add a test to ensure that we do not cause an assertion fail when calling setTimeout |
| 19 | after starting a navigation from an onunload event handler. |
| 20 | |
| 21 | * fast/frames/frame-unload-navigate-and-setTimeout-assert-fail-expected.txt: Added. |
| 22 | * fast/frames/frame-unload-navigate-and-setTimeout-assert-fail.html: Added. |
| 23 | |
mmaxfield@apple.com | a5cbce3 | 2017-03-24 19:01:54 +0000 | [diff] [blame] | 24 | 2017-03-24 Myles C. Maxfield <mmaxfield@apple.com> |
| 25 | |
| 26 | Implement font-optical-sizing |
| 27 | https://bugs.webkit.org/show_bug.cgi?id=168895 |
| 28 | |
| 29 | Reviewed by Dean Jackson. |
| 30 | |
| 31 | * fast/text/variations/optical-sizing-expected.txt: Added. |
| 32 | * fast/text/variations/optical-sizing.html: Added. |
| 33 | |
yoav@yoav.ws | 24b4bb1 | 2017-03-24 18:41:42 +0000 | [diff] [blame] | 34 | 2017-03-24 Yoav Weiss <yoav@yoav.ws> |
| 35 | |
| 36 | Add a warning for unused link preloads. |
| 37 | https://bugs.webkit.org/show_bug.cgi?id=165670 |
| 38 | |
| 39 | Reviewed by Youenn Fablet. |
| 40 | |
| 41 | This adds a test for the unused preload warning, and adapts some of the other preload tests, |
| 42 | to avoid warnings. |
| 43 | |
| 44 | * http/tests/preload/download_resources-expected.txt: Changed. |
| 45 | * http/tests/preload/download_resources.html: Added references to preloaded resources. |
| 46 | * http/tests/preload/onerrer_event-expected.txt: Changed. |
| 47 | * http/tests/preload/onerror_event.html: Added references to preloaded resources. |
| 48 | * http/tests/preload/onload_event.html: Added references to preloaded resources. |
| 49 | * http/tests/preload/resources/single_download_preload.html: Deflaked. |
| 50 | * http/tests/preload/unused_preload_warning-expected.txt: Added. |
| 51 | * http/tests/preload/unused_preload_warning.html: Added. |
| 52 | |
bfulgham@apple.com | d29ec58 | 2017-03-24 18:39:28 +0000 | [diff] [blame] | 53 | 2017-03-24 Brent Fulgham <bfulgham@apple.com> |
| 54 | |
| 55 | Handle recursive calls to ProcessingInstruction::checkStyleSheet |
| 56 | https://bugs.webkit.org/show_bug.cgi?id=169982 |
| 57 | <rdar://problem/31083051> |
| 58 | |
| 59 | Reviewed by Antti Koivisto. |
| 60 | |
| 61 | * fast/dom/beforeload/image-removed-during-before-load-expected.txt: Added. |
| 62 | * fast/dom/beforeload/image-removed-during-before-load.html: Added. |
| 63 | * fast/dom/beforeload/recursive-css-pi-before-load-expected.txt: Added. |
| 64 | * fast/dom/beforeload/recursive-css-pi-before-load.html: Added. |
| 65 | * fast/dom/beforeload/recursive-link-before-load-expected.txt: Added. |
| 66 | * fast/dom/beforeload/recursive-link-before-load.html: Added. |
| 67 | * fast/dom/beforeload/recursive-xsl-pi-before-load-expected.txt: Added. |
| 68 | * fast/dom/beforeload/recursive-xsl-pi-before-load.html: Added. |
| 69 | * fast/dom/beforeload/resources/content.xhtml: Added. |
| 70 | * fast/dom/beforeload/resources/pass.css: Added. |
| 71 | * fast/dom/beforeload/resources/test.xsl: Added. |
| 72 | |
mmaxfield@apple.com | 34ad444 | 2017-03-24 18:23:48 +0000 | [diff] [blame] | 73 | 2017-03-24 Myles C. Maxfield <mmaxfield@apple.com> |
| 74 | |
| 75 | font-style needs a new CSSValue to make CSSRule.cssText work correctly |
| 76 | https://bugs.webkit.org/show_bug.cgi?id=169258 |
| 77 | |
| 78 | Reviewed by David Hyatt. |
| 79 | |
| 80 | Update tests' expected results. |
| 81 | |
| 82 | * fast/text/font-selection-font-face-parse-expected.txt: |
| 83 | * fast/text/font-selection-font-face-parse.html: |
| 84 | * fast/text/font-style-parse-expected.txt: |
| 85 | * fast/text/font-style-parse.html: |
| 86 | * platform/mac-elcapitan/fast/text/font-selection-font-face-parse-expected.txt: |
| 87 | * svg/css/getComputedStyle-basic-expected.txt: |
| 88 | |
commit-queue@webkit.org | 9107d18 | 2017-03-24 18:01:18 +0000 | [diff] [blame] | 89 | 2017-03-24 Youenn Fablet <youenn@apple.com> |
| 90 | |
| 91 | Add libwebrtc backend support for RTCRtpSender::replaceTrack |
| 92 | https://bugs.webkit.org/show_bug.cgi?id=169841 |
| 93 | |
| 94 | Reviewed by Alex Christensen. |
| 95 | |
| 96 | * webrtc/audio-replace-track-expected.txt: Added. |
| 97 | * webrtc/audio-replace-track.html: Added. |
| 98 | * webrtc/video-replace-track-expected.txt: Added. |
| 99 | * webrtc/video-replace-track.html: Added. |
| 100 | * webrtc/video-replace-track-to-null-expected.txt: Added. |
| 101 | * webrtc/video-replace-track-to-null.html: Added. |
| 102 | |
ryanhaddad@apple.com | 149fc0a | 2017-03-24 17:20:09 +0000 | [diff] [blame] | 103 | 2017-03-24 Ryan Haddad <ryanhaddad@apple.com> |
| 104 | |
| 105 | Update TestExpectations for media/restore-from-page-cache.html. |
| 106 | |
| 107 | Unreviewed test gardening. |
| 108 | |
| 109 | * platform/mac-wk2/TestExpectations: |
| 110 | * platform/mac/TestExpectations: |
| 111 | |
carlosgc@webkit.org | 8d5cd13 | 2017-03-24 17:11:57 +0000 | [diff] [blame] | 112 | 2017-03-24 Carlos Garcia Campos <cgarcia@igalia.com> |
| 113 | |
| 114 | Unreviewed GTK+ gardening. Mark webrtc/video-stats.html as failing. |
| 115 | |
| 116 | * platform/gtk/TestExpectations: |
| 117 | |
commit-queue@webkit.org | c66ff20 | 2017-03-24 16:32:53 +0000 | [diff] [blame] | 118 | 2017-03-24 Youenn Fablet <youenn@apple.com> |
| 119 | |
| 120 | Add support for DataChannel and MediaStreamTrack stats |
| 121 | https://bugs.webkit.org/show_bug.cgi?id=170031 |
| 122 | |
| 123 | Reviewed by Eric Carlson. |
| 124 | |
| 125 | * webrtc/datachannel/datachannel-stats-expected.txt: Added. |
| 126 | * webrtc/datachannel/datachannel-stats.html: Added. |
| 127 | * webrtc/video-mediastreamtrack-stats-expected.txt: Added. |
| 128 | * webrtc/video-mediastreamtrack-stats.html: Added. |
| 129 | |
cdumez@apple.com | edecdd0 | 2017-03-24 16:27:01 +0000 | [diff] [blame] | 130 | 2017-03-24 Chris Dumez <cdumez@apple.com> |
| 131 | |
| 132 | Extend svg/animations/animations-paused-disconnected-iframe.html |
| 133 | https://bugs.webkit.org/show_bug.cgi?id=170035 |
| 134 | |
| 135 | Reviewed by Andreas Kling. |
| 136 | |
| 137 | Extend svg/animations/animations-paused-disconnected-iframe.html to cover more things. |
| 138 | |
| 139 | * svg/animations/animations-paused-disconnected-iframe-expected.txt: |
| 140 | * svg/animations/animations-paused-disconnected-iframe.html: |
| 141 | |
commit-queue@webkit.org | 97bd82a | 2017-03-24 16:25:09 +0000 | [diff] [blame] | 142 | 2017-03-24 Youenn Fablet <youenn@apple.com> |
| 143 | |
| 144 | Fix framesEncoded/framesDecoded RTC stats |
| 145 | https://bugs.webkit.org/show_bug.cgi?id=170024 |
| 146 | |
| 147 | Reviewed by Eric Carlson. |
| 148 | |
| 149 | * webrtc/video-stats-expected.txt: Added. |
| 150 | * webrtc/video-stats.html: Added. |
| 151 | |
carlosgc@webkit.org | 798207a | 2017-03-24 13:19:56 +0000 | [diff] [blame] | 152 | 2017-03-24 Carlos Garcia Campos <cgarcia@igalia.com> |
| 153 | |
carlosgc@webkit.org | ccdbb35 | 2017-03-24 13:59:02 +0000 | [diff] [blame] | 154 | Unreviewed GTK+ gardening. Mark media/video-load-require-user-gesture.html as failing after r214338. |
| 155 | |
| 156 | * platform/gtk/TestExpectations: |
| 157 | |
| 158 | 2017-03-24 Carlos Garcia Campos <cgarcia@igalia.com> |
| 159 | |
carlosgc@webkit.org | 77c8941 | 2017-03-24 13:30:56 +0000 | [diff] [blame] | 160 | Unreviewed GTK+ gardening. Rebaseline http/tests/inspector/network/fetch-response-body.html/xhr-response-body.html after r214338. |
| 161 | |
| 162 | We are now getting the right application/json for a file data.json. The soup network backend tries to gess the |
| 163 | mime type from the extension when sniffing is not allowed and the mime type is not known. See bug |
| 164 | webkit.org/b/168299, that was added actually to fix these tests, but at that time we also failed to guess the |
| 165 | mime type and returned application/octet-stream. |
| 166 | |
| 167 | * platform/gtk/TestExpectations: |
| 168 | * platform/gtk/http/tests/inspector/network/fetch-response-body-expected.txt: Added. |
| 169 | * platform/gtk/http/tests/inspector/network/xhr-response-body-expected.txt: Added. |
| 170 | |
| 171 | 2017-03-24 Carlos Garcia Campos <cgarcia@igalia.com> |
| 172 | |
carlosgc@webkit.org | 798207a | 2017-03-24 13:19:56 +0000 | [diff] [blame] | 173 | Unreviewed GTK+ gardening. Rebaseline fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download.html after r214338. |
| 174 | |
| 175 | We are now getting a MIME type for otf files. |
| 176 | |
| 177 | * platform/gtk/fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download-expected.txt: Added. |
| 178 | |
pvollan@apple.com | e52fe06 | 2017-03-24 12:01:45 +0000 | [diff] [blame] | 179 | 2017-03-24 Per Arne Vollan <pvollan@apple.com> |
| 180 | |
| 181 | Text stroke is sometimes clipped on video captions. |
| 182 | https://bugs.webkit.org/show_bug.cgi?id=170006 |
| 183 | |
| 184 | Reviewed by Eric Carlson. |
| 185 | |
| 186 | * media/track/track-css-stroke-cues-expected.txt: |
| 187 | * media/track/track-css-stroke-cues.html: |
| 188 | |
carlosgc@webkit.org | 4192230 | 2017-03-24 08:21:21 +0000 | [diff] [blame] | 189 | 2017-03-24 Carlos Garcia Campos <cgarcia@igalia.com> |
| 190 | |
| 191 | [GTK] Add MIMETypeRegistry implementation using xdgmime and remove the GTK+ one |
| 192 | https://bugs.webkit.org/show_bug.cgi?id=170001 |
| 193 | |
| 194 | Reviewed by Michael Catanzaro. |
| 195 | |
| 196 | Remove platform specific expectations of two test because now we do the same as other wk2 ports. |
| 197 | |
| 198 | * platform/gtk/TestExpectations: |
| 199 | |
antti@apple.com | 0e079ed | 2017-03-24 03:20:18 +0000 | [diff] [blame] | 200 | 2017-03-23 Antti Koivisto <antti@apple.com> |
| 201 | |
| 202 | Revert r213712, caused iPad PLT regression |
| 203 | https://bugs.webkit.org/show_bug.cgi?id=170040 |
| 204 | |
| 205 | Unreviewed. |
| 206 | |
| 207 | * http/tests/incremental/stylesheet-body-incremental-rendering-expected.html: Removed. |
| 208 | * http/tests/incremental/stylesheet-body-incremental-rendering.html: Removed. |
| 209 | |
cdumez@apple.com | 838ef37 | 2017-03-23 23:51:20 +0000 | [diff] [blame] | 210 | 2017-03-23 Chris Dumez <cdumez@apple.com> |
| 211 | |
| 212 | SVG animations are not paused when their <svg> element is removed from the document |
| 213 | https://bugs.webkit.org/show_bug.cgi?id=170030 |
| 214 | <rdar://problem/31230252> |
| 215 | |
| 216 | Reviewed by Dean Jackson. |
| 217 | |
| 218 | Add layout test coverage. |
| 219 | |
| 220 | * svg/animations/animations-paused-when-removed-from-document-expected.txt: Added. |
| 221 | * svg/animations/animations-paused-when-removed-from-document.html: Added. |
| 222 | |
mmaxfield@apple.com | 0dea8b6 | 2017-03-23 23:14:02 +0000 | [diff] [blame] | 223 | 2017-03-22 Myles C. Maxfield <mmaxfield@apple.com> |
| 224 | |
| 225 | font shorthand should accept variation values |
| 226 | https://bugs.webkit.org/show_bug.cgi?id=168998 |
| 227 | |
| 228 | Reviewed by Simon Fraser. |
| 229 | |
| 230 | * fast/text/font-style-parse-expected.txt: |
| 231 | * fast/text/font-style-parse.html: |
| 232 | * fast/text/font-weight-parse-expected.txt: |
| 233 | * fast/text/font-weight-parse.html: |
| 234 | |
cdumez@apple.com | 62599cb | 2017-03-23 22:40:50 +0000 | [diff] [blame] | 235 | 2017-03-23 Chris Dumez <cdumez@apple.com> |
| 236 | |
| 237 | SVG animations are not paused when inserted into a hidden page |
| 238 | https://bugs.webkit.org/show_bug.cgi?id=170026 |
| 239 | <rdar://problem/31228704> |
| 240 | |
| 241 | Reviewed by Andreas Kling. |
| 242 | |
| 243 | Add layout test coverage. |
| 244 | |
| 245 | * svg/animations/animations-paused-when-inserted-in-hidden-document-expected.txt: Added. |
| 246 | * svg/animations/animations-paused-when-inserted-in-hidden-document.html: Added. |
| 247 | * svg/animations/animations-paused-when-inserted-in-hidden-document2-expected.txt: Added. |
| 248 | * svg/animations/animations-paused-when-inserted-in-hidden-document2.html: Added. |
| 249 | |
mcatanzaro@igalia.com | eb5d6d9 | 2017-03-23 22:39:57 +0000 | [diff] [blame] | 250 | == Rolled over to ChangeLog-2017-03-23 == |