Closed
Bug 684418
Opened 13 years ago
Closed 13 years ago
Remove a couple of enablePrivilges from the feed previewer's mochitests
Categories
(Firefox Graveyard :: RSS Discovery and Preview, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 10
People
(Reporter: mrbkap, Assigned: mrbkap)
References
Details
(Whiteboard: [inbound])
Attachments
(1 file)
5.09 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
The patch for bug 648801 runs into a mochitest error that's orthogonal to what the patch in that bug is trying to do: namely enablePrivilege("UniversalBrowserRead") doesn't fully work with the new security wrappers in that bug. However, instead of fixing the wrappers to deal with this case, it's easier and more correct to nuke another use of enablePrivilege here.
We actually get two for the price of one, since I did the wrong file first.
Assignee | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Comment on attachment 558007 [details] [diff] [review]
Patch
I feel more comfortable letting Joel approve this.
Attachment #558007 -
Flags: review?(josh) → review?(jmaher)
Comment 3•13 years ago
|
||
Comment on attachment 558007 [details] [diff] [review]
Patch
Review of attachment 558007 [details] [diff] [review]:
-----------------------------------------------------------------
nothing jumps out at me here. Is this tested on try server?
Attachment #558007 -
Flags: review?(jmaher) → review+
Comment 4•13 years ago
|
||
Pushed to try: https://tbpl.mozilla.org/?tree=Try&rev=cd31a18e63f6
Comment 5•13 years ago
|
||
Try run for cd31a18e63f6 is complete.
Detailed breakdown of the results available here:
https://tbpl.mozilla.org/?tree=Try&rev=cd31a18e63f6
Results (out of 30 total builds):
success: 30
Builds available at http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/eakhgari@mozilla.com-cd31a18e63f6
Assignee | ||
Comment 6•13 years ago
|
||
Whiteboard: [inbound]
Comment 7•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Target Milestone: --- → Firefox 10
Updated•6 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•