Monday, April 25, 2011

Week 16 updates on QtWebKit stable branches (v2.1.x)

No new cherry-picks or fixes on the qtwebkit-2.1.x branch during this week.

On related news, we're releasing our first beta of the 2.1.1 version (from the 2.1.x branch). There are a few bugs left but the final version is expected to be released very soon (as with 2.1.0, we're waiting for the final green light from the target devices).

The focus of the 2.1.1 release is HTML5 media (video/audio) on Meego/Symbian + general bugfixes. Although the targets are mobile platforms (the same of 2.1.0), tests and feedback on any environment are welcome as usual.

The project wiki has build instructions and other useful resources and discussions happen on the developer mailing list and on the #qtwebkit IRC channel on freenode.

Monday, April 18, 2011

Week 15 updates on QtWebKit stable branches (v2.1 and v2.1.x)

QtWebKit-2.1.0 has finally been released. Check the announcement for details. The focus is now on QtWebKit-2.2 (work happening on trunk) and on the next update for the 2.1.x series: QtWebKit-2.1.x.

Changes from qtwebkit-2.1.x-week14 to qtwebkit-2.1.x-week15
2 bugs, 4 commits

Bugs fixed / Tasks done:
  • #43645: Use after free in notification presenter object
  • #56130: [Qt] Plugin is not scrolled together with page content or jumping when content is rendered using cache (backing store).
Commits added or cherry-picked:
  • 4acb6bf: Prevent use of stale notification presenter pointer in notifications by instead using
  • 8ecd550: [Qt] Plugin is not scrolled together with page content or jumping
  • ab07873: Skip failing tests which are not going to be fixed in the short term

Monday, April 11, 2011

Week 14 updates on QtWebKit stable branches (v2.1 and v2.1.x)

This week we had just one change in the 2.1 branches: a fix for a regression in the 2.1.x branch. 2.1.0 has no more blocking bugs and is basically waiting for the final green light to be released.

 

QtWebKit 2.1
No changes from qtwebkit-2.1-week13 to qtwebkit-2.1-week14


QtWebKit 2.1.x
Changes from qtwebkit-2.1.x-week13 to qtwebkit-2.1.x-week14

1 bug, 1 commit

Bugs fixed / Tasks done:
  • #51208: [Qt] GraphicsContext should respect QWebView render hints
Commits added or cherry-picked:
  • f45d421: Fix mistake during cherry-pick of r74220

Monday, April 4, 2011

Week 13 updates on QtWebKit stable branches (v2.1 and v2.1.x)

New week 13 updates for QtWebKit 2.1 and 2.1.x are available.

Remember that these versions are targeted at Nokia devices (Symbian and Meego) and are not officially supported on other platforms. The next multi-platform official QtWebKit release will be QtWebKit-2.2, which is under development right now and will be part of the next Qt bundle.

Status below:

QtWebKit 2.1

Changes from qtwebkit-2.1-week12 to qtwebkit-2.1-week13
1 bugs, 1 commits

Bugs fixed / Tasks done:

  • #56054: Input[type=number] should step by 1. by default

Commits added or cherry-picked:

  • 5213e35: Input[type=number] should step by 1. by default

QtWebKit 2.1.x

Changes from qtwebkit-2.1.x-week13 to qtwebkit-2.1.x-week13
2 bugs, 3 commits

Bugs fixed / Tasks done:

  • #56046: [Qt] Text layout is broken on Symbian
  • #56054: Input[type=number] should step by 1. by default

Commits added or cherry-picked:

  • 3ecec08: [Qt] Text layout is broken on Symbian
  • 5213e35: Input[type=number] should step by 1. by default