Commit Graph

14 Commits

Author SHA1 Message Date
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
Drew Willcoxon
ee27759c39 Bug 1181078 - Implement new awesomebar popup design. r=mak
Based on an earlier patch by Marco Bonardo <mbonardo@mozilla.com>.

MozReview-Commit-ID: 7S0OoTGivbC
2016-04-05 18:56:54 -07:00
Rakhi Sharma
86e5423fc1 Bug 1212355 - [light devedition theme] No URLbar dropmarker visible on Linux, r=Gijs
MozReview-Commit-ID: ISOMzRmXNZm

--HG--
extra : rebase_source : 0b4d518f8229b35b7a54b9fba57a23371eef3d79
2016-03-17 17:00:35 +05:30
Gijs Kruitbosch
dc7afbded4 Bug 1222747 - fix width of forward button on devedition theme by making it a CSS variable, r=dao
--HG--
extra : commitid : Ckxmiua00UK
extra : rebase_source : 122322d69d6a9c1c576c18365fc499bdb6ae2132
2015-11-17 14:30:18 +00:00
Gijs Kruitbosch
c222754571 Bug 1224713 - fix sidebar header text in devedition theme on linux and windows, r=bgrins
--HG--
extra : commitid : Byiz1bpdB7Z
extra : rebase_source : 379912046673c2e1b63b29e1149fa4d41035b640
2015-11-17 15:19:47 +00:00
George Wright
0e6b6344ba Bug 1145741 - Style tab-close-button off visuallyselected attribute r=mconley 2015-05-11 20:13:14 -04:00
Tim Nguyen
dc2fd26de9 Bug 1096413 - Draw border around url bar, search box, and back/forward buttons. r=Gijs 2015-01-20 13:45:00 +01:00
Brian Grinstead
22a9074ce7 Bug 1152358 - Remove :not(:-moz-lw-theme) selector from devedition.css;r=Gijs 2015-04-08 09:57:47 -07:00
Gavin Sharp
23aea7c43a Bug 1137089: fix sidebar colors on DevEdition dark theme, r=gijs
--HG--
extra : rebase_source : 3b6303bea5b2162290958c23c26cbe79c8abd41d
2015-03-20 13:12:07 -07:00
Brian Grinstead
ce835c1c5c Bug 1107498 - Use moz-appearance: none for TabsToolbar for devedition in linux to make sure customized tab bars fully match the theme;r=Gijs 2014-12-23 08:41:21 -08:00
Brian Grinstead
0d4e083af3 Bug 1094509 - Switch to light devedition theme when light devtools theme is applied;r=Gijs 2014-11-07 15:29:25 -08:00
Tim Nguyen
9db97916d8 Bug 1094296 - Fix black text on bookmarks toolbar button hover and open in devedition on windows;r=MattN,r=bgrins 2014-11-06 18:39:30 -08:00
Brian Grinstead
b405635ed5 Bug 1053434 - Shared theme changes for window and navbar for devedition;r=Gijs,r=MattN 2014-10-31 19:06:06 -07:00
Brian Grinstead
f0b02eb27c Bug 1053434 - Add listeners for devedition prefs in browser.js and stub CSS files;r=Gijs 2014-10-08 16:05:46 -05:00