Changes between Version 23 and Version 24 of QtBackLog


Ignore:
Timestamp:
Oct 25, 2009 9:14:38 PM (14 years ago)
Author:
zecke@selfish.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtBackLog

    v23 v24  
    3232||[https://bugs.webkit.org/show_bug.cgi?id=30210 #30210]||Create Embedded profile that will tune for embedded usage. This can mean to save memory in favor of speed, add a speed gain by avoiding certain operations, trading image quality for speed||||||
    3333||||Change CursorQt.cpp to not create QPixmap's right away but only on first load. This will be a minor memory improvement.||||||
    34 ||[https://bugs.webkit.org/show_bug.cgi?id=27538 #27538]||~~Image decoder changes needs to be measured. Do they make anything faster/slower? Do they consume more or less memory?~~||[https://trac.webkit.org/changeset/49179 49179] [https://trac.webkit.org/changeset/49180 49180] [https://trac.webkit.org/changeset/49181 49181] [https://trac.webkit.org/changeset/49182 49182] [https://trac.webkit.org/changeset/49183 49183] [https://trac.webkit.org/changeset/491865 49185] [https://trac.webkit.org/changeset/49186 49186] [https://trac.webkit.org/changeset/49559 49559]||6.10.2009-14.10.2009||
     34||~~[https://bugs.webkit.org/show_bug.cgi?id=27538 #27538]~~||~~Image decoder changes needs to be measured. Do they make anything faster/slower? Do they consume more or less memory?~~||[https://trac.webkit.org/changeset/49179 49179] [https://trac.webkit.org/changeset/49180 49180] [https://trac.webkit.org/changeset/49181 49181] [https://trac.webkit.org/changeset/49182 49182] [https://trac.webkit.org/changeset/49183 49183] [https://trac.webkit.org/changeset/491865 49185] [https://trac.webkit.org/changeset/49186 49186] [https://trac.webkit.org/changeset/49559 49559]||6.10.2009-14.10.2009||
     35
     36
     37== Legend ==
     38 Completion::
     39   An item that is ~~strokethrough~~ means it was completed and no further work needs to be done. An item is considered completed when the related bug report is closed, all patches has been landed to WebKit or Qt and links to the commits and the date of the landing is entered to the table.
     40
     41 Branch::
     42   For Qt patches the branch is pointing to a branch that needs to be merged into the Qt source tree. The branch has a specific topic and all patches of this branch are meant to be merged there. The patches are backed with performance tests and the Qt regression test suite was fully or partially executed on them
     43
     44 Landed in::
     45    Landed in should point to the git commit/commits when the branch has been merged into the Qt main repository. After this has happened and no regressions are found the item is considered completed.
     46
     47  Commit::
     48    Commit refers to a commit into the WebKit svn repository. Only after changes have landed in the repository the change is considered to be completed.