Changes between Version 62 and Version 63 of QtWebKitBackportingFixes


Ignore:
Timestamp:
Jan 10, 2010 2:27:52 AM (14 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitBackportingFixes

    v62 v63  
    2323  * Week 1
    2424    * Awaiting integration into Qt 4.6 with commit a010d26629e8aa5aaa14a7e57ace06708fc903d6 :
    25       * ~~ r52928 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; ~~
    26       * ~~ (not landed) https://bugs.webkit.org/show_bug.cgi?id=32988 -- Add RVCT compiler optimization flags -Otime -O3 ~~
    27       * ~~ (not landed) https://bugs.webkit.org/show_bug.cgi?id=33084 -- Fix for RVCT -Otime fatal compiler error  ~~
    28       * ~~ (not landed) https://bugs.webkit.org/show_bug.cgi?id=33280 -- [RVCT] ACID3 test crash ~~
    29       * ~~ r52914 -- https://bugs.webkit.org/show_bug.cgi?id=31673 -- [Qt] Private API to suspend/resume active Javascript DOM objects ~~
     25      * r52928 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;
     26      * (not landed) https://bugs.webkit.org/show_bug.cgi?id=32988 -- Add RVCT compiler optimization flags -Otime -O3
     27      * (not landed) https://bugs.webkit.org/show_bug.cgi?id=33084 -- Fix for RVCT -Otime fatal compiler error
     28      * (not landed) https://bugs.webkit.org/show_bug.cgi?id=33280 -- [RVCT] ACID3 test crash
     29      * r52914 -- https://bugs.webkit.org/show_bug.cgi?id=31673 -- [Qt] Private API to suspend/resume active Javascript DOM objects
    3030    * Integrated into Qt 4.6 with 53817ebe67158d642fd5d85dfdcf4d96e91b093b (or earlier):
    31       * ~~ r51871 -- Make WebKit build correctly on FreeBSD, IA64, and Alpha. ~~
    32       * ~~ r52682 - https://bugs.webkit.org/show_bug.cgi?id=33082 -- Do not include Frame.h under WebCore/html/canvas ~~
     31      * r51871 -- Make WebKit build correctly on FreeBSD, IA64, and Alpha.
     32      * r52682 - https://bugs.webkit.org/show_bug.cgi?id=33082 -- Do not include Frame.h under WebCore/html/canvas
    3333
    3434  * Week 53
    35     * ~~ (not landed) https://bugs.webkit.org/show_bug.cgi?id=29048 -- [Qt] make RenderStyle.h compile in winscw compiler. - was already applied in commit 20e982d90067406485dcf1ca6d23ec0efad721c2 ~~
    36     * ~~ r52261 - https://bugs.webkit.org/show_bug.cgi?id=32555 -- [Qt] support navigator.onLine and ononline/onoffline events. ~~
    37     * ~~ r52648 - https://bugs.webkit.org/show_bug.cgi?id=33040 -- Disable datagrid implementation as it is not ready for general web use yet. ~~
     35    * (not landed) https://bugs.webkit.org/show_bug.cgi?id=29048 -- [Qt] make RenderStyle.h compile in winscw compiler. - was already applied in commit 20e982d90067406485dcf1ca6d23ec0efad721c2
     36    * r52261 - https://bugs.webkit.org/show_bug.cgi?id=32555 -- [Qt] support navigator.onLine and ononline/onoffline events.
     37    * r52648 - https://bugs.webkit.org/show_bug.cgi?id=33040 -- Disable datagrid implementation as it is not ready for general web use yet.
    3838
    3939  * Older
    40     * ~~ r51103 - https://bugs.webkit.org/show_bug.cgi?id=29443 -- WebKit crashes when loading certain SVG images ~~
    41     * ~~ 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~~
    42     * ~~ r51307 - https://bugs.webkit.org/show_bug.cgi?id=31773 -- [Symbian] Fix lastIndexOf() for Symbian ~~
    43     * ~~ r51308 - https://bugs.webkit.org/show_bug.cgi?id=31355 -- Documentation fixes~~
    44     * ~~ 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) ~~
    45     * ~~ r51515 - https://bugs.webkit.org/show_bug.cgi?id=31961 --  [Qt][Symbian] Report SymbianOS in user agent string for Symbian ~~
    46     * ~~ r52152 - https://bugs.webkit.org/show_bug.cgi?id=30914 -- [Qt] Javascript Prompt API default return values check failure on QtLauncher ~~
    47     * ~~ r52337 - https://bugs.webkit.org/show_bug.cgi?id=32713 -- [Qt] make wtf/Assertions.h compile in winscw compiler. ~~
    48     * ~~ r52259 - [Qt] Symbian build fix: Don't include QtXml/qxmlstream.h but omit the prefix ~~
     40    * r51103 - https://bugs.webkit.org/show_bug.cgi?id=29443 -- WebKit crashes when loading certain SVG images
     41    * 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
     42    * r51307 - https://bugs.webkit.org/show_bug.cgi?id=31773 -- [Symbian] Fix lastIndexOf() for Symbian
     43    * r51308 - https://bugs.webkit.org/show_bug.cgi?id=31355 -- Documentation fixes
     44    * 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)
     45    * r51515 - https://bugs.webkit.org/show_bug.cgi?id=31961 --  [Qt][Symbian] Report SymbianOS in user agent string for Symbian
     46    * r52152 - https://bugs.webkit.org/show_bug.cgi?id=30914 -- [Qt] Javascript Prompt API default return values check failure on QtLauncher
     47    * r52337 - https://bugs.webkit.org/show_bug.cgi?id=32713 -- [Qt] make wtf/Assertions.h compile in winscw compiler.
     48    * r52259 - [Qt] Symbian build fix: Don't include QtXml/qxmlstream.h but omit the prefix
    4949
    5050== Patches for QtWebKit 2010.1 ==
    5151
    52    * We haven't released it yet :-)
     52   * We haven't created a release branch yet :-)