Monday, December 27, 2010

qtwebkit-2.1-week51 status report - changes since qtwebkit-2.1-week50

Release Notes for qtwebkit-2.1-week51 - Changes since qtwebkit-2.1-week50

0 bugs, 1 commits

Commits added or cherry-picked:
  • 164d0df: Revert "Added haptics implementation that is based on the haptics CSS properties and uses the haptics platform plugin interface"

Tuesday, December 21, 2010

qtwebkit-2.1-week50 status report - changes since qtwebkit-2.1-week49

Release Notes for qtwebkit-2.1-week50 - Changes since qtwebkit-2.1-week49
1 bugs, 1 commits

Bugs fixed / Tasks done:
  • #39958: [Qt] TextBreakIteratorQt performance
Commits added or cherry-picked:
  • 4bed859: Temporary fix for #39958 (TextBreakIterator QT performance)

Thursday, December 16, 2010

QtWebKit-2.2 branch is now open

The QtWebKit-2.2 branch is now open. In other words, the stabilization process that will lead to the 2.2 release has started.

Although still in planning stage, what we know for sure is that it'll be based on QtWebKit-2.1 (the branch has been forked from the qtwebkit-2.1 branch) and should be made available sooner than usual (in terms of branch stabilization time).

Please note that, just as QtWebKit-2.1, QtWebKit-2.2 will be an intermediary release, non officially supported by Nokia on all platforms.

Some links of interest:

Tests and feedback are very welcome, as usual.

Monday, December 13, 2010

qtwebkit-2.1-week49 status report - changes since qtwebkit-2.1-week48.1

Release Notes for qtwebkit-2.1-week49 - Changes since qtwebkit-2.1-week48.1
2 bugs, 2 commits

Bugs fixed / Tasks done:
  • #45391: QtWebKit asserts when selecting elided text.
  • #50730: Spatial Navigation: Crash when handling iframe of size 0.
Commits added or cherry-picked:
  • 6aef00a: QtWebKit asserts when selecting elided text.
  • 7bebc59: Spatial Navigation: Crash when handling iframe of size 0.

Tuesday, December 7, 2010

qtwebkit-2.1-week48.1 status report - changes since qtwebkit-2.1-week48

Release Notes for qtwebkit-2.1-week48.1 - Changes since qtwebkit-2.1-week48
3 bugs, 3 commits

This is an extra release to include a few late fixes from previous week.

Bugs fixed / Tasks done:
  • #42664: Simple lookahead hangs Yarr
  • #43852: [Qt] resizeToContent seems to trigger infinite resize on some pages
  • #49787: QtWebKit does not respond properly to QInputMethodEvents with replacement text in them.
Commits added or cherry-picked:
  • df5e090: Fixed issue where RegExp greedy jit code loops when no input is
  • e0e3111: Backport of all necessary fixes for #43852
  • 78d2e82: New fix for #49787: QtWebKit does not respond properly to QInputMethodEvents with replacement text in them

Monday, December 6, 2010

qtwebkit-2.1-week48 status report - changes since qtwebkit-2.1-week47

Release Notes for qtwebkit-2.1-week48 - Changes since qtwebkit-2.1-week47
2 bugs, 3 commits

Bugs fixed / Tasks done:
  • #43619: Bitmap.h has no default constructor
  • #50270: [Qt] [Symbian] Reintroduce compiler optimizations for JSC
Commits added or cherry-picked:
  • 0e90308: Revert "Backport fix for #49787 to qtwebkit-2.1"
  • 67daffa: Bitmap.h has no default constructor
  • e7c8392: [Qt] [Symbian] Reintroduce compiler optimizations for JSC