Changes between Version 101 and Version 102 of WebKitGTK/1.8.x
- Timestamp:
- Apr 26, 2012, 8:28:06 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/1.8.x
v101 v102 1 1 [[PageOutline]] 2 2 3 = Potential new features for 1.8.0 = 4 * Geolocation support (yes!) 5 * requestAnimationFrame support (yes!) 6 * IndexedDB support (dunno) 7 * Page visibility support (probably) 8 * openModalDialog support (probably) 3 = Preparing for 1.8.2 = 9 4 10 = Preparing for 1.8.0 = 11 12 WebkitGtk+ '''1.8.0''' will be the next release in the stable series. We should merge not overly intrusive patches that improve stability or performance, fix build issues, etc. We branched at r108186. 5 WebkitGtk+ '''1.8.2''' will be the next release in the stable series. We should merge not overly intrusive patches that improve stability or performance, fix build issues, etc. We branched at r108186. 13 6 14 7 When filing bugs (http://bugs.webkit.org) against stable release, please prefix them with "[GTK] [Stable]" to ensure they are addressed with high … … 21 14 branch, so be sure to stay up to date. Thanks for your help! 22 15 23 == Proposed merges for 1.8.1 == 16 == Proposed merges for 1.8.2 == 17 * [https://bugs.webkit.org/show_bug.cgi?id=84848] ''[cairo] CairoGraphicsContext fillRect (with Color) overrides composite operator'' 18 * [https://bugs.webkit.org/show_bug.cgi?id=84838] '' [Gtk] WebKitGTK+ 1.8.1 fails to build when disabling HTML Video feature'' 19 20 == Changes on track == 21 * [https://bugs.webkit.org/show_bug.cgi?id=68835] "[GTK] [ATK] testatk fails in the getExtents test" 22 * [https://bugs.webkit.org/show_bug.cgi?id=68733] ''REGRESSION (r95239): [chromium] Twitter.com now extremely slow from border-radius clips'' 23 * [https://bugs.webkit.org/show_bug.cgi?id=45321] "Current l10n infrastructure not completely intltool compliant" 24 25 == Patches rejected == 26 * [http://trac.webkit.org/changeset/113778] ''Segmentation fault in JS drop-down menus in facebook.com'' 27 This patch fixes a bug introduced after the branch. 28 29 = Previous versions = 30 31 == 1.8.1 == 32 24 33 * ~~[http://trac.webkit.org/changeset/110669] ''[GTK] Use the same DNS prefetching path than the other ports.''~~ 25 34 * ~~[http://trac.webkit.org/changeset/110697] ''Build error: DNSSoup.cpp:30: fatal error: CString.h: No such file or directory''~~ … … 34 43 * ~~[http://trac.webkit.org/changeset/114980] ''REGRESSION(113604): [Soup] Some pages that use synchronous XMLHttpRequests freeze the browser'' 35 44 36 == Patches rejected == 37 * [http://trac.webkit.org/changeset/113778] ''Segmentation fault in JS drop-down menus in facebook.com'' 38 This patch fixes a bug introduced after the branch. 39 40 == Changes on track == 41 * [https://bugs.webkit.org/show_bug.cgi?id=68835] "[GTK] [ATK] testatk fails in the getExtents test" 42 * [https://bugs.webkit.org/show_bug.cgi?id=68733] ''REGRESSION (r95239): [chromium] Twitter.com now extremely slow from border-radius clips'' 43 * [https://bugs.webkit.org/show_bug.cgi?id=45321] "Current l10n infrastructure not completely intltool compliant" 44 45 = Previous versions = 46 47 == 1.8 == 45 == 1.8.0 == 48 46 49 47 * ~~[http://trac.webkit.org/changeset/108417] ''Assertion failure in TextIterator::handleTextBox''~~