Cameron McCormack
|
9cda9d27bf
|
Bug 856879 - Remove constructor arguments argument from style struct macros. r=dbaron
|
2013-04-02 12:45:48 +11:00 |
|
Jonathan Watt
|
517e3b12aa
|
Bug 855301 - Add support for native theming of <input type=range> on Linux. r=roc
|
2013-03-28 20:25:05 +00:00 |
|
L. David Baron
|
0caa71f669
|
Bug 849657 patch 1: Expose CSS_PROP_PUBLIC_OR_PRIVATE macro to users of nsCSSPropList.h rather than CSS_PROP_DOMPROP_PREFIXED, so that we can avoid 'CssFloat' spreading even further. r=bzbarsky
|
2013-03-25 09:24:21 -07:00 |
|
Jonathan Watt
|
0fbd87a19c
|
Bug 846883 - Add support for native theming of <input type=range> on OS X. r=roc
|
2013-03-16 05:40:15 +00:00 |
|
L. David Baron
|
c2879a9a1a
|
Make gAliases be just an array of ids. (Bug 849656, patch 4) r=bzbarsky
|
2013-03-13 09:58:39 -07:00 |
|
L. David Baron
|
3b8425c455
|
Move enabled state for aliases from gAliases to gPropertyEnabled. (Bug 849656, patch 3) r=bzbarsky
|
2013-03-13 09:58:39 -07:00 |
|
L. David Baron
|
893787aaa9
|
Move names for aliases from gAliases into kCSSRawProperties. (Bug 849656, patch 2) r=bzbarsky
|
2013-03-13 09:58:39 -07:00 |
|
L. David Baron
|
7621b6de00
|
Bug 840367: Fix misnaming of keyword IDs in nsCSSKeywordList.h. r=heycam
|
2013-02-13 11:53:56 -08:00 |
|
Jonathan Watt
|
312edf7655
|
Bug 835883 - Give the -moz-orient property an 'auto' value, and make that its initial value. r=dholbert.
|
2013-02-02 19:13:22 +01:00 |
|
Chris Peterson
|
eab3c189d8
|
Bug 816298 - Part 1: Allow child elements to override -moz-user-select:none. r=ehsan
--HG--
extra : rebase_source : f4e08713be0691c25b22510977c978088655ec8b
|
2013-01-08 16:33:17 -08:00 |
|
Ehsan Akhgari
|
597517a42f
|
Backed out changeset 5af4c6bd5104 (bug 827075) because it is no longer necessary
|
2013-01-14 16:21:54 -05:00 |
|
Ehsan Akhgari
|
5c76c7d75d
|
Bug 827075 - Implement the -moz-menubar color and make it return the correct background color on gtk; r=roc
|
2013-01-05 23:07:27 -05:00 |
|
Cameron McCormack
|
873a543487
|
Bug 793617 - Implement mask-type property. r=dbaron,longsonr
|
2012-12-21 11:15:22 +11:00 |
|
Jonathan Kew
|
a6f11a5eff
|
bug 774560 pt 2 - implement text-transform:full-width. r=smontagu
|
2012-11-09 09:43:48 +00:00 |
|
Daniel Holbert
|
93791d3f3b
|
Bug 801098: Unprefix flexbox properties & keywords (still preffed off by default). r=dbaron
|
2012-10-15 12:42:43 -07:00 |
|
Nathan Froyd
|
ec0cae57b0
|
Bug 796279 - remove remaining PR_MAX instances from the tree; r=ehsan
We can't use NS_MAX or std::max because we lack uniform constexpr
support across our supported compilers. But we can do a simple inline
max ourselves.
|
2012-10-01 20:38:21 -04:00 |
|
Daniel Holbert
|
b3c5efa43b
|
Bug 796212 part 2: Make pref "layout.css.flexbox.enabled" control whether -moz-flex and -moz-inline-flex are recognized as valid values for "display" property. r=bz
|
2012-10-02 22:04:50 -07:00 |
|
Ehsan Akhgari
|
bdd40e5c18
|
Backout changeset 9e38c5518605, fc59bd8d49ba, d0ba1abde985, and acf91f25f228 (bugs 796119, 796279, and 797106) because of broken reftests on 64-bit platforms
|
2012-10-02 23:16:36 -04:00 |
|
Nathan Froyd
|
45f0148efe
|
Bug 796279 - remove remaining PR_MAX instances from the tree; r=ehsan
We can't use NS_MAX or std::max because we lack uniform constexpr
support across our supported compilers. But we can do a simple inline
max ourselves.
|
2012-10-01 20:38:21 -04:00 |
|
L. David Baron
|
1359267ffc
|
Bug 774169, patch 3: Treat -moz-transform as a shorthand rather than an alias so the parsing function can know whether it is parsing a prefixed transform. r=bzbarsky
|
2012-09-18 11:37:14 -07:00 |
|
Cameron McCormack
|
7b1c6a96f0
|
Bug 655877 - Part 23a: Add white-space:-moz-pre-discard-newlines value with white space collapsing behavior like SVG's xml:space="preserve". r=roc,dbaron
|
2012-09-07 15:42:19 +10:00 |
|
Edwin Flores
|
8a6015cf0d
|
Bug 719286 - Add support for -moz-objectValue keyword to CSS parser for SVG glyphs r=dbaron
|
2012-09-06 16:58:47 +12:00 |
|
Edwin Flores
|
582af889e5
|
Bug 719286 - Add support for -moz-objectFillOpacity and -moz-objectStrokeOpacity to CSS parser for SVG glyphs r=dbaron
|
2012-09-06 16:58:46 +12:00 |
|
Edwin Flores
|
32d64789ec
|
Bug 719286 - Add support for objectfill and objectstroke values to CSS parser r=dbaron
|
2012-09-06 16:58:46 +12:00 |
|
Randell Jesup
|
eedf93a21d
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Simon Montagu
|
4ae7b52fd9
|
Implement the new CSS property value unicode-bidi: isolate-override. Bug 774335, r=dbaron
|
2012-08-07 01:42:46 -07:00 |
|
Scott Johnson
|
79055c4778
|
Bug 764567: Implement column-fill part of CSS3 multicol spec, now with regression fixes [r=roc].
|
2012-07-31 11:21:19 -05:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Boris Zbarsky
|
43d45b95b9
|
Bug 771594. Allow preference control over what CSS properties we parse. r=dbaron,dholbert
|
2012-07-13 19:59:05 -04:00 |
|
Masatoshi Kimura
|
162441c196
|
Bug 752187 - Part 9: Implement unprefixed radial-gradient parsing. r=dbaron
|
2012-07-07 10:27:08 -04:00 |
|
Daniel Holbert
|
50a133f460
|
Bug 696253, patch 8: implement parsing/computation for CSS shorthand property 'flex'. r=dbaron
|
2012-07-06 17:06:23 -07:00 |
|
Daniel Holbert
|
905f2b0773
|
Bug 696253, patch 5: implement parsing/computation for CSS property 'align-self'. r=dbaron
|
2012-07-06 17:06:21 -07:00 |
|
Daniel Holbert
|
307261d50e
|
Bug 696253, patch 4: implement parsing/computation for CSS property 'align-items'. r=dbaron
|
2012-07-06 17:06:21 -07:00 |
|
Daniel Holbert
|
a64d2dea9d
|
Bug 696253, patch 3: implement parsing/computation for CSS property 'flex-direction'. r=dbaron
|
2012-07-06 17:06:20 -07:00 |
|
Daniel Holbert
|
772477aae8
|
Bug 696253, patch 1: implement parsing/computation for CSS property 'justify-content'. r=dbaron
|
2012-07-06 17:06:19 -07:00 |
|
Daniel Holbert
|
348d6c9a3d
|
Bug 666041 patch 2: Add "-moz-flex" & "-moz-inline-flex" values for "display" property. r=bz
|
2012-06-26 15:11:38 -07:00 |
|
L. David Baron
|
e1952224d8
|
Implement new values of animation-direction. (Bug 655920) r=bzbarsky
|
2012-06-21 11:44:34 -07:00 |
|
Scott Johnson
|
2332c9b000
|
Bug 733614: Backout changes from bug 695222 for mozilla 16 branch [r=dbaron].
|
2012-06-13 11:00:56 -05:00 |
|
Yoan TEBOUL
|
72e9bc2b32
|
Bug 659999 - Add a meterbar and meterchunk appearances. f=mounir r=roc
|
2012-05-16 12:24:55 +02:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Robert Longson
|
3ca6774243
|
Bug 528332 - Implement non-scaling-stroke vector-effect. Part 1 - style system changes r=dbaron
|
2012-05-18 09:33:40 +01:00 |
|
Boris Zbarsky
|
389a77894c
|
Bug 753397. Add a field to nsCSSPropList for a preference that controls the property. r=dbaron
The actual controlling is not hooked up yet; that will happen in bug 753522 for
the DOM reflections of properties.
|
2012-05-09 21:29:37 -04:00 |
|
Makoto Kato
|
ae4279cc0e
|
Bug 249159 - Part 2 Implement CSS3 Text word-break property. r=dbaron, smontagu
|
2012-05-07 12:18:23 -07:00 |
|
Lazar Sumar
|
da2c684917
|
Bug 548375 - Implement css3-background background-repeat property two value syntax. r=dbaron
|
2012-02-24 21:23:14 -08:00 |
|
L. David Baron
|
5c4dc186ed
|
Add a header file for CSS property aliases (and temporarily resurrect the aliases whose DOM properties we forgot to remove). (Bug 730532, patch 1) r=bzbarsky
|
2012-02-24 21:23:14 -08:00 |
|
Zack Weinberg
|
15a9a210d0
|
Bug 729142 - Convert layout/style to MOZ_STATIC_ASSERT. r=dbaron
|
2012-02-23 08:19:00 -08:00 |
|
L. David Baron
|
b71be23363
|
Drop support for -moz-box-shadow and -moz-border-radius-* now that we've supported the unprefixed versions since Firefox 4. (Bug 693510) r=bzbarsky
|
2012-02-22 14:14:52 -08:00 |
|
Simon Montagu
|
7b2f366751
|
Implement text-align-last. Bug 536557, r=dbaron
|
2012-01-12 19:52:21 +02:00 |
|
Ed Morley
|
097cd18f1b
|
Backout 6605cc311ec5 & 9217303c2e5c (bug 536557) for M4 orange
|
2012-01-12 15:33:00 +00:00 |
|