Closed
Bug 1387650
Opened 7 years ago
Closed 7 years ago
Associate json files with Firefox on OS X
Categories
(Firefox :: Shell Integration, enhancement)
Tracking
()
RESOLVED
FIXED
Firefox 57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: MattN, Assigned: MattN)
References
Details
Attachments
(1 file)
Firefox is the best application to view JSON files on my Mac since bug 1243951 but it doesn't show in the Open With options by default since it doesn't advertise that it supports JSON files.
Firefox should advertise that it's a viewer of JSON files.
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8894048 [details]
Bug 1387650 - Associate json files with the browser on OS X.
https://reviewboard.mozilla.org/r/165148/#review170496
::: browser/app/macbuild/Contents/Info.plist.in:42
(Diff revision 1)
> + <key>CFBundleTypeOSTypes</key>
> + <array>
> + <string>TEXT</string>
> + </array>
I wasn't sure about this part since I couldn't find good documentation online but it matches the SVG entry.
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8894048 [details]
Bug 1387650 - Associate json files with the browser on OS X.
https://reviewboard.mozilla.org/r/165148/#review170906
::: browser/app/macbuild/Contents/Info.plist.in:42
(Diff revision 1)
> + <array>
> + <string>application/json</string>
> + </array>
> + <key>CFBundleTypeName</key>
> + <string>JSON File</string>
> + <key>CFBundleTypeOSTypes</key>
It seems like the CFBundleTypeOSTypes key is deprecated. However, it is used throughout this file and I would prefer changing it everywhere at once. Maybe we could open a bug to replace it throughout this file. Might make for a good-first-bug.
Attachment #8894048 -
Flags: review?(spohl.mozilla.bugs) → review+
Pushed by mozilla@noorenberghe.ca:
https://hg.mozilla.org/integration/autoland/rev/a8b9b3b2cd80
Associate json files with the browser on OS X. r=spohl
Assignee | ||
Updated•7 years ago
|
Comment 5•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 57
You need to log in
before you can comment on or make changes to this bug.
Description
•