1. 03 May, 2016 1 commit
    • littledan's avatar
      Renaming cleanup of Promises · d8967c55
      littledan authored
      The Promise code previously used many names which were gratuitiously
      different from the specification. This patch swaps in names from the
      ES2015 spec, and inserts crossreferences to the spec. The patch
      leaves mirrors over Promises unchanged for now, as these changes
      could have compatibility risk.
      
      R=cbruni@chromium.org
      
      Review-Url: https://codereview.chromium.org/1919143004
      Cr-Commit-Position: refs/heads/master@{#35962}
      d8967c55
  2. 10 Dec, 2015 1 commit
    • littledan's avatar
      Unstage non-standard Promise functions · 88c8361b
      littledan authored
      This patch removes Promise functions and methods which are absent
      from the ES2015 specification when the --es-staging flag is on.
      The patch is being relanded after being reverted due to an
      unrelated bug. This version is slightly different as promise_chain
      is installed on the context regardless of the flag value, so that
      the Promise::Chain API continues to work until it is deprecated.
      
      BUG=v8:3237
      R=rossberg
      LOG=Y
      
      Review URL: https://codereview.chromium.org/1513873002
      
      Cr-Commit-Position: refs/heads/master@{#32772}
      88c8361b
  3. 02 Dec, 2015 1 commit
  4. 24 Nov, 2015 3 commits