electron / libchromiumcontent

Shared library build of Chromium’s Content module
MIT License
486 stars 183 forks source link

Add patch to fix remote debugging in 'Select Element Button' #550

Closed codebytere closed 6 years ago

codebytere commented 6 years ago

Add patch to fix this bug, which will theoretically fix the current failing <webview> loads devtools extensions registered on the parent window test for Chromium 66.

Patch pulled from CEF here.

/cc @alexeykuzmin @deepak1556

alexeykuzmin commented 6 years ago

So it's basically a backport of https://chromium-review.googlesource.com/c/chromium/src/+/953144? Can you please then rename a file accordingly and add it to a .patches.yaml?

alexeykuzmin commented 6 years ago

The patch fails to apply =(