Matt Brubeck
|
48d9a346ee
|
Bug 716575 (1/4) - Add a scriptable interface to GetViewportInfo [r=dbaron]
|
2012-08-22 13:17:20 -07:00 |
|
Jim Mathies
|
0eb28a561b
|
Bug 783531 - Implement a 'select word at point' text selection routine in nsIDOMWindowUtils. r=roc
|
2012-09-10 16:02:23 -05:00 |
|
Daniel Holbert
|
7f5f15b6bd
|
Bug 666041 patch 6: Ignore min/max main-size properties when computing the main size of a flex item (since those properties are honored later in the flexbox algorithm). r=dbaron
|
2012-09-05 14:13:37 -07:00 |
|
Daniel Holbert
|
89dfb7e636
|
Bug 666041 patch 5: Use flex-basis in place of main-size property, when computing the main size of a flex item. r=dbaron
|
2012-09-05 14:13:37 -07:00 |
|
Daniel Holbert
|
16ff96590f
|
Bug 763689 patch 3: Support min-height:auto in computed style, and add special cases as necessary wherever it's read. r=dbaron
|
2012-09-04 16:26:11 -07:00 |
|
Daniel Holbert
|
b0926860ac
|
Bug 763689 patch 2: Support min-width:auto in computed style, and add special cases as necessary wherever it's read. r=dbaron
|
2012-09-04 16:26:10 -07:00 |
|
Robert O'Callahan
|
1649648ea1
|
Bug 780847. Fix nsLayoutUtils::IsProperAncestorFrame(CrossDoc) to handle case where aAncestorFrame == aCommonAncestor == aFrame->GetParent(). r=mats
--HG--
extra : rebase_source : 9f8d01c7049a701ac5bcf633ee605443b81aec35
|
2012-08-20 10:25:49 +12:00 |
|
Robert O'Callahan
|
ac552f7834
|
Bug 784410. Don't target bubbling scroll commands at an element unless we have at least one device pixel to scroll to. r=mats
|
2012-08-29 23:21:40 +12:00 |
|
David Zbarsky
|
4a0bd0bac6
|
Bug 785657 - Enable async animations in content processes r=cjones
|
2012-08-25 21:27:28 -04:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
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
|
4bba69d18c
|
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
|
1f62ddd68b
|
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
|
212cdce23a
|
Merge inbound to m-c.
|
2012-08-11 22:33:42 -04:00 |
|
Masayuki Nakano
|
acbe3bbdd7
|
Bug 719320 part.1 Add DOM3 WheelEvent r=smaug, sr=jst
|
2012-08-12 10:42:34 +09:00 |
|
Scott Johnson
|
bb4cb24a6a
|
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
|
b9841b9ddd
|
Bug 655877 - Part 27: Ignore text-shadow in SVG text frames. r=roc
|
2012-08-08 21:37:13 +10:00 |
|
Chris Lord
|
bd93048cf7
|
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
|
25d8a787fa
|
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
|
d63a0ddfaa
|
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
|
b71d455883
|
Bug 655877 - Part 14: Ignore float in SVG text frames. r=roc
|
2012-08-02 21:38:49 +10:00 |
|
Cameron McCormack
|
bd1f97f84e
|
Bug 655877 - Part 8: Ignore letter-spacing in SVG text frames. r=roc
|
2012-08-02 21:38:47 +10:00 |
|
David Zbarsky
|
799477d8ed
|
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
|
8c734bee81
|
Bug 768440 Part 2: Animate CSS Transitions on the compositor r=roc,dbaron
|
2012-07-31 10:28:22 -07:00 |
|
Ryan VanderMeulen
|
26da6164d3
|
Merge m-c to inbound.
|
2012-07-30 20:14:22 -04:00 |
|
Mark Finkle
|
a4d33f44cf
|
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
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Ehsan Akhgari
|
c80897316e
|
Merge the nullptr conversion from mozilla-central into mozilla-inbound
|
2012-07-30 10:28:15 -04:00 |
|
Aryeh Gregor
|
58769bb9d6
|
Bug 777292 - Don't use |= on nsresult; r=ehsan
|
2012-07-27 17:03:08 +03:00 |
|
David Zbarsky
|
86be1fc259
|
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
|
2d67ac5273
|
Bug 768440 Part 2: Animate CSS Transitions on the compositor r=roc,dbaron
|
2012-07-27 13:23:45 -07:00 |
|
Ed Morley
|
0981437de6
|
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
|
d84e52f500
|
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
|
673c1ec883
|
Bug 768440 Part 2: Animate CSS Transitions on the compositor r=roc,dbaron
|
2012-07-25 01:48:10 -07:00 |
|
Matt Brubeck
|
091f852d76
|
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
|
f1b8756af2
|
Bug 768440 Part 2: Animate CSS Transitions on the compositor r=roc,dbaron
|
2012-07-23 17:34:49 -07:00 |
|
Matt Woodrow
|
a12f572f37
|
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
|
70f358a631
|
Backout changeset 60affaedccc3 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:26:55 -04:00 |
|
Ehsan Akhgari
|
5c63bf26a2
|
Backout changeset bd0a91621ea9 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:25:57 -04:00 |
|
Ehsan Akhgari
|
6ef72aef93
|
Backout changeset f568fc280fb0 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:24:55 -04:00 |
|
David Zbarsky
|
cd3c58ee76
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Matt Woodrow
|
1f0dbc7c74
|
Bug 539356 - Part 9 - Implement DLBI. r=roc,bz,jwatt
|
2012-06-30 15:06:11 +12:00 |
|
Matt Woodrow
|
69d08d71a9
|
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
|
a571105c89
|
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
|
9ac7bb2267
|
Bug 767388 - Kill NS_DEBUG. r=bz.
--HG--
extra : rebase_source : d045208a26345712dbb4628c973c616cd9504f28
|
2012-06-25 20:59:42 +01:00 |
|
Kartikaya Gupta
|
0cf219076d
|
Bug 755971 - Add methods to nsLayoutUtils to calculate the padding boxes. r=bz
|
2012-06-21 09:35:17 -04:00 |
|
Ryan VanderMeulen
|
b74e4a29db
|
Revert c39d36167b99 due to a horribly munged backout.
|
2012-06-10 19:44:50 -04:00 |
|
Ryan VanderMeulen
|
061d4c2616
|
Backout the bug 754202 backout due to orange.
|
2012-06-10 19:37:47 -04:00 |
|
Olli Pettay
|
94414ed431
|
Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst
|
2012-06-10 21:14:30 +03:00 |
|
Robert O'Callahan
|
8288a5940b
|
Bug 731293. Add nsLayoutUtils::GetParentOrPlaceholderForCrossDoc. r=mats
|
2012-06-09 00:22:51 +12:00 |
|
Robert O'Callahan
|
31953a0563
|
Bug 731293. Remove nsFrameManager parameter from nsLayoutUtils::GetParentOrPlaceholderFor. r=mats
|
2012-06-09 00:22:25 +12:00 |
|