gecko-dev/devtools/client/jsonview/css
L. David Baron d097996b85 Bug 1111440 - Replace -moz- prefixed logical margin/padding/border properties with their standard versions. r=heycam
This patch was generated by the command:
  find . -name "*.css" -exec sed -i -f mozpropsub {} \;
in the root of a mozilla-central tree, with the file mozpropsub
containing the contents:
s/-moz-padding-end\>/padding-inline-end/g
s/-moz-padding-start\>/padding-inline-start/g
s/-moz-margin-end\>/margin-inline-end/g
s/-moz-margin-start\>/margin-inline-start/g
s/-moz-border-end\>/border-inline-end/g
s/-moz-border-end-color\>/border-inline-end-color/g
s/-moz-border-end-style\>/border-inline-end-style/g
s/-moz-border-end-width\>/border-inline-end-width/g
s/-moz-border-start\>/border-inline-start/g
s/-moz-border-start-color\>/border-inline-start-color/g
s/-moz-border-start-style\>/border-inline-start-style/g
s/-moz-border-start-width\>/border-inline-start-width/g

While I didn't manually review all the changes, I did review the list of
files, and manually reviewed the changes in the files that I thought
were more interesting.

Note that there are a few tests that should be fixed up as well, but
I'll do that in a later patch.

MozReview-Commit-ID: EiQTuuV0MNQ
2016-05-12 22:19:58 -07:00
..
controls.png Bug 1232614 - JSON Viewer: better icons for tree expanders; r=jryans 2015-12-15 13:01:59 +01:00
controls@2x.png Bug 1232614 - JSON Viewer: better icons for tree expanders; r=jryans 2015-12-15 13:01:59 +01:00
general.css
headers-panel.css Bug 1244268 - Remove expand/collapse headings in JSONView Headers tab. r=honza 2016-04-19 09:36:31 -05:00
json-panel.css
main.css Bug 1255837 - Add padding to right edge of JSON View JSON Tab. r=Honza 2016-04-19 10:05:37 -05:00
moz.build Bug 1244268 - Remove expand/collapse headings in JSONView Headers tab. r=honza 2016-04-19 09:36:31 -05:00
read-only-prop.svg Bug 1216654 - Clean up SVGs in JSON viewer. r=honza 2015-11-26 11:19:36 +01:00
search-box.css Bug 1207976 - Remove /themes from DevTools URLs. r=ochameau 2015-11-04 12:04:20 -06:00
search.svg Bug 1216654 - Clean up SVGs in JSON viewer. r=honza 2015-11-26 11:19:36 +01:00
tabs.css Bug 1111440 - Replace -moz- prefixed logical margin/padding/border properties with their standard versions. r=heycam 2016-05-12 22:19:58 -07:00
text-panel.css
toolbar.css Bug 1241720 - Modal to promote devices from larger DB r=jyrans 2016-04-20 17:15:34 -04:00