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

List:       kde-commits
Subject:    www/sites/www/announcements/changelogs
From:       Andrea Iacovitti <aiacovitti () libero ! it>
Date:       2012-08-04 11:53:47
Message-ID: 20120804115347.6EE89AC7A9 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1309312 by aiacovitti:

Add my khtml 4.8.5 changes


 M  +18 -0     changelog4_8_4to4_8_5.php  
 M  +9 -0      changelog_branch_4_8.xml  


--- trunk/www/sites/www/announcements/changelogs/changelog4_8_4to4_8_5.php #1309311:1309312
@@ -19,7 +19,25 @@
         <li class="bugfix crash">Do not leave dangling pointers in KToolbar when xml clients die. Fixes \
bug <a href="http://bugs.kde.org/show_bug.cgi?id=296622">296622</a>.  See Git commit <a \
href="http://commits.kde.org/kdelibs/776098aae397b499a95d6855ef16f67eb8546598">776098a</a>. </li>  </ul>
       </div>
+      <h4><a name="khtml">khtml</a></h4>
+      <div class="product" style="padding-left: 20px;">
+      <em>Improvements:</em>
+      <ul>
+          <li class="improvement">Switch away from obsoleted ColorRole. See Git commit <a \
href="http://commits.kde.org/kdelibs/673ba7a5c692c3c5ce28aae20a92f77d9bdcd758">673ba7a</a>. </li> +      \
</ul> +      <em>Optimizations:</em><ul>
+        <li class="optimize">Avoid not needed QString/DOMString conversions. See Git commits <a \
href="http://commits.kde.org/kdelibs/e14ac742e80e0b8a755fc49b50c7171f67e24700">e14ac74</a> and <a \
href="http://commits.kde.org/kdelibs/223196e00c9f35a6c5a41a4ada595ed73c3fbf62">223196e</a>. </li> +      \
</ul> +      <em>Bugfixes:</em>
+      <ul>
+        <li class="bugfix normal">Make css to native border switch working for combobox form elements. \
Fixes bug <a href="http://bugs.kde.org/show_bug.cgi?id=302040">302040</a>.  See Git commit <a \
href="http://commits.kde.org/kdelibs/e67682b44f30ee6d5a785dde34eb0dc16fb2c02e">e67682b</a>. </li> +       \
<li class="bugfix normal">Various fixes for textarea form elements. Fixes bugs <a \
href="http://bugs.kde.org/show_bug.cgi?id=302052">302052</a>, <a \
href="http://bugs.kde.org/show_bug.cgi?id=302070">302070</a>, <a \
href="http://bugs.kde.org/show_bug.cgi?id=155546">155546</a> and <a \
href="http://bugs.kde.org/show_bug.cgi?id=302747">302747</a>.  See Git commits <a \
href="http://commits.kde.org/kdelibs/95ccc85ae312453bf68c0fb48025c5dab21faa81">95ccc85</a>, <a \
href="http://commits.kde.org/kdelibs/31ce1f9365000d7c3a9c39770234aa09009a2599">31ce1f9</a>, <a \
href="http://commits.kde.org/kdelibs/313bb0220deaec506470e3cbce34d67747a75540">313bb02</a> and <a \
href="http://commits.kde.org/kdelibs/8969e8c3e11315fc75235a54c52c585b1c09053b">8969e8c</a>. </li> +       \
<li class="bugfix normal">Avoid short type variables overflow (that leads to incorrect pages rendering) \
by switching them to int type. Fixes bug <a href="http://bugs.kde.org/show_bug.cgi?id=175589">175589</a>. \
See Git commits <a href="http://commits.kde.org/kdelibs/0707d4c7d28fe13c99e5c4b6b0fadd989fd58d8e">0707d4c</a> \
and <a href="http://commits.kde.org/kdelibs/bbb0c55eb463389f25d04c9f4167b807a93c83ce">bbb0c55</a>. </li> \
+        <li class="bugfix normal">Correctly initialize hashChangeEvent old/new url. See Git commits <a \
href="http://commits.kde.org/kdelibs/48b3b2d63026e9f9a145304d73194af3327d38ff">48b3b2d</a> and <a \
href="http://commits.kde.org/kdelibs/d591c81e04e92461e30b2db403d1a4ea6a6ac9d2">d591c81</a>. </li> +       \
<li class="bugfix normal">Fix a bug where hashChangeEvent was not emitted when oldUrl has no ref and \
newUrl has empty ref. See Git commit <a \
href="http://commits.kde.org/kdelibs/3856b408e799bf59bfafdc858996e5d377754228">3856b40</a>. </li> +      \
</ul>  </div>
+    </div>
     <h3 id="kdebase"><a name="kdebase">kdebase</a><span class="allsvnchanges"> [ <a \
href="4_8_5/kdebase.txt">all SVN changes</a> ]</span></h3>  
     <div class="module" style="padding-left: 20px;">
--- trunk/www/sites/www/announcements/changelogs/changelog_branch_4_8.xml #1309311:1309312
@@ -323,6 +323,15 @@
       <product name="kdeui">
         <bugfix rev="776098aae397b499a95d6855ef16f67eb8546598" bugno="296622" class="crash">Do not leave \
dangling pointers in KToolbar when xml clients die.</bugfix>  </product>
+      <product name="khtml">
+        <improvement rev="673ba7a5c692c3c5ce28aae20a92f77d9bdcd758" class="normal">Switch away from \
obsoleted ColorRole.</improvement> +        <optimize rev="e14ac742e80e0b8a755fc49b50c7171f67e24700 \
223196e00c9f35a6c5a41a4ada595ed73c3fbf62">Avoid not needed QString/DOMString conversions.</optimize> +    \
<bugfix rev="e67682b44f30ee6d5a785dde34eb0dc16fb2c02e" bugno="302040" class="normal">Make css to native \
border switch working for combobox form elements.</bugfix> +        <bugfix \
rev="95ccc85ae312453bf68c0fb48025c5dab21faa81 31ce1f9365000d7c3a9c39770234aa09009a2599 \
313bb0220deaec506470e3cbce34d67747a75540 8969e8c3e11315fc75235a54c52c585b1c09053b" bugno="302052 302070 \
155546 302747" class="normal">Various fixes for textarea form elements.</bugfix> +        <bugfix \
rev="0707d4c7d28fe13c99e5c4b6b0fadd989fd58d8e bbb0c55eb463389f25d04c9f4167b807a93c83ce" bugno="175589" \
class="normal">Avoid short type variables overflow (that leads to incorrect pages rendering) by switching \
them to int type.</bugfix> +        <bugfix rev="48b3b2d63026e9f9a145304d73194af3327d38ff \
d591c81e04e92461e30b2db403d1a4ea6a6ac9d2" class="normal">Correctly initialize hashChangeEvent old/new \
url.</bugfix> +        <bugfix rev="3856b408e799bf59bfafdc858996e5d377754228" class="normal">Fix a bug \
where hashChangeEvent was not emitted when oldUrl has no ref and newUrl has empty ref.</bugfix> +      \
</product>  </module>
     <module name="kdebase">
       <product name="konsole">


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

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