Open
Bug 1386812
Opened 9 years ago
Updated 3 years ago
Check toolkit rather than OS under devtools/
Categories
(DevTools :: General, enhancement, P3)
Tracking
(firefox57 affected)
NEW
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | affected |
People
(Reporter: jbeich, Unassigned)
References
Details
Attachments
(1 file)
When checking Services.appinfo.OS to handle OS_TARGET=Linux other Tier3 platforms (e.g. BSDs, Solaris) using Gtk are often overlooked.
$ rg -lt js -g '!*/test*' --sort-files '"Linux"'
addon-sdk/source/lib/sdk/system/child_process/subprocess.js
browser/extensions/mortar/host/flash/bootstrap.js
browser/extensions/mortar/host/pdf/bootstrap.js
devtools/client/debugger/new/integration-tests.js
devtools/client/inspector/local-toolbox.js
devtools/client/netmonitor/index.js
devtools/client/shared/developer-toolbar.js
devtools/client/webconsole/local-dev/index.js
devtools/client/webide/modules/addons.js
devtools/client/webide/modules/simulator-process.js
devtools/shared/system.js
js/src/octane/mandreel.js
testing/marionette/atom.js
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Comment 3•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8893088 [details]
Bug 1386812 - Apply Linux theme on Tier3 platforms under devtools/.
https://reviewboard.mozilla.org/r/164090/#review169738
Thank you for the patch. I didn't see an r? in the commit message, so I figured I would just drop in and review it.
This patch looks reasonable to me.
I think it would be good to at least file a bug against devtools-core: https://github.com/devtools-html/devtools-core/issues.
That code has a Services.appinfo shim: https://github.com/devtools-html/devtools-core/blob/master/packages/devtools-modules/src/Services.js#L517,
which perhaps should be updated. "Perhaps" - because it's not clear to me whether the shim is in active use.
Attachment #8893088 -
Flags: review+
Updated•8 years ago
|
Priority: -- → P3
Updated•8 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•