Closed
Bug 1269194
Opened 9 years ago
Closed 9 years ago
Make CheckerboardReportService accessible also outside of about:checkerboard
Categories
(Core :: Panning and Zooming, defect)
Core
Panning and Zooming
Tracking
()
RESOLVED
FIXED
mozilla49
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: avih, Assigned: kats)
References
Details
Attachments
(1 file)
(deleted),
patch
|
avih
:
review+
|
Details | Diff | Splinter Review |
Currently the CheckerboardReportService API is blocked except if accessed from about:checkerboard.
I think it's OK that it requires privileged access (even though there's nothing secretive about it) but otherwise should not limit access to other Gecko code IMO.
The use case I have in mind right now is a talos APZ scroll test, but I still think it should be accessible to Gecko code in general.
Assignee | ||
Comment 1•9 years ago
|
||
ehsan, we added this CheckerboardReportService API back in bug 1238042 and exposed it to about:checkerboard (which we kept unprivileged) explicitly via the check at [1]. Do you have any concerns about relaxing the URL check and allowing any privileged code to access it? I agree with avi that there isn't really anything secretive about it.
[1] http://mxr.mozilla.org/mozilla-central/source/gfx/layers/apz/util/CheckerboardReportService.cpp?rev=77d65c5c2422&mark=136-136#129
Depends on: 1238042
Flags: needinfo?(ehsan)
Comment 2•9 years ago
|
||
Allowing privileged code access here seems fine to me!
Flags: needinfo?(ehsan)
Assignee | ||
Comment 3•9 years ago
|
||
Does this work for you? I tested both e10s and non-e10s to verify that it is accessible in about:checkerboard and other chrome pages (like about:about) but is NOT accessible in web content or unprivileged pages like about:blank.
Attachment #8749745 -
Flags: review?(avihpit)
Reporter | ||
Comment 4•9 years ago
|
||
Comment on attachment 8749745 [details] [diff] [review]
Patch
Review of attachment 8749745 [details] [diff] [review]:
-----------------------------------------------------------------
Confirmed works for me. Thanks.
Attachment #8749745 -
Flags: review?(avihpit) → review+
Comment 6•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
You need to log in
before you can comment on or make changes to this bug.
Description
•