Version 7.3.78

Performance and stability improvements on all platforms.

TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Change-Id: I5b40e3ff9cd43aa7e8f66cd9c83e1833a03087b1
Reviewed-on: https://chromium-review.googlesource.com/c/1370008
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/7.3.78@{#1}
Cr-Branched-From: 5e8301fd250aa2ac3428f8649b2d075669db0c9a-refs/heads/master@{#58124}
diff --git a/ChangeLog b/ChangeLog
index 085fcd0..dce0e6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,76 @@
-2018-12-07: Sentinel
+2018-12-10: Version 7.3.78
 
-        The ChangeLog file is no longer maintained on master. This
-        sentinel should stay on top of this list.
+        Performance and stability improvements on all platforms.
+
+
+2018-12-10: Version 7.3.77
+
+        Performance and stability improvements on all platforms.
+
+
+2018-12-10: Version 7.3.76
+
+        Performance and stability improvements on all platforms.
+
+
+2018-12-08: Version 7.3.75
+
+        Performance and stability improvements on all platforms.
+
+
+2018-12-07: Version 7.3.74
+
+        Performance and stability improvements on all platforms.
+
+
+2018-12-07: Version 7.3.73
+
+        Performance and stability improvements on all platforms.
+
+
+2018-12-07: Version 7.3.72
+
+        Performance and stability improvements on all platforms.
+
+
+2018-12-07: Version 7.3.71
+
+        Performance and stability improvements on all platforms.
+
+
+2018-12-07: Version 7.3.70
+
+        Performance and stability improvements on all platforms.
+
+
+2018-12-07: Version 7.3.69
+
+        Performance and stability improvements on all platforms.
+
+
+2018-12-07: Version 7.3.68
+
+        Performance and stability improvements on all platforms.
+
+
+2018-12-07: Version 7.3.67
+
+        Performance and stability improvements on all platforms.
+
+
+2018-12-07: Version 7.3.66
+
+        Performance and stability improvements on all platforms.
+
+
+2018-12-07: Version 7.3.65
+
+        Performance and stability improvements on all platforms.
+
+
+2018-12-07: Version 7.3.64
+
+        Performance and stability improvements on all platforms.
 
 
 2018-12-07: Version 7.3.63
diff --git a/WATCHLISTS b/WATCHLISTS
index 9e23852..bd07d31 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -33,9 +33,8 @@
 
 {
   'WATCHLIST_DEFINITIONS': {
-    'api': {
-      'filepath': 'include/' \
-                  '|src/api\.(cc|h)$',
+    'public_api': {
+      'filepath': 'include/',
     },
     'snapshot': {
       'filepath': 'src/snapshot/',
@@ -58,98 +57,45 @@
     'arm': {
       'filepath': '/arm/',
     },
-    'csa': {
-      'filepath': 'src/code-stub-assembler\.(cc|h)$' \
-                  '|src/builtins/.*-gen.(cc|h)$',
-    },
     'ia32': {
       'filepath': '/ia32/',
     },
     'merges': {
       'filepath': '.',
-    },
-    'inspector': {
-      'filepath': 'inspector',
-    },
-    'wasm': {
-      'filepath': 'src/wasm/' \
-                  '|src/compiler/wasm',
-    },
-    'value_serializer': {
-      'filepath': 'src/value-serializer',
-    },
-    'parser': {
-      'filepath': 'src/ast/' \
-                  '|src/parsing/',
-    },
-    'profiler': {
-      'filepath': 'src/profiler/' \
-                  '|src/libsampler/',
-    },
-    'torque': {
-      'filepath': '.*\.tq$',
-    },
-    'tracing': {
-      'filepath': 'src/tracing/',
-    },
+    }
   },
 
   'WATCHLISTS': {
-    'api': [
-      'adamk+watch@chromium.org',
-      'yangguo+watch@chromium.org',
-    ],
-    'csa': [
-      'jgruber+watch@chromium.org',
-    ],
-    'torque': [
-      'jgruber+watch@chromium.org',
+    'public_api': [
+      'phajdan.jr@chromium.org',
     ],
     'snapshot': [
-      'jgruber+watch@chromium.org',
-      'yangguo+watch@chromium.org',
+      'yangguo@chromium.org',
     ],
     'debugger': [
-      'jgruber+watch@chromium.org',
-      'yangguo+watch@chromium.org',
+      'yangguo@chromium.org',
     ],
     'interpreter': [
       'rmcilroy@chromium.org',
+      'oth@chromium.org',
     ],
     'feature_shipping_status': [
       'hablich@chromium.org',
     ],
     'gc_changes': [
       'hpayer@chromium.org',
+      'ulan@chromium.org',
     ],
     'arm': [
       'v8-mips-ports@googlegroups.com',
       'v8-ppc-ports@googlegroups.com',
     ],
+    'ia32': [
+      'v8-x87-ports@googlegroups.com',
+    ],
     'merges': [
       # Only enabled on branches created with tools/release/create_release.py
-      # 'v8-merges@googlegroups.com',
-    ],
-    'inspector': [
-      'devtools-reviews@chromium.org',
-    ],
-    'wasm': [
-      'wasm-v8@google.com',
-    ],
-    'value_serializer': [
-      'jbroman+watch@chromium.org',
-    ],
-    'parser': [
-      'adamk+watch@chromium.org',
-      'marja+watch@chromium.org',
-    ],
-    'profiler': [
-      'alph+watch@chromium.org',
-    ],
-    'tracing': [
-      'alph+watch@chromium.org',
-      'lpy+v8tracing@chromium.org',
-      'fmeawad@chromium.org',
+      'v8-merges@googlegroups.com',
     ],
   },
 }
diff --git a/include/v8-version.h b/include/v8-version.h
index 60fd3c2..2379429 100644
--- a/include/v8-version.h
+++ b/include/v8-version.h
@@ -10,11 +10,11 @@
 // system so their names cannot be changed without changing the scripts.
 #define V8_MAJOR_VERSION 7
 #define V8_MINOR_VERSION 3
-#define V8_BUILD_NUMBER 0
+#define V8_BUILD_NUMBER 78
 #define V8_PATCH_LEVEL 0
 
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)
-#define V8_IS_CANDIDATE_VERSION 1
+#define V8_IS_CANDIDATE_VERSION 0
 
 #endif  // V8_INCLUDE_VERSION_H_