mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-test.git
synced 2025-02-24 10:02:47 +00:00
Automatic import for version 13.0.782.215
This commit is contained in:
parent
a5c5d5eec1
commit
f603fdf4ba
9 changed files with 1098 additions and 1 deletions
20
.abf.yml
20
.abf.yml
|
@ -1,2 +1,20 @@
|
||||||
---
|
---
|
||||||
sources: {}
|
sources:
|
||||||
|
binary-13.0.761.0-13.0.767.1.tar.xz: 1bdc50833926a1a281e576cda456cdb9f2aa5142
|
||||||
|
binary-13.0.767.1-13.0.772.0.tar.xz: 67e95c98e42b534a56ef4d66a015667a12772ac0
|
||||||
|
binary-13.0.772.0-13.0.782.1.tar.xz: ff587b7254b1db00c1940bc41505730add3ed626
|
||||||
|
chromium-13.0.761.0.tar.xz: a74af2d3522b19760522c659244fd4780b4798ad
|
||||||
|
patch-13.0.761.0-13.0.767.1.diff.xz: 31f5e244838c09472ba9e27ee6f8f5f94b034bd4
|
||||||
|
patch-13.0.767.1-13.0.772.0.diff.xz: a0a26690f1527f69465f8fff24e14bc1cdf9abdc
|
||||||
|
patch-13.0.772.0-13.0.782.1.diff.xz: daf187de3e6536fb51c386578ab0c472184f7ba4
|
||||||
|
patch-13.0.782.1-13.0.782.11.diff.xz: 1e1b6cd5aecfc4b4b6a36460fdf8a8c1d9e510e7
|
||||||
|
patch-13.0.782.107-13.0.782.112.diff.xz: 40d3fa877a35174b03289763d0a32f072b9cac64
|
||||||
|
patch-13.0.782.11-13.0.782.13.diff.xz: 2c0bc1c09f35f0abfa6bea88c8a47989977b540c
|
||||||
|
patch-13.0.782.112-13.0.782.215.diff.xz: b733c7aff1b8e6ba8064601cc2b7d86237006cfc
|
||||||
|
patch-13.0.782.13-13.0.782.15.diff.xz: 2cb45f161c0e150dcfeb4861edd42c70e04d45db
|
||||||
|
patch-13.0.782.15-13.0.782.20.diff.xz: 2dc2b377ed4c4e0c3d234c1e7faecccabf1d6699
|
||||||
|
patch-13.0.782.20-13.0.782.24.diff.xz: b356502dfc0145108b0cd4bc9e2b5027bc58c17f
|
||||||
|
patch-13.0.782.24-13.0.782.32.diff.xz: 07859d21456e43c0552fd55079fc6e22e8ad02ef
|
||||||
|
patch-13.0.782.32-13.0.782.41.diff.xz: 7adc7aa84b949c69c83ecd264f8c93912b95c46b
|
||||||
|
patch-13.0.782.41-13.0.782.99.diff.xz: 97eb0de6ff5ba58142e144ea15e4e9a6054f616b
|
||||||
|
patch-13.0.782.99-13.0.782.107.diff.xz: ad4bb2de18f1afbe3e61ef0ff8bd183b62be623f
|
||||||
|
|
0
blank
0
blank
132
chromium-13.0.767.1-gcc46.patch
Normal file
132
chromium-13.0.767.1-gcc46.patch
Normal file
|
@ -0,0 +1,132 @@
|
||||||
|
diff -p -up chromium-13.0.761.0/chrome/browser/search_engines/template_url_prepopulate_data.h.gcc46 chromium-13.0.761.0/chrome/browser/search_engines/template_url_prepopulate_data.h
|
||||||
|
--- chromium-13.0.761.0/chrome/browser/search_engines/template_url_prepopulate_data.h.gcc46 2011-05-18 20:20:37.000000000 +0000
|
||||||
|
+++ chromium-13.0.761.0/chrome/browser/search_engines/template_url_prepopulate_data.h 2011-05-18 21:59:50.000000000 +0000
|
||||||
|
@@ -8,6 +8,7 @@
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
#include <vector>
|
||||||
|
+#include <cstddef>
|
||||||
|
|
||||||
|
class GURL;
|
||||||
|
class PrefService;
|
||||||
|
diff -p -up chromium-13.0.761.0/gpu/command_buffer/common/types.h.gcc46 chromium-13.0.761.0/gpu/command_buffer/common/types.h
|
||||||
|
--- chromium-13.0.761.0/gpu/command_buffer/common/types.h.gcc46 2011-05-13 20:07:09.000000000 +0000
|
||||||
|
+++ chromium-13.0.761.0/gpu/command_buffer/common/types.h 2011-05-18 21:59:50.000000000 +0000
|
||||||
|
@@ -11,6 +11,7 @@
|
||||||
|
#include <stdint.h>
|
||||||
|
#endif
|
||||||
|
#include <string>
|
||||||
|
+#include <cstddef>
|
||||||
|
|
||||||
|
typedef signed char schar;
|
||||||
|
typedef signed char int8;
|
||||||
|
diff -p -up chromium-13.0.761.0/ppapi/cpp/paint_aggregator.cc.gcc46 chromium-13.0.761.0/ppapi/cpp/paint_aggregator.cc
|
||||||
|
--- chromium-13.0.761.0/ppapi/cpp/paint_aggregator.cc.gcc46 2011-05-13 20:07:28.000000000 +0000
|
||||||
|
+++ chromium-13.0.761.0/ppapi/cpp/paint_aggregator.cc 2011-05-18 21:59:50.000000000 +0000
|
||||||
|
@@ -5,6 +5,7 @@
|
||||||
|
#include "ppapi/cpp/paint_aggregator.h"
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
+#include <cstddef>
|
||||||
|
|
||||||
|
#include "ppapi/cpp/logging.h"
|
||||||
|
|
||||||
|
diff -p -up chromium-13.0.761.0/ppapi/cpp/paint_aggregator.h.gcc46 chromium-13.0.761.0/ppapi/cpp/paint_aggregator.h
|
||||||
|
--- chromium-13.0.761.0/ppapi/cpp/paint_aggregator.h.gcc46 2011-05-18 20:20:41.000000000 +0000
|
||||||
|
+++ chromium-13.0.761.0/ppapi/cpp/paint_aggregator.h 2011-05-18 21:59:50.000000000 +0000
|
||||||
|
@@ -7,6 +7,7 @@
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
#include <vector>
|
||||||
|
+#include <cstddef>
|
||||||
|
|
||||||
|
#include "ppapi/cpp/point.h"
|
||||||
|
#include "ppapi/cpp/rect.h"
|
||||||
|
diff -p -up chromium-13.0.761.0/third_party/libjingle/source/talk/base/sigslot.h.gcc46 chromium-13.0.761.0/third_party/libjingle/source/talk/base/sigslot.h
|
||||||
|
--- chromium-13.0.761.0/third_party/libjingle/source/talk/base/sigslot.h.gcc46 2011-05-18 20:20:44.000000000 +0000
|
||||||
|
+++ chromium-13.0.761.0/third_party/libjingle/source/talk/base/sigslot.h 2011-05-18 22:01:39.000000000 +0000
|
||||||
|
@@ -81,6 +81,7 @@
|
||||||
|
#include <list>
|
||||||
|
#include <set>
|
||||||
|
#include <stdlib.h>
|
||||||
|
+#include <cstddef>
|
||||||
|
|
||||||
|
// On our copy of sigslot.h, we force single threading
|
||||||
|
#define SIGSLOT_PURE_ISO
|
||||||
|
diff -p -up chromium-13.0.761.0/third_party/ots/src/os2.cc.gcc46 chromium-13.0.761.0/third_party/ots/src/os2.cc
|
||||||
|
--- chromium-13.0.761.0/third_party/ots/src/os2.cc.gcc46 2011-05-13 20:25:28.000000000 +0000
|
||||||
|
+++ chromium-13.0.761.0/third_party/ots/src/os2.cc 2011-05-18 21:59:50.000000000 +0000
|
||||||
|
@@ -5,6 +5,7 @@
|
||||||
|
#include "os2.h"
|
||||||
|
|
||||||
|
#include "head.h"
|
||||||
|
+#include <cstddef>
|
||||||
|
|
||||||
|
// OS/2 - OS/2 and Windows Metrics
|
||||||
|
// http://www.microsoft.com/opentype/otspec/os2.htm
|
||||||
|
diff -p -up chromium-13.0.761.0/third_party/tcmalloc/chromium/src/base/stl_allocator.h.gcc46 chromium-13.0.761.0/third_party/tcmalloc/chromium/src/base/stl_allocator.h
|
||||||
|
--- chromium-13.0.761.0/third_party/tcmalloc/chromium/src/base/stl_allocator.h.gcc46 2011-05-13 20:09:29.000000000 +0000
|
||||||
|
+++ chromium-13.0.761.0/third_party/tcmalloc/chromium/src/base/stl_allocator.h 2011-05-18 21:59:50.000000000 +0000
|
||||||
|
@@ -38,6 +38,7 @@
|
||||||
|
#include <config.h>
|
||||||
|
|
||||||
|
#include <limits>
|
||||||
|
+#include <cstddef>
|
||||||
|
|
||||||
|
#include "base/basictypes.h"
|
||||||
|
#include "base/logging.h"
|
||||||
|
diff -p -up chromium-13.0.761.0/third_party/tcmalloc/chromium/src/base/vdso_support.h.gcc46 chromium-13.0.761.0/third_party/tcmalloc/chromium/src/base/vdso_support.h
|
||||||
|
--- chromium-13.0.761.0/third_party/tcmalloc/chromium/src/base/vdso_support.h.gcc46 2011-05-13 20:09:29.000000000 +0000
|
||||||
|
+++ chromium-13.0.761.0/third_party/tcmalloc/chromium/src/base/vdso_support.h 2011-05-18 21:59:50.000000000 +0000
|
||||||
|
@@ -26,6 +26,7 @@
|
||||||
|
#ifndef BASE_VDSO_SUPPORT_H_
|
||||||
|
#define BASE_VDSO_SUPPORT_H_
|
||||||
|
|
||||||
|
+#include <cstddef>
|
||||||
|
#include <config.h>
|
||||||
|
#ifdef HAVE_FEATURES_H
|
||||||
|
#include <features.h> // for __GLIBC__
|
||||||
|
diff -p -up chromium-13.0.761.0/third_party/tcmalloc/chromium/src/common.cc.gcc46 chromium-13.0.761.0/third_party/tcmalloc/chromium/src/common.cc
|
||||||
|
--- chromium-13.0.761.0/third_party/tcmalloc/chromium/src/common.cc.gcc46 2011-05-13 20:09:29.000000000 +0000
|
||||||
|
+++ chromium-13.0.761.0/third_party/tcmalloc/chromium/src/common.cc 2011-05-18 21:59:50.000000000 +0000
|
||||||
|
@@ -30,6 +30,7 @@
|
||||||
|
// ---
|
||||||
|
// Author: Sanjay Ghemawat <opensource@google.com>
|
||||||
|
|
||||||
|
+#include <cstddef>
|
||||||
|
#include "config.h"
|
||||||
|
#include "system-alloc.h"
|
||||||
|
#include "config.h"
|
||||||
|
diff -p -up chromium-13.0.761.0/third_party/tcmalloc/chromium/src/symbolize.h.gcc46 chromium-13.0.761.0/third_party/tcmalloc/chromium/src/symbolize.h
|
||||||
|
--- chromium-13.0.761.0/third_party/tcmalloc/chromium/src/symbolize.h.gcc46 2011-05-13 20:09:29.000000000 +0000
|
||||||
|
+++ chromium-13.0.761.0/third_party/tcmalloc/chromium/src/symbolize.h 2011-05-18 21:59:50.000000000 +0000
|
||||||
|
@@ -38,6 +38,7 @@
|
||||||
|
#include <stdint.h> // for uintptr_t
|
||||||
|
#endif
|
||||||
|
#include <map>
|
||||||
|
+#include <cstddef>
|
||||||
|
|
||||||
|
using std::map;
|
||||||
|
|
||||||
|
diff -p -up chromium-13.0.761.0/third_party/tcmalloc/chromium/src/system-alloc.h.gcc46 chromium-13.0.761.0/third_party/tcmalloc/chromium/src/system-alloc.h
|
||||||
|
--- chromium-13.0.761.0/third_party/tcmalloc/chromium/src/system-alloc.h.gcc46 2011-05-13 20:09:29.000000000 +0000
|
||||||
|
+++ chromium-13.0.761.0/third_party/tcmalloc/chromium/src/system-alloc.h 2011-05-18 21:59:50.000000000 +0000
|
||||||
|
@@ -37,6 +37,7 @@
|
||||||
|
#define TCMALLOC_SYSTEM_ALLOC_H_
|
||||||
|
|
||||||
|
#include <config.h>
|
||||||
|
+#include <cstddef>
|
||||||
|
#include "internal_logging.h"
|
||||||
|
|
||||||
|
// REQUIRES: "alignment" is a power of two or "0" to indicate default alignment
|
||||||
|
diff -p -up chromium-13.0.761.0/ui/gfx/codec/jpeg_codec.h.gcc46 chromium-13.0.761.0/ui/gfx/codec/jpeg_codec.h
|
||||||
|
--- chromium-13.0.761.0/ui/gfx/codec/jpeg_codec.h.gcc46 2011-05-18 20:20:45.000000000 +0000
|
||||||
|
+++ chromium-13.0.761.0/ui/gfx/codec/jpeg_codec.h 2011-05-18 21:59:50.000000000 +0000
|
||||||
|
@@ -8,6 +8,7 @@
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
#include <vector>
|
||||||
|
+#include <cstddef>
|
||||||
|
|
||||||
|
class SkBitmap;
|
||||||
|
|
98
chromium-13.0.782.1-exclude-chromeos-options.patch
Normal file
98
chromium-13.0.782.1-exclude-chromeos-options.patch
Normal file
|
@ -0,0 +1,98 @@
|
||||||
|
diff -p -up chromium-13.0.761.0/chrome/browser/resources/options/options.html.exclude-chromeos-options chromium-13.0.761.0/chrome/browser/resources/options/options.html
|
||||||
|
--- chromium-13.0.761.0/chrome/browser/resources/options/options.html.exclude-chromeos-options 2011-06-02 14:05:19.000000000 +0000
|
||||||
|
+++ chromium-13.0.761.0/chrome/browser/resources/options/options.html 2011-06-02 14:06:36.000000000 +0000
|
||||||
|
@@ -39,14 +39,6 @@
|
||||||
|
<link rel="stylesheet" href="search_page.css">
|
||||||
|
<link rel="stylesheet" href="subpages_tab_controls.css">
|
||||||
|
<link rel="stylesheet" href="sync_setup_overlay.css">
|
||||||
|
-<if expr="pp_ifdef('chromeos')">
|
||||||
|
- <link rel="stylesheet" href="about_page.css">
|
||||||
|
- <link rel="stylesheet" href="chromeos/accounts_options_page.css">
|
||||||
|
- <link rel="stylesheet" href="chromeos/change_picture_options.css">
|
||||||
|
- <link rel="stylesheet" href="chromeos/internet_options_page.css">
|
||||||
|
- <link rel="stylesheet" href="chromeos/proxy.css">
|
||||||
|
- <link rel="stylesheet" href="chromeos/system_options_page.css">
|
||||||
|
-</if>
|
||||||
|
|
||||||
|
<if expr="not pp_ifdef('win32') and not pp_ifdef('darwin')">
|
||||||
|
<link rel="stylesheet" href="certificate_manager.css">
|
||||||
|
@@ -82,11 +74,6 @@
|
||||||
|
<include src="instant_confirm_overlay.html">
|
||||||
|
<include src="language_add_language_overlay.html">
|
||||||
|
<include src="sync_setup_overlay.html">
|
||||||
|
- <if expr="pp_ifdef('chromeos')">
|
||||||
|
- <include
|
||||||
|
- src="chromeos/language_customize_modifier_keys_overlay.html">
|
||||||
|
- <include src="chromeos/internet_detail.html">
|
||||||
|
- </if>
|
||||||
|
<if expr="not pp_ifdef('win32') and not pp_ifdef('darwin')">
|
||||||
|
<include src="certificate_restore_overlay.html">
|
||||||
|
<include src="certificate_backup_overlay.html">
|
||||||
|
@@ -114,11 +101,6 @@
|
||||||
|
<include src="search_page.html">
|
||||||
|
<include src="browser_options.html">
|
||||||
|
<include src="personal_options.html">
|
||||||
|
- <if expr="pp_ifdef('chromeos')">
|
||||||
|
- <include src="chromeos/system_options.html">
|
||||||
|
- <include src="chromeos/internet_options.html">
|
||||||
|
- <include src="chromeos/accounts_options.html">
|
||||||
|
- </if>
|
||||||
|
<include src="advanced_options.html">
|
||||||
|
</div>
|
||||||
|
<div id="subpage-sheet-container-1"
|
||||||
|
@@ -126,11 +108,6 @@
|
||||||
|
<div id="subpage-sheet-1" class="subpage-sheet">
|
||||||
|
<button class="raw-button close-subpage"></button>
|
||||||
|
<div class="subpage-sheet-contents">
|
||||||
|
- <if expr="pp_ifdef('chromeos')">
|
||||||
|
- <include src="about_page.html">
|
||||||
|
- <include src="chromeos/change_picture_options.html">
|
||||||
|
- <include src="chromeos/proxy.html">
|
||||||
|
- </if>
|
||||||
|
<if expr="not pp_ifdef('win32') and not pp_ifdef('darwin')">
|
||||||
|
<include src="certificate_manager.html">
|
||||||
|
</if>
|
||||||
|
@@ -148,12 +125,6 @@
|
||||||
|
<div id="subpage-sheet-2" class="subpage-sheet">
|
||||||
|
<button class="raw-button close-subpage"></button>
|
||||||
|
<div class="subpage-sheet-contents">
|
||||||
|
- <if expr="pp_ifdef('chromeos')">
|
||||||
|
- <include src="chromeos/language_chewing_options.html">
|
||||||
|
- <include src="chromeos/language_hangul_options.html">
|
||||||
|
- <include src="chromeos/language_mozc_options.html">
|
||||||
|
- <include src="chromeos/language_pinyin_options.html">
|
||||||
|
- </if>
|
||||||
|
<include src="cookies_view.html">
|
||||||
|
<if expr="pp_ifdef('enable_register_protocol_handler')">
|
||||||
|
<include src="handler_options.html">
|
||||||
|
diff -p -up chromium-13.0.761.0/chrome/browser/resources/options/options_bundle.js.exclude-chromeos-options chromium-13.0.761.0/chrome/browser/resources/options/options_bundle.js
|
||||||
|
--- chromium-13.0.761.0/chrome/browser/resources/options/options_bundle.js.exclude-chromeos-options 2011-06-02 14:05:19.000000000 +0000
|
||||||
|
+++ chromium-13.0.761.0/chrome/browser/resources/options/options_bundle.js 2011-06-02 14:07:04.000000000 +0000
|
||||||
|
@@ -10,27 +10,6 @@
|
||||||
|
<include src="deletable_item_list.js"></include>
|
||||||
|
<include src="inline_editable_list.js"></include>
|
||||||
|
<include src="options_page.js"></include>
|
||||||
|
-<if expr="pp_ifdef('chromeos')">
|
||||||
|
- <include src="about_page.js"></include>
|
||||||
|
- <include src="chromeos/cellular_plan_element.js"></include>
|
||||||
|
- <include src="chromeos/change_picture_options.js"></include>
|
||||||
|
- <include src="chromeos/internet_detail_ip_config_list.js"></include>
|
||||||
|
- <include src="chromeos/internet_network_element.js"></include>
|
||||||
|
- <include src="chromeos/internet_options.js"></include>
|
||||||
|
- <include src="chromeos/internet_detail.js"></include>
|
||||||
|
- <include src="chromeos/system_options.js"></include>
|
||||||
|
- <include src="chromeos/accounts_options.js"></include>
|
||||||
|
- <include src="chromeos/proxy_options.js"></include>
|
||||||
|
- <include src="chromeos/proxy_rules_list.js"></include>
|
||||||
|
- <include src="chromeos/accounts_user_list.js"></include>
|
||||||
|
- <include src="chromeos/accounts_user_name_edit.js"></include>
|
||||||
|
- var AboutPage = options.AboutPage;
|
||||||
|
- var AccountsOptions = options.AccountsOptions;
|
||||||
|
- var ChangePictureOptions = options.ChangePictureOptions;
|
||||||
|
- var InternetOptions = options.InternetOptions;
|
||||||
|
- var DetailsInternetPage = options.internet.DetailsInternetPage;
|
||||||
|
- var SystemOptions = options.SystemOptions;
|
||||||
|
-</if>
|
||||||
|
<if expr="not pp_ifdef('win32') and not pp_ifdef('darwin')">
|
||||||
|
<include src="certificate_tree.js"></include>
|
||||||
|
<include src="certificate_manager.js"></include>
|
165
chromium-13.0.782.1-skip-builder-tests.patch
Normal file
165
chromium-13.0.782.1-skip-builder-tests.patch
Normal file
|
@ -0,0 +1,165 @@
|
||||||
|
diff -p -up chromium-13.0.761.0/build/all.gyp.skip-builder-tests chromium-13.0.761.0/build/all.gyp
|
||||||
|
--- chromium-13.0.761.0/build/all.gyp.skip-builder-tests 2011-06-02 14:02:52.000000000 +0000
|
||||||
|
+++ chromium-13.0.761.0/build/all.gyp 2011-06-02 14:04:10.000000000 +0000
|
||||||
|
@@ -139,161 +139,6 @@
|
||||||
|
}],
|
||||||
|
],
|
||||||
|
}, # target_name: All
|
||||||
|
- {
|
||||||
|
- 'target_name': 'chromium_builder_tests',
|
||||||
|
- 'type': 'none',
|
||||||
|
- 'dependencies': [
|
||||||
|
- '../app/app.gyp:app_unittests',
|
||||||
|
- '../base/base.gyp:base_unittests',
|
||||||
|
- '../chrome/chrome.gyp:browser_tests',
|
||||||
|
- '../chrome/chrome.gyp:interactive_ui_tests',
|
||||||
|
- '../chrome/chrome.gyp:nacl_ui_tests',
|
||||||
|
- '../chrome/chrome.gyp:nacl_sandbox_tests',
|
||||||
|
- '../chrome/chrome.gyp:safe_browsing_tests',
|
||||||
|
- '../chrome/chrome.gyp:sync_integration_tests',
|
||||||
|
- '../chrome/chrome.gyp:sync_unit_tests',
|
||||||
|
- '../chrome/chrome.gyp:ui_tests',
|
||||||
|
- '../chrome/chrome.gyp:unit_tests',
|
||||||
|
- '../crypto/crypto.gyp:crypto_unittests',
|
||||||
|
- '../ui/ui.gyp:gfx_unittests',
|
||||||
|
- '../gpu/gpu.gyp:gpu_unittests',
|
||||||
|
- '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_support',
|
||||||
|
- '../ipc/ipc.gyp:ipc_tests',
|
||||||
|
- '../jingle/jingle.gyp:jingle_unittests',
|
||||||
|
- '../media/media.gyp:media_unittests',
|
||||||
|
- '../net/net.gyp:net_unittests',
|
||||||
|
- '../printing/printing.gyp:printing_unittests',
|
||||||
|
- '../remoting/remoting.gyp:remoting_unittests',
|
||||||
|
- '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
|
||||||
|
- '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
|
||||||
|
- 'temp_gyp/googleurl.gyp:googleurl_unittests',
|
||||||
|
- ],
|
||||||
|
- 'conditions': [
|
||||||
|
- ['OS=="win"', {
|
||||||
|
- 'dependencies': [
|
||||||
|
- '../chrome/chrome.gyp:installer_util_unittests',
|
||||||
|
- '../chrome/chrome.gyp:mini_installer_test',
|
||||||
|
- # mini_installer_tests depends on mini_installer. This should be
|
||||||
|
- # defined in installer.gyp.
|
||||||
|
- '../chrome/installer/mini_installer.gyp:mini_installer',
|
||||||
|
- '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
|
||||||
|
- '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
|
||||||
|
- '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
|
||||||
|
- '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
|
||||||
|
- '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
|
||||||
|
- '../chrome_frame/chrome_frame.gyp:npchrome_frame',
|
||||||
|
- '../courgette/courgette.gyp:courgette_unittests',
|
||||||
|
- '../sandbox/sandbox.gyp:sbox_integration_tests',
|
||||||
|
- '../sandbox/sandbox.gyp:sbox_unittests',
|
||||||
|
- '../sandbox/sandbox.gyp:sbox_validation_tests',
|
||||||
|
- '../views/views.gyp:views_unittests',
|
||||||
|
- '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetscapePlugIn',
|
||||||
|
- # TODO(nsylvain) ui_tests.exe depends on test_shell_common.
|
||||||
|
- # This should:
|
||||||
|
- # 1) not be the case. OR.
|
||||||
|
- # 2) be expressed in the ui tests dependencies.
|
||||||
|
- '../webkit/webkit.gyp:test_shell_common',
|
||||||
|
- ],
|
||||||
|
- }],
|
||||||
|
- ],
|
||||||
|
- }, # target_name: chromium_builder_tests
|
||||||
|
- {
|
||||||
|
- 'target_name': 'chromium_2010_builder_tests',
|
||||||
|
- 'type': 'none',
|
||||||
|
- 'dependencies': [
|
||||||
|
- '../chrome/chrome.gyp:chrome',
|
||||||
|
- '../app/app.gyp:app_unittests',
|
||||||
|
- '../base/base.gyp:base_unittests',
|
||||||
|
- '../chrome/chrome.gyp:browser_tests',
|
||||||
|
- '../chrome/chrome.gyp:interactive_ui_tests',
|
||||||
|
- # TODO(bradnelson): fix and enable.
|
||||||
|
- #'../chrome/chrome.gyp:nacl_ui_tests',
|
||||||
|
- #'../chrome/chrome.gyp:nacl_sandbox_tests',
|
||||||
|
- '../chrome/chrome.gyp:safe_browsing_tests',
|
||||||
|
- '../chrome/chrome.gyp:sync_integration_tests',
|
||||||
|
- '../chrome/chrome.gyp:sync_unit_tests',
|
||||||
|
- '../chrome/chrome.gyp:ui_tests',
|
||||||
|
- '../chrome/chrome.gyp:unit_tests',
|
||||||
|
- '../crypto/crypto.gyp:crypto_unittests',
|
||||||
|
- '../ui/ui.gyp:gfx_unittests',
|
||||||
|
- '../gpu/gpu.gyp:gpu_unittests',
|
||||||
|
- '../ipc/ipc.gyp:ipc_tests',
|
||||||
|
- '../jingle/jingle.gyp:jingle_unittests',
|
||||||
|
- '../media/media.gyp:media_unittests',
|
||||||
|
- '../net/net.gyp:net_unittests',
|
||||||
|
- '../printing/printing.gyp:printing_unittests',
|
||||||
|
- '../remoting/remoting.gyp:remoting_unittests',
|
||||||
|
- '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
|
||||||
|
- '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
|
||||||
|
- 'temp_gyp/googleurl.gyp:googleurl_unittests',
|
||||||
|
- ],
|
||||||
|
- 'conditions': [
|
||||||
|
- ['OS=="win"', {
|
||||||
|
- 'dependencies': [
|
||||||
|
- '../chrome/chrome.gyp:installer_util_unittests',
|
||||||
|
- # TODO(bradnelson): fix and enable.
|
||||||
|
- #'../chrome/chrome.gyp:mini_installer_test',
|
||||||
|
- # mini_installer_tests depends on mini_installer. This should be
|
||||||
|
- # defined in installer.gyp.
|
||||||
|
- #'../chrome/installer/mini_installer.gyp:mini_installer',
|
||||||
|
- #'../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
|
||||||
|
- #'../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
|
||||||
|
- #'../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
|
||||||
|
- #'../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
|
||||||
|
- #'../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
|
||||||
|
- #'../chrome_frame/chrome_frame.gyp:npchrome_frame',
|
||||||
|
- '../courgette/courgette.gyp:courgette_unittests',
|
||||||
|
- '../sandbox/sandbox.gyp:sbox_integration_tests',
|
||||||
|
- '../sandbox/sandbox.gyp:sbox_unittests',
|
||||||
|
- '../sandbox/sandbox.gyp:sbox_validation_tests',
|
||||||
|
- '../views/views.gyp:views_unittests',
|
||||||
|
- '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetscapePlugIn',
|
||||||
|
- # TODO(nsylvain) ui_tests.exe depends on test_shell_common.
|
||||||
|
- # This should:
|
||||||
|
- # 1) not be the case. OR.
|
||||||
|
- # 2) be expressed in the ui tests dependencies.
|
||||||
|
- '../webkit/webkit.gyp:test_shell_common',
|
||||||
|
- ],
|
||||||
|
- }],
|
||||||
|
- ],
|
||||||
|
- }, # target_name: chromium_2010_builder_tests
|
||||||
|
- {
|
||||||
|
- 'target_name': 'chromium_builder_perf',
|
||||||
|
- 'type': 'none',
|
||||||
|
- 'dependencies': [
|
||||||
|
- 'chromium_builder_qa', # needed for pyauto
|
||||||
|
- '../chrome/chrome.gyp:memory_test',
|
||||||
|
- '../chrome/chrome.gyp:page_cycler_tests',
|
||||||
|
- '../chrome/chrome.gyp:performance_ui_tests',
|
||||||
|
- '../chrome/chrome.gyp:plugin_tests',
|
||||||
|
- '../chrome/chrome.gyp:startup_tests',
|
||||||
|
- '../chrome/chrome.gyp:tab_switching_test',
|
||||||
|
- '../chrome/chrome.gyp:ui_tests', # needed for dromaeo, sunspider, v8
|
||||||
|
- '../chrome/chrome.gyp:url_fetch_test',
|
||||||
|
- ],
|
||||||
|
- }, # target_name: chromium_builder_perf
|
||||||
|
- {
|
||||||
|
- 'target_name': 'chromium_gpu_builder',
|
||||||
|
- 'type': 'none',
|
||||||
|
- 'dependencies': [
|
||||||
|
- '../chrome/chrome.gyp:gpu_tests',
|
||||||
|
- '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree',
|
||||||
|
- ],
|
||||||
|
- }, # target_name: chromium_gpu_builder
|
||||||
|
- {
|
||||||
|
- 'target_name': 'chromium_builder_qa',
|
||||||
|
- 'type': 'none',
|
||||||
|
- 'dependencies': [
|
||||||
|
- '../chrome/chrome.gyp:chromedriver',
|
||||||
|
- ],
|
||||||
|
- 'conditions': [
|
||||||
|
- ['OS=="mac" or OS=="win" or (os_posix==1 and target_arch==python_arch)', {
|
||||||
|
- 'dependencies': [
|
||||||
|
- '../chrome/chrome.gyp:pyautolib',
|
||||||
|
- ],
|
||||||
|
- }],
|
||||||
|
- ],
|
||||||
|
- }, # target_name: chromium_builder_qa
|
||||||
|
],
|
||||||
|
'conditions': [
|
||||||
|
['OS=="mac"', {
|
449
chromium-browser-stable.spec
Normal file
449
chromium-browser-stable.spec
Normal file
|
@ -0,0 +1,449 @@
|
||||||
|
%define revision 97094
|
||||||
|
%define crname chromium-browser
|
||||||
|
%define _crdir %{_libdir}/%{crname}
|
||||||
|
%define basever 13.0.761.0
|
||||||
|
%define patchver() ([ -f %{_sourcedir}/patch-%1-%2.diff.xz ] || exit 1; xz -dc %{_sourcedir}/patch-%1-%2.diff.xz|patch -p1);
|
||||||
|
|
||||||
|
Name: chromium-browser-stable
|
||||||
|
Version: 13.0.782.215
|
||||||
|
Release: %mkrel 1
|
||||||
|
Summary: A fast webkit-based web browser
|
||||||
|
Group: Networking/WWW
|
||||||
|
License: BSD, LGPL
|
||||||
|
Source0: chromium-%{basever}.tar.xz
|
||||||
|
Source1: chromium-wrapper
|
||||||
|
Source2: chromium-browser.desktop
|
||||||
|
Source1000: patch-13.0.761.0-13.0.767.1.diff.xz
|
||||||
|
Source1001: binary-13.0.761.0-13.0.767.1.tar.xz
|
||||||
|
Source1002: patch-13.0.767.1-13.0.772.0.diff.xz
|
||||||
|
Source1003: binary-13.0.767.1-13.0.772.0.tar.xz
|
||||||
|
Source1004: patch-13.0.772.0-13.0.782.1.diff.xz
|
||||||
|
Source1005: binary-13.0.772.0-13.0.782.1.tar.xz
|
||||||
|
Source1006: script-13.0.772.0-13.0.782.1.sh
|
||||||
|
Source1007: patch-13.0.782.1-13.0.782.11.diff.xz
|
||||||
|
Source1008: patch-13.0.782.11-13.0.782.13.diff.xz
|
||||||
|
Source1009: patch-13.0.782.13-13.0.782.15.diff.xz
|
||||||
|
Source1010: patch-13.0.782.15-13.0.782.20.diff.xz
|
||||||
|
Source1011: patch-13.0.782.20-13.0.782.24.diff.xz
|
||||||
|
Source1012: patch-13.0.782.24-13.0.782.32.diff.xz
|
||||||
|
Source1013: patch-13.0.782.32-13.0.782.41.diff.xz
|
||||||
|
Source1014: patch-13.0.782.41-13.0.782.99.diff.xz
|
||||||
|
Source1015: patch-13.0.782.99-13.0.782.107.diff.xz
|
||||||
|
Source1016: patch-13.0.782.107-13.0.782.112.diff.xz
|
||||||
|
Source1017: patch-13.0.782.112-13.0.782.215.diff.xz
|
||||||
|
Patch0: chromium-13.0.782.1-skip-builder-tests.patch
|
||||||
|
Patch1: chromium-13.0.767.1-gcc46.patch
|
||||||
|
Patch2: chromium-13.0.782.1-exclude-chromeos-options.patch
|
||||||
|
Provides: %{crname}
|
||||||
|
Conflicts: chromium-browser-unstable
|
||||||
|
Conflicts: chromium-browser-beta
|
||||||
|
Obsoletes: chromium-browser < 1:9.0.597.94
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
|
BuildRequires: bison, flex, gtk2-devel, atk-devel, libexpat-devel, gperf
|
||||||
|
BuildRequires: libnspr-devel, libnss-devel, libalsa-devel
|
||||||
|
BuildRequires: libglib2-devel, libbzip2-devel, libz-devel, libpng-devel
|
||||||
|
BuildRequires: libjpeg-devel, libmesagl-devel, libmesaglu-devel
|
||||||
|
BuildRequires: libxscrnsaver-devel, libdbus-glib-devel, libcups-devel
|
||||||
|
BuildRequires: libgnome-keyring-devel libvpx-devel libxtst-devel
|
||||||
|
BuildRequires: libxslt-devel libxml2-devel libxt-devel libpam-devel
|
||||||
|
BuildRequires: libevent-devel libflac-devel
|
||||||
|
ExclusiveArch: i586 x86_64 armel
|
||||||
|
|
||||||
|
%description
|
||||||
|
Chromium is a browser that combines a minimal design with sophisticated
|
||||||
|
technology to make the web faster, safer, and easier.
|
||||||
|
|
||||||
|
This is the stable channel Chromium browser. It offers a rock solid
|
||||||
|
browser which is updated with features and fixes once they have been
|
||||||
|
thoroughly tested. If you want the latest features, install the
|
||||||
|
chromium-browser-unstable package instead.
|
||||||
|
|
||||||
|
Note: If you are reverting from unstable to stable or beta channel, you may
|
||||||
|
experience tab crashes on startup. This crash only affects tabs restored
|
||||||
|
during the first launch due to a change in how tab state is stored.
|
||||||
|
See http://bugs.chromium.org/34688. It's always a good idea to back up
|
||||||
|
your profile before changing channels.
|
||||||
|
|
||||||
|
%package -n chromium-browser
|
||||||
|
Summary: A fast webkit-based web browser (transition package)
|
||||||
|
Epoch: 1
|
||||||
|
Group: Networking/WWW
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description -n chromium-browser
|
||||||
|
Chromium is a browser that combines a minimal design with sophisticated
|
||||||
|
technology to make the web faster, safer, and easier.
|
||||||
|
|
||||||
|
This is a transition package that installs the stable channel Chromium
|
||||||
|
browser. If you prefer the dev channel browser, install the
|
||||||
|
chromium-browser-unstable package instead.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n chromium-%{basever}
|
||||||
|
%patchver 13.0.761.0 13.0.767.1
|
||||||
|
tar xvf %{_sourcedir}/binary-13.0.761.0-13.0.767.1.tar.xz
|
||||||
|
%patchver 13.0.767.1 13.0.772.0
|
||||||
|
tar xvf %{_sourcedir}/binary-13.0.767.1-13.0.772.0.tar.xz
|
||||||
|
rm third_party/libsrtp/src/doc/libsrtp.pdf
|
||||||
|
%patchver 13.0.772.0 13.0.782.1
|
||||||
|
tar xvf %{_sourcedir}/binary-13.0.772.0-13.0.782.1.tar.xz
|
||||||
|
sh %{_sourcedir}/script-13.0.772.0-13.0.782.1.sh
|
||||||
|
%patchver 13.0.782.1 13.0.782.11
|
||||||
|
%patchver 13.0.782.11 13.0.782.13
|
||||||
|
%patchver 13.0.782.13 13.0.782.15
|
||||||
|
%patchver 13.0.782.15 13.0.782.20
|
||||||
|
%patchver 13.0.782.20 13.0.782.24
|
||||||
|
%patchver 13.0.782.24 13.0.782.32
|
||||||
|
%patchver 13.0.782.32 13.0.782.41
|
||||||
|
%patchver 13.0.782.41 13.0.782.99
|
||||||
|
%patchver 13.0.782.99 13.0.782.107
|
||||||
|
%patchver 13.0.782.107 13.0.782.112
|
||||||
|
%patchver 13.0.782.112 13.0.782.215
|
||||||
|
|
||||||
|
%patch0 -p1 -b .skip-builder-tests
|
||||||
|
%patch1 -p1 -b .gcc46
|
||||||
|
%patch2 -p1 -b .exclude-chromeos-options
|
||||||
|
echo "%{revision}" > build/LASTCHANGE.in
|
||||||
|
|
||||||
|
sed -i -e '/test_support_common/s/^/#/' \
|
||||||
|
chrome/browser/sync/tools/sync_tools.gyp
|
||||||
|
|
||||||
|
# Hard code extra version
|
||||||
|
FILE=chrome/browser/platform_util_common_linux.cc
|
||||||
|
sed -i.orig -e 's/getenv("CHROME_VERSION_EXTRA")/"%{product_vendor} %{product_version}"/' $FILE
|
||||||
|
cmp $FILE $FILE.orig && exit 1
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
export GYP_GENERATORS=make
|
||||||
|
build/gyp_chromium --depth=. \
|
||||||
|
-D linux_sandbox_path=%{_crdir}/chrome-sandbox \
|
||||||
|
-D linux_sandbox_chrome_path=%{_crdir}/chrome \
|
||||||
|
-D linux_link_gnome_keyring=0 \
|
||||||
|
-D use_gconf=0 \
|
||||||
|
-D werror='' \
|
||||||
|
-D use_system_sqlite=0 \
|
||||||
|
-D use_system_libxml=1 \
|
||||||
|
-D use_system_zlib=1 \
|
||||||
|
-D use_system_bzip2=1 \
|
||||||
|
-D use_system_libpng=1 \
|
||||||
|
-D use_system_libjpeg=1 \
|
||||||
|
-D use_system_libevent=1 \
|
||||||
|
-D use_system_flac=1 \
|
||||||
|
-D use_system_vpx=0 \
|
||||||
|
-D use_system_icu=0 \
|
||||||
|
%ifarch i586
|
||||||
|
-D disable_sse2=1 \
|
||||||
|
-D release_extra_cflags="-march=i586"
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# Note: DON'T use system sqlite (3.7.3) -- it breaks history search
|
||||||
|
|
||||||
|
%make chrome chrome_sandbox BUILDTYPE=Release
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
mkdir -p %{buildroot}%{_bindir}
|
||||||
|
mkdir -p %{buildroot}%{_crdir}/locales
|
||||||
|
mkdir -p %{buildroot}%{_crdir}/themes
|
||||||
|
mkdir -p %{buildroot}%{_mandir}/man1
|
||||||
|
install -m 755 %{_sourcedir}/chromium-wrapper %{buildroot}%{_crdir}/
|
||||||
|
install -m 755 out/Release/chrome %{buildroot}%{_crdir}/
|
||||||
|
install -m 4755 out/Release/chrome_sandbox %{buildroot}%{_crdir}/chrome-sandbox
|
||||||
|
install -m 644 out/Release/chrome.1 %{buildroot}%{_mandir}/man1/%{crname}.1
|
||||||
|
install -m 644 out/Release/chrome.pak %{buildroot}%{_crdir}/
|
||||||
|
install -m 755 out/Release/libffmpegsumo.so %{buildroot}%{_crdir}/
|
||||||
|
install -m 755 out/Release/libppGoogleNaClPluginChrome.so %{buildroot}%{_crdir}/
|
||||||
|
install -m 644 out/Release/locales/*.pak %{buildroot}%{_crdir}/locales/
|
||||||
|
install -m 644 out/Release/xdg-settings %{buildroot}%{_crdir}/
|
||||||
|
install -m 644 out/Release/resources.pak %{buildroot}%{_crdir}/
|
||||||
|
ln -s %{_crdir}/chromium-wrapper %{buildroot}%{_bindir}/%{crname}
|
||||||
|
|
||||||
|
find out/Release/resources/ -name "*.d" -exec rm {} \;
|
||||||
|
cp -r out/Release/resources %{buildroot}%{_crdir}
|
||||||
|
|
||||||
|
# desktop file
|
||||||
|
mkdir -p %{buildroot}%{_datadir}/applications
|
||||||
|
install -m 644 %{_sourcedir}/%{crname}.desktop %{buildroot}%{_datadir}/applications/
|
||||||
|
|
||||||
|
# icon
|
||||||
|
for i in 16 32 48 256; do
|
||||||
|
mkdir -p %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/apps
|
||||||
|
install -m 644 chrome/app/theme/chromium/product_logo_$i.png \
|
||||||
|
%{buildroot}%{_iconsdir}/hicolor/${i}x${i}/apps/%{crname}.png
|
||||||
|
done
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
|
%files -n chromium-browser
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{_bindir}/%{crname}
|
||||||
|
%{_crdir}/chromium-wrapper
|
||||||
|
%{_crdir}/chrome
|
||||||
|
%{_crdir}/chrome-sandbox
|
||||||
|
%{_crdir}/chrome.pak
|
||||||
|
%{_crdir}/libffmpegsumo.so
|
||||||
|
%{_crdir}/libppGoogleNaClPluginChrome.so
|
||||||
|
%{_crdir}/locales
|
||||||
|
%{_crdir}/resources.pak
|
||||||
|
%{_crdir}/resources
|
||||||
|
%{_crdir}/themes
|
||||||
|
%{_crdir}/xdg-settings
|
||||||
|
%{_mandir}/man1/%{crname}*
|
||||||
|
%{_datadir}/applications/*.desktop
|
||||||
|
%{_iconsdir}/hicolor/*/apps/%{crname}.png
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Aug 23 2011 Claudio Matsuoka <claudio@mandriva.com> 13.0.782.215-1mdv2011.0
|
||||||
|
+ Revision: 696328
|
||||||
|
- new upstream release 13.0.782.215 (97094)
|
||||||
|
- security fixes:
|
||||||
|
* [82552] High CVE-2011-2823: Use-after-free in line box handling
|
||||||
|
* [88216] High CVE-2011-2824: Use-after-free with counter nodes
|
||||||
|
* [88670] High CVE-2011-2825: Use-after-free with custom fonts
|
||||||
|
* [89402] High CVE-2011-2821: Double free in libxml XPath handling
|
||||||
|
* [87453] High CVE-2011-2826: Cross-origin violation with empty origins
|
||||||
|
* [90668] High CVE-2011-2827: Use-after-free in text searching
|
||||||
|
* [91517] High CVE-2011-2828: Out-of-bounds write in v8
|
||||||
|
* [32-bit only] [91598] High CVE-2011-2829: Integer overflow in uniform
|
||||||
|
arrays
|
||||||
|
- detailed changelog at http://goo.gl/Lzn1m
|
||||||
|
- new upstream release 13.0.782.112 (95650)
|
||||||
|
- move release 13.0.782.107 (94237) from beta to stable
|
||||||
|
- security fixes:
|
||||||
|
* [78841] High CVE-2011-2359: Stale pointer due to bad line box tracking
|
||||||
|
in rendering.
|
||||||
|
* [79266] Low CVE-2011-2360: Potential bypass of dangerous file prompt.
|
||||||
|
* [79426] Low CVE-2011-2361: Improve designation of strings in the basic
|
||||||
|
auth dialog.
|
||||||
|
* [81307] Medium CVE-2011-2782: File permissions error with drag and drop.
|
||||||
|
* [83273] Medium CVE-2011-2783: Always confirm a developer mode NPAPI
|
||||||
|
extension install via a browser dialog.
|
||||||
|
* [83841] Low CVE-2011-2784: Local file path disclosure via GL program log.
|
||||||
|
* [84402] Low CVE-2011-2785: Sanitize the homepage URL in extensions.
|
||||||
|
* [84600] Low CVE-2011-2786: Make sure the speech input bubble is always
|
||||||
|
on-screen.
|
||||||
|
* [84805] Medium CVE-2011-2787: Browser crash due to GPU lock re-entrancy
|
||||||
|
issue.
|
||||||
|
* [85559] Low CVE-2011-2788: Buffer overflow in inspector serialization.
|
||||||
|
* [85808] Medium CVE-2011-2789: Use after free in Pepper plug-in
|
||||||
|
instantiation.
|
||||||
|
* [86502] High CVE-2011-2790: Use-after-free with floating styles.
|
||||||
|
* [86900] High CVE-2011-2791: Out-of-bounds write in ICU.
|
||||||
|
* [87148] High CVE-2011-2792: Use-after-free with float removal.
|
||||||
|
* [87227] High CVE-2011-2793: Use-after-free in media selectors.
|
||||||
|
* [87298] Medium CVE-2011-2794: Out-of-bounds read in text iteration.
|
||||||
|
* [87339] Medium CVE-2011-2795: Cross-frame function leak.
|
||||||
|
* [87548] High CVE-2011-2796: Use-after-free in Skia.
|
||||||
|
* [87729] High CVE-2011-2797: Use-after-free in resource caching.
|
||||||
|
* [87815] Low CVE-2011-2798: Prevent a couple of internal schemes from
|
||||||
|
being web accessible.
|
||||||
|
* [87925] High CVE-2011-2799: Use-after-free in HTML range handling.
|
||||||
|
* [88337] Medium CVE-2011-2800: Leak of client-side redirect target.
|
||||||
|
* [88591] High CVE-2011-2802: v8 crash with const lookups.
|
||||||
|
* [88827] Medium CVE-2011-2803: Out-of-bounds read in Skia paths.
|
||||||
|
* [88846] High CVE-2011-2801: Use-after-free in frame loader.
|
||||||
|
* [88889] High CVE-2011-2818: Use-after-free in display box rendering.
|
||||||
|
* [89142] High CVE-2011-2804: PDF crash with nested functions.
|
||||||
|
* [89520] High CVE-2011-2805: Cross-origin script injection.
|
||||||
|
* [90222] High CVE-2011-2819: Cross-origin violation in base URI handling.
|
||||||
|
- detailed changelog at http://goo.gl/25VH4
|
||||||
|
|
||||||
|
* Fri Jul 29 2011 Claudio Matsuoka <claudio@mandriva.com> 12.0.742.124-1
|
||||||
|
+ Revision: 692282
|
||||||
|
- new upstream release 112-12.0.742.124 (92024)
|
||||||
|
|
||||||
|
* Tue Jun 28 2011 Claudio Matsuoka <claudio@mandriva.com> 12.0.742.112-1
|
||||||
|
+ Revision: 687931
|
||||||
|
- new upstream release 12.0.742.112 (90785)
|
||||||
|
- security fixes:
|
||||||
|
* [77493] Medium CVE-2011-2345: Out-of-bounds read in NPAPI string handling.
|
||||||
|
* [84355] High CVE-2011-2346: Use-after-free in SVG font handling.
|
||||||
|
* [85003] High CVE-2011-2347: Memory corruption in CSS parsing.
|
||||||
|
* [85102] High CVE-2011-2350: Lifetime and re-entrancy issues in the HTML
|
||||||
|
parser.
|
||||||
|
* [85177] High CVE-2011-2348: Bad bounds check in v8.
|
||||||
|
* [85211] High CVE-2011-2351: Use-after-free with SVG use element.
|
||||||
|
* [85418] High CVE-2011-2349: Use-after-free in text selection.
|
||||||
|
- detailed changelog at http://goo.gl/PPBY4
|
||||||
|
|
||||||
|
* Tue Jun 07 2011 Claudio Matsuoka <claudio@mandriva.com> 12.0.742.91-1
|
||||||
|
+ Revision: 683117
|
||||||
|
- new upstream release 12.0.742.91 (stable)
|
||||||
|
* Hardware accelerated 3D CSS
|
||||||
|
* New Safe Browsing protection against downloading malicious files
|
||||||
|
* Ability to delete Flash cookies from inside Chrome
|
||||||
|
* Launch Apps by name from the Omnibox
|
||||||
|
* Integrated Sync into new settings pages
|
||||||
|
* Improved screen reader support
|
||||||
|
* New warning when hitting Command-Q on Mac
|
||||||
|
* Removal of Google Gears
|
||||||
|
- security fixes
|
||||||
|
* [73962] [79746] High CVE-2011-1808: Use-after-free due to integer issues
|
||||||
|
in float handling
|
||||||
|
* [75496] Medium CVE-2011-1809: Use-after-free in accessibility support
|
||||||
|
* [75643] Low CVE-2011-1810: Visit history information leak in CSS
|
||||||
|
* [76034] Low CVE-2011-1811: Browser crash with lots of form submissions
|
||||||
|
* [77026] Medium CVE-2011-1812: Extensions permission bypass
|
||||||
|
* [78516] High CVE-2011-1813: Stale pointer in extension framework
|
||||||
|
* [79362] Medium CVE-2011-1814: Read from uninitialized pointer
|
||||||
|
* [79862] Low CVE-2011-1815: Extension script injection into new tab page
|
||||||
|
* [80358] Medium CVE-2011-1816: Use-after-free in developer tools
|
||||||
|
* [81916] Medium CVE-2011-1817: Browser memory corruption in history
|
||||||
|
deletion
|
||||||
|
* [81949] High CVE-2011-1818: Use-after-free in image loader
|
||||||
|
* [83010] Medium CVE-2011-1819: Extension injection into chrome:// pages
|
||||||
|
* [83275] High CVE-2011-2332: Same origin bypass in v8
|
||||||
|
* [83743] High CVE-2011-2342: Same origin bypass in DOM
|
||||||
|
- copy release 12.0.742.91 from beta to stable
|
||||||
|
|
||||||
|
* Wed May 25 2011 Claudio Matsuoka <claudio@mandriva.com> 11.0.696.71-1
|
||||||
|
+ Revision: 678989
|
||||||
|
- new upstream release 11.0.696.71 (stable)
|
||||||
|
- security fixes
|
||||||
|
* [72189] Low CVE-2011-1801: Pop-up blocker bypass.
|
||||||
|
* [$1000] [82546] High CVE-2011-1804: Stale pointer in floats rendering.
|
||||||
|
* [82873] Critical CVE-2011-1806: Memory corruption in GPU command buffer.
|
||||||
|
* [82903] Critical CVE-2011-1807: Out-of-bounds write in blob handling.
|
||||||
|
- bug fixes
|
||||||
|
* REGRESSION: selection extended by arrow keys flickers on LinkedIn.com.
|
||||||
|
(Issue 83197).
|
||||||
|
* Have ConnectBackupJob try IPv4 first to hide potential long IPv6 connect
|
||||||
|
timeout (Issue 81686).
|
||||||
|
|
||||||
|
* Thu May 12 2011 Claudio Matsuoka <claudio@mandriva.com> 11.0.696.68-1
|
||||||
|
+ Revision: 673982
|
||||||
|
- new upstream release 11.0.696.68 (stable)
|
||||||
|
- security fixes
|
||||||
|
* [64046] High CVE-2011-1799: Bad casts in Chromium WebKit glue.
|
||||||
|
* [80608] High CVE-2011-1800: Integer overflows in SVG filters.
|
||||||
|
|
||||||
|
* Sat May 07 2011 Claudio Matsuoka <claudio@mandriva.com> 11.0.696.65-1
|
||||||
|
+ Revision: 671613
|
||||||
|
- new upstream release 11.0.696.65 (stable)
|
||||||
|
* fix issue 80580: After deleting bookmarks on the Bookmark managers,
|
||||||
|
the bookmark bar doesn't display properly with existing bookmarks.
|
||||||
|
|
||||||
|
* Fri Apr 29 2011 Claudio Matsuoka <claudio@mandriva.com> 11.0.696.57-1
|
||||||
|
+ Revision: 660171
|
||||||
|
- new upstream release 11.0.696.57 (stable)
|
||||||
|
- security fixes:
|
||||||
|
* [61502] High CVE-2011-1303: Stale pointer in floating object handling
|
||||||
|
* [70538] Low CVE-2011-1304: Pop-up block bypass via plug-ins
|
||||||
|
* [70589] Medium CVE-2011-1305: Linked-list race in database handling
|
||||||
|
* [71586] Medium CVE-2011-1434: Lack of thread safety in MIME handling
|
||||||
|
* [72523] Medium CVE-2011-1435: Bad extension with tabs permission can
|
||||||
|
capture local files
|
||||||
|
* [72910] Low CVE-2011-1436: Possible browser crash due to bad interaction
|
||||||
|
with X
|
||||||
|
* [73526] High CVE-2011-1437: Integer overflows in float rendering
|
||||||
|
* [74653] High CVE-2011-1438: Same origin policy violation with blobs
|
||||||
|
* [74763] High CVE-2011-1439: Prevent interference between renderer
|
||||||
|
processes
|
||||||
|
* [75186] High CVE-2011-1440: Use-after-free with <ruby> tag and CSS
|
||||||
|
* [75347] High CVE-2011-1441: Bad cast with floating select lists
|
||||||
|
* [75801] High CVE-2011-1442: Corrupt node trees with mutation events
|
||||||
|
* [76001] High CVE-2011-1443: Stale pointers in layering code
|
||||||
|
* [76542] High CVE-2011-1444: Race condition in sandbox launcher
|
||||||
|
* [76646] Medium CVE-2011-1445: Out-of-bounds read in SVG
|
||||||
|
* [76666] [77507] [78031] High CVE-2011-1446: Possible URL bar spoofs with
|
||||||
|
navigation errors and interrupted loads
|
||||||
|
* [76966] High CVE-2011-1447: Stale pointer in drop-down list handling
|
||||||
|
* [77130] High CVE-2011-1448: Stale pointer in height calculations
|
||||||
|
* [77346] High CVE-2011-1449: Use-after-free in WebSockets
|
||||||
|
* [77349] Low CVE-2011-1450: Dangling pointers in file dialogs
|
||||||
|
* [77463] High CVE-2011-1451: Dangling pointers in DOM id map
|
||||||
|
* [77786] Medium CVE-2011-1452: URL bar spoof with redirect and manual
|
||||||
|
reload
|
||||||
|
* [79199] High CVE-2011-1454: Use-after-free in DOM id handling
|
||||||
|
* [79361] Medium CVE-2011-1455: Out-of-bounds read with multipart-encoded
|
||||||
|
PDF
|
||||||
|
* [79364] High CVE-2011-1456: Stale pointers with PDF forms
|
||||||
|
- detailed changelog at http://goo.gl/arI9m
|
||||||
|
- copy Chromium 11 sources from beta to stable
|
||||||
|
- remove Chromium 10 source files
|
||||||
|
|
||||||
|
* Fri Apr 15 2011 Claudio Matsuoka <claudio@mandriva.com> 10.0.648.205-1
|
||||||
|
+ Revision: 653084
|
||||||
|
- new upstream release 10.0.648.205 (stable)
|
||||||
|
* Fix issue 75629: CVE-2011-1301: Use-after-free in the GPU process
|
||||||
|
* Fix issue 78524: CVE-2011-1302: Heap overflow in the GPU process
|
||||||
|
- detailed changelog at http://goo.gl/wJg8b
|
||||||
|
|
||||||
|
* Mon Apr 04 2011 Claudio Matsuoka <claudio@mandriva.com> 10.0.648.204-2
|
||||||
|
+ Revision: 650370
|
||||||
|
- update chromium-browser package group
|
||||||
|
- bump release for buildsystem debug
|
||||||
|
|
||||||
|
* Fri Mar 25 2011 Claudio Matsuoka <claudio@mandriva.com> 10.0.648.204-1
|
||||||
|
+ Revision: 648498
|
||||||
|
- new upstream release 10.0.648.204 (stable)
|
||||||
|
* support for password manager
|
||||||
|
* performance and stability fixes
|
||||||
|
* fix CVE-2011-1291: Buffer error in base string handling
|
||||||
|
* fix CVE-2011-1292: Use-after-free in the frame loader
|
||||||
|
* fix CVE-2011-1293: Use-after-free in HTMLCollection
|
||||||
|
* fix CVE-2011-1294: Stale pointer in CSS handling
|
||||||
|
* fix CVE-2011-1295: DOM tree corruption with broken node parentage
|
||||||
|
* fix CVE-2011-1296: Stale pointer in SVG text handling
|
||||||
|
- fix some system library settings introduced in revision 647139
|
||||||
|
|
||||||
|
+ Funda Wang <fwang@mandriva.org>
|
||||||
|
- build with more system libs
|
||||||
|
|
||||||
|
* Fri Mar 18 2011 Claudio Matsuoka <claudio@mandriva.com> 10.0.648.151-1
|
||||||
|
+ Revision: 646282
|
||||||
|
- new upstream release 10.0.648.151 (stable)
|
||||||
|
* blacklist a small number of HTTPS certificates
|
||||||
|
|
||||||
|
* Sat Mar 12 2011 Claudio Matsuoka <claudio@mandriva.com> 10.0.648.133-1
|
||||||
|
+ Revision: 644042
|
||||||
|
- new upstream release 10.0.648.133 (stable)
|
||||||
|
* [CVE-2011-1290] fix memory corruption in style handling
|
||||||
|
- check presence of patch files
|
||||||
|
|
||||||
|
* Fri Mar 11 2011 Claudio Matsuoka <claudio@mandriva.com> 10.0.648.127-2
|
||||||
|
+ Revision: 643848
|
||||||
|
- apply patches correctly
|
||||||
|
|
||||||
|
* Wed Mar 09 2011 Claudio Matsuoka <claudio@mandriva.com> 10.0.648.127-1
|
||||||
|
+ Revision: 643105
|
||||||
|
- new upstream release 10.0.648.127 (stable)
|
||||||
|
* New version of V8 which greatly improves javascript performance
|
||||||
|
* New settings pages that open in a tab, rather than a dialog box
|
||||||
|
* Improved security with malware reporting and disabling outdated plugins
|
||||||
|
by default
|
||||||
|
* Password sync as part of Chrome Sync now enabled by default
|
||||||
|
* GPU Accelerated Video
|
||||||
|
* Background WebApps
|
||||||
|
* webNavigation extension API
|
||||||
|
- annoucement and security fix list: http://goo.gl/PWdBi
|
||||||
|
- move chromium patch 10.0.648.114 from beta channel to stable
|
||||||
|
- move chromium patch 10.0.648.82 from beta channel to stable
|
||||||
|
- move chromium patch 10.0.648.127 from beta channel to stable
|
||||||
|
- move chromium patch 10.0.648.126 from beta channel to stable
|
||||||
|
- move chromium 10.0.648.45 from beta channel to stable
|
||||||
|
- move patch from beta channel to stable
|
||||||
|
- move patch from beta channel to stable
|
||||||
|
|
||||||
|
* Tue Mar 01 2011 Claudio Matsuoka <claudio@mandriva.com> 9.0.597.107-1
|
||||||
|
+ Revision: 641075
|
||||||
|
- new upstream release 9.0.597.107 (stable)
|
||||||
|
- contains security fixes, see detais at http://goo.gl/rkTSm
|
||||||
|
- add beta browser to the downgrade notice in spec description
|
||||||
|
|
||||||
|
* Sat Feb 12 2011 Claudio Matsuoka <claudio@mandriva.com> 9.0.597.98-1
|
||||||
|
+ Revision: 637364
|
||||||
|
- new upstream version 9.0.597.98
|
||||||
|
- add conflicts to beta channel browser
|
||||||
|
- add obsoletes entry for old (canary) chromium-browser package
|
||||||
|
|
||||||
|
* Thu Feb 10 2011 Claudio Matsuoka <claudio@mandriva.com> 9.0.597.94-1
|
||||||
|
+ Revision: 637082
|
||||||
|
- imported package chromium-browser-stable
|
||||||
|
|
190
chromium-browser.desktop
Normal file
190
chromium-browser.desktop
Normal file
|
@ -0,0 +1,190 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
Name=Chromium Web Browser
|
||||||
|
Name[ar]=مُتصفح الوِب فيَرفُكس
|
||||||
|
Name[bg]=Chromium уеб клиент
|
||||||
|
Name[ca]=Navegador web Chromium
|
||||||
|
Name[cs]=Webový prohlížeč Chromium
|
||||||
|
Name[cy]=Porwr Gwe Chromium
|
||||||
|
Name[da]=Chromium netlæser
|
||||||
|
Name[de]=Chromium Webbrowser
|
||||||
|
Name[el]=Chromium Περιηγητής Ιστοσελίδων
|
||||||
|
Name[es]=Navegador web Chromium
|
||||||
|
Name[et]=Chromium veebibrauser
|
||||||
|
Name[eu]=Chromium Web Arakatzailea
|
||||||
|
Name[fa]=مرورگر اینترنتی Chromium
|
||||||
|
Name[fi]=Chromium-selain
|
||||||
|
Name[fr]=Navigateur Web Chromium
|
||||||
|
Name[gl]=Navegador Web Chromium
|
||||||
|
Name[he]=דפדפן אינטרנט - פיירפוקס
|
||||||
|
Name[hu]=Chromium webböngésző
|
||||||
|
Name[is]=Chromium Vef-Vafri
|
||||||
|
Name[it]=Browser web Chromium
|
||||||
|
Name[ja]=Chromium ウェブブラウザ
|
||||||
|
Name[ko]=Chromium 웹 브라우저
|
||||||
|
Name[ky]=Chromium веб аралагычы
|
||||||
|
Name[nb]=Chromium nettleser
|
||||||
|
Name[nl]=Chromium webbrowser
|
||||||
|
Name[nn]=Chromium nettlesar
|
||||||
|
Name[pl]=Przeglądarka Chromium
|
||||||
|
Name[pt]=Navegador Web Chromium
|
||||||
|
Name[pt_BR]=Chromium
|
||||||
|
Name[ro]=Navigatorul Chromium
|
||||||
|
Name[ru]=Браузер Chromium
|
||||||
|
Name[sk]=Internetový prehliadač Chromium
|
||||||
|
Name[sl]=Spletni brskalnik Chromium
|
||||||
|
Name[sv]=Webbläsaren Chromium
|
||||||
|
Name[tr]=Chromium Ağ Tarayıcısı
|
||||||
|
Name[uk]=Навігатор тенет Chromium
|
||||||
|
Name[zh_CN]=Chromium Web 浏览器
|
||||||
|
Name[zh_TW]=Chromium 網頁瀏覽器
|
||||||
|
GenericName=Web Browser
|
||||||
|
GenericName[af]=Web Blaaier
|
||||||
|
GenericName[ar]=متصفّح وِب
|
||||||
|
GenericName[as]=ৱেব চৰক
|
||||||
|
GenericName[az]=Veb Səyyahı
|
||||||
|
GenericName[be]=Гартач сеціва
|
||||||
|
GenericName[bg]=Уеб браузър
|
||||||
|
GenericName[bn]=ওয়েব ব্রাউজার
|
||||||
|
GenericName[br]=Furcher ar Gwiad
|
||||||
|
GenericName[bs]=Web preglednik
|
||||||
|
GenericName[ca]=Navegador web
|
||||||
|
GenericName[cs]=Prohlížeč WWW
|
||||||
|
GenericName[cy]=Porwr Gwe
|
||||||
|
GenericName[da]=Internetbrowser
|
||||||
|
GenericName[de]=Webbrowser
|
||||||
|
GenericName[el]=Περιηγητής ιστοσελίδων
|
||||||
|
GenericName[eo]=TTT-legilo
|
||||||
|
GenericName[es]=Navegador web
|
||||||
|
GenericName[et]=Veebisirvija
|
||||||
|
GenericName[eu]=Web arakatzailea
|
||||||
|
GenericName[fa]=مرورگر وب
|
||||||
|
GenericName[fi]=WWW-selain
|
||||||
|
GenericName[fo]=Vevlesari
|
||||||
|
GenericName[fr]=Navigateur Web
|
||||||
|
GenericName[ga]=Brabhsálaí Lín
|
||||||
|
GenericName[gl]=Navegador web
|
||||||
|
GenericName[gu]=વેબ બ્રાઉઝર
|
||||||
|
GenericName[he]=דפדפן אינטרנט
|
||||||
|
GenericName[hi]=वेब ब्राउज़र
|
||||||
|
GenericName[hr]=Web pretraživač
|
||||||
|
GenericName[hu]=Webböngésző
|
||||||
|
GenericName[id]=Browser Web
|
||||||
|
GenericName[is]=Vafri
|
||||||
|
GenericName[it]=Browser web
|
||||||
|
GenericName[ja]=GNOME ウェブ・ブラウザ
|
||||||
|
GenericName[ka]=ვებ ბრაუზერი
|
||||||
|
GenericName[kn]=ಜಾಾಲ ವೀಕ್ಷಕ
|
||||||
|
GenericName[ko]=웹 브라우저
|
||||||
|
GenericName[ku]=Geroka Torê
|
||||||
|
GenericName[ky]=Web Браузер
|
||||||
|
GenericName[li]=Wèb Browser
|
||||||
|
GenericName[lo]=ຮງກເບິ່ງຖານເບິ່ງຂໍ້ມູນ
|
||||||
|
GenericName[lt]=Žiniatinklio naršyklė
|
||||||
|
GenericName[lv]=Tīmekļa pārlūkprogramma
|
||||||
|
GenericName[mk]=Веб прелистувач
|
||||||
|
GenericName[ml]=വെബ് ബ്രൌസര്
|
||||||
|
GenericName[mn]=Вэб-Хөтөч
|
||||||
|
GenericName[mr]=वेब ब्राउझर
|
||||||
|
GenericName[ms]=Pelungsur Web
|
||||||
|
GenericName[nb]=Nettleser
|
||||||
|
GenericName[nds]=Nettkieker
|
||||||
|
GenericName[ne]=वेब ब्राउजर
|
||||||
|
GenericName[nl]=Webbrowser
|
||||||
|
GenericName[nn]=Nettlesar
|
||||||
|
GenericName[oc]=Navegaire web
|
||||||
|
GenericName[or]=ଓ୍ବେବ ବ୍ରାଉଜର
|
||||||
|
GenericName[pa]=ਵੈੱਬ ਬਰਾਊਜ਼ਰ
|
||||||
|
GenericName[pl]=Przeglądarka WWW
|
||||||
|
GenericName[pt]=Navegador Web
|
||||||
|
GenericName[pt_BR]=Navegador Web
|
||||||
|
GenericName[ro]=Navigator Internet
|
||||||
|
GenericName[ru]=Веб-браузер
|
||||||
|
GenericName[se]=Fierpmádatlogan
|
||||||
|
GenericName[sk]=Webový prehliadač
|
||||||
|
GenericName[sl]=Spletni brskalnik
|
||||||
|
GenericName[sq]=Shfletuesi Web
|
||||||
|
GenericName[sr]=Интернет прегледник
|
||||||
|
GenericName[sr@Latn]=Internet preglednik
|
||||||
|
GenericName[ss]=Ibrawuza ye-Web
|
||||||
|
GenericName[sv]=Webbläsare
|
||||||
|
GenericName[ta]=இணைய உலாவி
|
||||||
|
GenericName[tg]=Тафсири веб
|
||||||
|
GenericName[th]=เว็บเบราว์เซอร์
|
||||||
|
GenericName[tk]=Web Ahtarçysy
|
||||||
|
GenericName[tr]=Web Tarayıcı
|
||||||
|
GenericName[uk]=Переглядач веб-сторінок
|
||||||
|
GenericName[ur]=ویب براؤزر
|
||||||
|
GenericName[uz]=Veb-brauzer
|
||||||
|
GenericName[uz@cyrillic]=Веб-браузер
|
||||||
|
GenericName[vi]=Bộ duyệt Web
|
||||||
|
GenericName[wa]=Betchteu waibe
|
||||||
|
GenericName[xh]=Umkhangeli zincwadi we Web
|
||||||
|
GenericName[zh_CN]=Web 浏览器
|
||||||
|
GenericName[zh_TW]=網頁瀏覽器
|
||||||
|
Comment=Browse the Web
|
||||||
|
Comment[af]=Blaai die Web
|
||||||
|
Comment[am]=ዌብን ይቃኙ
|
||||||
|
Comment[ar]=تصفّح الوِب
|
||||||
|
Comment[az]=Vebdə gəz
|
||||||
|
Comment[bg]=Сърфиране из интернет
|
||||||
|
Comment[bn]=ওয়েব ব্রাউজ করুন
|
||||||
|
Comment[bs]=Pretražujte web
|
||||||
|
Comment[ca]=Navega pel web
|
||||||
|
Comment[cs]=Prohlížení stránek World Wide Webu
|
||||||
|
Comment[cy]=Pori'r We
|
||||||
|
Comment[da]=Surf på internettet
|
||||||
|
Comment[de]=Im Internet surfen
|
||||||
|
Comment[el]=Περιηγηθείτε στο Διαδίκτυο
|
||||||
|
Comment[eo]=Foliumi la TTT-on
|
||||||
|
Comment[es]=Navegue por la web
|
||||||
|
Comment[et]=Veebi sirvimine
|
||||||
|
Comment[eu]=Web-a arakatu
|
||||||
|
Comment[fa]=مرور بر وب
|
||||||
|
Comment[fi]=Selaa Internetin WWW-sivuja
|
||||||
|
Comment[fr]=Navigue sur Internet
|
||||||
|
Comment[fur]=Navighe tal Web
|
||||||
|
Comment[hi]=वेब पर ब्राउज करें
|
||||||
|
Comment[hr]=Pregledaj Web
|
||||||
|
Comment[hu]=A világháló böngészése
|
||||||
|
Comment[hy]=Զբոսնել Ցանցում
|
||||||
|
Comment[is]=Flakka á vefnum
|
||||||
|
Comment[it]=Esplora il web
|
||||||
|
Comment[ja]=ウェブを閲覧します
|
||||||
|
Comment[ka]=ინტერნეტში გასეირნება
|
||||||
|
Comment[ko]=웹을 돌아 다닙니다
|
||||||
|
Comment[ku]=Geryana Înternet
|
||||||
|
Comment[ky]=Вебди аралоо
|
||||||
|
Comment[lv]=Pārlūkojiet Web
|
||||||
|
Comment[mt]=Ibbrawżja l-web
|
||||||
|
Comment[nb]=Surf på nettet
|
||||||
|
Comment[nl]=Verken het internet
|
||||||
|
Comment[nn]=Surf på nettet
|
||||||
|
Comment[pl]=Przeglądanie stron WWW
|
||||||
|
Comment[pt]=Navegue na Internet
|
||||||
|
Comment[pt_BR]=Navegar na Web
|
||||||
|
Comment[ro]=Navigați pe Web
|
||||||
|
Comment[ru]=Веб-навигация
|
||||||
|
Comment[sc]=Sfollya s'arretza
|
||||||
|
Comment[sk]=Prezerať Web
|
||||||
|
Comment[sl]=Brskanje po spletu
|
||||||
|
Comment[sq]=Shfletues Web
|
||||||
|
Comment[sr@Latn]=Pretražite Internet
|
||||||
|
Comment[sv]=Surfa på webben
|
||||||
|
Comment[ta]=வலையத்ைத மேலோட
|
||||||
|
Comment[tg]=Шабакаро баррасӣ кунед
|
||||||
|
Comment[th]=Browse the Web
|
||||||
|
Comment[tl]=I-browse ang Web
|
||||||
|
Comment[tr]=Web' de gezin
|
||||||
|
Comment[uk]=Переглядайте Тенета
|
||||||
|
Comment[vi]=Duyệt web
|
||||||
|
Comment[wa]=Naivyî so les pådjes waibe
|
||||||
|
Comment[zh_CN]=浏览 Web
|
||||||
|
Comment[zh_TW]=瀏覽網頁
|
||||||
|
Exec=chromium-browser %u
|
||||||
|
Icon=chromium-browser
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
StartupWMClass=Chromium-browser
|
||||||
|
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;
|
||||||
|
Categories=GTK;Network;WebBrowser;X-MandrivaLinux-Internet-WebBrowsers;X-MandrivaLinux-CrossDesktop;
|
27
chromium-wrapper
Normal file
27
chromium-wrapper
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
||||||
|
# Use of this source code is governed by a BSD-style license that can be
|
||||||
|
# found in the LICENSE file.
|
||||||
|
|
||||||
|
# Let the wrapped binary know that it has been run through the wrapper
|
||||||
|
export CHROME_WRAPPER="`readlink -f "$0"`"
|
||||||
|
|
||||||
|
PROGDIR="`dirname "$CHROME_WRAPPER"`"
|
||||||
|
|
||||||
|
case ":$PATH:" in
|
||||||
|
*:$PROGDIR:*)
|
||||||
|
# $PATH already contains $PROGDIR
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
# Append $PROGDIR to $PATH
|
||||||
|
export PATH="$PATH:$PROGDIR"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
# Always use our versions of ffmpeg libs.
|
||||||
|
# This also makes RPMs find the compatibly-named NSS3/NSPR symlinks.
|
||||||
|
LD_LIBRARY_PATH="$PROGDIR:$PROGDIR/lib:$LD_LIBRARY_PATH"
|
||||||
|
export LD_LIBRARY_PATH
|
||||||
|
|
||||||
|
exec -a "$0" "$PROGDIR/chrome" "$@"
|
18
script-13.0.772.0-13.0.782.1.sh
Executable file
18
script-13.0.772.0-13.0.782.1.sh
Executable file
|
@ -0,0 +1,18 @@
|
||||||
|
rm chrome/app/theme/statusbar_network_bars0b.png
|
||||||
|
rm chrome/app/theme/statusbar_network_bars1b.png
|
||||||
|
rm chrome/app/theme/statusbar_network_bars1r.png
|
||||||
|
rm chrome/app/theme/statusbar_network_bars2b.png
|
||||||
|
rm chrome/app/theme/statusbar_network_bars2r.png
|
||||||
|
rm chrome/app/theme/statusbar_network_bars3b.png
|
||||||
|
rm chrome/app/theme/statusbar_network_bars3r.png
|
||||||
|
rm chrome/app/theme/statusbar_network_bars4b.png
|
||||||
|
rm chrome/app/theme/statusbar_network_bars4r.png
|
||||||
|
rm chrome/browser/resources/shared/images/mediaplayer_full_screen.png
|
||||||
|
rm chrome/browser/resources/shared/images/mediaplayer_full_screen_exit.png
|
||||||
|
rm chrome/browser/resources/shared/images/mediaplayer_next.png
|
||||||
|
rm chrome/browser/resources/shared/images/mediaplayer_pause.png
|
||||||
|
rm chrome/browser/resources/shared/images/mediaplayer_play.png
|
||||||
|
rm chrome/browser/resources/shared/images/mediaplayer_playlist.png
|
||||||
|
rm chrome/browser/resources/shared/images/mediaplayer_prev.png
|
||||||
|
rm chrome/browser/resources/shared/images/mediaplayer_vol_high.png
|
||||||
|
rm chrome/browser/resources/shared/images/mediaplayer_vol_mute.png
|
Loading…
Add table
Reference in a new issue