[Pkg-chromium-commit] chromium-browser/chromium-browser.squeeze: 730 74030 hard-merge, no-dsa

Giuseppe Iuculano iuculano at debian.org
Sun Mar 6 21:08:23 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: 730
Revision Id: iuculano at debian.org-20110306210823-bcr4vcky93hnxdlw
Committer: Giuseppe Iuculano <iuculano at debian.org>
Message : 74030 hard-merge, no-dsa


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

  ** Removed :
        - debian/patches/74030.patch
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2011-03-06 19:45:32 +0000
+++ b/debian/changelog	2011-03-06 21:08:23 +0000
@@ -23,10 +23,8 @@
       Credit to Daniel Divricean.
     - [72028] High Stale pointer in table painting. Credit to Martin Barbella.
     - [73746] High Stale pointer with SVG cursors. Credit to Sergey Glazunov.
-    - [74030] High DOM tree corruption with attribute handling.
-      Credit to Sergey Glazunov.
 
- -- Giuseppe Iuculano <iuculano at debian.org>  Sun, 06 Mar 2011 20:44:56 +0100
+ -- Giuseppe Iuculano <iuculano at debian.org>  Sun, 06 Mar 2011 22:07:44 +0100
 
 chromium-browser (6.0.472.63~r59945-5+squeeze2) stable-security; urgency=high
 

=== removed file 'debian/patches/74030.patch'
--- a/debian/patches/74030.patch	2011-03-06 19:45:32 +0000
+++ b/debian/patches/74030.patch	1970-01-01 00:00:00 +0000
@@ -1,18 +0,0 @@
---- a/src/third_party/WebKit/WebCore/dom/Attr.cpp
-+++ b/src/third_party/WebKit/WebCore/dom/Attr.cpp
-@@ -26,6 +26,7 @@
- #include "Element.h"
- #include "ExceptionCode.h"
- #include "HTMLNames.h"
-+#include "ScopedEventQueue.h"
- #include "Text.h"
- #include "XMLNSNames.h"
- 
-@@ -119,6 +120,7 @@ String Attr::nodeValue() const
- 
- void Attr::setValue(const AtomicString& value)
- {
-+    EventQueueScope scope;
-     m_ignoreChildrenChanged++;
-     removeChildren();
-     m_attribute->setValue(value);

=== modified file 'debian/patches/series'
--- a/debian/patches/series	2011-03-06 19:45:32 +0000
+++ b/debian/patches/series	2011-03-06 21:08:23 +0000
@@ -71,4 +71,3 @@
 70336.patch
 72028.patch
 73746.patch
-74030.patch



More information about the Pkg-chromium-commit mailing list