[Pkg-chromium-commit] chromium-browser/chromium-browser.squeeze: 719 - [71115] High Stale pointer in table rendering. Credit to Martin Barbella.

Giuseppe Iuculano iuculano at debian.org
Thu Mar 3 17:22:14 UTC 2011


Branch name: chromium-browser/chromium-browser.squeeze
Branch location : bzr+ssh://bzr.debian.org/bzr/pkg-chromium/chromium-browser/chromium-browser.squeeze
Browse location: http://bzr.debian.org/loggerhead/pkg-chromium
Revision No: 719
Revision Id: iuculano at debian.org-20110303172214-x43cahp4ujjpl87n
Committer: Giuseppe Iuculano <iuculano at debian.org>
Message :   - [71115] High Stale pointer in table rendering. Credit to Martin Barbella.


--------------------------------------------------------
  ** Added :
        - debian/patches/71115.patch

  ** Modified :
        - debian/changelog
        - debian/patches/series

-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2011-03-03 17:14:02 +0000
+++ b/debian/changelog	2011-03-03 17:22:14 +0000
@@ -10,9 +10,10 @@
     - [64-bit Linux only] [70376] Medium Out-of-bounds read in pickle
       deserialization. Credit to Evgeniy Stepanov of the Chromium development
       community.
-   -  [71114] High Stale node in table child handling. Credit to Martin Barbella
+    - [71114] High Stale node in table child handling. Credit to Martin Barbella
+    - [71115] High Stale pointer in table rendering. Credit to Martin Barbella.
 
- -- Giuseppe Iuculano <iuculano at debian.org>  Thu, 03 Mar 2011 18:13:28 +0100
+ -- Giuseppe Iuculano <iuculano at debian.org>  Thu, 03 Mar 2011 18:20:38 +0100
 
 chromium-browser (6.0.472.63~r59945-5+squeeze2) stable-security; urgency=high
 

=== added file 'debian/patches/71115.patch'
--- a/debian/patches/71115.patch	1970-01-01 00:00:00 +0000
+++ b/debian/patches/71115.patch	2011-03-03 17:22:14 +0000
@@ -0,0 +1,11 @@
+--- a/src/third_party/WebKit/WebCore/rendering/RenderTable.cpp
++++ b/src/third_party/WebKit/WebCore/rendering/RenderTable.cpp
+@@ -1101,6 +1101,8 @@ void RenderTable::updateFirstLetter()
+ 
+ int RenderTable::firstLineBoxBaseline() const
+ {
++    recalcSectionsIfNeeded();
++
+     RenderTableSection* firstNonEmptySection = m_head ? m_head : (m_firstBody ? m_firstBody : m_foot);
+     if (firstNonEmptySection && !firstNonEmptySection->numRows())
+         firstNonEmptySection = sectionBelow(firstNonEmptySection, true);

=== modified file 'debian/patches/series'
--- a/debian/patches/series	2011-03-03 17:14:02 +0000
+++ b/debian/patches/series	2011-03-03 17:22:14 +0000
@@ -62,3 +62,4 @@
 69640.patch
 70376.patch
 71114.patch
+71115.patch



More information about the Pkg-chromium-commit mailing list