Hello community,

here is the log from the commit of package chromium for openSUSE:Factory
checked in at Tue Oct 4 16:55:06 CEST 2011.



--------
--- openSUSE:Factory/chromium/chromium.changes  2011-09-26 17:02:51.000000000 
+0200
+++ /mounts/work_src_done/STABLE/chromium/chromium.changes      2011-10-02 
09:51:06.000000000 +0200
@@ -1,0 +2,16 @@
+Sun Oct  2 07:37:15 UTC 2011 - [email protected]
+
+- Updaet to 16.0.898
+  + Move webNavigation out of experimental (bug#60100)
+  + Rework BrightnessLibrary using DBusThreadManager
+  + Remove google search experiment
+  + Only allow to lock the mouse when the tab is in fullscreen mode 
+    (bug#41781)
+  + Expose connection error code to the web app (bug#91402)
+  + Make the license tools recoginze the dual license (bug#98116)
+  + Don't immediately fill saved passwords in Incognito mode
+  + Ensure that --disable-extensions disables extension prefs from 
+    being enacted
+  + Removing mfplayer and mfdecoder tools
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  chromium.16.0.891.0.svn102648.tar.lzma

New:
----
  chromium.16.0.898.0.svn103635.tar.lzma

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ chromium.spec ++++++
--- /var/tmp/diff_new_pack.OyYBEt/_old  2011-10-04 16:55:01.000000000 +0200
+++ /var/tmp/diff_new_pack.OyYBEt/_new  2011-10-04 16:55:01.000000000 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define svn_rev 102648
-%define v8_ver 3.6.4.0
+%define svn_rev 103635
+%define v8_ver 3.6.4.1
 
 Name:           chromium
-Version:        16.0.891.0
+Version:        16.0.898.0
 Release:        1
 License:        BSD-3-Clause and LGPL-2.1+
 Summary:        Google's opens source browser project
@@ -176,7 +176,6 @@
 
 %package desktop-kde
 
-
 Summary:        Update to chromium to use KDE's kwallet to store passwords
 Group:          Productivity/Networking/Web/Browsers
 Supplements:    packageand(chromium:kdebase4-session)
@@ -191,7 +190,6 @@
 
 %package desktop-gnome
 
-
 Summary:        Update to chromium to use Gnome keyring to store passwords
 Group:          Productivity/Networking/Web/Browsers
 Supplements:    packageand(chromium:gnome-session)
@@ -206,7 +204,6 @@
 
 %package suid-helper
 
-
 Summary:        A suid helper to let a process willingly drop privileges on 
Linux
 Url:            http://code.google.com/p/setuid-sandbox/
 Group:          Productivity/Networking/Web/Browsers

++++++ chromium-7.0.500.0-system-speex.patch ++++++
--- /var/tmp/diff_new_pack.OyYBEt/_old  2011-10-04 16:55:01.000000000 +0200
+++ /var/tmp/diff_new_pack.OyYBEt/_new  2011-10-04 16:55:01.000000000 +0200
@@ -31,15 +31,15 @@
 diff -up 
chromium-7.0.500.0-20100819svn56724/content/content_browser.gypi.speex 
chromium-7.0.500.0-20100819svn56724/chrome/chrome_browser.gypi
 --- chromium-7.0.500.0-20100819svn56724/src/content/content_browser.gypi.speex 
2010-08-19 16:23:14.594998783 -0400
 +++ chromium-7.0.500.0-20100819svn56724/src/content/content_browser.gypi       
2010-08-19 16:25:27.921293238 -0400
-@@ -15,7 +15,7 @@
-         '../third_party/flac/flac.gyp:libflac',
-         # TODO(ericu): remove leveldb ref after crbug.com/6955013 is fixed.
-         '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
--        '../third_party/speex/speex.gyp:libspeex',
-+        '../build/linux/system.gyp:speex',
-         '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
-         '../third_party/zlib/zlib.gyp:zlib',
-         '../ui/ui.gyp:ui',
+@@ -12,7 +12,7 @@
+     '../third_party/flac/flac.gyp:libflac',
+     # TODO(ericu): remove leveldb ref after crbug.com/6955013 is fixed.
+     '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
+-    '../third_party/speex/speex.gyp:libspeex',
++    '../build/linux/system.gyp:speex',
+     '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
+     '../third_party/zlib/zlib.gyp:zlib',
+     '../ui/ui.gyp:ui',
 --- chromium/src/content/browser/speech/audio_encoder.cc       2011-01-20 
09:04:11.631000020 +0100
 +++ chromium/src/content/browser/speech/audio_encoder.cc       2011-01-20 
09:04:11.631000020 +0100
 @@ -10,7 +10,7 @@

++++++ chromium-7.0.542.0-codechanges-system-minizip-v8.patch ++++++
--- /var/tmp/diff_new_pack.OyYBEt/_old  2011-10-04 16:55:01.000000000 +0200
+++ /var/tmp/diff_new_pack.OyYBEt/_new  2011-10-04 16:55:01.000000000 +0200
@@ -165,28 +165,6 @@
  
  using WebKit::WebFrame;
  using WebKit::WebSecurityOrigin;
---- chromium/src/chrome/renderer/extensions/extension_base.cc  2011-09-12 
19:18:09.868226952 +0200
-+++ chromium/src/chrome/renderer/extensions/extension_base.cc  2011-09-12 
19:18:09.868226952 +0200
-@@ -17,7 +17,7 @@
- #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
- #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
- #include "ui/base/resource/resource_bundle.h"
--#include "v8/include/v8.h"
-+#include <v8.h>
- 
- using WebKit::WebFrame;
- using WebKit::WebView;
---- chromium/src/chrome/renderer/extensions/extension_base.h   2011-09-12 
19:18:09.868226952 +0200
-+++ chromium/src/chrome/renderer/extensions/extension_base.h   2011-09-12 
19:18:09.868226952 +0200
-@@ -7,7 +7,7 @@
- #pragma once
- 
- #include "base/logging.h"
--#include "v8/include/v8.h"
-+#include <v8.h>
- 
- #include <string>
- 
 --- chromium/src/chrome/renderer/extensions/extension_dispatcher.cc    
2011-09-12 19:18:09.871226952 +0200
 +++ chromium/src/chrome/renderer/extensions/extension_dispatcher.cc    
2011-09-12 19:18:09.871226952 +0200
 @@ -25,7 +25,7 @@
@@ -209,17 +187,6 @@
  #include "webkit/glue/webkit_glue.h"
  
  using WebKit::WebFrame;
---- chromium/src/chrome/renderer/extensions/js_only_v8_extensions.cc   
2011-09-12 19:18:09.869226952 +0200
-+++ chromium/src/chrome/renderer/extensions/js_only_v8_extensions.cc   
2011-09-12 19:18:09.869226952 +0200
-@@ -6,7 +6,7 @@
- 
- #include "chrome/renderer/extensions/extension_base.h"
- #include "grit/renderer_resources.h"
--#include "v8/include/v8.h"
-+#include <v8.h>
- 
- // JsonSchemaJsV8Extension
- const char* JsonSchemaJsV8Extension::kName = "chrome/jsonschema";
 --- chromium/src/chrome/renderer/extensions/renderer_extension_bindings.cc     
2011-09-12 19:18:09.870226952 +0200
 +++ chromium/src/chrome/renderer/extensions/renderer_extension_bindings.cc     
2011-09-12 19:18:09.870226952 +0200
 @@ -19,7 +19,7 @@
@@ -244,10 +211,10 @@
  
 --- chromium/src/chrome/renderer/extensions/extension_bindings_context.h       
2011-09-12 19:18:09.870226952 +0200
 +++ chromium/src/chrome/renderer/extensions/extension_bindings_context.h       
2011-09-12 19:18:09.870226952 +0200
-@@ -24,7 +24,7 @@
- #include <vector>
+@@ -11,7 +11,7 @@
  
  #include "base/memory/linked_ptr.h"
+ #include "base/task.h"
 -#include "v8/include/v8.h"
 +#include <v8.h>
  
@@ -297,3 +264,25 @@
  
  #if defined(USE_TCMALLOC) && defined(OS_POSIX) && !defined(OS_MACOSX)
  #include "third_party/tcmalloc/chromium/src/google/profiler.h"
+--- chromium/src/chrome/renderer/extensions/chrome_v8_extension.cc      
2011-10-01 17:42:53.866441160 +0200
++++ chromium/src/chrome/renderer/extensions/chrome_v8_extension.cc      
2011-10-01 17:42:53.866441160 +0200
+@@ -16,7 +16,7 @@
+ #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
+ #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
+ #include "ui/base/resource/resource_bundle.h"
+-#include "v8/include/v8.h"
++#include <v8.h>
+ 
+ using WebKit::WebFrame;
+ using WebKit::WebView;
+--- chromium/src/chrome/renderer/extensions/chrome_v8_extension.h      
2011-10-01 17:42:53.866441160 +0200
++++ chromium/src/chrome/renderer/extensions/chrome_v8_extension.h      
2011-10-01 17:42:53.866441160 +0200
+@@ -7,7 +7,7 @@
+ #pragma once
+ 
+ #include "base/logging.h"
+-#include "v8/include/v8.h"
++#include <v8.h>
+ 
+ #include <string>
+ 


++++++ chromium-codechanges-zlib.patch ++++++
--- /var/tmp/diff_new_pack.OyYBEt/_old  2011-10-04 16:55:01.000000000 +0200
+++ /var/tmp/diff_new_pack.OyYBEt/_new  2011-10-04 16:55:01.000000000 +0200
@@ -34,17 +34,3 @@
 
  #include "base/logging.h"
  #include "base/memory/scoped_ptr.h"
---- chromium/src/chrome/common/metrics_helpers.cc       2009-09-28 
10:34:29.000000000 -0600
-+++ chromium/src/chrome/common/metrics_helpers.cc   2009-11-24 
17:21:57.000000000 -0700
-@@ -4,11 +4,7 @@
- 
- #include "chrome/common/metrics_helpers.h"
- 
--#if defined(USE_SYSTEM_LIBBZ2)
- #include <bzlib.h>
--#else
--#include "third_party/bzip2/bzlib.h"
--#endif
- 
- #include "base/base64.h"
- #include "base/basictypes.h"

++++++ chromium-vendor.patch.in ++++++
--- /var/tmp/diff_new_pack.OyYBEt/_old  2011-10-04 16:55:01.000000000 +0200
+++ /var/tmp/diff_new_pack.OyYBEt/_new  2011-10-04 16:55:01.000000000 +0200
@@ -1,11 +1,12 @@
 --- src/webkit/glue/user_agent.cc
 +++ src/webkit/glue/user_agent.cc
-@@ -106,6 +106,7 @@ void BuildUserAgent(bool mimic_chrome1,
+@@ -134,6 +134,7 @@ void BuildUserAgent(bool mimic_chrome1,
    base::StringAppendF(
-       result,
+       &user_agent,
        "Mozilla/5.0 (%s%s) AppleWebKit/%d.%d"
 -      " (KHTML, like Gecko) %s Safari/%d.%d",
 +      " (KHTML, like Gecko) %s Safari/%d.%d"
 +      " SUSE/RPM_VERSION",
-       mimic_windows ? "Windows " : kUserAgentPlatform,
-       BuildOSCpuInfo().c_str(),
+       kUserAgentPlatform,
+       webkit_glue::BuildOSCpuInfo().c_str(),
+       WEBKIT_VERSION_MAJOR,

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to