Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCan't connect to devtools from firefox nightly #24092
Closed
Labels
Comments
Member
jdm
commented
Aug 28, 2019
|
cc @fitzgen |
|
Based on https://searchfox.org/mozilla-central/rev/325c1a707819602feff736f129cb36055ba6d94f/devtools/client/aboutdebugging/src/modules/client-wrapper.js#106 we appear to be missing actors for preferences. |
|
WIP branch at https://github.com/jdm/servo/tree/devtools-revival. This gets us to the point where the about:debugging interface for a remote Servo loads, but clicking the "Inspect" button for a tab yields a JS exception. |
|
Latest changes on that branch allow us to inspect a tab and get a usable JS console. I'll make a pull request once I've finished cleaning it up. |
bors-servo
added a commit
that referenced
this issue
Dec 14, 2019
Update devtools server for Firefox 71. Based on reading code under https://searchfox.org/mozilla-central/source/devtools/shared/specs/, https://searchfox.org/mozilla-central/source/devtools/shared/front/, https://searchfox.org/mozilla-central/source/devtools/shared/specs/, and https://searchfox.org/mozilla-central/source/devtools/server/actors/, as well as dumping the protocol output when using Firefox to debug itself. This makes the JS console usable again in nightly Firefox from about:debugging. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #24092 - [x] These changes do not require tests because ha ha ha devtools tests.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment