Commit Graph

6 Commits

Author SHA1 Message Date
Towkir Ahmed
2447d14ff3 Bug 1298687 - URL bar search suggestions notification's bottom border color updated; r=dao 2016-08-29 11:58:03 +02:00
L. David Baron
50ddd15ed9 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
Dão Gottwald
965d977ffb Backed out changeset 9d4b08fb58f0 (bug 1198415) 2015-09-20 14:47:20 +02:00
Drew Willcoxon
670238651b Bug 1198415 - Specify a foreground color for the urlbar search suggestions opt-in so that its text is readable in non-default themes. r=mak 2015-09-18 10:02:15 -07:00
Drew Willcoxon
543952a9d2 Bug 1198687 - Fix the accessibility of the urlbar's search suggestions opt-in notification. r=mak 2015-09-09 14:52:38 -07:00
Drew Willcoxon
5a75b93361 Bug 959567 - Change urlbar search suggestions from opt-out to opt-in, add opt-in prompt to urlbar popup. r=mak 2015-08-06 20:13:00 -07:00