David Zbarsky
|
68b3e0e5bf
|
[Bug 785454] Remove nsPresShell::GetFrameForPoint r=smaug
|
2012-08-25 00:09:48 -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 |
|
Neil Deakin
|
447a47298e
|
Bug 743975 - move theme and window size done events to direct calls, r=smaug
|
2012-08-15 14:52:35 -04:00 |
|
Matt Woodrow
|
c9d19fc306
|
Bug 539356 - Part 8b - Move painting of retained layers to the view manager flush, and only composite on the paint event. r=roc
* * *
Fix Empty transactions with the new paint timing
|
2012-08-13 22:10:10 +12:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Ehsan Akhgari
|
e678c17f63
|
Backout changeset bd0a91621ea9 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:25:57 -04:00 |
|
Ehsan Akhgari
|
9f0ed28993
|
Backout changeset ba840bf34511 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:20:24 -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
|
6b8da8ec1c
|
Bug 539356 - Part 11 - Reimplement empty transactions. r=roc
|
2012-06-30 15:06:12 +12:00 |
|
Matt Woodrow
|
9193c41326
|
Bug 539356 - Part 8b - Move painting of retained layers to the view manager flush, and only composite on the paint event. r=roc
|
2012-06-30 15:06:10 +12:00 |
|
Jonathan Watt
|
6380335603
|
Bug 767388 - Kill NS_DEBUG. r=bz.
--HG--
extra : rebase_source : d045208a26345712dbb4628c973c616cd9504f28
|
2012-06-25 20:59:42 +01: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 |
|
Nathan Froyd
|
07dd9516f2
|
Bug 674922 - report per-frame-type numbers in about:memory; r=njn,roc
|
2012-06-06 13:29:16 -04:00 |
|
Ed Morley
|
a73fc227f9
|
Backout 61fd66629c4f, 7c8121f8d3af & 2a2e9cf8fd41 (bug 539356), e31a5e6545d3 (bug 761884), 85fa80bd9792, a284ccb25b83, 2865904db9fc, 34e07b09c426, e9b3d41e0360, cef00ebcd6c8, f943b729ac14 & 783f298401b6 (bug 539356), 330a086f1570 (bug 741682), d80219c8842c (bug 739671), e8c96b4fd4da, 313af486e68d, 0adc41ff56dc, 0cd288a38085, f1d43208825c, 4859876972f3, eec8ef3ebe48, f7f29fcd1845, 6079b229d306, f23c3a7e7ce0, 9824458a41e2 & 6748b5496059 (bug 539356) for mochitest-4 orange & talos regressions on multiple platforms
|
2012-06-11 10:08:32 +01:00 |
|
Matt Woodrow
|
e0d2c896b0
|
Bug 539356 - Part 11 - Reimplement empty transactions. r=roc
|
2012-06-11 16:45:38 +12:00 |
|
Matt Woodrow
|
1b5d7c74d7
|
Bug 539356 - Part 8b - Move painting of retained layers to the view manager flush, and only composite on the paint event. r=roc
|
2012-06-11 16:44:09 +12:00 |
|
Scott Johnson
|
6c704020bd
|
Bug 749186, Followup Patch 1: Cache font inflation settings in pres shell to prevent crash. [r=dbaron]
--HG--
extra : rebase_source : dc8b8f66bcd49c54ecefdf94793100b7901e6f3b
|
2012-06-05 22:47:33 -05:00 |
|
Alexander Surkov
|
a644c2f36d
|
Bug 757670 - make nsIPresShell::GetLinkLocation faster, r=bz, tbsaunde
|
2012-05-24 15:57:16 +09:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Mats Palmgren
|
6e5d59a73f
|
Bug 754480 - Remove PresShell members associated with mContentToScrollTo, put that data in a temporary content property instead. part=3/3 r=bz
|
2012-05-16 19:32:40 +02:00 |
|
Mats Palmgren
|
29312bf552
|
Bug 754480 - Sort members in size order. Use narrower types where possible. part=2/3 r=bz
|
2012-05-16 19:32:40 +02:00 |
|
Mats Palmgren
|
48c17889f4
|
Bug 754480 - Remove unused mDragService member. part=1/3 r=bz
|
2012-05-16 19:32:40 +02:00 |
|
Mats Palmgren
|
cdd7c645a3
|
Bug 751356 - Make presshell arena allocation methods inline and non-virtual. r=bz
|
2012-05-09 21:53:15 +02:00 |
|
Nathan Froyd
|
6ed0590635
|
Bug 747508 - Count PresContexts in about:memory; r=njn
|
2012-05-07 16:09:11 -04:00 |
|
Mats Palmgren
|
f86f27bb38
|
Bug 751227 - Remove nsPresShell::mStackArena, make it a separate stack class. r=roc
|
2012-05-04 02:14:02 +02:00 |
|
Mats Palmgren
|
59250ec053
|
Bug 750745 - Introduce AllocateByObjectID/FreeByObjectID for allocating non-frame objects from per-type lists in the PresArena. part=2/3 r=roc
|
2012-05-04 02:14:02 +02:00 |
|
Mats Palmgren
|
bdf3368941
|
Bug 750745 - Rename nsPresArena::AllocateByCode/FreeByCode to AllocateByFrameID/FreeByFrameID. part=1/3 r=roc
|
2012-05-04 02:14:02 +02:00 |
|
Wes Johnston
|
7a5cda5328
|
Bug 741247 - Dispatch touch events to the active tabs presShell. r=smaug
|
2012-04-26 14:40:05 -07:00 |
|
Masayuki Nakano
|
ba56663cd3
|
Bug 630811 part.2 Replace nsInputEvent::isShift, nsInputEvent::isControl, nsInputEvent::isAlt and nsInputEvent::isMeta r=smaug
|
2012-04-25 12:00:02 +09:00 |
|
Adam Dane [:hobophobe]
|
f6bfd29afb
|
Bug 720126 - Update scroll API to use ScrollAxis parameters (where and when). r=roc
|
2012-03-19 21:09:50 -05:00 |
|
Nicholas Nethercote
|
52e0347a64
|
Bug 730181 (part 1) - Merge the "dom+style" and "layout" memory reporter trees. r=khuey.
--HG--
extra : rebase_source : dabcf525d823639c5ff465c7a21de8ae533e82ff
|
2012-02-21 07:10:11 -08:00 |
|
Robert O'Callahan
|
f4872369b6
|
Bug 721294. Only call nsIPresShell::WillPaint for the root presshell. Pass aWilLSendDidPaint correctly to nsIPresShell::Paint. Remove aPaintDefaultBackground from nsIPresShell::Paint. r=mats
|
2012-01-28 16:36:23 +13:00 |
|
Phil Ringnalda
|
124120bf61
|
Back out eb80ab6ee07b (bug 721627) and 06d02e7132b2 (bug 721294) for orange and red
|
2012-01-27 20:31:29 -08:00 |
|
Robert O'Callahan
|
5cea7f8aa0
|
Bug 721294. Only call nsIPresShell::WillPaint for the root presshell. Pass aWilLSendDidPaint correctly to nsIPresShell::Paint. Remove aPaintDefaultBackground from nsIPresShell::Paint. r=mats
--HG--
extra : rebase_source : f54afeed8d3d41d3e8f9118386e4a67cfac82a98
|
2012-01-28 16:36:23 +13:00 |
|
Nicholas Nethercote
|
a7ad4ef70e
|
Bug 715453 - Remove computedSize from nsMallocSizeOfFun. r=jlebar,bhackett.
--HG--
extra : rebase_source : a65039a407daab45360a5b375b53cbf1bc05b7f6
|
2012-01-25 00:52:51 -08:00 |
|
Ms2ger
|
e81715cf11
|
Bug 718170 - Part b: Use nsINode in IsVisTextNode; r=ehsan
|
2012-01-25 08:50:05 +01:00 |
|
Wes Johnston
|
43680b21b4
|
Bug 603008 - Platform support for multitouch events. r=smaug
* * *
Bug 603008 - Platform support for multitouch events.
* * *
ifdefandroid
|
2011-12-16 16:24:11 -08: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 |
|
Boris Zbarsky
|
ffb5cb2050
|
Bug 716793. Dispatch synthetic mousemove off the refresh driver, not as fast as we can. r=roc
We use Flush_Display here because mousemoves flush out layout, so we want to do the synthetic one after we've done our normal layout flushing
|
2012-01-10 00:23:29 -05:00 |
|
David Zbarsky
|
e96cf389ad
|
Bug 682611 - Part 2: Remove nsIRange; r=smaug
|
2012-01-10 15:19:54 +01:00 |
|
Boris Zbarsky
|
8f4f70bbf7
|
Back out rev 2a35bcdd7c1e (bug 716793) to fix orange tests
|
2012-01-10 02:00:17 -05:00 |
|
Boris Zbarsky
|
4dd8e4b2c1
|
Bug 716793. Dispatch synthetic mousemove off the refresh driver, not as fast as we can. r=roc
We use Flush_Display here because mousemoves flush out layout, so we want to do the synthetic one after we've done our normal layout flushing
|
2012-01-10 00:23:29 -05:00 |
|
Neil Rashbrook
|
b0a7bafbb1
|
Bug 714164 Restore some global window commands that were removed as part of bug 669026 because they appeared to be unused r=ehsan sr=roc
|
2012-01-05 21:33:41 +00:00 |
|
Phil Ringnalda
|
3f8c5b26b0
|
Back out 1ac4cb2e7c32 to c631f9c3e9a9 (bug 598482) for Android reftest failures
|
2011-12-23 22:21:58 -08: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 |
|
Nicholas Nethercote
|
587382cea2
|
Bug 705987 - Use mallocSizeOf in the layout memory reporters. r=khuey,bzbarsky
|
2011-12-08 21:01:52 -08:00 |
|
Nicholas Nethercote
|
f102556f32
|
Bug 698968 - Add mallocSizeOf functions and start using them. r=jlebar,bhackett,jfkthame, sr=bz.
|
2011-11-27 19:03:14 -08:00 |
|
Neil Deakin
|
355968e2b9
|
Bug 703260, part 3, remove nsIViewObserver, r=mats
|
2011-11-21 12:53:20 -05:00 |
|
Neil Deakin
|
e40bc148fb
|
Bug 703260, part 1, remove view from eventstatemanager and presshell event handling, r=smaug,sr=roc
|
2011-11-21 12:53:20 -05:00 |
|