Show message in Browser Console when WebExtensions scripts are blocked
Categories
(WebExtensions :: General, defect, P5)
Tracking
(Not tracked)
People
(Reporter: jorgev, Assigned: rpl)
References
Details
(Keywords: sec-other, Whiteboard: [triaged])
Attachments
(2 files, 11 obsolete files)
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Updated•8 years ago
|
Comment 3•8 years ago
|
||
Comment 4•8 years ago
|
||
Comment 5•8 years ago
|
||
Comment 7•8 years ago
|
||
Comment 10•8 years ago
|
||
Comment 11•8 years ago
|
||
Comment 12•7 years ago
|
||
Updated•7 years ago
|
Comment 13•7 years ago
|
||
Comment 14•7 years ago
|
||
Comment 15•7 years ago
|
||
Comment 16•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Comment 17•7 years ago
|
||
Comment 18•7 years ago
|
||
Comment 19•7 years ago
|
||
Comment 20•7 years ago
|
||
Comment 21•7 years ago
|
||
Comment 22•7 years ago
|
||
Comment 23•7 years ago
|
||
Assignee | ||
Comment 24•7 years ago
|
||
Comment 25•7 years ago
|
||
Comment 26•7 years ago
|
||
Assignee | ||
Comment 27•7 years ago
|
||
Updated•7 years ago
|
Comment 28•7 years ago
|
||
Comment 29•7 years ago
|
||
Comment 30•7 years ago
|
||
Assignee | ||
Comment 31•7 years ago
|
||
Comment 32•7 years ago
|
||
Comment 33•7 years ago
|
||
Comment 34•7 years ago
|
||
Comment 35•7 years ago
|
||
Assignee | ||
Comment 36•7 years ago
|
||
Comment 37•7 years ago
|
||
Comment 38•7 years ago
|
||
Comment 39•7 years ago
|
||
Assignee | ||
Comment 40•6 years ago
|
||
Assignee | ||
Comment 41•6 years ago
|
||
Assignee | ||
Comment 42•6 years ago
|
||
Comment 43•6 years ago
|
||
Comment 44•6 years ago
|
||
Assignee | ||
Comment 45•6 years ago
|
||
Comment 46•6 years ago
|
||
Assignee | ||
Comment 47•6 years ago
|
||
Comment 49•6 years ago
|
||
Comment 50•6 years ago
|
||
Comment 51•6 years ago
|
||
Assignee | ||
Comment 52•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Comment 53•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 54•6 years ago
|
||
Comment 55•5 years ago
|
||
Is this issue still open? I'm a beginner and I would like to take this up.
Comment 56•5 years ago
|
||
Hi arjulalma, a patch has been submitted for this bug but it's waiting review to move forward.
However, we have a fair number of other unassigned good-first-bugs! Want to take a look at this list and pick out another bug? https://mzl.la/2yq1XA8
Comment 57•5 years ago
|
||
Comment 58•5 years ago
|
||
Hey, so i have uploaded this patch to Phabricator for review ease, and the patch was applying cleanly. So i had to change some things.
Im suspecting this has fallen between the cracks :)
(have had a bit of a issue to now run the test, i have other test fail aswell so im suspeciting some local issue, trying to verify with build in vm)
Assignee | ||
Comment 59•5 years ago
|
||
Thanks for rebasing the patch Nicklas, I took a look to the patch and I suspect that one of the failure is due to the test file added in the patch trying to import RemoteWebProgress.jsm (which has been removed in Firefox 79), but the test case doesn't seem to be using it anywhere and so the related ChromeUtils.import can be just removed.
Besides that on the implementation side the C++ part is going to require some additional work (eg. the warning message composed inside the LogBlockedContentScript could be simplified a bit and use nsPrintgCString).
Kris has not been worked on WebExtensions internals recently, and I'm pretty sure that he isn't going to be able to mentor (or review the patch).
I'm going to remove the good first bug from this bugzilla issue, given how long this has been pending it looks that it wasn't good as a good first bug.
I'm going to re-assign the patch to me, to look into what is missing to make it complete (I'll keep the author metadata given that Nicklas bootstrapped the patch, and he also took care of rebasing the patch a couple of months ago), and then find someone that could review it.
Updated•2 years ago
|
Comment 60•1 year ago
|
||
The following patch is waiting for review from an inactive reviewer:
ID | Title | Author | Reviewer Status |
---|---|---|---|
D76347 | Bug 1309033 - Show message in Browser Console when WebExtensions scripts are blocked r=kmag | smurfd | kmag: Disabled |
:smurfd, could you please find another reviewer or abandon the patch if it is no longer relevant?
For more information, please visit BugBot documentation.
Description
•