Daniel Holbert
|
a943af2236
|
backout 57213b64023b (bug 855326) for build bustage in debug builds
CLOSED TREE
|
2013-11-08 11:22:36 -08:00 |
|
Garrett Robinson
|
99a316d224
|
Bug 855326 - CSP 1.1 nonce-source for scripts and styles. r=mrbkap r=dholbert r=geekboy
|
2013-11-08 09:20:43 -08:00 |
|
Ehsan Akhgari
|
4818a0f3af
|
Bug 923151 - Part 2: Don't #include nsIDocument.h in mozilla/dom/Element.h; r=jst
--HG--
extra : rebase_source : 8c5f5429574313a1304eb2779cdb6b5702e4094d
|
2013-10-02 16:09:18 -04:00 |
|
Nathan Froyd
|
bfbf646b23
|
Bug 905135 - move zero values to their point of use in nsSMILCSSValueType.cpp; r=dholbert
|
2013-08-14 08:45:49 -04:00 |
|
Trevor Saunders
|
b2546f7648
|
bug 877886 - get rid of a number of static constructors in content/ and dom/ r=smaug
|
2013-05-30 18:34:53 -04:00 |
|
Ian Melven
|
48879dbfb8
|
Bug 763879 - implement inline stylesheet blocking for CSP (r=dbaron)
|
2012-08-30 10:58:24 -07:00 |
|
Ryan VanderMeulen
|
dcdda90f46
|
Backed out 2 changesets (bug 763879, bug 842657) for landing with an r-. DONTBUILD
Backed out changeset 254c1ac4ab8b (bug 842657)
Backed out changeset 58a2011beeac (bug 763879)
|
2013-05-16 11:15:07 -04:00 |
|
Ian Melven
|
6937a45eae
|
Bug 763879 - implement inline stylesheet blocking for CSP (r=dbaron)
|
2012-08-30 10:58:24 -07:00 |
|
L. David Baron
|
810e59b56b
|
Bug 813373, patch 2: Remove pres context member from ValueWrapper. r=dholbert
|
2012-11-20 11:55:14 -08:00 |
|
L. David Baron
|
de689ddbcd
|
Bug 813373, patch 1: Remove pres context parameters from nsStyleAnimation::UncomputeValue. r=dholbert
|
2012-11-20 11:55:14 -08: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 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Daniel Holbert
|
5332115154
|
Bug 709907: Skip SMIL negative-value relaxation logic for the list-valued 'stroke-dasharray' property. r=dbaron
|
2011-12-15 16:27:05 -08: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 |
|
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 |
|
Brian Birtles
|
b1f72bbd99
|
Bug 562815 part 6 - Check if property is cached in rule tree; r=dbaron
--HG--
extra : rebase_source : 9a7d2388bd00e2c8177cebc9d2a1339626cdd3ab
|
2011-08-23 08:34:12 +09:00 |
|
Brian Birtles
|
656057547b
|
Bug 562815 part 3 - Add context-sensitive flag to style animation resolution; r=dholbert
--HG--
extra : rebase_source : 2914f301d6ce7dc95134ffdd84de29d4408b7917
|
2011-08-23 08:34:03 +09:00 |
|
Ms2ger
|
f3bff9fd12
|
Bug 562701, part a: Use Element in nsSMILCSSValueType::ValueFromString; r=smaug
|
2011-03-28 12:49:11 -04:00 |
|
Daniel Holbert
|
aeccfd6caa
|
Bug 594198: In SMIL animation of length-valued attributes/properties, allow interpolation between 0 values and unitless values. r=birtles a=blocking-final+
--HG--
rename : layout/reftests/svg/smil/style/anim-css-strokewidth-1-by-px-px.svg => layout/reftests/svg/smil/style/anim-css-strokewidth-1-by-no-no.svg
rename : layout/reftests/svg/smil/style/anim-css-strokewidth-1-from-by-px-px.svg => layout/reftests/svg/smil/style/anim-css-strokewidth-1-from-by-no-no.svg
rename : layout/reftests/svg/smil/style/anim-css-strokewidth-1-from-to-px-px.svg => layout/reftests/svg/smil/style/anim-css-strokewidth-1-from-to-no-no.svg
rename : layout/reftests/svg/smil/style/anim-css-strokewidth-1-to-px-px.svg => layout/reftests/svg/smil/style/anim-css-strokewidth-1-to-no-no.svg
rename : layout/reftests/svg/smil/style/anim-css-strokewidth-4-from-by-px-px.svg => layout/reftests/svg/smil/style/anim-css-strokewidth-4-from-by-no-no.svg
|
2010-11-06 12:13:01 -07:00 |
|
Zack Weinberg
|
9c006a4ff7
|
Bug 569719 part 1: Rename nsCSSDeclaration to mozilla::css::Declaration. r=dbaron
|
2010-06-28 15:49:35 -07:00 |
|
Ms2ger@gmail.com
|
a4005e2fd1
|
Bug 538362 - rename nsIDocument::GetPrimaryShell to nsIDocument::GetShell. r=smaug
|
2010-06-25 15:59:57 +02:00 |
|
Robert Longson
|
77d4c995db
|
Bug 570555 - CSS animation on font-size should not require units. r=dholbert,sr=roc
|
2010-06-09 20:51:31 +01:00 |
|
Boris Zbarsky
|
ca01cf3893
|
Bug 562688 part 13. Eliminate eELEMENT usage in layout/style, except the rule processor. r=dbaron
|
2010-04-30 09:12:06 -04:00 |
|
Daniel Holbert
|
84c8cc58ba
|
Bug 556404: Put CSS parser in SVG mode when parsing SMIL animation endpoints for XML attributes. r=roc r=dbaron
|
2010-04-02 09:34:31 -07:00 |
|
Daniel Holbert
|
93fa4b366b
|
Bug 550593: Make nsISMILType::Init infallible, and return |void| instead of |nsresult|. r=roc
|
2010-03-22 11:57:36 -07:00 |
|
Daniel Holbert
|
f2e36498c9
|
Bug 542670 Patch B: Add specialized implementations for nsISMILType::IsEqual. r=roc
|
2010-02-20 13:13:11 -08:00 |
|
Daniel Holbert
|
268b63b5ce
|
Bug 542731, Patch B: Clean up nsSMILCSS* classes. r=roc
|
2010-02-01 18:46:13 -08:00 |
|
Daniel Holbert
|
d215e312fb
|
Bug 542731: SMIL misc code cleanup - remove end-of-line whitespace.
|
2010-01-28 01:51:03 -08:00 |
|
Daniel Holbert
|
86c7eaa0cd
|
Bug 542731: SMIL misc code cleanup: remove trailing '.' from warning messages, to prevent the '.:' in output like 'ASSERTION: blah blah.: /path/to/file:NN'. (no changes outside of assertion/warning message text)
|
2010-01-28 01:50:30 -08:00 |
|
Daniel Holbert
|
e1428e2de7
|
Bug 534975: Allow for null document pointer on SMIL animation targets, in case they get removed from tree due to a restyle during sample. r=roc
|
2009-12-23 16:19:29 -08:00 |
|
Daniel Holbert
|
0d650e67d8
|
Bug 520239, patch 5: Enable SVG/SMIL animation of shorthand properties, and remove unneeded nsISMILCSSValueType interface. r=roc
|
2009-12-10 09:26:28 -08:00 |
|
Daniel Holbert
|
9542b12f07
|
Bug 530199: Cleanup in nsSMILCSSValueType - postpone allocation of ValueWrappers until they're needed. r=roc
|
2009-12-10 09:26:28 -08:00 |
|
Daniel Holbert
|
639aa84ba2
|
Bug 524539, patch 2: Support "stroke-dasharray" property in SVG/SMIL. r=roc
|
2009-12-10 09:26:27 -08:00 |
|
L. David Baron
|
eea2f3996a
|
Pass property to nsStyleAnimation interpolation functions. (Bug 528234) r=dholbert
|
2009-11-14 19:16:58 -08:00 |
|
Daniel Holbert
|
4821a39ec9
|
Bug 526875: Make nsSMILCSSValueType::Add accept just-initialized added values (which represent zero). r=roc
|
2009-11-11 13:41:43 -08:00 |
|
Daniel Holbert
|
f54836501a
|
Bug 525099: Bail out if GetZeroValueForUnit fails, in nsSMILCSSValueType. r=roc
|
2009-10-29 14:08:02 -07:00 |
|
L. David Baron
|
e57591b530
|
Switch nsStyleAnimation from using nsStyleCoord to using its own nsStyleAnimation::Value, so we don't have to add nontrivial destructors to nsStyleCoord. (Bug 522852) r=dholbert,bzbarsky
|
2009-10-20 07:46:16 -04:00 |
|
L. David Baron
|
34d6f3a24f
|
Better disambiguate nsStyleCoord constructors taking nscoord and nscolor. (Bug 521352) r=bzbarsky
|
2009-10-13 19:38:20 -07:00 |
|
Daniel Holbert
|
3fd0b781fe
|
Bug 520485, patch 5 of 5: remove unnecessary checks in nsSMILCSSValueType::Add. r=roc
|
2009-10-08 18:30:55 -07:00 |
|
Daniel Holbert
|
d6332e5ef3
|
Bug 520485, patch 4 of 5: add support for 'font-size-adjust' property in SVG/SMIL. r=roc
|
2009-10-08 18:30:53 -07:00 |
|
Daniel Holbert
|
4484bfea27
|
Bug 520485, patch 2 of 5: add support for float values in SVG/SMIL. r=roc
|
2009-10-08 18:30:50 -07:00 |
|
Daniel Holbert
|
50268f016b
|
Bug 474049: Add support for SMIL animation of CSS properties in SVG. r=birtles sr=roc
|
2009-10-02 14:37:25 -07:00 |
|