Changes between Version 20 and Version 21 of QtWebKitBackportingFixes


Ignore:
Timestamp:
Dec 22, 2009 1:40:34 PM (14 years ago)
Author:
Laszlo Gombos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitBackportingFixes

    v20 v21  
    77== Patches for QtWebKit 4.6 ==
    88
    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~~
    1011   * ~~ 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~~
    1212   * ~~ 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) ~~
    1313   * ~~ 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
    1415   * https://bugs.webkit.org/show_bug.cgi?id=31773 -- [Symbian] Fix lastIndexOf() for Symbian
    1516   * 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.
    1622   * (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 prefix
    20    * (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.
    2223
    2324== Patches for QtWebKit 2010.1 ==