Commit Graph

11 Commits

Author SHA1 Message Date
Mike Conley
6f3b6f54c0 Bug 1317804 - Hide the checkbox toggle in about:privatebrowsing. r=johannh
This was originally taking advantage of the fact that we were hiding
HTML checkboxes by default via common.inc.css. Since bug 1309316
landed, we don't hide those checkboxes by default anymore.

So now we special-case about:privatebrowsing to hide the checkbox.

MozReview-Commit-ID: CaImnCPu8cE
2016-11-19 17:25:58 -05:00
Gijs Kruitbosch
5ebcbe5c2a Bug 1274272 - followup: use float: left/right to ensure this keeps working when inline-start is not available, r=mikedeboer
MozReview-Commit-ID: 7VTz8mwyUN7
2016-05-26 14:27:45 +01:00
Gijs Kruitbosch
3428bcbbde Bug 1274272 - fix RTL issues with about:privatebrowsing, r=mikedeboer
MozReview-Commit-ID: rFNLKSWnSX
2016-05-19 22:59:09 +01:00
Gijs Kruitbosch
f9673432dc Bug 1267499 - followup: also remove font-size like in original (r+'d) patch, rs=missed-because-of-rebase,jaws
MozReview-Commit-ID: GO0MgEKVp05
2016-05-17 17:18:34 +01: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
gasolin
050345388d Bug 1271502 - list does not align well in private browsing new tab page with locale lang; r=Gijs
MozReview-Commit-ID: 669uE0FzUwx
2016-05-10 11:00:23 +08:00
Ricky Chien
ac81082fe0 Bug 1267499 - Fix Private Browsing start-page overflows off the window bottom. r=Gijs
MozReview-Commit-ID: F9Do3T8d7R3
2016-04-27 15:13:21 +08:00
Ricky Chien
dbb51e123b Bug 1269485 - Improve New Private Browsing start-page background styles r=Gijs
MozReview-Commit-ID: 6gju3cfipJ3
2016-05-04 17:05:50 +08:00
Daniel Holbert
59cb658599 Bug 1267501: Adjust hardcoded 'width' in new Private Browsing UI to be a max-width instead, so it fits better in skinny windows. r=rickychien
MozReview-Commit-ID: 3CZP0sg9nZh
2016-04-25 18:31:50 -07:00
Ricky Chien
17b16e29ea Bug 1259340 - New Private Browsing Window Update. r=past,Gijs
MozReview-Commit-ID: 5NbLribECvC
2016-04-24 16:01:45 +03:00
Paolo Amadini
4e4488d113 Bug 1190427 - Update the design of about:privatebrowsing. r=ttaubert 2015-08-06 15:51:41 +01:00