Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Devtools prompt #25266

Closed
wants to merge 2 commits into from
Closed

WIP: Devtools prompt #25266

wants to merge 2 commits into from

Conversation

@paulrouget
Copy link
Contributor

paulrouget commented Dec 12, 2019

Depends on #25242

Ask the user before accepting devtools incoming connection.

@highfive
Copy link

highfive commented Dec 12, 2019

Heads up! This PR modifies the following files:

  • @asajeffrey: components/script/dom/window.rs, components/script/dom/webidls/Window.webidl
  • @KiChjang: components/script/dom/window.rs, components/script/dom/webidls/Window.webidl
@highfive
Copy link

highfive commented Dec 12, 2019

warning Warning warning

  • These commits modify unsafe code. Please review it carefully!
  • These commits modify script code, but no tests are modified. Please consider adding a test!
Copy link
Member

asajeffrey left a comment

The important changes look good, should this wait till #25242 lands?

@@ -119,7 +119,7 @@ Servo::Servo(hstring url, hstring args, GLsizei width, GLsizei height,

// Example Call when *pfilters[] is used:
// o.vslogger_mod_list = pfilters; // servo log modules
// o.vslogger_mod_size = sizeof(pfilters) / sizeof(pfilters[0]) -1; //
// o.vslogger_mod_size = sizeof(pfilters) / sizeof(pfilters[0]); //

This comment has been minimized.

Copy link
@asajeffrey

asajeffrey Dec 12, 2019

Member

Not sure why this has changed?

This comment has been minimized.

Copy link
@paulrouget

paulrouget Dec 13, 2019

Author Contributor

I realized that it was wrong. The last filter was never used.

</Capabilities>
</Package>
</Package>

This comment has been minimized.

Copy link
@asajeffrey

asajeffrey Dec 12, 2019

Member

Are these changes just changes to the XML formatting?

This comment has been minimized.

Copy link
@paulrouget

paulrouget Dec 13, 2019

Author Contributor

Visual Studio doing its things.

@bors-servo
Copy link
Contributor

bors-servo commented Dec 16, 2019

The latest upstream changes (presumably #25309) made this pull request unmergeable. Please resolve the merge conflicts.

@paulrouget
Copy link
Contributor Author

paulrouget commented Feb 10, 2020

Landed as part of #25242

@paulrouget paulrouget closed this Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

4 participants
You can’t perform that action at this time.