[chromium-freeworld: 61/148] 54.0.2840.100
by Miro Hrončok
commit e05272a4af680b37f2ca4f6969bfa1f7e45fb3a4
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Fri Dec 2 14:22:16 2016 -0500
54.0.2840.100
.gitignore | 2 ++
chromium.spec | 7 +++++--
sources | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3071ba6..db8c3af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,5 @@
/chromium-54.0.2840.59-clean.tar.xz
/chromium-54.0.2840.71-clean.tar.xz
/chromium-54.0.2840.90-clean.tar.xz
+/chromium-54.0.2840.100.tar.xz
+/chromium-54.0.2840.100-clean.tar.xz
diff --git a/chromium.spec b/chromium.spec
index e840bb3..6537902 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -93,8 +93,8 @@ BuildRequires: libicu-devel >= 5.4
%global chromoting_client_id 449907151817-8vnlfih032ni8c4jjps9int9t86k546t.apps.googleusercontent.com
Name: chromium%{chromium_channel}
-Version: 54.0.2840.90
-Release: 3%{?dist}
+Version: 54.0.2840.100
+Release: 1%{?dist}
Summary: A WebKit (Blink) powered web browser
Url: http://www.chromium.org/Home
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@@ -1717,6 +1717,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%{chromium_path}/chromedriver
%changelog
+* Fri Dec 2 2016 Tom Callaway <spot(a)fedoraproject.org> 54.0.2840.100-1
+- update to 54.0.2840.100
+
* Fri Nov 4 2016 Tom Callaway <spot(a)fedoraproject.org> 54.0.2840.90-3
- when use_aura is on, chrome/browser needs to link to ui/snapshot
diff --git a/sources b/sources
index 1361ac6..d150e97 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
49a7f897775cce21d2b69968b8af1cea depot_tools.git-master.tar.gz
8280c0644492bac9f59f4e25ed11d309 policy_templates.zip
-c4e24c20c266482941ecd75fd786492e chromium-54.0.2840.90-clean.tar.xz
+783e9b05be053e9eb081a8632f56e8df chromium-54.0.2840.100-clean.tar.xz
7 years, 3 months
[chromium-freeworld: 60/148] Merge branch 'master' into f24
by Miro Hrončok
commit 45c06de8ed8f0d960e5c590cbf2a668b9fb4e677
Merge: d63500b e456f1d
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Fri Nov 4 13:33:57 2016 -0400
Merge branch 'master' into f24
chromium-54.0.2840.90-aura-browser-link-to-snapshot.patch | 11 +++++++++++
chromium.spec | 11 +++++++++--
2 files changed, 20 insertions(+), 2 deletions(-)
---
7 years, 3 months
[chromium-freeworld: 59/148] fix el7 build, snapshot needs to be in if aura is
by Miro Hrončok
commit e456f1dcd25b761082a532e0899114b60c028f72
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Fri Nov 4 13:32:06 2016 -0400
fix el7 build, snapshot needs to be in if aura is
chromium-54.0.2840.90-aura-browser-link-to-snapshot.patch | 11 +++++++++++
chromium.spec | 11 +++++++++--
2 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/chromium-54.0.2840.90-aura-browser-link-to-snapshot.patch b/chromium-54.0.2840.90-aura-browser-link-to-snapshot.patch
new file mode 100644
index 0000000..0adb04a
--- /dev/null
+++ b/chromium-54.0.2840.90-aura-browser-link-to-snapshot.patch
@@ -0,0 +1,11 @@
+diff -up chromium-54.0.2840.90/chrome/browser/BUILD.gn.fixme chromium-54.0.2840.90/chrome/browser/BUILD.gn
+--- chromium-54.0.2840.90/chrome/browser/BUILD.gn.fixme 2016-11-04 09:52:43.712072361 -0400
++++ chromium-54.0.2840.90/chrome/browser/BUILD.gn 2016-11-04 09:53:21.495864624 -0400
+@@ -605,6 +605,7 @@ split_static_library("browser") {
+ "//services/ui/public/cpp/input_devices",
+ "//ui/aura",
+ "//ui/compositor",
++ "//ui/snapshot",
+ "//ui/views/mus",
+ ]
+ }
diff --git a/chromium.spec b/chromium.spec
index 650fe83..e840bb3 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -94,7 +94,7 @@ BuildRequires: libicu-devel >= 5.4
Name: chromium%{chromium_channel}
Version: 54.0.2840.90
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A WebKit (Blink) powered web browser
Url: http://www.chromium.org/Home
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@@ -155,7 +155,10 @@ Patch26: chromium-54.0.2840.59-i686-ld-memory-tricks.patch
# obj/content/renderer/renderer/child_frame_compositing_helper.o: In function `content::ChildFrameCompositingHelper::OnSetSurface(cc::SurfaceId const&, gfx::Size const&, float, cc::SurfaceSequence const&)':
# /builddir/build/BUILD/chromium-54.0.2840.90/out/Release/../../content/renderer/child_frame_compositing_helper.cc:214: undefined reference to `cc_blink::WebLayerImpl::setOpaque(bool)'
Patch27: chromium-54.0.2840.90-setopaque.patch
-
+# /usr/bin/ld.bfd: obj/chrome/browser/libbrowser.a(native_desktop_media_list.o): undefined reference to symbol '_ZN2ui31GrabWindowSnapshotAndScaleAsyncEPN4aura6WindowERKN3gfx4RectERKNS3_4SizeE13scoped_refptrIN4base10TaskRunnerEERKNSB_8CallbackIFvRKNS3_5ImageEELNSB_8internal8CopyModeE1EEE'
+# /usr/bin/ld.bfd: note: '_ZN2ui31GrabWindowSnapshotAndScaleAsyncEPN4aura6WindowERKN3gfx4RectERKNS3_4SizeE13scoped_refptrIN4base10TaskRunnerEERKNSB_8CallbackIFvRKNS3_5ImageEELNSB_8internal8CopyModeE1EEE' is defined in DSO ./libsnapshot.so so try adding it to the linker command line
+# ./libsnapshot.so: could not read symbols: Invalid operation
+Patch28: chromium-54.0.2840.90-aura-browser-link-to-snapshot.patch
### Chromium Tests Patches ###
Patch100: chromium-46.0.2490.86-use_system_opus.patch
@@ -534,6 +537,7 @@ members of the Chromium and WebDriver teams.
%patch25 -p1 -b .jpegfix
%patch26 -p1 -b .ldmemory
%patch27 -p1 -b .setopaque
+%patch28 -p1 -b .aurasnapshot
### Chromium Tests Patches ###
%patch100 -p1 -b .use_system_opus
@@ -1713,6 +1717,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%{chromium_path}/chromedriver
%changelog
+* Fri Nov 4 2016 Tom Callaway <spot(a)fedoraproject.org> 54.0.2840.90-3
+- when use_aura is on, chrome/browser needs to link to ui/snapshot
+
* Wed Nov 2 2016 Tom Callaway <spot(a)fedoraproject.org> 54.0.2840.90-2
- export setOpaque in cc_blink
7 years, 3 months
[chromium-freeworld: 58/148] Merge branch 'master' into f24
by Miro Hrončok
commit d63500b2024412e0d07c47575b0386cd571e05a4
Merge: 840da84 c324e58
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Thu Nov 3 14:29:35 2016 -0400
Merge branch 'master' into f24
chromium-54.0.2840.90-setopaque.patch | 13 +++++++++++++
chromium.spec | 9 ++++++++-
2 files changed, 21 insertions(+), 1 deletion(-)
---
7 years, 3 months
[chromium-freeworld: 57/148] fix build
by Miro Hrončok
commit c324e5831a29f390b9d71a64cd4627e41e1a26da
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Thu Nov 3 13:38:46 2016 -0400
fix build
chromium-54.0.2840.90-setopaque.patch | 13 +++++++++++++
chromium.spec | 9 ++++++++-
2 files changed, 21 insertions(+), 1 deletion(-)
---
diff --git a/chromium-54.0.2840.90-setopaque.patch b/chromium-54.0.2840.90-setopaque.patch
new file mode 100644
index 0000000..90d6edc
--- /dev/null
+++ b/chromium-54.0.2840.90-setopaque.patch
@@ -0,0 +1,13 @@
+diff -up chromium-54.0.2840.90/cc/blink/web_layer_impl.h.setopaque chromium-54.0.2840.90/cc/blink/web_layer_impl.h
+--- chromium-54.0.2840.90/cc/blink/web_layer_impl.h.setopaque 2016-11-03 09:07:03.422497483 -0400
++++ chromium-54.0.2840.90/cc/blink/web_layer_impl.h 2016-11-03 09:07:13.302307531 -0400
+@@ -80,7 +80,7 @@ class WebLayerImpl : public blink::WebLa
+ blink::WebBlendMode blendMode() const override;
+ void setIsRootForIsolatedGroup(bool root) override;
+ bool isRootForIsolatedGroup() override;
+- void setOpaque(bool opaque) override;
++ CC_BLINK_EXPORT void setOpaque(bool opaque) override;
+ bool opaque() const override;
+ void setPosition(const blink::WebFloatPoint& position) override;
+ blink::WebFloatPoint position() const override;
+diff -up chromium-54.0.2840.90/content/renderer/child_frame_compositing_helper.cc.setopaque chromium-54.0.2840.90/content/renderer/child_frame_compositing_helper.cc
diff --git a/chromium.spec b/chromium.spec
index 5d0f089..650fe83 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -94,7 +94,7 @@ BuildRequires: libicu-devel >= 5.4
Name: chromium%{chromium_channel}
Version: 54.0.2840.90
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A WebKit (Blink) powered web browser
Url: http://www.chromium.org/Home
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@@ -152,6 +152,9 @@ Patch24: chromium-54.0.2840.59-nullfix.patch
Patch25: chromium-54.0.2840.59-jpeg-include-dir.patch
# On i686, pass --no-keep-memory --reduce-memory-overheads to ld.
Patch26: chromium-54.0.2840.59-i686-ld-memory-tricks.patch
+# obj/content/renderer/renderer/child_frame_compositing_helper.o: In function `content::ChildFrameCompositingHelper::OnSetSurface(cc::SurfaceId const&, gfx::Size const&, float, cc::SurfaceSequence const&)':
+# /builddir/build/BUILD/chromium-54.0.2840.90/out/Release/../../content/renderer/child_frame_compositing_helper.cc:214: undefined reference to `cc_blink::WebLayerImpl::setOpaque(bool)'
+Patch27: chromium-54.0.2840.90-setopaque.patch
### Chromium Tests Patches ###
@@ -530,6 +533,7 @@ members of the Chromium and WebDriver teams.
%patch24 -p1 -b .nullfix
%patch25 -p1 -b .jpegfix
%patch26 -p1 -b .ldmemory
+%patch27 -p1 -b .setopaque
### Chromium Tests Patches ###
%patch100 -p1 -b .use_system_opus
@@ -1709,6 +1713,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%{chromium_path}/chromedriver
%changelog
+* Wed Nov 2 2016 Tom Callaway <spot(a)fedoraproject.org> 54.0.2840.90-2
+- export setOpaque in cc_blink
+
* Wed Nov 2 2016 Tom Callaway <spot(a)fedoraproject.org> 54.0.2840.90-1
- update to 54.0.2840.90
- undo ld manipulation for i686, just use -g1 there
7 years, 3 months
[chromium-freeworld: 56/148] Merge branch 'master' into f24
by Miro Hrončok
commit 840da84ee8223c4359d0b2557a7009c072abd2b7
Merge: 65b9550 95a4b60
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Wed Nov 2 11:50:14 2016 -0400
Merge branch 'master' into f24
.gitignore | 1 +
chromium-54.0.2840.59-i686-ld-memory-tricks.patch | 3 +--
chromium.spec | 10 +++++++++-
master_preferences | 7 +++----
sources | 2 +-
5 files changed, 15 insertions(+), 8 deletions(-)
---
7 years, 3 months
[chromium-freeworld: 55/148] 54.0.2840.90, debugging disabled
by Miro Hrončok
commit 95a4b6088389ecef3a2dee0bb5865d3788c2b70c
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Wed Nov 2 11:47:44 2016 -0400
54.0.2840.90, debugging disabled
.gitignore | 1 +
chromium-54.0.2840.59-i686-ld-memory-tricks.patch | 3 +--
chromium.spec | 8 ++++++--
sources | 2 +-
4 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ab7d441..3071ba6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
/chromium-53.0.2785.143-clean.tar.xz
/chromium-54.0.2840.59-clean.tar.xz
/chromium-54.0.2840.71-clean.tar.xz
+/chromium-54.0.2840.90-clean.tar.xz
diff --git a/chromium-54.0.2840.59-i686-ld-memory-tricks.patch b/chromium-54.0.2840.59-i686-ld-memory-tricks.patch
index ff79fe8..0ebec9e 100644
--- a/chromium-54.0.2840.59-i686-ld-memory-tricks.patch
+++ b/chromium-54.0.2840.59-i686-ld-memory-tricks.patch
@@ -1,13 +1,12 @@
diff -up chromium-54.0.2840.59/build/toolchain/linux/BUILD.gn.ldmemory chromium-54.0.2840.59/build/toolchain/linux/BUILD.gn
--- chromium-54.0.2840.59/build/toolchain/linux/BUILD.gn.ldmemory 2016-10-19 15:56:20.253096784 -0400
+++ chromium-54.0.2840.59/build/toolchain/linux/BUILD.gn 2016-10-19 15:58:17.940833948 -0400
-@@ -71,7 +71,8 @@ gcc_toolchain("x86") {
+@@ -71,7 +71,7 @@ gcc_toolchain("x86") {
nm = "nm"
ar = "ar"
ld = cxx
- extra_cppflags = "-fno-delete-null-pointer-checks"
+ extra_cppflags = "-fno-delete-null-pointer-checks -g1"
-+ extra_ldflags = "-fuse-ld=gold -Wl,--no-map-whole-files -Wl,--no-keep-memory"
toolchain_args = {
current_cpu = "x86"
diff --git a/chromium.spec b/chromium.spec
index 6e2629c..5d0f089 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -93,8 +93,8 @@ BuildRequires: libicu-devel >= 5.4
%global chromoting_client_id 449907151817-8vnlfih032ni8c4jjps9int9t86k546t.apps.googleusercontent.com
Name: chromium%{chromium_channel}
-Version: 54.0.2840.71
-Release: 2%{?dist}
+Version: 54.0.2840.90
+Release: 1%{?dist}
Summary: A WebKit (Blink) powered web browser
Url: http://www.chromium.org/Home
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@@ -1709,6 +1709,10 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%{chromium_path}/chromedriver
%changelog
+* Wed Nov 2 2016 Tom Callaway <spot(a)fedoraproject.org> 54.0.2840.90-1
+- update to 54.0.2840.90
+- undo ld manipulation for i686, just use -g1 there
+
* Tue Nov 1 2016 Tom Callaway <spot(a)fedoraproject.org> 54.0.2840.71-2
- disable debugging
diff --git a/sources b/sources
index 046dbce..1361ac6 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
49a7f897775cce21d2b69968b8af1cea depot_tools.git-master.tar.gz
8280c0644492bac9f59f4e25ed11d309 policy_templates.zip
-6a740f8337b291d5e8d6c8742af7c9bc chromium-54.0.2840.71-clean.tar.xz
+c4e24c20c266482941ecd75fd786492e chromium-54.0.2840.90-clean.tar.xz
7 years, 3 months
[chromium-freeworld: 54/148] fixup master_preferences, disable debugging in build
by Miro Hrončok
commit 1b86e1c019838809caa386be2f250116b34f9606
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Tue Nov 1 12:48:57 2016 -0400
fixup master_preferences, disable debugging in build
chromium.spec | 6 +++++-
master_preferences | 7 +++----
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/chromium.spec b/chromium.spec
index 2e4f934..6e2629c 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -94,7 +94,7 @@ BuildRequires: libicu-devel >= 5.4
Name: chromium%{chromium_channel}
Version: 54.0.2840.71
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A WebKit (Blink) powered web browser
Url: http://www.chromium.org/Home
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@@ -641,6 +641,7 @@ popd
%endif
CHROMIUM_BROWSER_GN_DEFINES=""
+CHROMIUM_BROWSER_GN_DEFINES+=' is_debug=false'
%ifarch x86_64
CHROMIUM_BROWSER_GN_DEFINES+=' system_libdir="lib64"'
%endif
@@ -1708,6 +1709,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%{chromium_path}/chromedriver
%changelog
+* Tue Nov 1 2016 Tom Callaway <spot(a)fedoraproject.org> 54.0.2840.71-2
+- disable debugging
+
* Wed Oct 26 2016 Tom Callaway <spot(a)fedoraproject.org> 54.0.2840.71-1
- update to 54.0.2840.71
diff --git a/master_preferences b/master_preferences
index 8a5347a..fbc2ff0 100644
--- a/master_preferences
+++ b/master_preferences
@@ -1,4 +1,6 @@
{
+ "homepage": "https://start.fedoraproject.org",
+ "homepage_is_newtabpage": false,
"distribution": {
"alternate_shortcut_text": false,
"oem_bubble": true,
@@ -8,11 +10,8 @@
"system_level": false,
"verbose_logging": false
},
- },
"first_run_tabs": [
"https://start.fedoraproject.org",
"http://tools.google.com/chrome/intl/en/welcome.html"
- ],
- "homepage": "https://start.fedoraproject.org",
- "homepage_is_newtabpage": false
+ ]
}
7 years, 3 months
[chromium-freeworld: 53/148] Merge branch 'master' into f24
by Miro Hrončok
commit 65b9550d0b1e53d865daa5c1ebcd86bb532cbfab
Merge: eb0653c cf9fdde
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Thu Oct 27 09:30:14 2016 -0400
Merge branch 'master' into f24
.gitignore | 2 +
chromium-52.0.2743.82-cups22.patch | 2 +-
chromium-54.0.2840.59-arm-icu-fix.patch | 12 +
chromium-54.0.2840.59-gcc5.patch | 354 ++++++++++++++++++++++
chromium-54.0.2840.59-gn-system.patch | 223 ++++++++++++++
chromium-54.0.2840.59-i686-ld-memory-tricks.patch | 13 +
chromium-54.0.2840.59-jpeg-include-dir.patch | 11 +
chromium-54.0.2840.59-nullfix.patch | 35 +++
chromium.spec | 119 +++++---
sources | 2 +-
10 files changed, 732 insertions(+), 41 deletions(-)
---
7 years, 3 months
[chromium-freeworld: 52/148] 54.0.2840.71
by Miro Hrončok
commit cf9fdde186985fc5043efb74b6cbf3faa56b2af2
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Wed Oct 26 15:18:53 2016 -0400
54.0.2840.71
.gitignore | 1 +
chromium.spec | 7 +++++--
sources | 3 +--
3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3ec75f8..ab7d441 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
/chromium-53.0.2785.116-clean.tar.xz
/chromium-53.0.2785.143-clean.tar.xz
/chromium-54.0.2840.59-clean.tar.xz
+/chromium-54.0.2840.71-clean.tar.xz
diff --git a/chromium.spec b/chromium.spec
index 3e71e4e..2e4f934 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -93,8 +93,8 @@ BuildRequires: libicu-devel >= 5.4
%global chromoting_client_id 449907151817-8vnlfih032ni8c4jjps9int9t86k546t.apps.googleusercontent.com
Name: chromium%{chromium_channel}
-Version: 54.0.2840.59
-Release: 2%{?dist}
+Version: 54.0.2840.71
+Release: 1%{?dist}
Summary: A WebKit (Blink) powered web browser
Url: http://www.chromium.org/Home
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@@ -1708,6 +1708,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%{chromium_path}/chromedriver
%changelog
+* Wed Oct 26 2016 Tom Callaway <spot(a)fedoraproject.org> 54.0.2840.71-1
+- update to 54.0.2840.71
+
* Wed Oct 26 2016 Tom Callaway <spot(a)fedoraproject.org> 54.0.2840.59-2
- fix deps
diff --git a/sources b/sources
index 5fe994b..046dbce 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,3 @@
49a7f897775cce21d2b69968b8af1cea depot_tools.git-master.tar.gz
8280c0644492bac9f59f4e25ed11d309 policy_templates.zip
-d63d358591b6c8b43095b50f81196537 chromium-53.0.2785.143-clean.tar.xz
-031e7cd6c6d4d24769d3901b99272d11 chromium-54.0.2840.59-clean.tar.xz
+6a740f8337b291d5e8d6c8742af7c9bc chromium-54.0.2840.71-clean.tar.xz
7 years, 3 months