L. David Baron
|
233751c6ae
|
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
|
09aeb61301
|
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
|
ccb631db79
|
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
|
0300bf0a15
|
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
|
cac293e907
|
Bug 719286 - Add support for objectfill and objectstroke values to CSS parser r=dbaron
|
2012-09-06 16:58:46 +12:00 |
|
Randell Jesup
|
29ac5c0b8c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
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
|
07b09b2133
|
Implement the new CSS property value unicode-bidi: isolate-override. Bug 774335, r=dbaron
|
2012-08-07 01:42:46 -07:00 |
|
Scott Johnson
|
c5aaabe440
|
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
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Boris Zbarsky
|
0c79c85561
|
Bug 771594. Allow preference control over what CSS properties we parse. r=dbaron,dholbert
|
2012-07-13 19:59:05 -04:00 |
|
Masatoshi Kimura
|
76156293e3
|
Bug 752187 - Part 9: Implement unprefixed radial-gradient parsing. r=dbaron
|
2012-07-07 10:27:08 -04:00 |
|
Daniel Holbert
|
b3030a87b0
|
Bug 696253, patch 8: implement parsing/computation for CSS shorthand property 'flex'. r=dbaron
|
2012-07-06 17:06:23 -07:00 |
|
Daniel Holbert
|
31ad14ad8d
|
Bug 696253, patch 5: implement parsing/computation for CSS property 'align-self'. r=dbaron
|
2012-07-06 17:06:21 -07:00 |
|
Daniel Holbert
|
b95bbf1e06
|
Bug 696253, patch 4: implement parsing/computation for CSS property 'align-items'. r=dbaron
|
2012-07-06 17:06:21 -07:00 |
|
Daniel Holbert
|
be5b7b1e6b
|
Bug 696253, patch 3: implement parsing/computation for CSS property 'flex-direction'. r=dbaron
|
2012-07-06 17:06:20 -07:00 |
|
Daniel Holbert
|
d71777623e
|
Bug 696253, patch 1: implement parsing/computation for CSS property 'justify-content'. r=dbaron
|
2012-07-06 17:06:19 -07:00 |
|
Daniel Holbert
|
dd5d8688a3
|
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
|
16fef30b6a
|
Implement new values of animation-direction. (Bug 655920) r=bzbarsky
|
2012-06-21 11:44:34 -07:00 |
|
Scott Johnson
|
d4d53d2412
|
Bug 733614: Backout changes from bug 695222 for mozilla 16 branch [r=dbaron].
|
2012-06-13 11:00:56 -05:00 |
|
Yoan TEBOUL
|
76b26d2185
|
Bug 659999 - Add a meterbar and meterchunk appearances. f=mounir r=roc
|
2012-05-16 12:24:55 +02:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Robert Longson
|
165f6890cf
|
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
|
3a47108ff7
|
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
|
6bbd48cb4a
|
Bug 249159 - Part 2 Implement CSS3 Text word-break property. r=dbaron, smontagu
|
2012-05-07 12:18:23 -07:00 |
|
Lazar Sumar
|
6fbab0b473
|
Bug 548375 - Implement css3-background background-repeat property two value syntax. r=dbaron
|
2012-02-24 21:23:14 -08:00 |
|
L. David Baron
|
1b2b92f0f9
|
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
|
dc30af584b
|
Bug 729142 - Convert layout/style to MOZ_STATIC_ASSERT. r=dbaron
|
2012-02-23 08:19:00 -08:00 |
|
L. David Baron
|
ca97f3621e
|
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
|
3ca7ecdbcb
|
Implement text-align-last. Bug 536557, r=dbaron
|
2012-01-12 19:52:21 +02:00 |
|
Ed Morley
|
2099bb7e42
|
Backout 6605cc311ec5 & 9217303c2e5c (bug 536557) for M4 orange
|
2012-01-12 15:33:00 +00:00 |
|
Simon Montagu
|
dec2df3fe1
|
Implement text-align-last. Bug 536557, r=dbaron
|
2012-01-12 16:29:20 +02:00 |
|
Nathan Froyd
|
eee81c8ef6
|
Bug 712299 - don't require manual syncing of font data; r=bz
|
2011-12-20 11:49:16 -05:00 |
|
Scott Johnson
|
31e988481d
|
Bug 695222 - Implement column-fill part of CSS3 multicol spec. r=roc,dbaron
|
2011-12-25 23:25:59 -06:00 |
|
William Chen
|
95cab2faf0
|
Bug 497995: Part 1 - Implement border-image revisions in latest css3-background spec. r=dbaron
--HG--
extra : rebase_source : 5a6cdac6a4b1353170f23f39dd2a209374e72531
|
2011-12-22 18:34:45 -05:00 |
|
Scott Johnson
|
485a62e28c
|
Backout changeset 93f523345fb6.
|
2011-12-20 00:01:32 -06:00 |
|
Scott Johnson
|
9a5c2bc549
|
Bug 695222 - Implement column-fill part of CSS3 multicol spec. r=roc,dbaron
|
2011-12-19 23:11:54 -06:00 |
|
Scott Johnson
|
d02cda6d85
|
Backed out changeset 74555805376d
|
2011-12-19 23:08:52 -06:00 |
|
Scott Johnson
|
5493265dc2
|
Bug 695222 - Implement column-fill part of CSS3 multicol spec. r=roc,dbaron
|
2011-12-19 22:25:19 -06:00 |
|
Ali Juma
|
07a5d3eb28
|
Bug 586863 - Eliminate #ifdef GFX_HAS_INVERT blocks since GFX_HAS_INVERT is never defined. r=dbaron
|
2011-12-09 14:18:05 -05:00 |
|
Simon Montagu
|
5aadea5d7b
|
Support for unicode-bidi: -moz-isolate and -moz-plaintext in style system. Bug 613149, r=dbaron
|
2011-10-18 14:51:57 +02:00 |
|
Ehsan Akhgari
|
2a602a5685
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Jeff Walden
|
b7753477cf
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
|
2011-10-10 22:50:08 -07:00 |
|
Jeff Walden
|
eb2cb918a4
|
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
|
2011-10-12 12:21:53 -07:00 |
|
Jeff Walden
|
77ebbde4ab
|
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
|
2011-10-10 22:50:08 -07:00 |
|
Matt Woodrow
|
9207ef81c8
|
Bug 682919 - Add eCSSKeyword_UNKNOWN terminators to 3d transforms style tables. r=dbaron
|
2011-10-03 16:59:43 +13:00 |
|
Matt Woodrow
|
bc10d9cf93
|
Bug 505115 - Part 21 - Enable 3D transforms by default. r=roc
|
2011-09-30 14:39:40 +13:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Masayuki Nakano
|
f15fd02ef4
|
Bug 669028 part.11 layout/style should use mozilla;LookAndFeel rather than nsILookAndFeel r=dbaron
|
2011-09-09 11:27:12 +09:00 |
|
Matt Woodrow
|
2d0f18b12d
|
Bug 677173 - Remove 3D transforms IDL properties because they are disabled. r=dbaron
|
2011-09-01 11:35:10 +12:00 |
|