gecko-dev/devtools/client/responsive
Cameron McCormack dd61f595eb Bug 1620467 - Part 4: Change internal uses of -moz-appearance to appearance and -moz-default-appearance. r=emilio,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,ntim,agi,miketaylr
Uses of `-moz-appearance: none` are changed to `appearance: none`.

Uses of other values that are simply reverting the appearance back to
its default are changed to `appearance: auto`.

Uses of values in UA sheets that are defining the inherent appearance of
widgets are changed to:

  appearance: auto;
  -moz-default-appearance: <value>;

since those values are either no longer supported on (-moz-)appearance,
or are still supported but only in some limited form.

There are some uses of `-moz-appearance: textfield` on <input
type=number> elements that are renamed to `appearance: textfield`.

Differential Revision: https://phabricator.services.mozilla.com/D83430
2020-07-16 22:04:14 +00:00
..
actions Bug 1585096 - Cleanup code path separation in RDM's screenshot action. r=gl 2020-07-09 20:20:41 +00:00
components Bug 1585094 - Remove `ResizableViewport` component r=gl 2020-07-11 01:35:25 +00:00
images Bug 1652997: Package all devtools css files and load them using the internal chrome: protocol. r=nchevobbe 2020-07-15 16:02:28 +00:00
reducers Bug 1596686 - Use absolute paths for require calls r=gl 2019-12-27 12:23:47 +00:00
test Bug 1625925 Part 2: Add tests of simulated touch events in documents with iframes. r=mtigley 2020-07-14 21:42:17 +00:00
utils Bug 1638153: Part 2 - Fix uses of .rootTreeItem to get top browser window. r=geckoview-reviewers,nika,snorp 2020-06-17 17:17:16 +00:00
constants.js
index.css Bug 1620467 - Part 4: Change internal uses of -moz-appearance to appearance and -moz-default-appearance. r=emilio,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,ntim,agi,miketaylr 2020-07-16 22:04:14 +00:00
index.js Bug 1585096 - Cleanup code path separation caused by browserUI pref in index.js, manager.js, and ui.js r=gl 2020-07-10 13:28:15 +00:00
manager.js Bug 1585096 - Cleanup code path separation caused by browserUI pref in index.js, manager.js, and ui.js r=gl 2020-07-10 13:28:15 +00:00
moz.build Bug 1652997: Package all devtools css files and load them using the internal chrome: protocol. r=nchevobbe 2020-07-15 16:02:28 +00:00
reducers.js Bug 1596686 - Use absolute paths for require calls r=gl 2019-12-27 12:23:47 +00:00
responsive-browser.css Bug 1633938 - Implement RDM zoom with transform. r=bradwerth 2020-04-30 01:37:30 +00:00
store.js Bug 1596686 - Use absolute paths for require calls r=gl 2019-12-27 12:23:47 +00:00
toolbar.xhtml Bug 1652997: Package all devtools css files and load them using the internal chrome: protocol. r=nchevobbe 2020-07-15 16:02:28 +00:00
types.js Bug 1620935 - Fix device.os propTypes typo. r=gl 2020-04-06 14:56:34 +00:00
ui.js Bug 1585096 - Cleanup code path separation caused by browserUI pref in index.js, manager.js, and ui.js r=gl 2020-07-10 13:28:15 +00:00