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

WE transition: Request Log #872

Open
myrdd opened this issue Nov 26, 2017 · 1 comment
Open

WE transition: Request Log #872

myrdd opened this issue Nov 26, 2017 · 1 comment

Comments

@myrdd
Copy link
Member

myrdd commented Nov 26, 2017

i do not yet know how to port the RequestLog to WE. IMHO the Request Log has a low priority, so I don't see any problem in shipping the first WE version without a request log. A html based request log can be added later. Maybe uBlock's request log (or however it's called) can be (re-)used then. :)

@jrrdev
Copy link
Contributor

jrrdev commented Nov 26, 2017

I agree that it is low priority for the moment.
For the future implementation, some ways to go:

  • Ask for an enhancement to Mozilla Team to show dropped requests in the native devtool/network panel (i.e requests dropped by a listener on browser.webRequest.onBeforeRequest and returning {cancel: true}). IMHO that maybe the best way as the native devtool/network panel has the same features as RPC's one. We also need basic feedbacks from Firefox of what extensions have modified in the requests
  • or add a custom RPC devtool panel (see example).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants