SVN commit 1097995 by ggarand: .add KHTML/KJS changes for 4.4.1 M +35 -0 changelog4_4_0to4_4_1.php M +25 -0 changelog_branch_4_4.xml --- trunk/www/sites/www/announcements/changelogs/changelog4_4_0to4_4_1.php #1097994:1097995 @@ -61,6 +61,41 @@
  • Add missing connection which made the "change link target" feature non-working unless something else in the dialog was changed too. Fixes bug 228325. See SVN commit 1096316.
  • +

    khtml

    +
    + Optimizations: + Bugfixes: + +
    +

    kjs

    +
    + Bugfixes: + +

    kdeplasma-addons [ all SVN changes ]

    --- trunk/www/sites/www/announcements/changelogs/changelog_branch_4_4.xml #1097994:1097995 @@ -59,6 +59,31 @@ Fix KDirWatch detection of a watched file being deleted and recreated immediately, the existing code was non-working and crashing when unmounting a device. Add missing connection which made the "change link target" feature non-working unless something else in the dialog was changed too. + + Painting optimizations for CSS Text-shadow. + Avoid doing any unneeded work in scrollToOffset when the offset ends up being unchanged. + Critical performance fix - avoid repainting fully the page when scrolling due to a change of behaviour of Qt 4.6. + Don't allow any synchronous update of scrollbars during layout as that could potentially lead to crashes in the engine. + Fix printing ending up incomplete and/or with gaps in the text on some pages. + Fix crashes due to wrong behaviour when releasing allocated inline boxes. + Avoid table rendering failure due to overflow of a short integer. + Only enable the HTML 4.01 meaning of colspan/rowspan zero in standard/almost-standard mode matching Gecko engines. + rowspan="" should map to rowspan=1, not rowspan=0 avoids a crash on xmpp.org pages. + Avoid hitting an assert when drawing a dashed or dotted border arc with a radius that's smaller than or equal to the border width. + Fix scrolling while access keys are displayed producing artifacts. + Fix access keys being displayed only for the visible part of the page. + Don't let a form widget keep a blinking cursor when the focus is changed to an external widget (e.g. the location bar.) + Fix access keys not being de-activable when a form element has input focus. + Mitigate textarea selection extension problem + Fix arrow down keypress skipping entries in google's main search page. + Do not force vertical scrollbar on textarea when not necessary. + Fix innerHTML value of script element (affects JIRA dashboard.) + Fix occasional crash when laying out inline flow children. + Fix cursor not blinking in LineEdit form widget with Qt 4.6.1+. + + + Fix extremely inefficient regular expressions causing javascript failures or slowness (affects slashdot.org). +