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

Issue 2581103002: Reland of [DevTools] Migrate target domain to new generator. (Closed)

Created:
4 years ago by dgozman
Modified:
4 years ago
Reviewers:
caseq
CC:
chromium-reviews, jam, darin-cc_chromium.org, pfeldman, devtools-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland of [DevTools] Migrate target domain to new generator. (patchset #1 id:1 of https://codereview.chromium.org/2578303002/ ) Reason for revert: Fixed crash reason in https://codereview.chromium.org/2579923002/ Original issue's description: > Revert of [DevTools] Migrate target domain to new generator. (patchset #2 id:20001 of https://codereview.chromium.org/2574843003/ ) > > Reason for revert: > Speculative > > Original issue's description: > > [DevTools] Migrate target domain to new generator. > > > > BUG=664683 > > TBR=pfeldman > > > > Committed: https://crrev.com/a1a32123e28de766b5df3c82ec9ed9f8ddadd724 > > Cr-Commit-Position: refs/heads/master@{#438733} > > TBR=caseq@chromium.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=664683 > > Committed: https://crrev.com/70847052d87dab3241593b925f87b2b96c031b7e > Cr-Commit-Position: refs/heads/master@{#438940} TBR=caseq@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=664683 Committed: https://crrev.com/b35728c5e900f488ef0c1b78cbc3816b6a934fcf Cr-Commit-Position: refs/heads/master@{#439035}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -87 lines) Patch
M content/browser/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/devtools/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/devtools/protocol/devtools_protocol_handler_generator.py View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/devtools/protocol/target_handler.h View 4 chunks +32 lines, -29 lines 0 comments Download
M content/browser/devtools/protocol/target_handler.cc View 15 chunks +38 lines, -48 lines 0 comments Download
M content/browser/devtools/protocol_config.json View 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/devtools/render_frame_devtools_agent_host.h View 3 chunks +2 lines, -2 lines 0 comments Download
M content/browser/devtools/render_frame_devtools_agent_host.cc View 9 chunks +13 lines, -7 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
dgozman
Created Reland of [DevTools] Migrate target domain to new generator.
4 years ago (2016-12-16 05:29:23 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2581103002/1
4 years ago (2016-12-16 05:29:46 UTC) #3
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/chromium/src/+/216d4b741ed1c0e039a03577fe5c3d8ad5137e50
4 years ago (2016-12-16 05:33:23 UTC) #6
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/b35728c5e900f488ef0c1b78cbc3816b6a934fcf Cr-Commit-Position: refs/heads/master@{#439035}
4 years ago (2016-12-16 05:36:40 UTC) #8
Sami
Looks like this made some of our headless tests[1] fail with: [ RUN ] TargetDomainCreateTwoContexts.RunAsyncTest ...
4 years ago (2016-12-16 18:59:34 UTC) #9
dgozman
On 2016/12/16 18:59:34, Sami wrote: > Looks like this made some of our headless tests[1] ...
4 years ago (2016-12-16 20:21:19 UTC) #10
Sami
4 years ago (2016-12-19 10:22:03 UTC) #11
Message was sent while issue was closed.
On 2016/12/16 20:21:19, dgozman wrote:
> On 2016/12/16 18:59:34, Sami wrote:
> > Looks like this made some of our headless tests[1] fail with:
> > 
> > [ RUN      ] TargetDomainCreateTwoContexts.RunAsyncTest
> > [5524:5549:1216/185704.649169:2098330816144:ERROR:entry.cc(167)]
> > Entry::Deserialize: dictionary has no interface_provider_specs key
> >
>
[5524:5524:1216/185705.670030:2098331836957:ERROR:headless_devtools_client_impl.cc(133)]
> > Error in method call result: {
> >    "code": -32000,
> >    "message": "Not supported"
> > }
> > 
> >
>
../../build/linux/debian_wheezy_amd64-sysroot/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/bits/unique_ptr.h:211:
> > pointer std::unique_ptr<headless::target::CreateBrowserContextResult,
> > std::default_delete<headless::target::CreateBrowserContextResult>
> > >::operator->() const [_Tp = headless::target::CreateBrowserContextResult,
_Dp
> =
> > std::default_delete<headless::target::CreateBrowserContextResult>]:
Assertion
> > 'get() != pointer()' failed.
> > 
> > Do we need to do something to make sure the target handler exists?
> > 
> > [1]
> >
>
https://build.chromium.org/p/chromium.fyi/builders/Headless%20Linux%20%28dbg%...
> 
> Interesting... I will take a look. Didn't you add these tests to CQ already?

Thanks for the fix! They're only at 10% cq at the moment. I'll see if I can get
that bumped up.

Powered by Google App Engine
This is Rietveld 408576698