|
|
Description[Tracing] Create TraceConfig JSON string parser in D8.
BUG=v8:4561
LOG=N
Committed: https://crrev.com/0359e1f63ec7361e6dd659c8d09d19235aca39a1
Cr-Commit-Position: refs/heads/master@{#38553}
Patch Set 1 #
Total comments: 3
Patch Set 2 : update #
Total comments: 1
Patch Set 3 : update #
Messages
Total messages: 33 (22 generated)
The CQ bit was checked by lpy@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
lpy@chromium.org changed reviewers: + fmeawad@chromium.org
PTAL. cc mattloring@ and rskang@.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: v8_linux64_avx2_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel_ng/buil...) v8_linux_arm64_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel_ng/build...) v8_linux_gcc_compile_rel on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_gcc_compile_rel/bu...) v8_linux_mipsel_compile_rel on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_mipsel_compile_rel...) v8_linux_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_rel_ng/builds/10229)
The CQ bit was checked by lpy@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Patchset #1 (id:1) has been deleted
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
https://codereview.chromium.org/2208873002/diff/20001/src/d8.cc File src/d8.cc (right): https://codereview.chromium.org/2208873002/diff/20001/src/d8.cc#newcode257 src/d8.cc:257: trace_config->GetIncludedCategories()); Instead of Getting the categories list, and appending to here, I would rather if you use AddIncludedCategory instead.
https://codereview.chromium.org/2208873002/diff/20001/src/d8.cc File src/d8.cc (right): https://codereview.chromium.org/2208873002/diff/20001/src/d8.cc#newcode257 src/d8.cc:257: trace_config->GetIncludedCategories()); On 2016/08/04 13:01:06, fmeawad wrote: > Instead of Getting the categories list, and appending to here, I would rather if > you use > AddIncludedCategory instead. Then it will need to update categories list method to update two specific categories list.
On 2016/08/04 17:48:30, lpy wrote: > https://codereview.chromium.org/2208873002/diff/20001/src/d8.cc > File src/d8.cc (right): > > https://codereview.chromium.org/2208873002/diff/20001/src/d8.cc#newcode257 > src/d8.cc:257: trace_config->GetIncludedCategories()); > On 2016/08/04 13:01:06, fmeawad wrote: > > Instead of Getting the categories list, and appending to here, I would rather > if > > you use > > AddIncludedCategory instead. > > Then it will need to update categories list method to update two specific > categories list. sorry for the typo Then it will need two update categories list method to update two specific categories list.
The CQ bit was checked by lpy@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
I updated the CL, ptal. https://codereview.chromium.org/2208873002/diff/20001/src/d8.cc File src/d8.cc (right): https://codereview.chromium.org/2208873002/diff/20001/src/d8.cc#newcode257 src/d8.cc:257: trace_config->GetIncludedCategories()); On 2016/08/04 13:01:06, fmeawad wrote: > Instead of Getting the categories list, and appending to here, I would rather if > you use > AddIncludedCategory instead. Done.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
On 2016/08/08 18:39:56, lpy wrote: > I updated the CL, ptal. > > https://codereview.chromium.org/2208873002/diff/20001/src/d8.cc > File src/d8.cc (right): > > https://codereview.chromium.org/2208873002/diff/20001/src/d8.cc#newcode257 > src/d8.cc:257: trace_config->GetIncludedCategories()); > On 2016/08/04 13:01:06, fmeawad wrote: > > Instead of Getting the categories list, and appending to here, I would rather > if > > you use > > AddIncludedCategory instead. > > Done. LGTM. Is there a place where we can add a test?
lpy@chromium.org changed reviewers: + yangguo@chromium.org
+ Yang@ for review. PTAL. fadi@: I don't think we have a place to add test for non-exposed class.
lgtm with one nit. https://codereview.chromium.org/2208873002/diff/40001/src/d8.cc File src/d8.cc (right): https://codereview.chromium.org/2208873002/diff/40001/src/d8.cc#newcode277 src/d8.cc:277: strcmp(kIncludedCategoriesParam, property) == 0; I don't think you need to do a strcmp here. A pointer comparison suffices.
The CQ bit was checked by lpy@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by lpy@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from fmeawad@chromium.org, yangguo@chromium.org Link to the patchset: https://codereview.chromium.org/2208873002/#ps60001 (title: "update")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Committed patchset #3 (id:60001)
Message was sent while issue was closed.
Description was changed from ========== [Tracing] Create TraceConfig JSON string parser in D8. BUG=v8:4561 LOG=N ========== to ========== [Tracing] Create TraceConfig JSON string parser in D8. BUG=v8:4561 LOG=N Committed: https://crrev.com/0359e1f63ec7361e6dd659c8d09d19235aca39a1 Cr-Commit-Position: refs/heads/master@{#38553} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/0359e1f63ec7361e6dd659c8d09d19235aca39a1 Cr-Commit-Position: refs/heads/master@{#38553} |