|
@@ -1,11 +1,11 @@
|
|
|
-commit b944811d1324b0d16d4f40ff7420a3fe3c69fd52
|
|
|
+commit 39ee52cbd24fe20205f146873dddb4063b80f546
|
|
|
Author: csagan5 <32685696+csagan5@users.noreply.github.com>
|
|
|
Date: Sat Oct 28 10:09:41 2017 +0200
|
|
|
|
|
|
Do not track google search results clicks, remove AMP
|
|
|
|
|
|
diff --git a/third_party/WebKit/Source/core/dom/BUILD.gn b/third_party/WebKit/Source/core/dom/BUILD.gn
|
|
|
-index 93f080f..2df8d30 100644
|
|
|
+index b636bb4..d2e30a1 100644
|
|
|
--- a/third_party/WebKit/Source/core/dom/BUILD.gn
|
|
|
+++ b/third_party/WebKit/Source/core/dom/BUILD.gn
|
|
|
@@ -344,6 +344,7 @@ blink_core_sources("dom") {
|
|
@@ -13,9 +13,9 @@ index 93f080f..2df8d30 100644
|
|
|
"events/WindowEventContext.cpp",
|
|
|
"events/WindowEventContext.h",
|
|
|
+ "extensions/dont-track-me.h",
|
|
|
+ "ng/flat_tree_traversal_ng.cc",
|
|
|
+ "ng/flat_tree_traversal_ng.h",
|
|
|
"trustedtypes/TrustedHTML.cpp",
|
|
|
- "trustedtypes/TrustedHTML.h",
|
|
|
- "trustedtypes/TrustedScriptURL.cpp",
|
|
|
diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
|
|
index b53451c..ecfa473 100644
|
|
|
--- a/third_party/WebKit/Source/core/dom/Document.cpp
|
|
@@ -56,6 +56,7 @@ index b53451c..ecfa473 100644
|
|
|
void Document::ElementDataCacheClearTimerFired(TimerBase*) {
|
|
|
diff --git a/third_party/WebKit/Source/core/dom/extensions/dont-track-me.h b/third_party/WebKit/Source/core/dom/extensions/dont-track-me.h
|
|
|
new file mode 100644
|
|
|
+index 0000000..d6be4c1
|
|
|
--- /dev/null
|
|
|
+++ b/third_party/WebKit/Source/core/dom/extensions/dont-track-me.h
|
|
|
@@ -0,0 +1,6 @@
|