Граф коммитов

8 Коммитов

Автор SHA1 Сообщение Дата
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
Jan Odvarko 6bb5f58257 Bug 1244054 - Firebug Theme, tools; r=bgrins,ntim
MozReview-Commit-ID: 2hsODdK4bdL

--HG--
extra : rebase_source : a432f1f6a0ab0c367329372d2c76ba45cd15e3a5
extra : histedit_source : fe000cd4d63ae095bf8a86701dfd7c114e472424
2016-04-06 17:32:18 +02:00
Gabriel Luong 4ce6caae0f Bug 1250323 - Don't hide overflow-y on the pseudo class panel r=pbro
MozReview-Commit-ID: FSwY458OBBq
2016-03-03 12:55:09 -08:00
Wes Kocher 801dc5a585 Backed out changeset 35b992d5c335 (bug 1250323) because browser_rules_pseudo_lock_options.js is still busted
MozReview-Commit-ID: G5F3LZHAw2P
2016-03-03 12:44:21 -08:00
Gabriel Luong 3d10357055 Bug 1250323 - Don't hide overflow-y on the pseudo class panel r=pbro 2016-03-03 09:54:05 -05:00
Gabriel Luong 5192b095d2 Bug 1243598 - Make sure the inspector sidebar overflows correctly r=bgrins 2016-02-17 11:13:01 -05:00
Gabriel Luong f5172856d6 Bug 1238133 - Part 4: Make the computed view live inside the inspector panel frame r=bgrins 2016-01-26 11:17:48 -05:00
Gabriel Luong f556d5ffe0 Bug 1235178 - Part 1: Move the Computed Styles Inspector into the Inspector directory r=pbro
--HG--
rename : devtools/client/styleinspector/computed-view.js => devtools/client/inspector/computed/computed.js
rename : devtools/client/styleinspector/computedview.xhtml => devtools/client/inspector/computed/computed.xhtml
rename : devtools/client/themes/computedview.css => devtools/client/themes/computed.css
2016-01-05 21:05:46 -08:00