cdumez@apple.com | edecdd0 | 2017-03-24 16:27:01 +0000 | [diff] [blame^] | 1 | 2017-03-24 Chris Dumez <cdumez@apple.com> |
| 2 | |
| 3 | Extend svg/animations/animations-paused-disconnected-iframe.html |
| 4 | https://bugs.webkit.org/show_bug.cgi?id=170035 |
| 5 | |
| 6 | Reviewed by Andreas Kling. |
| 7 | |
| 8 | Extend svg/animations/animations-paused-disconnected-iframe.html to cover more things. |
| 9 | |
| 10 | * svg/animations/animations-paused-disconnected-iframe-expected.txt: |
| 11 | * svg/animations/animations-paused-disconnected-iframe.html: |
| 12 | |
commit-queue@webkit.org | 97bd82a | 2017-03-24 16:25:09 +0000 | [diff] [blame] | 13 | 2017-03-24 Youenn Fablet <youenn@apple.com> |
| 14 | |
| 15 | Fix framesEncoded/framesDecoded RTC stats |
| 16 | https://bugs.webkit.org/show_bug.cgi?id=170024 |
| 17 | |
| 18 | Reviewed by Eric Carlson. |
| 19 | |
| 20 | * webrtc/video-stats-expected.txt: Added. |
| 21 | * webrtc/video-stats.html: Added. |
| 22 | |
carlosgc@webkit.org | 798207a | 2017-03-24 13:19:56 +0000 | [diff] [blame] | 23 | 2017-03-24 Carlos Garcia Campos <cgarcia@igalia.com> |
| 24 | |
carlosgc@webkit.org | ccdbb35 | 2017-03-24 13:59:02 +0000 | [diff] [blame] | 25 | Unreviewed GTK+ gardening. Mark media/video-load-require-user-gesture.html as failing after r214338. |
| 26 | |
| 27 | * platform/gtk/TestExpectations: |
| 28 | |
| 29 | 2017-03-24 Carlos Garcia Campos <cgarcia@igalia.com> |
| 30 | |
carlosgc@webkit.org | 77c8941 | 2017-03-24 13:30:56 +0000 | [diff] [blame] | 31 | Unreviewed GTK+ gardening. Rebaseline http/tests/inspector/network/fetch-response-body.html/xhr-response-body.html after r214338. |
| 32 | |
| 33 | We are now getting the right application/json for a file data.json. The soup network backend tries to gess the |
| 34 | mime type from the extension when sniffing is not allowed and the mime type is not known. See bug |
| 35 | webkit.org/b/168299, that was added actually to fix these tests, but at that time we also failed to guess the |
| 36 | mime type and returned application/octet-stream. |
| 37 | |
| 38 | * platform/gtk/TestExpectations: |
| 39 | * platform/gtk/http/tests/inspector/network/fetch-response-body-expected.txt: Added. |
| 40 | * platform/gtk/http/tests/inspector/network/xhr-response-body-expected.txt: Added. |
| 41 | |
| 42 | 2017-03-24 Carlos Garcia Campos <cgarcia@igalia.com> |
| 43 | |
carlosgc@webkit.org | 798207a | 2017-03-24 13:19:56 +0000 | [diff] [blame] | 44 | Unreviewed GTK+ gardening. Rebaseline fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download.html after r214338. |
| 45 | |
| 46 | We are now getting a MIME type for otf files. |
| 47 | |
| 48 | * platform/gtk/fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download-expected.txt: Added. |
| 49 | |
pvollan@apple.com | e52fe06 | 2017-03-24 12:01:45 +0000 | [diff] [blame] | 50 | 2017-03-24 Per Arne Vollan <pvollan@apple.com> |
| 51 | |
| 52 | Text stroke is sometimes clipped on video captions. |
| 53 | https://bugs.webkit.org/show_bug.cgi?id=170006 |
| 54 | |
| 55 | Reviewed by Eric Carlson. |
| 56 | |
| 57 | * media/track/track-css-stroke-cues-expected.txt: |
| 58 | * media/track/track-css-stroke-cues.html: |
| 59 | |
carlosgc@webkit.org | 4192230 | 2017-03-24 08:21:21 +0000 | [diff] [blame] | 60 | 2017-03-24 Carlos Garcia Campos <cgarcia@igalia.com> |
| 61 | |
| 62 | [GTK] Add MIMETypeRegistry implementation using xdgmime and remove the GTK+ one |
| 63 | https://bugs.webkit.org/show_bug.cgi?id=170001 |
| 64 | |
| 65 | Reviewed by Michael Catanzaro. |
| 66 | |
| 67 | Remove platform specific expectations of two test because now we do the same as other wk2 ports. |
| 68 | |
| 69 | * platform/gtk/TestExpectations: |
| 70 | |
antti@apple.com | 0e079ed | 2017-03-24 03:20:18 +0000 | [diff] [blame] | 71 | 2017-03-23 Antti Koivisto <antti@apple.com> |
| 72 | |
| 73 | Revert r213712, caused iPad PLT regression |
| 74 | https://bugs.webkit.org/show_bug.cgi?id=170040 |
| 75 | |
| 76 | Unreviewed. |
| 77 | |
| 78 | * http/tests/incremental/stylesheet-body-incremental-rendering-expected.html: Removed. |
| 79 | * http/tests/incremental/stylesheet-body-incremental-rendering.html: Removed. |
| 80 | |
cdumez@apple.com | 838ef37 | 2017-03-23 23:51:20 +0000 | [diff] [blame] | 81 | 2017-03-23 Chris Dumez <cdumez@apple.com> |
| 82 | |
| 83 | SVG animations are not paused when their <svg> element is removed from the document |
| 84 | https://bugs.webkit.org/show_bug.cgi?id=170030 |
| 85 | <rdar://problem/31230252> |
| 86 | |
| 87 | Reviewed by Dean Jackson. |
| 88 | |
| 89 | Add layout test coverage. |
| 90 | |
| 91 | * svg/animations/animations-paused-when-removed-from-document-expected.txt: Added. |
| 92 | * svg/animations/animations-paused-when-removed-from-document.html: Added. |
| 93 | |
mmaxfield@apple.com | 0dea8b6 | 2017-03-23 23:14:02 +0000 | [diff] [blame] | 94 | 2017-03-22 Myles C. Maxfield <mmaxfield@apple.com> |
| 95 | |
| 96 | font shorthand should accept variation values |
| 97 | https://bugs.webkit.org/show_bug.cgi?id=168998 |
| 98 | |
| 99 | Reviewed by Simon Fraser. |
| 100 | |
| 101 | * fast/text/font-style-parse-expected.txt: |
| 102 | * fast/text/font-style-parse.html: |
| 103 | * fast/text/font-weight-parse-expected.txt: |
| 104 | * fast/text/font-weight-parse.html: |
| 105 | |
cdumez@apple.com | 62599cb | 2017-03-23 22:40:50 +0000 | [diff] [blame] | 106 | 2017-03-23 Chris Dumez <cdumez@apple.com> |
| 107 | |
| 108 | SVG animations are not paused when inserted into a hidden page |
| 109 | https://bugs.webkit.org/show_bug.cgi?id=170026 |
| 110 | <rdar://problem/31228704> |
| 111 | |
| 112 | Reviewed by Andreas Kling. |
| 113 | |
| 114 | Add layout test coverage. |
| 115 | |
| 116 | * svg/animations/animations-paused-when-inserted-in-hidden-document-expected.txt: Added. |
| 117 | * svg/animations/animations-paused-when-inserted-in-hidden-document.html: Added. |
| 118 | * svg/animations/animations-paused-when-inserted-in-hidden-document2-expected.txt: Added. |
| 119 | * svg/animations/animations-paused-when-inserted-in-hidden-document2.html: Added. |
| 120 | |
mcatanzaro@igalia.com | eb5d6d9 | 2017-03-23 22:39:57 +0000 | [diff] [blame] | 121 | == Rolled over to ChangeLog-2017-03-23 == |