Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Issue 1477023002: Deprecate Promise::Chain from V8 APIs (Closed)

Created:
5 years ago by Dan Ehrenberg
Modified:
5 years ago
CC:
Paweł Hajdan Jr., v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Deprecate Promise::Chain from V8 APIs The Promise::Chain logic is moved to a helper function to avoid a violation of deprecated function usage. R=rossberg,jochen BUG=v8:3237 LOG=Y Committed: https://crrev.com/91e1b9f67b20d4d26c0297704e3216912dd4011b Cr-Commit-Position: refs/heads/master@{#32670}

Patch Set 1 #

Patch Set 2 : Remove redundantly adding promise_chain when flag is passed #

Patch Set 3 : new version #

Patch Set 4 : Fix linter errors #

Patch Set 5 : See if linter errors are fixed now #

Patch Set 6 : Alphabetize includes #

Total comments: 2

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -7 lines) Patch
M include/v8.h View 1 2 3 4 5 6 1 chunk +4 lines, -3 lines 0 comments Download
M src/api.cc View 1 2 3 4 5 6 2 chunks +14 lines, -4 lines 0 comments Download

Messages

Total messages: 42 (19 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1477023002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1477023002/1
5 years ago (2015-11-25 20:52:25 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1477023002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1477023002/20001
5 years ago (2015-11-25 20:53:27 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_gcc_compile_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_gcc_compile_rel/builds/8895)
5 years ago (2015-11-25 21:02:38 UTC) #6
Dan Ehrenberg
Based on this trybot failure, looks like I have to wait for a release to ...
5 years ago (2015-11-25 21:48:51 UTC) #7
jochen (gone - plz use gerrit)
just pull Chain out into a helper function and invoke that from the both Promise::Chain ...
5 years ago (2015-11-26 13:24:06 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1477023002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1477023002/20001
5 years ago (2015-12-04 21:00:26 UTC) #10
Dan Ehrenberg
On 2015/11/26 at 13:24:06, jochen wrote: > just pull Chain out into a helper function ...
5 years ago (2015-12-04 21:01:01 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_asan_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel/builds/10999) v8_linux64_rel on ...
5 years ago (2015-12-04 21:01:22 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1477023002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1477023002/40001
5 years ago (2015-12-04 21:01:51 UTC) #15
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/8564)
5 years ago (2015-12-04 21:04:30 UTC) #18
Dan Ehrenberg
On 2015/12/04 at 21:01:01, Dan Ehrenberg wrote: > On 2015/11/26 at 13:24:06, jochen wrote: > ...
5 years ago (2015-12-04 21:06:44 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1477023002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1477023002/60001
5 years ago (2015-12-04 21:32:06 UTC) #22
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/8565)
5 years ago (2015-12-04 21:36:50 UTC) #24
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1477023002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1477023002/80001
5 years ago (2015-12-04 21:43:19 UTC) #26
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/8568)
5 years ago (2015-12-04 21:45:28 UTC) #28
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1477023002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1477023002/100001
5 years ago (2015-12-04 21:47:56 UTC) #30
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-04 23:37:52 UTC) #32
Dan Ehrenberg
PTAL
5 years ago (2015-12-04 23:42:38 UTC) #33
jochen (gone - plz use gerrit)
lgtm with comment addressed https://codereview.chromium.org/1477023002/diff/100001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/1477023002/diff/100001/src/api.cc#newcode889 src/api.cc:889: DCHECK_LT(offset, length()); could you please ...
5 years ago (2015-12-07 15:39:54 UTC) #34
Dan Ehrenberg
https://codereview.chromium.org/1477023002/diff/100001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/1477023002/diff/100001/src/api.cc#newcode889 src/api.cc:889: DCHECK_LT(offset, length()); On 2015/12/07 at 15:39:54, jochen wrote: > ...
5 years ago (2015-12-07 18:57:54 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1477023002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1477023002/120001
5 years ago (2015-12-08 01:14:42 UTC) #39
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years ago (2015-12-08 02:28:48 UTC) #40
commit-bot: I haz the power
5 years ago (2015-12-08 02:29:45 UTC) #42
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/91e1b9f67b20d4d26c0297704e3216912dd4011b
Cr-Commit-Position: refs/heads/master@{#32670}

Powered by Google App Engine
This is Rietveld 408576698