Changes between Version 20 and Version 21 of QtWebKitBackportingFixes
- Timestamp:
- Dec 22, 2009, 1:40:34 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitBackportingFixes
v20 v21 7 7 == Patches for QtWebKit 4.6 == 8 8 9 * ~~ Revision 51103 -- [[https://bugs.webkit.org/show_bug.cgi?id=29443]] -- WebKit crashes when loading certain SVG images ~~ 9 * ~~ https://bugs.webkit.org/show_bug.cgi?id=29443 -- WebKit crashes when loading certain SVG images -- Revision 51103 -- ~~ 10 * ~~ https://bugs.webkit.org/show_bug.cgi?id=31355 -- Documentation fixes~~ 10 11 * ~~ https://bugs.webkit.org/show_bug.cgi?id=31681 -- [Qt] Wrong runtime instance objects of wrapped QObjects may be used if the wrapped object died before the gc removed the instance~~ 11 * ~~ https://bugs.webkit.org/show_bug.cgi?id=31355 -- Documentation fixes~~12 12 * ~~ https://bugs.webkit.org/show_bug.cgi?id=31943 -- Apply workaround for the limitation of VirtualFree with MEM_RELEASE to all ports running on Windows (possibly a crash on Win only) ~~ 13 13 * ~~ https://bugs.webkit.org/show_bug.cgi?id=31961 -- [Qt][Symbian] Report SymbianOS in user agent string for Symbian ~~ 14 * https://bugs.webkit.org/show_bug.cgi?id=30914 -- [Qt] Javascript Prompt API default return values check failure on QtLauncher 14 15 * https://bugs.webkit.org/show_bug.cgi?id=31773 -- [Symbian] Fix lastIndexOf() for Symbian 15 16 * https://bugs.webkit.org/show_bug.cgi?id=32555 -- [Qt] support navigator.onLine and ononline/onoffline events. This is crucial for S60 -- Revision 52261 -- 17 * https://bugs.webkit.org/show_bug.cgi?id=32713 -- [Qt] make wtf/Assertions.h compile in winscw compiler. 18 * http://trac.webkit.org/changeset/52259 -- [Qt] Symbian build fix: Don't include QtXml/qxmlstream.h but omit the prefix 19 * http://trac.webkit.org/changeset/52310 -- [Qt] Fix the build on Symbian. 20 * (not landed) https://bugs.webkit.org/show_bug.cgi?id=29048 -- [Qt] make RenderStyle.h compile in winscw compiler. 21 * (not landed) https://bugs.webkit.org/show_bug.cgi?id=31673 -- [Qt] need an API to suspend and resume active Javascript DOM objects. 16 22 * (not landed) https://bugs.webkit.org/show_bug.cgi?id=32684 -- [Qt] Allow the application to override online/offline network status. This is a temporary solution, while we are negotiating the new Bearer Management API for Qt 4.7. 17 * https://bugs.webkit.org/show_bug.cgi?id=32713 -- [Qt] make wtf/Assertions.h compile in winscw compiler.18 * http://trac.webkit.org/changeset/52310 -- [Qt] Fix the build on Symbian.19 * http://trac.webkit.org/changeset/52259 -- [Qt] Symbian build fix: Don't include QtXml/qxmlstream.h but omit the prefix20 * (not landed) https://bugs.webkit.org/show_bug.cgi?id=31673 -- [Qt] need an API to suspend and resume active Javascript DOM objects.21 * (not landed) https://bugs.webkit.org/show_bug.cgi?id=29048 -- [Qt] make RenderStyle.h compile in winscw compiler.22 23 23 24 == Patches for QtWebKit 2010.1 ==