Closed
Bug 799268
Opened 12 years ago
Closed 12 years ago
Remove Permission.txt
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: martijn.martijn, Assigned: martijn.martijn)
References
()
Details
Attachments
(1 file, 1 obsolete file)
4.09 KB,
patch
|
mounir
:
review+
gwagner
:
review+
|
Details | Diff | Splinter Review |
I couldn't find 'idle' in the Permission.txt file.
But if I understand the source code, correctly, it is checking for an 'idle' permission.
http://mxr.mozilla.org/mozilla-central/source/dom/base/Navigator.cpp#675
So 'idle' should be added to the Permission.txt list, right?
Assignee | ||
Comment 1•12 years ago
|
||
Hrm, there is a lot more in extensions/cookie/Permission.txt that's not there, that is there in dom/apps/src/PermissionsTable.jsm .
Even the doc at https://developer.mozilla.org/en-US/docs/Web/Apps/App_permissions seems to have more info.
Is this Permission.txt still useful?
Attachment #751515 -
Flags: review?(mounir)
Comment 2•12 years ago
|
||
Comment on attachment 751515 [details] [diff] [review]
patch
Review of attachment 751515 [details] [diff] [review]:
-----------------------------------------------------------------
FWIW, I do not think this file is very useful. I would definitely r+ a patch that removes it.
Attachment #751515 -
Flags: review?(mounir) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Ok, let's do that then.
Attachment #751515 -
Attachment is obsolete: true
Assignee | ||
Updated•12 years ago
|
Attachment #751636 -
Flags: review?(mounir)
Comment 4•12 years ago
|
||
Comment on attachment 751636 [details] [diff] [review]
git patch
Review of attachment 751636 [details] [diff] [review]:
-----------------------------------------------------------------
Asking Gregor to review that change to in case of this file has a role I wasn't aware of.
Attachment #751636 -
Flags: review?(mounir)
Attachment #751636 -
Flags: review?(anygregor)
Attachment #751636 -
Flags: review+
Updated•12 years ago
|
Attachment #751636 -
Flags: review?(anygregor) → review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 5•12 years ago
|
||
Keywords: checkin-needed
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → martijn.martijn
Summary: 'idle' WebAPI is not mentioned in Permission.txt → Remove Permission.txt
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in
before you can comment on or make changes to this bug.
Description
•