all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 38be10820db90fdd9a9c6b246a43350035b748a3 472 bytes (raw)
name: gnu/packages/patches/chromium-remove-default-history.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
Don't pre-populate the New Tab Page for new profiles.

--- a/chrome/browser/history/top_sites_factory.cc
+++ b/chrome/browser/history/top_sites_factory.cc
@@ -74,7 +74,7 @@
 
 void InitializePrepopulatedPageList(
     history::PrepopulatedPageList* prepopulated_pages) {
-#if !defined(OS_ANDROID)
+#if false
   DCHECK(prepopulated_pages);
   prepopulated_pages->reserve(arraysize(kRawPrepopulatedPages));
   for (size_t i = 0; i < arraysize(kRawPrepopulatedPages); ++i) {

debug log:

solving 38be10820 ...
found 38be10820 in https://yhetil.org/guix/87muzvv7ku.fsf@fastmail.com/ ||
	https://yhetil.org/guix/87po32c47b.fsf@fastmail.com/ ||
	https://yhetil.org/guix/87woww8ojw.fsf@fastmail.com/ ||
	https://yhetil.org/guix/20180226181914.18955-1-mbakke@fastmail.com/

applying [1/1] https://yhetil.org/guix/87muzvv7ku.fsf@fastmail.com/
diff --git a/gnu/packages/patches/chromium-remove-default-history.patch b/gnu/packages/patches/chromium-remove-default-history.patch
new file mode 100644
index 000000000..38be10820

1:12: trailing whitespace.
 
Checking patch gnu/packages/patches/chromium-remove-default-history.patch...
Applied patch gnu/packages/patches/chromium-remove-default-history.patch cleanly.
warning: 1 line adds whitespace errors.

skipping https://yhetil.org/guix/87po32c47b.fsf@fastmail.com/ for 38be10820
skipping https://yhetil.org/guix/87woww8ojw.fsf@fastmail.com/ for 38be10820
skipping https://yhetil.org/guix/20180226181914.18955-1-mbakke@fastmail.com/ for 38be10820
index at:
100644 38be10820db90fdd9a9c6b246a43350035b748a3	gnu/packages/patches/chromium-remove-default-history.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.