Ehsan Akhgari
|
243c878d26
|
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 |
|
Charly Molter
|
5902467a98
|
Bug 776265 - changing the way ComputeHeightValue works to make it work just
like ComputeWidthValue already does. this fixes {min,max}-height + adding
reftests for {min,max}-{height,width} r=mats
|
2012-08-08 17:58:26 +02:00 |
|
Matt Woodrow
|
7f95d6fb80
|
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 |
|
Ryan VanderMeulen
|
bf21002909
|
Merge inbound to m-c.
|
2012-08-11 22:33:42 -04:00 |
|
Masayuki Nakano
|
3c4e1ee5c9
|
Bug 719320 part.1 Add DOM3 WheelEvent r=smaug, sr=jst
|
2012-08-12 10:42:34 +09:00 |
|
Scott Johnson
|
01d1784d4c
|
Bug 777089: Add preference to control the function used to map specified font sizes to inflated font sizes. [r=dbaron]
|
2012-08-11 13:33:36 -05:00 |
|
Cameron McCormack
|
bb1678ff0f
|
Bug 655877 - Part 27: Ignore text-shadow in SVG text frames. r=roc
|
2012-08-08 21:37:13 +10:00 |
|
Chris Lord
|
80d1acdf14
|
Bug 775431 - Make MOZ_DUMP_PAINT_LIST output terminal-friendly. r=mattwoodrow
Only output in HTML if we're dumping to a file, otherwise output as it did
before the HTML output change was made.
|
2012-08-07 18:57:26 +01:00 |
|
David Zbarsky
|
6d9cd8845b
|
Bug 780342 - Don't allow compositor-driven animation of frames that are not prerendered, provide diagnostics for when that happens r=cjones
|
2012-08-06 16:33:23 -04:00 |
|
Cameron McCormack
|
7b1e56f1af
|
Bug 655877 - Part 15: Don't treat SVG text frames as being positioned. r=roc
|
2012-08-02 21:38:50 +10:00 |
|
Cameron McCormack
|
30ac972c28
|
Bug 655877 - Part 14: Ignore float in SVG text frames. r=roc
|
2012-08-02 21:38:49 +10:00 |
|
Cameron McCormack
|
fe9a294b6d
|
Bug 655877 - Part 8: Ignore letter-spacing in SVG text frames. r=roc
|
2012-08-02 21:38:47 +10:00 |
|
David Zbarsky
|
531fb95453
|
Bug 755084 Part 3: Move checks for whether to animate opacity and transforms on the compositor thread to nsLayoutUtils, and make them also check whether the compositor is actually running r=cjones,dbaron
|
2012-07-31 10:28:22 -07:00 |
|
David Zbarsky
|
6a56e516b5
|
Bug 768440 Part 2: Animate CSS Transitions on the compositor r=roc,dbaron
|
2012-07-31 10:28:22 -07:00 |
|
Ryan VanderMeulen
|
2595f61e81
|
Merge m-c to inbound.
|
2012-07-30 20:14:22 -04:00 |
|
Mark Finkle
|
b478928a3b
|
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
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Ehsan Akhgari
|
7917f7709f
|
Merge the nullptr conversion from mozilla-central into mozilla-inbound
|
2012-07-30 10:28:15 -04:00 |
|
Aryeh Gregor
|
3910f004e2
|
Bug 777292 - Don't use |= on nsresult; r=ehsan
|
2012-07-27 17:03:08 +03:00 |
|
David Zbarsky
|
88c196cd4a
|
Bug 755084 Part 3: Move checks for whether to animate opacity and transforms on the compositor thread to nsLayoutUtils, and make them also check whether the compositor is actually running r=cjones,dbaron
|
2012-07-27 13:23:45 -07:00 |
|
David Zbarsky
|
be098968f4
|
Bug 768440 Part 2: Animate CSS Transitions on the compositor r=roc,dbaron
|
2012-07-27 13:23:45 -07:00 |
|
Ed Morley
|
4cf7768fb0
|
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
|
b170416eb2
|
Bug 755084 Part 3: Move checks for whether to animate opacity and transforms on the compositor thread to nsLayoutUtils, and make them also check whether the compositor is actually running r=cjones,dbaron
|
2012-07-25 01:55:00 -07:00 |
|
David Zbarsky
|
8322d18bd8
|
Bug 768440 Part 2: Animate CSS Transitions on the compositor r=roc,dbaron
|
2012-07-25 01:48:10 -07:00 |
|
Matt Brubeck
|
0e88f3cf5b
|
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
|
ae54164998
|
Bug 768440 Part 2: Animate CSS Transitions on the compositor r=roc,dbaron
|
2012-07-23 17:34:49 -07:00 |
|
Matt Woodrow
|
090f54cfff
|
Bug 539356 - Part 7 - Store FrameLayerBuilder objects on the LayerManager instead of nsDisplayListBuilder. r=roc
|
2012-07-17 13:03:51 -04:00 |
|
Ehsan Akhgari
|
80fdbb635f
|
Backout changeset 60affaedccc3 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:26:55 -04:00 |
|
Ehsan Akhgari
|
298a11d0fb
|
Backout changeset bd0a91621ea9 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:25:57 -04:00 |
|
Ehsan Akhgari
|
d07e155f48
|
Backout changeset f568fc280fb0 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:24:55 -04:00 |
|
David Zbarsky
|
9050aef271
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Matt Woodrow
|
145d424c02
|
Bug 539356 - Part 9 - Implement DLBI. r=roc,bz,jwatt
|
2012-06-30 15:06:11 +12:00 |
|
Matt Woodrow
|
dc1a291f1f
|
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 |
|
Matt Woodrow
|
90311bee4c
|
Bug 539356 - Part 7 - Store FrameLayerBuilder objects on the LayerManager instead of nsDisplayListBuilder. r=roc
|
2012-06-30 15:06:10 +12:00 |
|
Jonathan Watt
|
131c149f2a
|
Bug 767388 - Kill NS_DEBUG. r=bz.
|
2012-06-25 20:59:42 +01:00 |
|
Kartikaya Gupta
|
47d2ce2f1d
|
Bug 755971 - Add methods to nsLayoutUtils to calculate the padding boxes. r=bz
|
2012-06-21 09:35:17 -04:00 |
|
Ryan VanderMeulen
|
4c71ae6d9a
|
Revert c39d36167b99 due to a horribly munged backout.
|
2012-06-10 19:44:50 -04:00 |
|
Ryan VanderMeulen
|
202bd53a55
|
Backout the bug 754202 backout due to orange.
|
2012-06-10 19:37:47 -04:00 |
|
Olli Pettay
|
2146ee62af
|
Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst
|
2012-06-10 21:14:30 +03:00 |
|
Robert O'Callahan
|
2285300af0
|
Bug 731293. Add nsLayoutUtils::GetParentOrPlaceholderForCrossDoc. r=mats
|
2012-06-09 00:22:51 +12:00 |
|
Robert O'Callahan
|
823baaf3a9
|
Bug 731293. Remove nsFrameManager parameter from nsLayoutUtils::GetParentOrPlaceholderFor. r=mats
|
2012-06-09 00:22:25 +12:00 |
|
Scott Johnson
|
1350ab61d6
|
Bug 749186, Followup Patch 1: Cache font inflation settings in pres shell to prevent crash. [r=dbaron]
|
2012-06-05 22:47:33 -05:00 |
|
L. David Baron
|
c13ac7ddc4
|
Restore application of font size inflation to radios and checkboxes. (Bug 757937) r=roc
|
2012-06-04 16:26:30 -07:00 |
|
Boris Zbarsky
|
79f44c7db7
|
Bug 759997. Break out the three branches of SurfaceFromElement into separate functions so that we can call the one that matches the kind of element we have directly. r=roc
|
2012-05-31 14:16:49 -04:00 |
|
Boris Zbarsky
|
5fd141faf7
|
Backed out changeset 6a46906eb017 (bug 759997) because the bug it depends on got backed out.
|
2012-05-31 17:05:03 -04:00 |
|
Boris Zbarsky
|
3b39c6f4a1
|
Bug 759997. Break out the three branches of SurfaceFromElement into separate functions so that we can call the one that matches the kind of element we have directly. r=roc
|
2012-05-31 14:16:49 -04:00 |
|
Robert O'Callahan
|
3ead91a704
|
Bug 607417. Improve definition of the 'fixed layer' flag. r=tnikkel
|
2012-05-04 17:00:57 +12:00 |
|
Ed Morley
|
7212749e9b
|
Merge mozilla-central to mozilla-inbound
|
2012-05-21 13:19:38 +01:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
L. David Baron
|
2548b743d5
|
Remove width determination parameters from font inflation methods. (Bug 747720, patch 5) r=roc
These are no longer needed since we're getting the width from the
nsFontInflationData.
|
2012-05-20 22:18:28 -07:00 |
|