Changeset 249181 in webkit
- Timestamp:
- Aug 27, 2019, 3:42:30 PM (7 years ago)
- Location:
- releases/WebKitGTK/webkit-2.24
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
Source/WebKit/ChangeLog (modified) (1 diff)
-
Source/WebKit/wpe/NEWS (modified) (1 diff)
-
Source/cmake/OptionsWPE.cmake (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
releases/WebKitGTK/webkit-2.24/ChangeLog
r249179 r249181 1 2019-08-27 Adrian Perez de Castro <aperez@igalia.com> 2 3 Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.24.3 release 4 5 * Source/cmake/OptionsWPE.cmake: Bump version numbers. 6 1 7 2019-08-27 Adrian Perez de Castro <aperez@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog
r249179 r249181 1 2019-08-27 Adrian Perez de Castro <aperez@igalia.com> 2 3 Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.24.3 release 4 5 * wpe/NEWS: Add release noes for 2.24.3 6 1 7 2019-08-27 Adrian Perez de Castro <aperez@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.24/Source/WebKit/wpe/NEWS
r245522 r249181 1 ================= 2 WPE WebKit 2.24.3 3 ================= 4 5 What's new in WPE WebKit 2.24.2? 6 7 - Updated the user agent string to make happy certain websites which 8 would claim that the browser being used was unsupported. 9 - Improve loading of multimedia streams to avoid memory exhaustion due 10 to excessive caching. 11 - Fix display of documents with MIME type application/xml in the Web 12 Inspector, when loaded using XmlHttpRequest. 13 - Fix a hang while scrolling certain websites which include HLS video 14 content (Twitter, for example). 15 - Fix rounding artifacts in volume levels for media playback. 16 - Fix several crashes and rendering issues. 17 - Fix the build with video track support disabled. 18 - Fix the build with multimedia support completely disabled with 19 ENABLE_VIDEO=OFF and ENABLE_WEB_AUDIO=OFF. 20 - Fix build issue which would cause media controls to disappear when 21 Python 3.x was used during the build process. 22 1 23 ================= 2 24 WPE WebKit 2.24.2 -
releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsWPE.cmake
r245522 r249181 2 2 include(VersioningUtils) 3 3 4 SET_PROJECT_VERSION(2 24 2)4 SET_PROJECT_VERSION(2 24 3) 5 5 set(WPE_API_VERSION 1.0) 6 6 7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 6 34)7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 6 4 4) 8 8 9 9 # These are shared variables, but we special case their definition so that we can use the
Note:
See TracChangeset
for help on using the changeset viewer.