Changes between Version 24 and Version 25 of QtWebKitBackportingFixes


Ignore:
Timestamp:
Dec 22, 2009 3:31:31 PM (14 years ago)
Author:
Laszlo Gombos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitBackportingFixes

    v24 v25  
    88
    99   * ~~ r51103 - https://bugs.webkit.org/show_bug.cgi?id=29443 -- WebKit crashes when loading certain SVG images ~~
     10   * ~~ r51306 - 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   * ~~ r51307 - https://bugs.webkit.org/show_bug.cgi?id=31773 -- [Symbian] Fix lastIndexOf() for Symbian ~~
    1012   * ~~ r51308 - https://bugs.webkit.org/show_bug.cgi?id=31355 -- Documentation fixes~~
    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~~
    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    * ~~ 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
    15    * https://bugs.webkit.org/show_bug.cgi?id=31773 -- [Symbian] Fix lastIndexOf() for Symbian
    16    * https://bugs.webkit.org/show_bug.cgi?id=32121 -- [Qt] implement ImageDecoderQt::clearFrameBufferCache()
    17    * https://bugs.webkit.org/show_bug.cgi?id=32555 -- [Qt] support navigator.onLine and ononline/onoffline events. This is crucial for S60 -- Revision 52261 --
    18    * https://bugs.webkit.org/show_bug.cgi?id=32668 -- [Qt] Add new scrollRecursively API to QWebFrame
    19    * https://bugs.webkit.org/show_bug.cgi?id=32713 -- [Qt] make wtf/Assertions.h compile in winscw compiler.
    20    * http://trac.webkit.org/changeset/52259 -- [Qt] Symbian build fix: Don't include QtXml/qxmlstream.h but omit the prefix
    21    * http://trac.webkit.org/changeset/52310 -- [Qt] Fix the build on Symbian.
     13   * ~~ r51461 - 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) ~~
     14   * ~~ r51515 - https://bugs.webkit.org/show_bug.cgi?id=31961 --  [Qt][Symbian] Report SymbianOS in user agent string for Symbian ~~
     15   * r52152 - https://bugs.webkit.org/show_bug.cgi?id=30914 -- [Qt] Javascript Prompt API default return values check failure on QtLauncher
     16   * r52261 - 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   * r52311 - https://bugs.webkit.org/show_bug.cgi?id=32668 -- [Qt] Add new scrollRecursively API to QWebFrame. - Please merge with private API !
     18   * r52337 - https://bugs.webkit.org/show_bug.cgi?id=32713 -- [Qt] make wtf/Assertions.h compile in winscw compiler.
     19   * r52259 -- [Qt] Symbian build fix: Don't include QtXml/qxmlstream.h but omit the prefix
     20   * r52310 -- [Qt] Fix the build on Symbian.
     21   * (not landed) https://bugs.webkit.org/show_bug.cgi?id=32121 -- [Qt] implement ImageDecoderQt::clearFrameBufferCache()
    2222   * (not landed) https://bugs.webkit.org/show_bug.cgi?id=29048 -- [Qt] make RenderStyle.h compile in winscw compiler.
    2323   * (not landed) https://bugs.webkit.org/show_bug.cgi?id=31673 -- [Qt] need an API to suspend and resume active Javascript DOM objects.