Closed
Bug 1534518
Opened 3 years ago
Closed 3 years ago
MOZ_CAN_RUN_SCRIPT output should actually point to the caller function declaration, not definition
Categories
(Firefox Build System :: Source Code Analysis, enhancement)
Firefox Build System
Source Code Analysis
Tracking
(firefox67 fixed)
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
Attachments
(1 file)
The note says "parent function declared here" but it points to the definition, not the declaration.
![]() |
Assignee | |
Comment 1•3 years ago
|
||
Pushed by bzbarsky@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/b6d239de820f Change CanRunScriptChecker caller function note to point to the declaration, not the definition. r=andi
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•