Version 6.5.119

Performance and stability improvements on all platforms.

TBR=v8-autoroll@chromium.org

Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
Change-Id: Id3f888761c61eb94555f752396257d4b864e2c18
Reviewed-on: https://chromium-review.googlesource.com/847277
Reviewed-by: v8 autoroll <v8-autoroll@chromium.org>
Cr-Commit-Position: refs/heads/6.5.119@{#1}
Cr-Branched-From: 0761b55d21ab59a70ef74155c683380b600574d0-refs/heads/master@{#50326}
diff --git a/ChangeLog b/ChangeLog
index 375d57e..086fd62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,211 @@
-2017-12-19: Sentinel
+2018-01-02: Version 6.5.119
 
-        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-01-02: Version 6.5.118
+
+        Performance and stability improvements on all platforms.
+
+
+2018-01-02: Version 6.5.117
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-29: Version 6.5.116
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-29: Version 6.5.115
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-29: Version 6.5.114
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-29: Version 6.5.113
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-29: Version 6.5.112
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-29: Version 6.5.111
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-28: Version 6.5.110
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-28: Version 6.5.109
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-27: Version 6.5.108
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-22: Version 6.5.107
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-22: Version 6.5.106
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-22: Version 6.5.105
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-22: Version 6.5.104
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-21: Version 6.5.103
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-21: Version 6.5.102
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-20: Version 6.5.101
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-20: Version 6.5.100
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-20: Version 6.5.99
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-20: Version 6.5.98
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-20: Version 6.5.97
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-20: Version 6.5.96
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-20: Version 6.5.95
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-20: Version 6.5.94
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-20: Version 6.5.93
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-20: Version 6.5.92
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-20: Version 6.5.91
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-20: Version 6.5.90
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-19: Version 6.5.89
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-19: Version 6.5.88
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-19: Version 6.5.87
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-19: Version 6.5.86
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-19: Version 6.5.85
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-19: Version 6.5.84
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-19: Version 6.5.83
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-19: Version 6.5.82
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-19: Version 6.5.81
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-19: Version 6.5.80
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-19: Version 6.5.79
+
+        Performance and stability improvements on all platforms.
+
+
+2017-12-19: Version 6.5.78
+
+        Performance and stability improvements on all platforms.
 
 
 2017-12-19: Version 6.5.77
diff --git a/WATCHLISTS b/WATCHLISTS
index 4aa5f2b..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/',
@@ -63,32 +62,12 @@
     },
     'merges': {
       'filepath': '.',
-    },
-    'gypfiles': {
-      'filepath': 'gypfiles/',
-    },
-    'inspector': {
-      'filepath': 'inspector',
-    },
-    'wasm': {
-      'filepath': 'src/wasm/' \
-                  '|src/compiler/wasm',
-    },
-    'value_serializer': {
-      'filepath': 'src/value-serializer',
-    },
-    'parser': {
-      'filepath': 'src/ast/' \
-                  '|src/parsing/',
-    },
-    'tracing': {
-      'filepath': 'src/tracing/',
-    },
+    }
   },
 
   'WATCHLISTS': {
-    'api': [
-      'adamk@chromium.org',
+    'public_api': [
+      'phajdan.jr@chromium.org',
     ],
     'snapshot': [
       'yangguo@chromium.org',
@@ -98,12 +77,14 @@
     ],
     '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',
@@ -114,27 +95,7 @@
     ],
     'merges': [
       # Only enabled on branches created with tools/release/create_release.py
-      # 'v8-merges@googlegroups.com',
-    ],
-    'gypfiles': [
-      'machenbach@chromium.org',
-    ],
-    'inspector': [
-      'devtools-reviews@chromium.org',
-    ],
-    'wasm': [
-      'wasm-v8@google.com',
-    ],
-    'value_serializer': [
-      'jbroman+watch@chromium.org',
-    ],
-    'parser': [
-      'adamk@chromium.org',
-      'marja+watch@chromium.org',
-    ],
-    'tracing': [
-      'lpy+v8tracing@chromium.org',
-      'fmeawad@chromium.org',
+      'v8-merges@googlegroups.com',
     ],
   },
 }
diff --git a/include/v8-version.h b/include/v8-version.h
index 6f6d15d..89db0ca 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 6
 #define V8_MINOR_VERSION 5
-#define V8_BUILD_NUMBER 0
+#define V8_BUILD_NUMBER 119
 #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_