[Pkg-chromium-commit] chromium-browser/chromium-browser.sid: 615 Drop the XLIB_SKIP_ARGB_VISUALS workaround as it creates regressions.

Giuseppe Iuculano iuculano at debian.org
Fri Jun 25 08:01:55 UTC 2010


Branch name: chromium-browser/chromium-browser.sid
Branch location : bzr+ssh://bzr.debian.org/bzr/pkg-chromium/chromium-browser/chromium-browser.sid
Browse location: http://bzr.debian.org/loggerhead/pkg-chromium
Revision No: 615
Revision Id: iuculano at debian.org-20100625080155-ljn5bhem3ufbdh6i
Committer: Giuseppe Iuculano <iuculano at debian.org>
Message : Drop the XLIB_SKIP_ARGB_VISUALS workaround as it creates regressions.
See http://crbug.com/46439 


--------------------------------------------------------
  ** Modified :
        - debian/changelog
        - debian/chromium-browser.sh

-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2010-06-25 07:56:29 +0000
+++ b/debian/changelog	2010-06-25 08:01:55 +0000
@@ -20,11 +20,8 @@
       Security Team (Cris Neckar).
     - [46126] High Stale pointer in x509-user-cert response. Credit to Rodrigo
       Marcos of SECFORCE. 
-     
-  [ Fabien Tassin ]
-  * Limit the XLIB_SKIP_ARGB_VISUALS workaround to Ubuntu/Maverick as it
-    creates regressions. See http://crbug.com/46439
-    - update debian/chromium-browser.sh
+    - Drop the XLIB_SKIP_ARGB_VISUALS workaround as it creates regressions.
+      See http://crbug.com/46439 
 
  -- Giuseppe Iuculano <iuculano at debian.org>  Fri, 25 Jun 2010 09:36:58 +0200
 

=== modified file 'debian/chromium-browser.sh'
--- a/debian/chromium-browser.sh	2010-06-25 07:56:29 +0000
+++ b/debian/chromium-browser.sh	2010-06-25 08:01:55 +0000
@@ -50,12 +50,6 @@
 # Set CHROME_VERSION_EXTRA visible in the About dialog and in about:version
 export CHROME_VERSION_EXTRA=$DIST
 
-# Set this to prevent flash from dying with a Gdk-ERROR when gtk2 is
-# built with RGBA support (like in Maverick). See LP #584959
-if [ $DIST = "Ubuntu" ] && [ $RELEASE = 10.10 ] ; then
-  export XLIB_SKIP_ARGB_VISUALS=1
-fi
-
 want_debug=0
 want_temp_profile=0
 while [ $# -gt 0 ]; do



More information about the Pkg-chromium-commit mailing list