Features (4)

Resource Timing & Navigation Timing: add nextHopProtocol property

Category: JavaScript

nextHopProtocol has been in the spec for RT & NT but was not implemented in chrome yet. It is now landed and will ship in M61

JSON data
{
  "category": "JavaScript",
  "flag_name": null,
  "id": 5650461096935424,
  "milestone": 61,
  "name": "Resource Timing & Navigation Timing: add nextHopProtocol property",
  "summary": "nextHopProtocol has been in the spec for RT & NT but was not implemented in chrome yet.\r\nIt is now landed and will ship in M61"
}
JavaScript dialogs exit HTML5 fullscreen

Category: JavaScript

If a page shows a JavaScript dialog while it is in fullscreen (the HTML5 kind), it is exited from fullscreen.

JSON data
{
  "category": "JavaScript",
  "flag_name": null,
  "id": 5669548871122944,
  "milestone": 61,
  "name": "JavaScript dialogs exit HTML5 fullscreen",
  "summary": "If a page shows a JavaScript dialog while it is in fullscreen (the HTML5 kind), it is exited from fullscreen."
}
JavaScript modules: <script type=module>

Category: JavaScript

JavaScript modules allow a program to be divided into multiple sequences of statements and declarations. Each module explicitly identifies declarations it uses that need to be provided by other modules and which of its declarations are available for use by other modules. <script type=module> allows loading of JavaScript modules inside web pages.

JSON data
{
  "category": "JavaScript",
  "flag_name": null,
  "id": 5365692190687232,
  "milestone": 61,
  "name": "JavaScript modules: <script type=module>",
  "summary": "JavaScript modules allow a program to be divided into multiple sequences of statements and declarations. Each module explicitly identifies declarations it uses that need to be provided by other modules and which of its declarations are available for use by other modules.\r\n\r\n<script type=module> allows loading of JavaScript modules inside web pages."
}
asm.js

Category: JavaScript

Validate asm.js code and use type information to optimize the low-level subset of JavaScript.

JSON data
{
  "category": "JavaScript",
  "flag_name": null,
  "id": 5053365658583040,
  "milestone": 61,
  "name": "asm.js",
  "summary": "Validate asm.js code and use type information to optimize the low-level subset of JavaScript."
}

API Changes (43)

  • Remove padding instance types.
  • [api] Reorder fields in {SharedArrayBuffer,ArrayBuffer}::Contents.
  • [d8] Fix stack overflow when importing modules
  • Expose %ErrorPrototype% as an intrinsic in the public API.
  • [ESnext] Add use counter for non undefined primitive returning constructor
  • [ESnext] Change dynamic import API to return a promise
  • Switch tracing to use v8::TracingController
  • [api] Expose a module's status and exception.
  • Supports the Incumbent realm (Isolate::GetIncumbentContext).
  • Fix ArrayBuffer::Allocator::AllocationMode lookup
  • Add API to create a platform with a tracing controller
  • [cleanup] Remove the V8_NORETURN macro
  • Pull tracing related methods out of Platform
  • Deprecate old-style allow code-gen callback
  • Added v8::Module::GetModuleRequestPosition method
  • [Collections] Implement SmallOrderedHashMap
  • [heap] Allow a minimum semi-space size of 512K.
  • [cleanup] Make V8_NORETURN use the [[noreturn]] annotation
  • Pass the string we're about to compile to embedder
  • [cleanup] Remove left-over comment
  • Basic compilation on Fuchsia
  • [wasm] [cleanup] Avoid shouting WASM
  • Add allocation information to ArrayBuffer::Contents
  • [heap] Increase memory reducer activation limit for external memory changes.
  • [heap] Lower external allocation limit when external memory shrinks.
  • [wasm] Remove support for overloading async APIs.
  • [wasm] Refactor implementation of {instantiate|compile}Streaming
  • [heap] Activate memory reducer on external memory activity.
  • Mark old Module::Instantiate method as deprecated
  • Add layout test bots to changes to api.cc
  • [api] Add an API function to set the GetExternallyAllocatedMemoryInBytesCallback.
  • Remove unused presubmit hooks
  • Change presubmit to reference actually existing bot
  • Cleanup disallowing dynamic (de)allocation.
  • Automatically add a layout test running bots for api changes
  • Update module APIs to return Maybe<bool>
  • Remove deprecated ForceSet
  • [runtime] Implement SmallOrderedHashTable
  • [api] Expose Isolate::SetHostImportModuleDynamicallyCallback
  • Updated version to 6.1
  • Allow embedder to set promise internal field count
  • Make TryHandleSignal available on all POSIX platforms
  • Make Object::GetOwnPropertyDescriptor() take a Name, not a String.
JSON data
[
  {
    "author": {
      "name": "Yang Guo",
      "email": "yangguo@chromium.org",
      "time": "Thu Jul 13 06:57:09 2017"
    },
    "commit": "33ad95682c7576410fd02f73d50ec429bcac4acf",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Thu Jul 13 14:48:56 2017"
    },
    "subject": "Remove padding instance types.",
    "milestone": 61
  },
  {
    "author": {
      "name": "Yang Guo",
      "email": "yangguo@chromium.org",
      "time": "Thu Jul 13 07:49:11 2017"
    },
    "commit": "7d02925ee6b8b6d52037c08a6de89fd5d11e7712",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Thu Jul 13 09:52:46 2017"
    },
    "subject": "[api] Reorder fields in {SharedArrayBuffer,ArrayBuffer}::Contents.",
    "milestone": 61
  },
  {
    "author": {
      "name": "Sathya Gunasekaran",
      "email": "gsathya@chromium.org",
      "time": "Wed Jul 12 22:15:39 2017"
    },
    "commit": "ea632716d72cb87904e3d78ddb55a6c0c5f1d59f",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Wed Jul 12 23:39:51 2017"
    },
    "subject": "[d8] Fix stack overflow when importing modules",
    "milestone": 61
  },
  {
    "author": {
      "name": "Raphael Kubo da Costa",
      "email": "raphael.kubo.da.costa@intel.com",
      "time": "Tue Jul 04 13:46:27 2017"
    },
    "commit": "b9b8cc9bad0128bf07638c138d709a50433884f1",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Fri Jul 07 06:42:59 2017"
    },
    "subject": "Expose %ErrorPrototype% as an intrinsic in the public API.",
    "milestone": 61
  },
  {
    "author": {
      "name": "Sathya Gunasekaran",
      "email": "gsathya@chromium.org",
      "time": "Wed Jul 05 21:52:22 2017"
    },
    "commit": "28bc6998a8e29a40499460c563b06df169843cdc",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Thu Jul 06 17:06:17 2017"
    },
    "subject": "[ESnext] Add use counter for non undefined primitive returning constructor",
    "milestone": 61
  },
  {
    "author": {
      "name": "Sathya Gunasekaran",
      "email": "gsathya@chromium.org",
      "time": "Thu Jun 29 21:22:11 2017"
    },
    "commit": "22e95814a86037332d1d8d75b49fd71b28182592",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Thu Jun 29 22:34:41 2017"
    },
    "subject": "[ESnext] Change dynamic import API to return a promise",
    "milestone": 61
  },
  {
    "author": {
      "name": "Jochen Eisinger",
      "email": "jochen@chromium.org",
      "time": "Thu Jun 29 07:55:40 2017"
    },
    "commit": "3d8e87aa7d3c66c14cc0d87dea2c4759765d0236",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Thu Jun 29 08:40:35 2017"
    },
    "subject": "Switch tracing to use v8::TracingController",
    "milestone": 61
  },
  {
    "author": {
      "name": "Georg Neis",
      "email": "neis@chromium.org",
      "time": "Wed Jun 28 14:19:39 2017"
    },
    "commit": "a209dcf6a151b0bc26aace1b49507af255b948b2",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Wed Jun 28 15:54:57 2017"
    },
    "subject": "[api] Expose a module's status and exception.",
    "milestone": 61
  },
  {
    "author": {
      "name": "Yuki Shiino",
      "email": "yukishiino@chromium.org",
      "time": "Tue Jun 27 09:43:00 2017"
    },
    "commit": "7a02ba0df5b6049820cee45a13b4d86438b50872",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Tue Jun 27 11:33:05 2017"
    },
    "subject": "Supports the Incumbent realm (Isolate::GetIncumbentContext).",
    "milestone": 61
  },
  {
    "author": {
      "name": "Michaël Zasso",
      "email": "mic.besace@gmail.com",
      "time": "Mon Jun 26 13:29:31 2017"
    },
    "commit": "6bd8f99925ee09c9388575386d641dfc55719a29",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Tue Jun 27 10:38:32 2017"
    },
    "subject": "Fix ArrayBuffer::Allocator::AllocationMode lookup",
    "milestone": 61
  },
  {
    "author": {
      "name": "Jochen Eisinger",
      "email": "jochen@chromium.org",
      "time": "Mon Jun 26 15:49:09 2017"
    },
    "commit": "5152d97870ddd7d4e18ef2e0616c42a5fb95974c",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Mon Jun 26 17:17:38 2017"
    },
    "subject": "Add API to create a platform with a tracing controller",
    "milestone": 61
  },
  {
    "author": {
      "name": "Clemens Hammacher",
      "email": "clemensh@chromium.org",
      "time": "Thu Jun 22 20:02:43 2017"
    },
    "commit": "a2f5a740419fe94da149ed053a6b86dc5745045e",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Mon Jun 26 09:53:07 2017"
    },
    "subject": "[cleanup] Remove the V8_NORETURN macro",
    "milestone": 61
  },
  {
    "author": {
      "name": "Jochen Eisinger",
      "email": "jochen@chromium.org",
      "time": "Thu Jun 22 07:25:30 2017"
    },
    "commit": "c4852ea94c9b30bdca647cb53650931894233fe9",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Thu Jun 22 08:58:40 2017"
    },
    "subject": "Pull tracing related methods out of Platform",
    "milestone": 61
  },
  {
    "author": {
      "name": "Jochen Eisinger",
      "email": "jochen@chromium.org",
      "time": "Wed Jun 21 12:53:54 2017"
    },
    "commit": "417123dd4f43c13bb8e6f6f763cfe809b65a7913",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Thu Jun 22 07:25:08 2017"
    },
    "subject": "Deprecate old-style allow code-gen callback",
    "milestone": 61
  },
  {
    "author": {
      "name": "Alexey Kozyatinskiy",
      "email": "kozyatinskiy@chromium.org",
      "time": "Wed Jun 21 12:30:56 2017"
    },
    "commit": "d9be9fd88d9ee86288c966a4091ef56868e7d5f7",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Wed Jun 21 16:00:14 2017"
    },
    "subject": "Added v8::Module::GetModuleRequestPosition method",
    "milestone": 61
  },
  {
    "author": {
      "name": "Sathya Gunasekaran",
      "email": "gsathya@chromium.org",
      "time": "Mon Jun 19 23:19:16 2017"
    },
    "commit": "4cf144dc2e1ba011d99f026880cee6e1346f3d4a",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Tue Jun 20 10:25:15 2017"
    },
    "subject": "[Collections] Implement SmallOrderedHashMap",
    "milestone": 61
  },
  {
    "author": {
      "name": "hpayer",
      "email": "hpayer@chromium.org",
      "time": "Mon Jun 19 10:16:13 2017"
    },
    "commit": "0d2ed6c3287ec48ee06ec1b69287ed4bf0dd60d7",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Mon Jun 19 10:16:13 2017"
    },
    "subject": "[heap] Allow a minimum semi-space size of 512K.",
    "milestone": 61
  },
  {
    "author": {
      "name": "Clemens Hammacher",
      "email": "clemensh@chromium.org",
      "time": "Fri Jun 09 15:24:13 2017"
    },
    "commit": "51a48c8a87234046d78b219e23cf54704445f52b",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Tue Jun 13 14:27:56 2017"
    },
    "subject": "[cleanup] Make V8_NORETURN use the [[noreturn]] annotation",
    "milestone": 61
  },
  {
    "author": {
      "name": "Jochen Eisinger",
      "email": "jochen@chromium.org",
      "time": "Tue Jun 13 12:43:18 2017"
    },
    "commit": "322b2d7d14cdf1d6d53fb763e14b9b058f29a020",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Tue Jun 13 13:39:27 2017"
    },
    "subject": "Pass the string we're about to compile to embedder",
    "milestone": 61
  },
  {
    "author": {
      "name": "Clemens Hammacher",
      "email": "clemensh@chromium.org",
      "time": "Sun Jun 11 13:27:17 2017"
    },
    "commit": "0e65c1e91ba27fdeb9a7ee426e99cf15fb6f69b3",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Mon Jun 12 08:47:02 2017"
    },
    "subject": "[cleanup] Remove left-over comment",
    "milestone": 61
  },
  {
    "author": {
      "name": "scottmg",
      "email": "scottmg@chromium.org",
      "time": "Sun Jun 11 06:31:33 2017"
    },
    "commit": "c72a612667a104ac5ce989ae210b53c8f87add23",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Sun Jun 11 06:31:33 2017"
    },
    "subject": "Basic compilation on Fuchsia",
    "milestone": 61
  },
  {
    "author": {
      "name": "Clemens Hammacher",
      "email": "clemensh@chromium.org",
      "time": "Fri Jun 09 12:21:52 2017"
    },
    "commit": "be1135132aeb951a82008d295250a22ba358a8a7",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Fri Jun 09 16:24:19 2017"
    },
    "subject": "[wasm] [cleanup] Avoid shouting WASM",
    "milestone": 61
  },
  {
    "author": {
      "name": "Eric Holk",
      "email": "eholk@chromium.org",
      "time": "Thu Jun 08 02:04:12 2017"
    },
    "commit": "8f39e07d80f689eda04c176e9cb33dce1471f7d1",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Thu Jun 08 02:51:13 2017"
    },
    "subject": "Add allocation information to ArrayBuffer::Contents",
    "milestone": 61
  },
  {
    "author": {
      "name": "hpayer",
      "email": "hpayer@chromium.org",
      "time": "Wed Jun 07 13:21:28 2017"
    },
    "commit": "cf8f7bdc9d5ee314a10fe043e421ec95604d4eca",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Wed Jun 07 13:21:28 2017"
    },
    "subject": "[heap] Increase memory reducer activation limit for external memory changes.",
    "milestone": 61
  },
  {
    "author": {
      "name": "hpayer",
      "email": "hpayer@chromium.org",
      "time": "Tue Jun 06 12:04:01 2017"
    },
    "commit": "5ebd6fcd269de6ac85d6805049882e75e298ddb3",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Tue Jun 06 12:04:01 2017"
    },
    "subject": "[heap] Lower external allocation limit when external memory shrinks.",
    "milestone": 61
  },
  {
    "author": {
      "name": "Mircea Trofin",
      "email": "mtrofin@chromium.org",
      "time": "Tue Jun 06 04:10:53 2017"
    },
    "commit": "fc3cc3bc3083ca14d1ec9c9db2401053e594a36e",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Tue Jun 06 05:47:03 2017"
    },
    "subject": "[wasm] Remove support for overloading async APIs.",
    "milestone": 61
  },
  {
    "author": {
      "name": "Mircea Trofin",
      "email": "mtrofin@chromium.org",
      "time": "Wed May 31 23:12:09 2017"
    },
    "commit": "fb096eea4102e679aebec4b158bf3447de1cd592",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Fri Jun 02 17:45:53 2017"
    },
    "subject": "[wasm] Refactor implementation of {instantiate|compile}Streaming",
    "milestone": 61
  },
  {
    "author": {
      "name": "hpayer",
      "email": "hpayer@chromium.org",
      "time": "Fri Jun 02 09:40:16 2017"
    },
    "commit": "502c6ae6a03979efbd3e006e6a0b8c3369ca2bbc",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Fri Jun 02 09:40:16 2017"
    },
    "subject": "[heap] Activate memory reducer on external memory activity.",
    "milestone": 61
  },
  {
    "author": {
      "name": "Jochen Eisinger",
      "email": "jochen@chromium.org",
      "time": "Wed May 31 09:06:42 2017"
    },
    "commit": "fc0fccd0dbbf29c53f5e1fced69ec49863ebaffa",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Thu Jun 01 10:08:37 2017"
    },
    "subject": "Mark old Module::Instantiate method as deprecated",
    "milestone": 61
  },
  {
    "author": {
      "name": "Jochen Eisinger",
      "email": "jochen@chromium.org",
      "time": "Wed May 31 13:52:43 2017"
    },
    "commit": "b21bc232aacd8bc3b4bbee8e96545caa99a1c4c3",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Wed May 31 14:15:18 2017"
    },
    "subject": "Add layout test bots to changes to api.cc",
    "milestone": 61
  },
  {
    "author": {
      "name": "hpayer",
      "email": "hpayer@chromium.org",
      "time": "Tue May 30 13:18:17 2017"
    },
    "commit": "f314b3cdb9766eb1ba6efe1243ac89b3d0295f63",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Tue May 30 13:18:17 2017"
    },
    "subject": "[api] Add an API function to set the GetExternallyAllocatedMemoryInBytesCallback.",
    "milestone": 61
  },
  {
    "author": {
      "name": "Jochen Eisinger",
      "email": "jochen@chromium.org",
      "time": "Tue May 30 09:22:29 2017"
    },
    "commit": "697f1bdae3cdb4f9351d87a420e53d4c3f337df1",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Tue May 30 11:44:34 2017"
    },
    "subject": "Remove unused presubmit hooks",
    "milestone": 61
  },
  {
    "author": {
      "name": "Jochen Eisinger",
      "email": "jochen@chromium.org",
      "time": "Tue May 30 08:26:21 2017"
    },
    "commit": "74df916bc4febaa23f5e336e6724fba6988e1f79",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Tue May 30 09:31:18 2017"
    },
    "subject": "Change presubmit to reference actually existing bot",
    "milestone": 61
  },
  {
    "author": {
      "name": "Wiktor Garbacz",
      "email": "wiktorg@google.com",
      "time": "Fri May 12 15:39:24 2017"
    },
    "commit": "6674aed03c3c467cf5622537c2db039a59405d0c",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Tue May 30 08:07:27 2017"
    },
    "subject": "Cleanup disallowing dynamic (de)allocation.",
    "milestone": 61
  },
  {
    "author": {
      "name": "Jochen Eisinger",
      "email": "jochen@chromium.org",
      "time": "Mon May 29 12:47:21 2017"
    },
    "commit": "74681db644dd3dbd662e900f56caf411a2e546e6",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Mon May 29 13:17:07 2017"
    },
    "subject": "Automatically add a layout test running bots for api changes",
    "milestone": 61
  },
  {
    "author": {
      "name": "Jochen Eisinger",
      "email": "jochen@chromium.org",
      "time": "Mon May 29 11:57:50 2017"
    },
    "commit": "68aa1ab38879e30b0f07c7766ed387e0605faf99",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Mon May 29 12:29:43 2017"
    },
    "subject": "Update module APIs to return Maybe<bool>",
    "milestone": 61
  },
  {
    "author": {
      "name": "Jochen Eisinger",
      "email": "jochen@chromium.org",
      "time": "Mon May 29 10:42:14 2017"
    },
    "commit": "70de12b73c150b368520334b7dcb38a9dc229202",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Mon May 29 11:13:23 2017"
    },
    "subject": "Remove deprecated ForceSet",
    "milestone": 61
  },
  {
    "author": {
      "name": "Sathya Gunasekaran",
      "email": "gunasekaran@google.com",
      "time": "Mon May 29 09:29:19 2017"
    },
    "commit": "f4664d0257e23bb5d79612c2aeb283c6f7e411be",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Mon May 29 10:04:22 2017"
    },
    "subject": "[runtime] Implement SmallOrderedHashTable",
    "milestone": 61
  },
  {
    "author": {
      "name": "jan.krems",
      "email": "jan.krems@gmail.com",
      "time": "Sat May 27 08:02:34 2017"
    },
    "commit": "a2cbab1bf4ade784e1ee9cf4407b5f6f2223b59c",
    "committer": {
      "name": "Commit bot",
      "email": "commit-bot@chromium.org",
      "time": "Sat May 27 08:02:34 2017"
    },
    "subject": "[api] Expose Isolate::SetHostImportModuleDynamicallyCallback",
    "milestone": 61
  },
  {
    "author": {
      "name": "Daniel Vogelheim",
      "email": "vogelheim@chromium.org",
      "time": "Wed May 24 15:51:28 2017"
    },
    "commit": "cdd9ed0879a6a33ab88278bdd6aafbf5e850d04f",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Wed May 24 16:24:22 2017"
    },
    "subject": "Updated version to 6.1",
    "milestone": 61
  },
  {
    "author": {
      "name": "mattloring",
      "email": "mattloring@google.com",
      "time": "Tue May 23 17:54:12 2017"
    },
    "commit": "6803eef1424979ff787aaf4e3b604594f535c384",
    "committer": {
      "name": "Commit bot",
      "email": "commit-bot@chromium.org",
      "time": "Tue May 23 17:54:12 2017"
    },
    "subject": "Allow embedder to set promise internal field count",
    "milestone": 61
  },
  {
    "author": {
      "name": "Eric Holk",
      "email": "eholk@chromium.org",
      "time": "Fri May 19 20:14:49 2017"
    },
    "commit": "381d7b1c748e837f8472c052fdcfe454dc87dc6d",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Mon May 22 16:40:56 2017"
    },
    "subject": "Make TryHandleSignal available on all POSIX platforms",
    "milestone": 61
  },
  {
    "author": {
      "name": "Raphael Kubo da Costa",
      "email": "raphael.kubo.da.costa@intel.com",
      "time": "Fri May 19 16:22:00 2017"
    },
    "commit": "b5e610c19208ef854755eec67011ca7aff008bf4",
    "committer": {
      "name": "Commit Bot",
      "email": "commit-bot@chromium.org",
      "time": "Mon May 22 12:02:26 2017"
    },
    "subject": "Make Object::GetOwnPropertyDescriptor() take a Name, not a String.",
    "milestone": 61
  }
]