author | Chris Pearce <cpearce@mozilla.com> |
Wed, 05 Sep 2012 15:54:11 +1200 | |
changeset 104276 | 35e22307b242b4f65bcfe0e4d9bc5f0b7fb3197e |
parent 104275 | 24ba2e430a6050a09368af7046cf1eb83c56c128 |
child 104277 | 8bde8f163d35af962fd0235b2d8aded137b0c154 |
push id | 23417 |
push user | ryanvm@gmail.com |
push date | Thu, 06 Sep 2012 02:27:31 +0000 |
treeherder | mozilla-central@501f4e46a88c [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | roc |
bugs | 788387 |
milestone | 18.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/layout/style/ua.css +++ b/layout/style/ua.css @@ -230,16 +230,17 @@ background: black; width: 100% !important; height: 100% !important; margin: 0 !important; min-width: 0 !important; max-width: none !important; min-height: 0 !important; max-height: none !important; + -moz-box-sizing: border-box !important; } /* If there is a full-screen element that is not the root then we should hide the viewport scrollbar. We exclude the chrome document to prevent reframing of contained plugins. */ :not(xul|*):root:-moz-full-screen-ancestor { overflow: hidden !important; }