[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    www/sites/www/announcements/changelogs
From:       Germain Garand <germain () ebooksfrance ! org>
Date:       2010-03-02 16:05:10
Message-ID: 1267545910.138132.29443.nullmailer () svn ! kde ! org
[Download RAW message or body]

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 @@
         <li class="bugfix ">Add missing connection which made the "change link \
target" feature non-working unless something else in the dialog was changed too. \
Fixes bug <a href="http://bugs.kde.org/show_bug.cgi?id=228325">228325</a>.  See SVN \
commit <a href="http://websvn.kde.org/?rev=1096316&amp;view=rev">1096316</a>. </li>  \
</ul>  </div>
+      <h4><a name="khtml">khtml</a></h4>
+      <div class="product" style="padding-left: 20px;">
+      <em>Optimizations:</em><ul>
+        <li class="optimize">Painting optimizations for CSS Text-shadow. See SVN \
commits <a href="http://websvn.kde.org/?rev=1087713&amp;view=rev">1087713</a> and <a \
href="http://websvn.kde.org/?rev=1087753&amp;view=rev">1087753</a>. </li> +        \
<li class="optimize">Avoid doing any unneeded work in scrollToOffset when the offset \
ends up being unchanged. See SVN commit <a \
href="http://websvn.kde.org/?rev=1094493&amp;view=rev">1094493</a>. </li> +        \
<li class="optimize">Critical performance fix - avoid repainting fully the page when \
scrolling due to a change of behaviour of Qt 4.6. See SVN commit <a \
href="http://websvn.kde.org/?rev=1089160&amp;view=rev">1089160</a>. </li> +      \
</ul> +      <em>Bugfixes:</em>
+      <ul>
+        <li class="bugfix ">Don't allow any synchronous update of scrollbars during \
layout as that could potentially lead to crashes in the engine. See SVN commit <a \
href="http://websvn.kde.org/?rev=1088982&amp;view=rev">1088982</a>. </li> +        \
<li class="bugfix ">Fix printing ending up incomplete and/or with gaps in the text on \
some pages. Fixes bugs <a \
href="http://bugs.kde.org/show_bug.cgi?id=191999">191999</a>, <a \
href="http://bugs.kde.org/show_bug.cgi?id=214352">214352</a> and <a \
href="http://bugs.kde.org/show_bug.cgi?id=197402">197402</a>.  See SVN commit <a \
href="http://websvn.kde.org/?rev=1095342&amp;view=rev">1095342</a>. </li> +        \
<li class="bugfix ">Fix crashes due to wrong behaviour when releasing allocated \
inline boxes. Fixes bugs <a \
href="http://bugs.kde.org/show_bug.cgi?id=206832">206832</a> and <a \
href="http://bugs.kde.org/show_bug.cgi?id=193717">193717</a>.  See SVN commit <a \
href="http://websvn.kde.org/?rev=1094495&amp;view=rev">1094495</a>. </li> +        \
<li class="bugfix ">Avoid table rendering failure due to overflow of a short integer. \
Fixes bug <a href="http://bugs.kde.org/show_bug.cgi?id=219920">219920</a>.  See SVN \
commit <a href="http://websvn.kde.org/?rev=1094490&amp;view=rev">1094490</a>. </li> + \
<li class="bugfix ">Only enable the HTML 4.01 meaning of colspan/rowspan zero in \
standard/almost-standard mode matching Gecko engines. Fixes bug <a \
href="http://bugs.kde.org/show_bug.cgi?id=227109">227109</a>.  See SVN commit <a \
href="http://websvn.kde.org/?rev=1094488&amp;view=rev">1094488</a>. </li> +        \
<li class="bugfix ">rowspan="" should map to rowspan=1, not rowspan=0 avoids a crash \
on xmpp.org pages. Fixes bug <a \
href="http://bugs.kde.org/show_bug.cgi?id=204297">204297</a>.  See SVN commit <a \
href="http://websvn.kde.org/?rev=1094488&amp;view=rev">1094488</a>. </li> +        \
<li class="bugfix ">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. Fixes bug <a \
href="http://bugs.kde.org/show_bug.cgi?id=227765">227765</a>.  See SVN commit <a \
href="http://websvn.kde.org/?rev=1094032&amp;view=rev">1094032</a>. </li> +        \
<li class="bugfix ">Fix scrolling while access keys are displayed producing \
artifacts. Fixes bug <a href="http://bugs.kde.org/show_bug.cgi?id=172870">172870</a>. \
See SVN commit <a href="http://websvn.kde.org/?rev=1093042&amp;view=rev">1093042</a>. \
</li> +        <li class="bugfix ">Fix access keys being displayed only for the \
visible part of the page. Fixes bug <a \
href="http://bugs.kde.org/show_bug.cgi?id=219306">219306</a>.  See SVN commit <a \
href="http://websvn.kde.org/?rev=1093042&amp;view=rev">1093042</a>. </li> +        \
<li class="bugfix ">Don't let a form widget keep a blinking cursor when the focus is \
changed to an external widget (e.g. the location bar.) Fixes bug <a \
href="http://bugs.kde.org/show_bug.cgi?id=155941">155941</a>.  See SVN commit <a \
href="http://websvn.kde.org/?rev=1093041&amp;view=rev">1093041</a>. </li> +        \
<li class="bugfix ">Fix access keys not being de-activable when a form element has \
input focus. Fixes bug <a \
href="http://bugs.kde.org/show_bug.cgi?id=210029">210029</a>.  See SVN commit <a \
href="http://websvn.kde.org/?rev=1093040&amp;view=rev">1093040</a>. </li> +        \
<li class="bugfix ">Mitigate textarea selection extension problem Fixes bug <a \
href="http://bugs.kde.org/show_bug.cgi?id=156574">156574</a>.  See SVN commit <a \
href="http://websvn.kde.org/?rev=1093039&amp;view=rev">1093039</a>. </li> +        \
<li class="bugfix ">Fix arrow down keypress skipping entries in google's main search \
page. Fixes bug <a href="http://bugs.kde.org/show_bug.cgi?id=192135">192135</a>.  See \
SVN commit <a href="http://websvn.kde.org/?rev=1093038&amp;view=rev">1093038</a>. \
</li> +        <li class="bugfix ">Do not force vertical scrollbar on textarea when \
not necessary. Fixes bug <a \
href="http://bugs.kde.org/show_bug.cgi?id=221830">221830</a>.  See SVN commit <a \
href="http://websvn.kde.org/?rev=1090000&amp;view=rev">1090000</a>. </li> +        \
<li class="bugfix ">Fix innerHTML value of script element (affects JIRA dashboard.) \
Fixes bug <a href="http://bugs.kde.org/show_bug.cgi?id=187403">187403</a>.  See SVN \
commit <a href="http://websvn.kde.org/?rev=1032495&amp;view=rev">1032495</a>. </li> + \
<li class="bugfix ">Fix occasional crash when laying out inline flow children. Fixes \
bug <a href="http://bugs.kde.org/show_bug.cgi?id=220360">220360</a>.  See SVN commit \
<a href="http://websvn.kde.org/?rev=1089162&amp;view=rev">1089162</a>. </li> +        \
<li class="bugfix ">Fix cursor not blinking in LineEdit form widget with Qt 4.6.1+. \
See SVN commit <a href="http://websvn.kde.org/?rev=1089161&amp;view=rev">1089161</a>. \
</li> +      </ul>
+      </div>
+      <h4><a name="kjs">kjs</a></h4>
+      <div class="product" style="padding-left: 20px;">
+      <em>Bugfixes:</em>
+      <ul>
+        <li class="bugfix ">Fix extremely inefficient regular expressions causing \
javascript failures or slowness (affects slashdot.org). Fixes bug <a \
href="http://bugs.kde.org/show_bug.cgi?id=191736">191736</a>.  See SVN commits <a \
href="http://websvn.kde.org/?rev=1089179&amp;view=rev">1089179</a> and <a \
href="http://websvn.kde.org/?rev=1094496&amp;view=rev">1094496</a>. </li> +      \
</ul> +      </div>
     </div>
     <h3 id="kdeplasma-addons"><a name="kdeplasma-addons">kdeplasma-addons</a><span \
class="allsvnchanges"> [ <a href="4_4_1/kdeplasma-addons.txt">all SVN changes</a> \
]</span></h3>  
--- trunk/www/sites/www/announcements/changelogs/changelog_branch_4_4.xml \
#1097994:1097995 @@ -59,6 +59,31 @@
         <bugfix rev="1093006" bugno="222204 228092">Fix KDirWatch detection of a \
watched file being deleted and recreated immediately, the existing code was \
non-working and crashing when unmounting a device.</bugfix>  <bugfix rev="1096316" \
bugno="228325">Add missing connection which made the "change link target" feature \
non-working unless something else in the dialog was changed too.</bugfix>  </product>
+      <product name="khtml">
+        <optimize rev="1087713 1087753">Painting optimizations for CSS \
Text-shadow.</optimize> +        <optimize rev="1094493">Avoid doing any unneeded \
work in scrollToOffset when the offset ends up being unchanged.</optimize> +        \
<optimize rev="1089160">Critical performance fix - avoid repainting fully the page \
when scrolling due to a change of behaviour of Qt 4.6.</optimize> +        <bugfix \
rev="1088982">Don't allow any synchronous update of scrollbars during layout as that \
could potentially lead to crashes in the engine.</bugfix> +        <bugfix \
rev="1095342" bugno="191999 214352 197402">Fix printing ending up incomplete and/or \
with gaps in the text on some pages.</bugfix> +        <bugfix rev="1094495" \
bugno="206832 193717">Fix crashes due to wrong behaviour when releasing allocated \
inline boxes.</bugfix> +        <bugfix rev="1094490" bugno="219920">Avoid table \
rendering failure due to overflow of a short integer.</bugfix> +        <bugfix \
rev="1094488" bugno="227109">Only enable the HTML 4.01 meaning of colspan/rowspan \
zero in standard/almost-standard mode matching Gecko engines.</bugfix> +        \
<bugfix rev="1094488" bugno="204297">rowspan="" should map to rowspan=1, not \
rowspan=0 avoids a crash on xmpp.org pages.</bugfix> +        <bugfix rev="1094032" \
bugno="227765">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.</bugfix> +        \
<bugfix rev="1093042" bugno="172870">Fix scrolling while access keys are displayed \
producing artifacts.</bugfix> +        <bugfix rev="1093042" bugno="219306">Fix \
access keys being displayed only for the visible part of the page.</bugfix> +        \
<bugfix rev="1093041" bugno="155941">Don't let a form widget keep a blinking cursor \
when the focus is changed to an external widget (e.g. the location bar.)</bugfix> +   \
<bugfix rev="1093040" bugno="210029">Fix access keys not being de-activable when a \
form element has input focus.</bugfix> +        <bugfix rev="1093039" \
bugno="156574">Mitigate textarea selection extension problem</bugfix> +        \
<bugfix rev="1093038" bugno="192135">Fix arrow down keypress skipping entries in \
google's main search page.</bugfix> +        <bugfix rev="1090000" bugno="221830">Do \
not force vertical scrollbar on textarea when not necessary.</bugfix> +        \
<bugfix rev="1032495" bugno="187403">Fix innerHTML value of script element (affects \
JIRA dashboard.)</bugfix> +        <bugfix rev="1089162" bugno="220360">Fix \
occasional crash when laying out inline flow children.</bugfix> +        <bugfix \
rev="1089161">Fix cursor not blinking in LineEdit form widget with Qt \
4.6.1+.</bugfix> +      </product>
+      <product name="kjs">
+        <bugfix rev="1089179 1094496" bugno="191736">Fix extremely inefficient \
regular expressions causing javascript failures or slowness (affects \
slashdot.org).</bugfix> +      </product>
     </module>
     <module name="kdeplasma-addons">
       <product name="analog-clock applet">


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic