mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
3850bfcb24
- Bug 1228921 - Write nsChangeHint constants using left shifts. r=xidorn (cc7702d508)
- Bug 1228921 patch 2 - Fix nsRestyleHint constants to match the same style. r=xidorn (1ec516e7fb)
- Bug 1077085 - Insure puppet widgets don't skip sending resize notifications to the view manager when the user navigates through history items. r=tn (6ebc5e2ec4)
- Bug 1188665 - Make nsIDOMWindowUtils.disableDialogs() disable onbeforeunload dialogs. r=bz (c1832372ff)
- fix misspatch in Bug 1224464 patch 2 (710f8de1ae)
- Bug 1175192. Consistently allow identifiers to start with -- in the CSS parser. r=heycam (5c4ced2937)
- Bug 1220903 - Allow style to access chrome-only properties if it is loaded via chrome protocol. r=bz (155b2099cc)
- Bug 1217643 part 0: Add reftests for -webkit-gradient() expressions. r=heycam (adc23dade1)
- Bug 1217643 part 1: Add partial support for parsing CSS -webkit-gradient expressions (if webkit prefix support is enabled). r=heycam (715c0364b2)
- Bug 1217643 part 2: Represent parsed CSS -webkit-gradient(linear, ...) expressions internally as parsed versions of more modern syntax. r=heycam (2f06829293)
- Bug 1217643 part 3: Represent parsed CSS -webkit-gradient(radial, ...) expressions internally as parsed versions of more modern syntax. r=heycam (f2903d9cec)
- Bug 1228051 - Remove PR_snprintf calls in nsCSSParser.cpp's CSSParserImpl::ParseColor. r=dholbert (f3845e9bac)
- Bug 1221823 patch 1 - Use rvalue-reference and Move rather than just comments to show behavior of nsCSSKeyframeRule constructor. r=xidorn (07196fd12f)
- Bug 1221823 patch 2 - Use already_AddRefed<Declaration>&& as parameter to nsCSSKeyframeRule constructor to avoid extra reference count cycle. r=xidorn (c4b441fc83)
- Bug 1232596 - initialize variable changed = false, flagged by Coverity. r=dbaron (1e662aea38)
- (no bug) Fix typo (repeated word) in comment. comment-only, no review, DONTBUILD (dbb43c2638)
- Bug 1213842 - :lang() should not fall back to HTTP headers if empty lang attribute is specified; r=bz (6992d47faa)
- bits of Bug 1202744 - Overlapping software home buttons r=snorp (5913a799f1)
- Bug 1171368 - Fix -Wunreachable-code-break warning in layout/style/nsCSSRuleProcessor.cpp. r=dholbert (2d006c9e7e)
- Bug 1202512 - Part 3: Restyle elements with attribute/state changes if we find a conditionally restyled ancestor while selector matching up the tree. r=bzbarsky (ea671029bb)
- Bug 1202512 - Part 4: Reftests. r=bzbarsky (418aae6b65)
- Bug 1097242 - Make sure contenteditable -moz-user-select styles can be overridden by web pages; r=dbaron (c1a0172841)
- Bug 1166969 - Video element in the video document shouldn't be selected. r=roc (fb9621837b)
- Bug 1169901 - View source menu covers full height. r=heycam (6225279b1a)
- Bug 1230508 - Always compute position to fixed for top layer elements for now. r=dbaron (55475be4f2)
- Bug 1230508 - Always compute position to fixed for top layer elements for now. r=dbaron (10a918d358)
- Bug 1216362 - Measure nsCSSSelector::mAttrList. r=erahm (110a191205)
- Bug 1156392 - Remove an ifdef condition that we don't need any more. r=tn (84f9f7748d)
- Bug 1215957 - Start at the end of the explicit grid also when matching plain negative number lines. r=dholbert (21b56f9b66)
- Bug 1226697 part 1 - [css-grid] Fix off-by-one error when counting lines in reverse. r=dholbert (b8293a7c4b)
- Bug 1211260 - Implement the new Grid Placement Conflict Handling: "If the placement for a grid item contains two lines, and the start line is further end-ward than the end line, swap the two lines." r=dholbert (a740de6866)
- Bug 1211260 - [css-grid] Follow-up: address a code readability nit that I missed. r=dholbert (d98517d455)
- Bug 1215099 part 2 - [css-grid] An empty grid should still have one explicit grid line in each axis. r=dholbert (8b80702949)
- Bug 1230695 - [css-grid] abs.pos. child spanning from an 'auto' start position to an end line should end on the start side of the gutter. r=dholbert (02dfb8610a)
- Bug 1229145 - [css-grid] Account for start margin when calculating border box offset for align-self/justify-self:center. r=dholbert (f4b030f775)
- Bug 1224634 - [css-grid] Tweak a few tests to account for correct 'justify-self' behavior. (2fa37ac545)
- Bug 1229145 - [css-grid] Adjust align-self/justify-self:center reference rendering to reflect the corrected margin calculations. (c95ab49645)
- Bug 1225118 - [css-grid] Deal with nscoord overflow when applying [align|justify]-self:stretch. r=dholbert (9db2a3b1ca)
- Bug 1225118 - Crashtest. (71d85472da)
- Bug 1227216. Part 1: Only draw surface on inset box shadows if dest and src are equal sizes. r=mstange (6adb32966c)
- Bug 1227216. Part 2: Fallback to blur destination rect if a large shadow offset occurs. r=mstange (bfad4ecb03)
- Bug 1178575 - tests. (519597225f)
- Bug 1212823 - Use correct coordinate space for box-shadow native rect when doing themed drawing. r=roc (25ab30fa1a)
- Bug 1229165 - [css-grid] Apply min/max-width/height properties to clamp block-size of auto-height grid containers. r=dholbert (eaf4864e88)
- Bug 1228984 - [css-grid] Auto-placement into columns missed some unoccupied span-1 column slots. r=dholbert (e6bbc62ca6)
- Bug 1228984 - [css-grid] Add more auto-placement tests. (6c2bfceefd)
- Bug 1215182 - [css-grid] Make our "Implicit Named Areas" detection match the spec. r=dholbert (a31e1afe0f)
- Bug 1215182 - Reftests. (22e235d090)
- Bug 957911 - Work around the lack of support for semi-colon comments in python/configobj. r=gps (3f65ecdb57)
- Bug 1194121 - Skip UpdateCommands() from initializing collapse to avoid sync IPC during app startup. r=jst (f84caa230a)
- Bug 1170642 - Silence nsDocumentViewer::GetInImage warnings. r=ehsan (1e652f7f35)
- No bug, use attached widget listener mode on iOS, NPOTB (394650156a)
- Bug 1191609 - Always stroke CSS border sides separately from corner fills. r=mstange (c84f179c91)
- Bug 1224761 - Fix forceRepeatToCoverTiles optimization to not trigger when all stops at left edge of tile. r=roc (8a95296996)
- Bug 1155766 - Fix a bad assertion r=jfkthame (db12ebcfab)
- Bug 1163583 - Update SetPara with recent changes to ICU algorithm. r=smontagu (29250e8018)
- Bug 1157727 - Part 0: Preliminary cleanup, remove a bunch of #ifdef'd dead code from nsBidi.cpp. r=smontagu (b6b1bafd0c)
- Bug 1157727 - Part 1: Add paired bracket type property to our character data (patch originally by :tedders1, updated by :jfkthame). r=jfkthame (dd3b21469a)
- Bug 1161932 - Fix coverity warning in nsBidi.cpp. r=smontagu (8c5e758aad)
- Bug 1217833 - Fix container width in exception for line frames in nsBidiPresUtils::ReorderFrames. r=jfkthame (b59949333a)
- Bug 1217833 followup - Mark one test as fuzzy(43,2) on a CLOSED TREE (though fuzzy amounts needed vary by platform). (241f74b354)
- Bug 1217833 followup - Add margin to avoid fuzz on reftest. (e885281263)
- Bug 1157727 - Reftests for bidi bracket pairing, based on UAX #9 examples. r=smontagu (a6865a934c)
- Bug 1157727 - Part 2: Update bidi algorithm for bracket matching (patch originally by :tedders1, updated by :jfkthame). r=jfkthame (1bf541ba42)
- Bug 1169088 - Remove unused nsBidiPresUtils methods. r=dbaron (27a86233bc)
- Bug 817406 part 1 - Let ApplyStyleFixups propogate 'direction' to the viewport. r=bz,heycam (9370d38caf)
- Bug 1210877 - Make nsBidiPresUtils::RepositionFrame work also for box-decoration-break:clone. r=roc (ec5d29a8a1)
- Bug 1162813: filter paragraph separators before passing text to SetPara, r=jfkthame (4b0fa94ac8)
- Bug 1146112 - Mark ruby pseudo frames as line participant in frame constructor. r=roc (ae06cf850f)
- Bug 1228033. When not painting to a window (and hence not retained) only have one AGR, the root AGR. r=mattwoodrow (f640ec9a8c)
- Bug 927228 - Allow ImageLayerization for images using 'contain' and 'cover'. r=mstange (23863c225a)
- Bug 1230696 - Don't report perspective values that round to 0 app units as not having perspective. r=roc (9f70c1d9d8)
- Bug 1230075 - Allow perspective items in hittest() for preserve-3d cases. r=mattwoodrow (75d585b042)
- Bug 1141636 - "Dubious loop test in nsSVGElement::GetAnimatedLengthListValues". r=cam f=longsonr (339c880389)
344 lines
9.8 KiB
CSS
344 lines
9.8 KiB
CSS
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
@namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */
|
|
|
|
*|*::-moz-canvas {
|
|
cursor: text;
|
|
}
|
|
|
|
*|*:-moz-read-write :-moz-read-only {
|
|
-moz-user-select: all;
|
|
}
|
|
|
|
*|*:-moz-read-only > :-moz-read-write {
|
|
/* override the above -moz-user-select: all rule. */
|
|
-moz-user-select: -moz-text;
|
|
}
|
|
|
|
input:-moz-read-write > .anonymous-div:-moz-read-only,
|
|
textarea:-moz-read-write > .anonymous-div:-moz-read-only {
|
|
-moz-user-select: text;
|
|
}
|
|
|
|
/* Use default arrow over objects with size that
|
|
are selected when clicked on.
|
|
Override the browser's pointer cursor over links
|
|
*/
|
|
|
|
img:-moz-read-write, img:-moz-read-write[usemap], area:-moz-read-write,
|
|
object:-moz-read-write, object:-moz-read-write[usemap],
|
|
applet:-moz-read-write, hr:-moz-read-write, button:-moz-read-write,
|
|
select:-moz-read-write,
|
|
a:-moz-read-write:link img, a:-moz-read-write:visited img,
|
|
a:-moz-read-write:active img, a:-moz-read-write:-moz-only-whitespace[name] {
|
|
cursor: default;
|
|
}
|
|
|
|
*|*:-moz-any-link:-moz-read-write {
|
|
cursor: text;
|
|
}
|
|
|
|
/* Prevent clicking on links from going to link */
|
|
a:link:-moz-read-write img, a:visited:-moz-read-write img,
|
|
a:active:-moz-read-write img {
|
|
-moz-user-input: none;
|
|
}
|
|
|
|
/* We suppress user/author's prefs for link underline,
|
|
so we must set explicitly. This isn't good!
|
|
*/
|
|
a:link:-moz-read-write {
|
|
text-decoration: underline -moz-anchor-decoration;
|
|
color: -moz-hyperlinktext;
|
|
}
|
|
|
|
/* Allow double-clicks on these widgets to open properties dialogs
|
|
XXX except when the widget has disabled attribute */
|
|
*|*:-moz-read-write > input:-moz-read-only,
|
|
*|*:-moz-read-write > button:-moz-read-only,
|
|
*|*:-moz-read-write > textarea:-moz-read-only {
|
|
-moz-user-select: all;
|
|
-moz-user-input: auto !important;
|
|
-moz-user-focus: none !important;
|
|
}
|
|
|
|
/* XXX Still need a better way of blocking other events to these widgets */
|
|
select:-moz-read-write,
|
|
*|*:-moz-read-write > input:disabled,
|
|
*|*:-moz-read-write > input[type="checkbox"],
|
|
*|*:-moz-read-write > input[type="radio"],
|
|
*|*:-moz-read-write > input[type="file"],
|
|
input[contenteditable="true"]:disabled,
|
|
input[contenteditable="true"][type="checkbox"],
|
|
input[contenteditable="true"][type="radio"],
|
|
input[contenteditable="true"][type="file"] {
|
|
-moz-user-select: all;
|
|
-moz-user-input: none !important;
|
|
-moz-user-focus: none !important;
|
|
}
|
|
|
|
/* emulation of non-standard HTML <marquee> tag */
|
|
marquee:-moz-read-write {
|
|
-moz-binding: url('chrome://xbl-marquee/content/xbl-marquee.xml#marquee-horizontal-editable');
|
|
}
|
|
|
|
marquee[direction="up"]:-moz-read-write, marquee[direction="down"]:-moz-read-write {
|
|
-moz-binding: url('chrome://xbl-marquee/content/xbl-marquee.xml#marquee-vertical-editable');
|
|
}
|
|
|
|
*|*:-moz-read-write > input[type="hidden"],
|
|
input[contenteditable="true"][type="hidden"] {
|
|
border: 1px solid black !important;
|
|
visibility: visible !important;
|
|
}
|
|
|
|
label:-moz-read-write {
|
|
-moz-user-select: all;
|
|
}
|
|
|
|
*|*::-moz-display-comboboxcontrol-frame {
|
|
-moz-user-select: text;
|
|
}
|
|
|
|
option:-moz-read-write {
|
|
-moz-user-select: text;
|
|
}
|
|
|
|
/* the following rules are for Image Resizing */
|
|
|
|
span[\_moz_anonclass="mozResizer"] {
|
|
width: 5px;
|
|
height: 5px;
|
|
position: absolute;
|
|
border: 1px black solid;
|
|
background-color: white;
|
|
-moz-user-select: none;
|
|
z-index: 2147483646; /* max value -1 for this property */
|
|
}
|
|
|
|
/* we can't use :active below */
|
|
span[\_moz_anonclass="mozResizer"][\_moz_activated],
|
|
span[\_moz_anonclass="mozResizer"]:hover {
|
|
background-color: black;
|
|
}
|
|
|
|
span[\_moz_anonclass="mozResizer"].hidden,
|
|
span[\_moz_anonclass="mozResizingShadow"].hidden,
|
|
img[\_moz_anonclass="mozResizingShadow"].hidden,
|
|
span[\_moz_anonclass="mozGrabber"].hidden,
|
|
span[\_moz_anonclass="mozResizingInfo"].hidden,
|
|
a[\_moz_anonclass="mozTableRemoveRow"].hidden,
|
|
a[\_moz_anonclass="mozTableRemoveColumn"].hidden {
|
|
display: none !important;
|
|
}
|
|
|
|
span[\_moz_anonclass="mozResizer"][anonlocation="nw"] {
|
|
cursor: nw-resize;
|
|
}
|
|
span[\_moz_anonclass="mozResizer"][anonlocation="n"] {
|
|
cursor: n-resize;
|
|
}
|
|
span[\_moz_anonclass="mozResizer"][anonlocation="ne"] {
|
|
cursor: ne-resize;
|
|
}
|
|
span[\_moz_anonclass="mozResizer"][anonlocation="w"] {
|
|
cursor: w-resize;
|
|
}
|
|
span[\_moz_anonclass="mozResizer"][anonlocation="e"] {
|
|
cursor: e-resize;
|
|
}
|
|
span[\_moz_anonclass="mozResizer"][anonlocation="sw"] {
|
|
cursor: sw-resize;
|
|
}
|
|
span[\_moz_anonclass="mozResizer"][anonlocation="s"] {
|
|
cursor: s-resize;
|
|
}
|
|
span[\_moz_anonclass="mozResizer"][anonlocation="se"] {
|
|
cursor: se-resize;
|
|
}
|
|
|
|
span[\_moz_anonclass="mozResizingShadow"],
|
|
img[\_moz_anonclass="mozResizingShadow"] {
|
|
outline: thin dashed black;
|
|
-moz-user-select: none;
|
|
opacity: 0.5;
|
|
position: absolute;
|
|
z-index: 2147483647; /* max value for this property */
|
|
}
|
|
|
|
span[\_moz_anonclass="mozResizingInfo"] {
|
|
font-family: sans-serif;
|
|
font-size: x-small;
|
|
color: black;
|
|
background-color: #d0d0d0;
|
|
border: ridge 2px #d0d0d0;
|
|
padding: 2px;
|
|
position: absolute;
|
|
z-index: 2147483647; /* max value for this property */
|
|
}
|
|
|
|
img[\_moz_resizing] {
|
|
outline: thin solid black;
|
|
}
|
|
|
|
*[\_moz_abspos] {
|
|
outline: silver ridge 2px;
|
|
z-index: 2147483645 !important; /* max value -2 for this property */
|
|
}
|
|
*[\_moz_abspos="white"] {
|
|
background-color: white !important;
|
|
}
|
|
*[\_moz_abspos="black"] {
|
|
background-color: black !important;
|
|
}
|
|
|
|
span[\_moz_anonclass="mozGrabber"] {
|
|
outline: ridge 2px silver;
|
|
padding: 2px;
|
|
position: absolute;
|
|
width: 12px;
|
|
height: 12px;
|
|
background-image: url("resource://gre/res/grabber.gif");
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
-moz-user-select: none;
|
|
cursor: move;
|
|
}
|
|
|
|
/* INLINE TABLE EDITING */
|
|
|
|
a[\_moz_anonclass="mozTableAddColumnBefore"] {
|
|
position: absolute;
|
|
z-index: 2147483647; /* max value for this property */
|
|
text-decoration: none !important;
|
|
border: none 0px !important;
|
|
width: 4px;
|
|
height: 8px;
|
|
background-image: url("resource://gre/res/table-add-column-before.gif");
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
-moz-user-select: none;
|
|
-moz-user-focus: none !important;
|
|
}
|
|
|
|
a[\_moz_anonclass="mozTableAddColumnBefore"]:hover {
|
|
background-image: url("resource://gre/res/table-add-column-before-hover.gif");
|
|
}
|
|
|
|
a[\_moz_anonclass="mozTableAddColumnBefore"]:active {
|
|
background-image: url("resource://gre/res/table-add-column-before-active.gif");
|
|
}
|
|
|
|
a[\_moz_anonclass="mozTableAddColumnAfter"] {
|
|
position: absolute;
|
|
z-index: 2147483647; /* max value for this property */
|
|
text-decoration: none !important;
|
|
border: none 0px !important;
|
|
width: 4px;
|
|
height: 8px;
|
|
background-image: url("resource://gre/res/table-add-column-after.gif");
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
-moz-user-select: none;
|
|
-moz-user-focus: none !important;
|
|
}
|
|
|
|
a[\_moz_anonclass="mozTableAddColumnAfter"]:hover {
|
|
background-image: url("resource://gre/res/table-add-column-after-hover.gif");
|
|
}
|
|
|
|
a[\_moz_anonclass="mozTableAddColumnAfter"]:active {
|
|
background-image: url("resource://gre/res/table-add-column-after-active.gif");
|
|
}
|
|
|
|
a[\_moz_anonclass="mozTableRemoveColumn"] {
|
|
position: absolute;
|
|
z-index: 2147483647; /* max value for this property */
|
|
text-decoration: none !important;
|
|
border: none 0px !important;
|
|
width: 8px;
|
|
height: 8px;
|
|
background-image: url("resource://gre/res/table-remove-column.gif");
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
-moz-user-select: none;
|
|
-moz-user-focus: none !important;
|
|
}
|
|
|
|
a[\_moz_anonclass="mozTableRemoveColumn"]:hover {
|
|
background-image: url("resource://gre/res/table-remove-column-hover.gif");
|
|
}
|
|
|
|
a[\_moz_anonclass="mozTableRemoveColumn"]:active {
|
|
background-image: url("resource://gre/res/table-remove-column-active.gif");
|
|
}
|
|
|
|
a[\_moz_anonclass="mozTableAddRowBefore"] {
|
|
position: absolute;
|
|
z-index: 2147483647; /* max value for this property */
|
|
text-decoration: none !important;
|
|
border: none 0px !important;
|
|
width: 8px;
|
|
height: 4px;
|
|
background-image: url("resource://gre/res/table-add-row-before.gif");
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
-moz-user-select: none;
|
|
-moz-user-focus: none !important;
|
|
}
|
|
|
|
a[\_moz_anonclass="mozTableAddRowBefore"]:hover {
|
|
background-image: url("resource://gre/res/table-add-row-before-hover.gif");
|
|
}
|
|
|
|
a[\_moz_anonclass="mozTableAddRowBefore"]:active {
|
|
background-image: url("resource://gre/res/table-add-row-before-active.gif");
|
|
}
|
|
|
|
a[\_moz_anonclass="mozTableAddRowAfter"] {
|
|
position: absolute;
|
|
z-index: 2147483647; /* max value for this property */
|
|
text-decoration: none !important;
|
|
border: none 0px !important;
|
|
width: 8px;
|
|
height: 4px;
|
|
background-image: url("resource://gre/res/table-add-row-after.gif");
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
-moz-user-select: none;
|
|
-moz-user-focus: none !important;
|
|
}
|
|
|
|
a[\_moz_anonclass="mozTableAddRowAfter"]:hover {
|
|
background-image: url("resource://gre/res/table-add-row-after-hover.gif");
|
|
}
|
|
|
|
a[\_moz_anonclass="mozTableAddRowAfter"]:active {
|
|
background-image: url("resource://gre/res/table-add-row-after-active.gif");
|
|
}
|
|
|
|
a[\_moz_anonclass="mozTableRemoveRow"] {
|
|
position: absolute;
|
|
z-index: 2147483647; /* max value for this property */
|
|
text-decoration: none !important;
|
|
border: none 0px !important;
|
|
width: 8px;
|
|
height: 8px;
|
|
background-image: url("resource://gre/res/table-remove-row.gif");
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
-moz-user-select: none;
|
|
-moz-user-focus: none !important;
|
|
}
|
|
|
|
a[\_moz_anonclass="mozTableRemoveRow"]:hover {
|
|
background-image: url("resource://gre/res/table-remove-row-hover.gif");
|
|
}
|
|
|
|
a[\_moz_anonclass="mozTableRemoveRow"]:active {
|
|
background-image: url("resource://gre/res/table-remove-row-active.gif");
|
|
}
|