L. David Baron
|
51d21c815c
|
Bug 1082899 patch 4 - Rename existing flag for pseudo-elements to better match what it is (UA sheets, not chrome sheets, although EditorOverride is included). r=birtles
|
2014-10-23 12:57:28 -04:00 |
|
Frédéric Wang
|
d937c0990c
|
Bug 1000879 - Remove the ::-moz-math-stretchy pseudo-element. r=karl, roc
|
2014-04-24 21:30:00 +02:00 |
|
Cameron McCormack
|
72b06ae4b3
|
Bug 930020 - Part 2: Use flag to hide <input type=number> pseudo-elements from content. r=bz
|
2013-11-28 18:03:16 +11:00 |
|
Cameron McCormack
|
ff7ca9b249
|
Bug 922669 - Part 3: Add a flag to represent whether a pseudo-element supports user action pseudo-classes (currently :hover and :active). r=bz
|
2013-11-28 17:46:38 +11:00 |
|
Jonathan Watt
|
0cbbb98ce1
|
Bug 635240 - Implementation of the layout and anonymous shadow tree portion of <input type=number>. r=dholbert
|
2013-09-04 11:30:36 +01:00 |
|
Arnaud Bienner
|
28e6e2c644
|
Bug 875275 part 1: Implement layout support for <input type="color">. r=dbaron,dholbert
|
2013-07-10 00:25:27 +02:00 |
|
Jonathan Watt
|
2c85ff8dcf
|
Bug 854538 - Add a ::-moz-range-progress pseudo-element to <input type=range> for Firefox OS. r=dholbert
|
2013-03-26 23:04:41 +00:00 |
|
Daniel Holbert
|
134870baba
|
Backout e912de49c12b (Bug 854538) due to M5 & crashtest oranges on a CLOSED TREE
|
2013-03-26 17:28:14 -07:00 |
|
Jonathan Watt
|
2cdfef6c8b
|
Bug 854538 - Add a ::-moz-range-progress pseudo-element to <input type=range> for Firefox OS. r=dholbert
|
2013-03-26 23:04:41 +00:00 |
|
Jonathan Watt
|
9a999c1cb4
|
Bug 838256, part 2 - Overhaul and complete the layout pieces for <input type=range>. r=dholbert for the combined diff with the previous changeset.
|
2013-02-16 17:57:21 +00:00 |
|
Wes Johnston
|
e38c741da9
|
Bug 838256, part 1 - Initial work on the layout pieces for <input type=range>. DONTBUILD separately from jwatt's changeset (the next one) to finish this work. r=dholbert for the combined diff.
|
2013-02-16 17:57:21 +00:00 |
|
Mounir Lamouri
|
58aa0a96d8
|
Bug 737786 - 2/5 - Use a pseudo-element instead of a pseudo-class for placeholder styling. r=bz
|
2012-11-09 10:24:23 +00:00 |
|
Vincent LAMOTTE
|
bcc3cf4e81
|
Bug 657953 (1/2) - Implement the layout part of the meter element. r=roc
|
2012-05-16 17:47:10 +02:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Matheus Kerschbaum
|
7406ce377f
|
Bug 660762 - Remove --disable-mathml support. r=roc
|
2011-06-02 13:11:33 +02:00 |
|
Mounir Lamouri
|
2e36860cd7
|
Bug 633209 - Add ::-moz-progress-bar to access the anonymous div inside the progress element. r=dbaron
--HG--
rename : layout/reftests/forms/progress/margin-padding-ref.html => layout/reftests/forms/progress/margin-padding-rtl-ref.html
rename : layout/reftests/forms/progress/margin-padding.html => layout/reftests/forms/progress/margin-padding-rtl.html
|
2011-05-06 11:52:05 +02:00 |
|
Shawn Wilsher
|
259bae0699
|
Back out bug 514437, bug 567872, bug 568825, bug 633209, bug 633913, bug 634086, bug 634088, bug 634549, bug 634551, bug 638176, bug 641517, bug 641905, bug 641942, bug 642127, and bug 642667 to undo the performance regression tracked by bug 655860.
|
2011-05-09 15:48:39 -07:00 |
|
Mounir Lamouri
|
90e8e686e0
|
Bug 633209 - Add ::-moz-progress-bar to access the anonymous div inside the progress element. r=dbaron
--HG--
rename : layout/reftests/forms/progress/margin-padding-ref.html => layout/reftests/forms/progress/margin-padding-rtl-ref.html
rename : layout/reftests/forms/progress/margin-padding.html => layout/reftests/forms/progress/margin-padding-rtl.html
|
2011-05-06 11:52:05 +02:00 |
|
Boris Zbarsky
|
6ae14f3465
|
Bug 525608 part 2. Change the CSS parser to not allow anon box selectors with more than the anon box name in them. Store the pseudo type in pseudo-element selectors. Enforce that all non-anon-box pseudo selectors have an mNext that selects the element they apply to. r=dbaron
|
2009-12-11 02:37:40 -05:00 |
|
Boris Zbarsky
|
fec842ecf2
|
Bug 525608 part 1. Introduce an enum for keeping track of pseudo-elements. r=dbaron
|
2009-12-11 02:37:40 -05:00 |
|
Boris Zbarsky
|
e9f228c7d5
|
Backing out bug 525608 and bug 525952
|
2009-12-10 18:28:08 -08:00 |
|
Boris Zbarsky
|
d458769f84
|
Bug 525608 part 2. Change the CSS parser to not allow anon box selectors with more than the anon box name in them. Store the pseudo type in pseudo-element selectors. Enforce that all non-anon-box pseudo selectors have an mNext that selects the element they apply to. r=dbaron
|
2009-12-10 14:36:05 -08:00 |
|
Boris Zbarsky
|
b4f32f993e
|
Bug 525608 part 1. Introduce an enum for keeping track of pseudo-elements. r=dbaron
|
2009-12-10 14:36:04 -08:00 |
|
L. David Baron
|
18c275e977
|
Add flags to pseudo-elements, and add one that says which ones are expected to contain elements. (Bug 505515) r=bzbarsky
|
2009-08-10 15:52:29 -07:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|