gecko-dev/layout/inspector
Emilio Cobos Álvarez a5e7a3aec3 Bug 509958: Unprefix :-moz-selection. r=dbaron,xidorn
Our implementation is totally not what the spec says, but totally what other
UAs do, see https://github.com/w3c/csswg-drafts/issues/2474.

So given this is causing webcompat pain, I think we should be pragmatic and just
unprefix this.

We could keep serialization and getComputedStyle with ::selection working with a
bit more effort, like we do for :-moz-placeholder, but I'd prefer not doing at
least the serialization bit, and just alias in nsCSSPseudoElements
:-moz-selection to selection too.

MozReview-Commit-ID: 6lxctozRDqv
2018-05-10 17:19:25 +02:00
..
tests Bug 509958: Unprefix :-moz-selection. r=dbaron,xidorn 2018-05-10 17:19:25 +02:00
inDeepTreeWalker.cpp Bug 1447389 - Remove nsIDOMNodeList. r=bz 2018-04-25 23:01:30 +02:00
inDeepTreeWalker.h Bug 1427419 - Part 27: Remove inIDOMUtils. r=bz 2018-01-11 12:38:01 +08:00
inIDeepTreeWalker.idl Bug 1434819 part 9. Remove nsIDOMNodeFilter. r=qdot 2018-02-01 14:26:13 -05:00
inLayoutUtils.cpp Bug 1417354 - Introduce nsIDocument::GetPresContext(). r=smaug 2018-02-21 07:00:10 +09:00
inLayoutUtils.h Bug 1427419 - Part 21: Move content state methods from inIDOMUtils to InspectorUtils. r=bz 2018-01-11 12:38:01 +08:00
InspectorFontFace.cpp Bug 1449087 part 2 - Use Servo data to back @font-face rule. r=emilio 2018-04-04 08:42:10 +10:00
InspectorFontFace.h Bug 1449087 part 2 - Use Servo data to back @font-face rule. r=emilio 2018-04-04 08:42:10 +10:00
InspectorUtils.cpp Bug 1457920: Remove StyleSheet::AsServo. r=xidorn 2018-05-02 04:13:21 +02:00
InspectorUtils.h Bug 1452143: Make InspectorUtils.getAllStyleSheets handle Shadow DOM, and also optionally not return UA / User sheets. r=bholley 2018-04-17 11:23:36 +02:00
moz.build Bug 1436413 - Remove inDOMView as it is no longer used. r=bz 2018-02-07 15:46:30 +01:00
ServoStyleRuleMap.cpp Bug 1457920: Remove ServoStyleSheet usage. r=xidorn 2018-05-02 04:13:26 +02:00
ServoStyleRuleMap.h Bug 1457920: Remove ServoStyleSheet usage. r=xidorn 2018-05-02 04:13:26 +02:00