Vladimir Vukicevic
|
9ff5ef25de
|
b=731974, requestAnimationFrame generates too short/long frames (incl. bug 799242); r=bz,smaug,roc,ehsan
|
2012-12-11 17:15:32 -05:00 |
|
Ed Morley
|
6eb6a9b409
|
Backout 739aff49b8bb (bug 731974) for turning browser_586068-reload.js permaorange on WinXP 3 days ago
|
2012-10-08 10:57:12 +01:00 |
|
Vladimir Vukicevic
|
3a1848bba7
|
b=731974, requestAnimationFrame generates too short/long frames; r=bz,smaug,roc
|
2012-10-02 10:54:46 -04:00 |
|
Ed Morley
|
52216acaf5
|
Backout 16ae4d5d27d7 for mochitest-other failures in test_mousescroll.xul
|
2012-10-02 17:38:49 +01:00 |
|
Vladimir Vukicevic
|
57bcf02a8d
|
b=731974, requestAnimationFrame generates too short/long frames; r=bz,smaug,roc
|
2012-10-02 10:54:46 -04:00 |
|
Matt Woodrow
|
5653bfb78b
|
Bug 539356 - Part 26 - Send invalidations for hidden documents. r=roc
|
2012-08-29 17:48:44 +12:00 |
|
Matt Woodrow
|
d7d6503400
|
Bug 539356 - Part 9g - Modify MozAfterPaint code to work with the new invalidation model. r=roc
|
2012-08-29 17:47:18 +12:00 |
|
Ed Morley
|
c863356300
|
Revert mozilla-inbound to e4dd1fa6d222 for crashes and test failures on a CLOSED TREE
|
2012-09-27 16:34:46 +01:00 |
|
Matt Woodrow
|
3a9bc2a0cf
|
Bug 539356 - Part 26 - Send invalidations for hidden documents. r=roc
|
2012-08-29 17:48:44 +12:00 |
|
Matt Woodrow
|
c73c0db2f1
|
Bug 539356 - Part 9 - Implement DLBI. r=roc,bz,jwatt
|
2012-08-29 17:38:58 +12:00 |
|
Robert O'Callahan
|
044d630715
|
Bug 468568. Part 0.6: Assert when ScheduleViewManagerFlush is called on a non-root. r=mattwoodrow
--HG--
extra : rebase_source : cf014da5cd7472fa036a5922c4ca9fff9aa93eac
|
2012-09-17 17:06:12 +12: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 |
|
Ehsan Akhgari
|
5e6974df88
|
Backout changeset f568fc280fb0 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:24:55 -04:00 |
|
Ehsan Akhgari
|
fe21740d3e
|
Backout changeset 17cc480ae05d (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:08:53 -04:00 |
|
Matt Woodrow
|
d6338f98b1
|
Bug 539356 - Part 26 - Send invalidations for hidden documents. r=roc
|
2012-06-30 15:06:13 +12:00 |
|
Matt Woodrow
|
cbd39105d9
|
Bug 539356 - Part 9 - Implement DLBI. r=roc,bz,jwatt
|
2012-06-30 15:06:11 +12:00 |
|
Ehsan Akhgari
|
8a54f4db7a
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (layout parts); r=roc
--HG--
extra : rebase_source : 9f3da1b47dcb9d7cc950488b9b70aa682b6984de
|
2012-06-18 23:26:34 -04:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Boris Zbarsky
|
936b705187
|
Bug 598482 part 23. Set a backup timer to update plugin geometry if we don't manage to do any painting or layout flushes for a while. r=roc
|
2011-12-23 22:52:26 -05:00 |
|
Markus Stange
|
7fe44fb651
|
Bug 598482 part 11 - Set up a connection between the view manager and the refresh driver. r=roc
|
2011-12-23 22:52:22 -05:00 |
|
Phil Ringnalda
|
3f8c5b26b0
|
Back out 1ac4cb2e7c32 to c631f9c3e9a9 (bug 598482) for Android reftest failures
|
2011-12-23 22:21:58 -08:00 |
|
Boris Zbarsky
|
ae8179864f
|
Bug 598482 part 23. Set a backup timer to update plugin geometry if we don't manage to do any painting or layout flushes for a while. r=roc
|
2011-12-23 22:52:26 -05:00 |
|
Markus Stange
|
02e3092993
|
Bug 598482 part 11 - Set up a connection between the view manager and the refresh driver. r=roc
|
2011-12-23 22:52:22 -05:00 |
|
Boris Zbarsky
|
54a511fc76
|
Bug 704171 part 2. Remove the no-argument form of mozRequestAnimationFrame. r=roc
|
2011-11-28 07:49:53 -05:00 |
|
Boris Zbarsky
|
d14b17243a
|
Bug 704175 part 2. Rename nsIAnimationFrameListener to nsIFrameRequestCallback. r=roc
--HG--
rename : dom/interfaces/base/nsIAnimationFrameListener.idl => dom/interfaces/base/nsIFrameRequestCallback.idl
|
2011-11-28 07:48:30 -05:00 |
|
Scott Johnson
|
7f71c7c437
|
Bug 666446, Part 2/10 - Change nsRefreshDriver to accept imgIRequest objects to facilitate refresh driver-based animations. [r=roc]
|
2011-11-09 13:39:16 -08:00 |
|
Justin Lebar
|
86c0378be8
|
Back out bug 666446 due to Talos regression.
|
2011-11-02 20:11:01 -04:00 |
|
Scott Johnson
|
c3b8c9baa6
|
Bug 666446, Part 2/10 - Change nsRefreshDriver to accept imgIRequest objects to facilitate refresh driver-based animations. [r=roc]
|
2011-11-01 11:06:53 -04:00 |
|
Scott Johnson
|
8831d33223
|
Backout cset a48ccb52c137 from bug 666446 while we sort out regressions
|
2011-10-07 00:26:01 -07:00 |
|
Scott Johnson
|
d840339689
|
Bug 666446, Part 2/18 - Change nsRefreshDriver to accept imgIRequest objects to facilitate refresh driver-based animations. [r=roc]
|
2011-10-03 13:39:05 -07: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 |
|
L. David Baron
|
63862391a2
|
Ensure nsRefreshDriver::MostRecentRefresh tells the truth even when we stop and restart timers. (Bug 650469) r=bzbarsky
|
2011-04-21 20:17:32 -07:00 |
|
L. David Baron
|
f8dfd07160
|
Add interface for taking over the refresh driver in a test (i.e., mocking time). (Bug 435442, patch 9) r=bzbarsky
|
2011-04-11 23:18:43 -07:00 |
|
Boris Zbarsky
|
c964785dea
|
Bug 642717. Hold strong references to our MozBeforePaint event targets. r=roc
|
2011-03-28 10:49:48 -04:00 |
|
Boris Zbarsky
|
be00decfac
|
Bug 630127. Use a precise timer when we have animation frame callbacks. r=dbaron
|
2011-03-07 11:58:48 -05:00 |
|
Boris Zbarsky
|
f784386f4b
|
Bug 614733. Do exponential backoff on throttled refresh drivers. r=dbaron
|
2011-03-04 10:27:02 -05:00 |
|
Boris Zbarsky
|
f6879c0a75
|
588174. Make it possible to pass an explicit callback function to mozRequestAnimationFrame. r=roc, sr=dbaron
|
2010-09-09 01:38:04 -04:00 |
|
Boris Zbarsky
|
400e64bf2a
|
Bug 586201. Throttle refresh drivers in background tabs. r=roc, a=roc
|
2010-08-27 00:26:23 -04:00 |
|
Boris Zbarsky
|
456e9e5548
|
Bug 569520 part 2. Implement a mozRequestAnimationFrame/mozAnimationStartTime API. r=roc, a=joe
|
2010-08-11 17:05:28 -04:00 |
|
Boris Zbarsky
|
4de28566f3
|
Bug 577607 part 3. Use the main doc refresh driver for resource documents and the parent document's refresh driver for documents that are not roots of their type. r=roc, a=joe
|
2010-08-11 17:05:27 -04:00 |
|
Boris Zbarsky
|
b2753641df
|
Bug 577607 part 2. Teach the refresh driver to flush restyles and reflow on more than one presshell. r=roc
|
2010-08-11 17:05:27 -04:00 |
|
Robert O'Callahan
|
254458b52a
|
Backed out changeset 0c4519d63a98
|
2010-08-12 11:32:21 +12:00 |
|
Boris Zbarsky
|
657e764de8
|
Bug 577607 part 2. Teach the refresh driver to flush restyles and reflow on more than one presshell. r=roc
|
2010-08-11 17:05:27 -04:00 |
|
Daniel Holbert
|
4418e720b6
|
whitespace-only fix to trigger another Win64 build
|
2010-06-26 19:43:13 -07:00 |
|
Boris Zbarsky
|
c050f02b8b
|
Bug 538087. Hook up reflow to refresh driver. r=dbaron
|
2010-02-19 12:11:40 -05:00 |
|
Boris Zbarsky
|
48153cc0e6
|
Bug 540531. Freeze the refresh driver when a page goes into bfcache. r=dbaron
|
2010-02-03 16:17:55 -05:00 |
|
L. David Baron
|
dadb7490da
|
Make nsRefreshDriver hold a reference to its observers while notifying them. (Bug 531585) r=bzbarsky
|
2009-12-21 16:46:25 -05:00 |
|
L. David Baron
|
c4c186dd89
|
Make nsRefreshDriver reference-counted instead of being a sub-object of the pres context. (Bug 531585) r=bzbarsky
|
2009-12-21 16:46:24 -05:00 |
|
L. David Baron
|
125bd1103e
|
Implement CSS transitions: handle starting and animation of the transitions. (Bug 435441) r=bzbarsky sr=roc
|
2009-10-07 20:22:42 -07:00 |
|