Daniel Holbert
|
8c26cde49e
|
Bug 786503: mark nsSMILInstanceTime::mVisited as mutable. r=birtles
|
2012-08-28 22:27:53 -07:00 |
|
Ehsan Akhgari
|
845651448b
|
Bug 579517 - Part 5: Add missing StandardInteger.h #includes where needed; r=bsmedberg
Landing on a CLOSED TREE
|
2012-08-08 17:08:17 -04:00 |
|
Ehsan Akhgari
|
e368dc9c85
|
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
|
4e199a1679
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Aryeh Gregor
|
2fbc523d8e
|
Bug 780469 - Reduce unnecessary includes in some content/ header files; r=bz
|
2012-08-06 15:02:08 +03:00 |
|
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Aryeh Gregor
|
ec805a875a
|
Bug 563659 part 3 - Make Element inherit from FragmentOrElement; r=bz
|
2012-06-27 16:01:55 +03:00 |
|
David Zbarsky
|
bf4f8d3c97
|
Bug 755084 Part 2: Perform CSS animations of transform and opacity on the compositor r=roc, dbaron
|
2012-07-31 10:28:21 -07:00 |
|
Mark Finkle
|
ecceaf8977
|
Backout 169ff207ed19, a34baed70c1b, f9ccdd490bd7, 39550ed860e6, 2194a2dd66b2, 908eb2e26843, a76e0a267f26 due to mobile viewport bustage (bug 778580)
|
2012-07-30 14:36:12 -04:00 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
David Zbarsky
|
93b20c52d3
|
Bug 755084 Part 2: Perform CSS animations of transform and opacity on the compositor r=roc, dbaron
|
2012-07-27 13:23:44 -07:00 |
|
Ed Morley
|
3ed23376d4
|
Backout 1244b8a8e57a (bug 755084), 32d16d0f87c9 (bug 706179), 8548e016d4a9 (bug 768440), 697f5b87eae9 (bug 768440), 808fc2bd4e8c (bug 755084), 54b1484cd125 (bug 755084), 876726b632c0 (bug 706179) for xul android R3 failures
|
2012-07-25 16:37:04 +01:00 |
|
David Zbarsky
|
630069520d
|
Bug 755084 Part 2: Perform CSS animations of transform and opacity on the compositor r=roc, dbaron
|
2012-07-25 01:48:09 -07:00 |
|
Matt Brubeck
|
90029e0bf6
|
Back out f4f5189b1d0c, 3b4f0606c547, b8a5a1ab8a5f, 5078933d6954, 7e0260c45de9 (bug 768440, bug 755084, bug 706179) because of reftest failures
|
2012-07-23 20:25:51 -07:00 |
|
David Zbarsky
|
ffaa635014
|
Bug 755084 Part 2: Perform CSS animations of transform and opacity on the compositor r=roc, dbaron
|
2012-07-23 17:34:46 -07:00 |
|
Joshua Cranmer
|
d539846cab
|
Bug 702877 - Replace NS_OVERRIDE with MOZ_OVERRIDE. r=ehsan
--HG--
extra : rebase_source : 1843575683c3897f96f3966cbce26140ff1a7d90
|
2012-07-06 13:15:45 -05:00 |
|
Aryeh Gregor
|
b82f9e8e6c
|
Bug 768756 part 2 - Make nsComputedDOMStyle Init infallible and merge into constructor; r=bz
|
2012-07-06 15:28:33 +03:00 |
|
Ed Morley
|
c86dfc36ed
|
Backout 6ceeca8b4b73 (bug 772332), ce5629b973e4, 1dcff1db63b4, 108d06ef7755 & 7bf6519b3f43 (bug 768756) for bustage
|
2012-07-15 11:42:31 +01:00 |
|
Aryeh Gregor
|
d3819f192a
|
Bug 768756 part 2 - Make nsComputedDOMStyle Init infallible and merge into constructor; r=bz
|
2012-07-06 15:28:33 +03:00 |
|
Rafael Ávila de Espíndola
|
5575a740c6
|
Bug 774028 - Fix variable declaration. r=dholbert.
|
2012-07-15 00:12:53 -04:00 |
|
Boris Zbarsky
|
496f1a1325
|
Bug 771594. Allow preference control over what CSS properties we parse. r=dbaron,dholbert
|
2012-07-13 19:59:05 -04:00 |
|
Nathan Froyd
|
bfff055672
|
Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
|
2012-07-03 16:49:02 -04:00 |
|
David Zbarsky
|
d2ee12f6f9
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Robert Longson
|
5ccc8c4019
|
Bug 764851 - Fix animations of the width/height of an outer SVG element. r=jwatt
|
2012-06-16 16:47:40 +01:00 |
|
Ryan VanderMeulen
|
5f2a19ee6e
|
Revert c39d36167b99 due to a horribly munged backout.
|
2012-06-10 19:44:50 -04:00 |
|
Ryan VanderMeulen
|
6d6c4efbab
|
Backout the bug 754202 backout due to orange.
|
2012-06-10 19:37:47 -04:00 |
|
Jignesh Kakadiya
|
32714fbbd9
|
Bug 744157 - Return nsICSSDeclaration from Element::GetSMILOverrideStyle
|
2012-06-09 15:19:25 -07:00 |
|
Robert Longson
|
fefd1ff8c2
|
Bug 758505, Part 3: Avoid unnecessary invalidations on repeated calls to set the same animated value (for SMIL animations of CSS, mapped attrs, and motion). r=dholbert
|
2012-06-01 16:53:57 -07:00 |
|
Brian Birtles
|
33e420992f
|
Bug 752902 - Call Unlink before clearing time value specs; r=dholbert
|
2012-05-23 08:21:23 +09:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Brian Birtles
|
42290976d3
|
Bug 755603 - Remove broken frozen to-animation behavior; r=dholbert
|
2012-05-21 08:48:38 +09:00 |
|
Robert Longson
|
68d77a3a59
|
Bug 528332 - Implement non-scaling-stroke vector-effect. Part 2 - SVG changes r=dholbert
|
2012-05-18 09:34:25 +01:00 |
|
Brian Birtles
|
b3b800f8e9
|
Bug 512525 - Implement SVG Fragment Identifier parsing and animation hyperlinking - Part 3 additional hyperlinking tests. r=dholbert
|
2012-05-17 11:05:12 +01:00 |
|
Brian Birtles
|
86afa969bf
|
Bug 512525 - Implement SVG Fragment Identifier parsing and animation hyperlinking - Part 1 infrastructure to support hyperlinking. r=dholbert
|
2012-05-17 10:56:57 +01:00 |
|
Brian Birtles
|
d8d39abe54
|
Bug 720103 - Add test for create-delete cycles; r=dholbert
|
2012-05-16 14:30:45 +09:00 |
|
Olli Pettay
|
928443e854
|
Bug 751286 - eventPhase NONE constant, r=sicking
|
2012-05-03 13:59:51 +03:00 |
|
Masatoshi Kimura
|
473d12ee2a
|
Bug 745498 - Add testcases for DOM4 exception types. r=sicking
|
2012-04-26 09:42:26 -07:00 |
|
Nicholas Nethercote
|
6ca9f23930
|
Bug 711895 - Tweak the warning options used for GCC builds (3rd attempt). r=waldo,derf,khuey,mhommey.
--HG--
extra : rebase_source : 20540c9b838ee3be6cb0847c1b90fdc3bd44059d
|
2012-03-21 22:21:16 -07:00 |
|
Nicholas Nethercote
|
1dae898653
|
merge
|
2012-03-21 21:48:40 -07:00 |
|
Nicholas Nethercote
|
7ac3a573ad
|
Backed out changeset 0124795a8cbb (bug 711895) due to i10n build bustage. r=me.
|
2012-03-21 21:46:27 -07:00 |
|
Nicholas Nethercote
|
e2181e8fb2
|
Bug 711895 - Tweak the warning options used for GCC builds (2nd attempt). r=waldo,derf,khuey,mhommey,jwatt.
|
2012-03-15 19:40:00 -07:00 |
|
Mats Palmgren
|
e003657f4a
|
Bug 735943 - Don't crash if nsSMILAnimationController::FlushResampleRequests destroyed the pres shell. r=bz
|
2012-03-20 19:02:38 +01:00 |
|
Rafael Ávila de Espíndola
|
7de7de1cff
|
Bug 723534 - Remove dead default cases. r=ehsan.
|
2012-02-24 08:36:53 -05:00 |
|
Brian Birtles
|
666edc43db
|
Bug 474742 part 1 - Convert TestTimeValueSpec.cpp tests to mochitests; r=dholbert
|
2012-02-24 09:45:40 +09:00 |
|
Brian Birtles
|
c1b6d307c6
|
Bug 705236 part 2 - Refactor test_smilTiming.xhtml and add more tests; r=dholbert
|
2012-02-24 09:45:40 +09:00 |
|
Brian Birtles
|
4a28491849
|
Bug 705236 part 1 - Allow trailing separator in SMIL values list; r=dholbert
|
2012-02-24 09:45:40 +09:00 |
|
Brian Birtles
|
7f3f6c89bb
|
Bug 728758 - Detect animations removed from top of compositor stack and recomposite; r=dholbert
|
2012-02-24 09:45:40 +09:00 |
|
Jonathan Watt
|
7b1efc19d1
|
Bug 726582 - Prevent nsSMILCSSProperty::ValueFromString from reading uninitialized out-param aPreventCachingOfSandwich. r=dholbert.
--HG--
extra : rebase_source : 1a766e42f4b3f323fcf5d4de4d3ba96be1ec8b15
|
2012-02-13 18:24:51 +00:00 |
|
Robert Longson
|
14d6cab89d
|
Bug 619469 - animation should be disabled for failing conditional-processing conditions. r=dholbert
|
2012-02-05 23:17:23 +00:00 |
|
Rafael Ávila de Espíndola
|
ec820d6d78
|
Bug 723525 - Mark classes final or add virtual destructor in content/*. r=jmuizelaar.
|
2012-02-02 17:15:18 +01:00 |
|
Brian Birtles
|
b5e8d84620
|
Bug 720103 - Detect and break create-delete cycles in SMIL timegraphs; r=dholbert
|
2012-02-02 08:58:58 +09:00 |
|
Brian Birtles
|
7f2b82582b
|
Bug 720103 - Pass timed element not interval to notify new interval callback; r=dholbert
|
2012-01-31 09:54:10 +09:00 |
|
Daniel Holbert
|
548f708b13
|
Bug 714496: Disable known-random mochitest test_smilCSSInherit.xhtml. r=jwatt
|
2012-01-28 12:01:47 -08:00 |
|
Daniel Holbert
|
bedaa1ea65
|
Bug 716699: Mark some SMIL and SVG-related directories as gcc-warning-free. r=jwatt
|
2012-01-11 00:32:38 -08:00 |
|
Daniel Holbert
|
c22cbbdb8f
|
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 |
|
Boris Zbarsky
|
ea35d340a7
|
Bug 709256 part 3. Skip calling PresShell::FlushPendingNotifications altogether if there might not be anything to flush. r=roc
|
2011-12-14 23:42:15 -05:00 |
|
Daniel Holbert
|
8d767530e4
|
Bug 704482 followup: use nsGkAtoms instead of NS_NewAtom(), for efficiency & to avoid leaking. r=dbaron
|
2011-12-08 17:39:59 -08:00 |
|
Daniel Holbert
|
377b2e4371
|
Bug 704482 patch 2: Further restrict event-based triggering of SMIL animations when scripts are disabled. r=birtles
|
2011-12-08 13:34:07 -08:00 |
|
Daniel Holbert
|
ae552973e3
|
back out 326f9ad627b8 (Bug 704482) for leaks
|
2011-12-08 15:18:22 -08:00 |
|
Daniel Holbert
|
a0b253d224
|
Bug 704482 patch 2: Further restrict event-based triggering of SMIL animations when scripts are disabled. r=birtles
|
2011-12-08 13:34:07 -08:00 |
|
Brian Birtles
|
58c13039cc
|
Bug 703992 - Fix parsing of indefinite times; r=dholbert
|
2011-12-01 08:45:28 +09:00 |
|
Daniel Holbert
|
26fbe8cae8
|
Bug 704482: Don't register for 'accessKey' events in SVG animation elements when scripting is disabled. r=birtles
|
2011-11-23 17:49:26 -08:00 |
|
Matt Brubeck
|
30ff4d7a2e
|
Back out da3319e4987c (bug 704482) because of test_smilAccessKey.xhtml failure
|
2011-11-23 19:02:43 -08:00 |
|
Daniel Holbert
|
e37e6e1e41
|
Bug 704482: Reject 'accessKey' time specifications in SVG animation elements when scripting is disabled. r=birtles r=roc
|
2011-11-23 17:49:26 -08:00 |
|
Daniel Holbert
|
0847131894
|
Bug 700077 - Force 10ms to pass at the beginning of test_smilDynamicDelayedBeginElement.xhtml, to help it test more effectively & hopefully fix its randomorange. r=birtles
|
2011-11-16 10:22:13 +13:00 |
|
Brian Birtles
|
b6de791d98
|
Bug 691337 - Detect integer overflow when creating instance times; r=longsonr
|
2011-11-16 08:56:32 +13:00 |
|
Brian Birtles
|
af1b95f9bb
|
Bug 697640 - Ignore self-dependent end instance times when determining if an open-ended interval is ok; r=dholbert
|
2011-11-14 16:58:30 +13:00 |
|
Brian Birtles
|
28138b6333
|
Bug 690994 - Check for self-dependent times when there are coincident zero-duration intervals; r=dholbert
|
2011-11-14 16:58:30 +13:00 |
|
Ed Morley
|
219d1eb56e
|
Merge mozilla-central and mozilla-inbound
|
2011-11-05 18:46:28 +00:00 |
|
Ed Morley
|
7ea8e12caa
|
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
|
2011-11-05 18:35:59 +00:00 |
|
Matheus Kerschbaum
|
8a393f7f40
|
Bug 698630 - Remove --disable-smil build option; r=dholbert
|
2011-11-05 10:32:52 +00:00 |
|
Rail Aliiev
|
ac65d0d88e
|
Bug 616542 - Shorten file path length of mochitest; r=ted
|
2011-11-04 21:13:42 +00:00 |
|
Daniel Holbert
|
4a19c012d4
|
Bug 699143: Force a synchronous SMIL sample when we register the first animation element in a document. r=birtles
|
2011-11-04 09:24:04 -07:00 |
|
Daniel Holbert
|
aadf383719
|
Bug 699325: Make calcMode="paced" smil animation fall back to calcMode="discrete" when its values have 0 distance between them. r=birtles
|
2011-11-04 00:21:58 -07:00 |
|
Ehsan Akhgari
|
92064e6d3f
|
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
|
d2b70213ac
|
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
|
cfe493e614
|
Bug 602759 part 14 - Mark tests that now pass as such; r=jwatt
|
2011-09-25 22:04:32 +01:00 |
|
Brian Birtles
|
5d32c36de7
|
Bug 682184 part 2 - Add nsSMILTimeValue::IsResolved; r=dholbert
|
2011-09-07 09:20:40 +09:00 |
|
Brian Birtles
|
fe6e6aa0e3
|
Bug 682184 part 1 - Rename nsSMILTimeValue::IsResolved to IsDefinite; r=dholbert
|
2011-09-07 09:20:40 +09:00 |
|
Ehsan Akhgari
|
624cdf4412
|
Revert to 176fae7de173 which was fine.
Sorry for breaking the history, won't trust TBPL, ever again. :(
|
2011-09-02 09:15:54 -04:00 |
|
Ehsan Akhgari
|
44916171a8
|
Revert to changeset e6fc4594c22e which was the last one to get a green Win7 tp run
|
2011-09-02 09:03:08 -04:00 |
|
Brian Birtles
|
4f33159df2
|
Bug 678938 - SMIL: Make sure current interval is properly cleared when doing a rewind; r=dholbert
|
2011-09-02 08:15:44 +09:00 |
|
Brian Birtles
|
14ac3961b3
|
Bug 678847 part 2 - SMIL: Fix recursion with self-referential end conditions on open intervals; r=dholbert
|
2011-09-02 08:14:58 +09:00 |
|
Brian Birtles
|
704568b347
|
Bug 678847 part 1 - Crash test; r=dholbert
|
2011-09-02 08:14:38 +09:00 |
|
Brian Birtles
|
bd78e60ac3
|
Bug 681645 - SMIL: accommodate floating-point errors in discrete animations; r=dholbert
|
2011-09-02 08:13:45 +09:00 |
|
Brian Birtles
|
742d8652b0
|
Bug 650732 - Test for HandleChangedInterval changes; r=dholbert
|
2011-08-24 08:33:43 +09:00 |
|
Brian Birtles
|
2e26d66792
|
Bug 562815 part 7 - Don't cache display animation values (due to bug 536660); r=dholbert
--HG--
extra : rebase_source : ddd0350c570dd101960901279e2411e672b05625
|
2011-08-23 08:34:16 +09:00 |
|
Brian Birtles
|
3e8804de84
|
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
|
f1045b9816
|
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 |
|
Brian Birtles
|
875134cfe4
|
Bug 562815 part 2b - Add even more tests; r=dholbert
--HG--
extra : rebase_source : bfe07feecc89dc9a882c39d7b5111f71d1f6f57a
|
2011-08-23 08:33:58 +09:00 |
|
Brian Birtles
|
38599c454e
|
Bug 562815 part 2a - Add further tests; r=dholbert
--HG--
extra : rebase_source : 6646562047657bda34547d01b784ddafa2b6f583
|
2011-08-23 08:33:52 +09:00 |
|
Brian Birtles
|
be0a850b73
|
Bug 562815 part 1 - refactor test_smilChangeAfterFrozen.xhtml; r=dholbert
--HG--
extra : rebase_source : 4fc6cafc6e771037f2fabc7fb2f633340fdd1811
|
2011-08-23 08:33:46 +09:00 |
|
Daniel Holbert
|
e2a4105660
|
Bug 678822: Skip call to nsSMILAnimationFunction::GetAccumulate() if we've had parse errors. r=birtles
|
2011-08-15 17:58:52 -07:00 |
|
Malini Das
|
ee09d54d6f
|
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
|
2011-08-12 12:21:42 -04:00 |
|
Malini Das
|
91a27b5ddc
|
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- update tests. r=jmaher, a=test-only
|
2011-08-12 12:21:37 -04:00 |
|
Ms2ger
|
4ca9cbc0f3
|
Bug 677101, part b - Remove nsContentUtils.h includes from headers; r=volkmar
|
2011-08-11 15:29:50 +02:00 |
|
Daniel Holbert
|
65aa2c6c65
|
Bug 675722: Reduce severity of "Expecting to be paused for pagehide before disconnect" SMIL assertion, and catch it earlier in ~nsDocument. r=bz
|
2011-08-02 16:12:32 -07:00 |
|
Brian Birtles
|
38ac253275
|
Bug 670313 - Check range of instance time values when they are passed in; r=dholbert
|
2011-07-25 10:46:08 -07:00 |
|
Brian Birtles
|
7be5386864
|
Bug 669225 part 7 - Mark stack classes as such; r=dholbert
|
2011-07-25 10:46:04 -07:00 |
|
Brian Birtles
|
64b77423d0
|
Bug 669225 part 6 - Break dependencies sooner on unlink; r=dholbert
|
2011-07-25 10:45:49 -07:00 |
|