L. David Baron
f47695e72d
Bug 91419 patch 8: Miscellaneous function and variable name changes. r=mats
2014-02-06 17:45:32 -08:00
L. David Baron
9a62684661
Bug 91419 patch 7: Rename everything with SpecialPrevSibling to IBSplitPrevSibling. r=mats
2014-02-06 17:45:31 -08:00
L. David Baron
09c9451bd3
Bug 91419 patch 6: Rename everything with IBSplitSpecialPrevSibling to IBSplitPrevSibling. r=mats
2014-02-06 17:45:31 -08:00
L. David Baron
82503f4eca
Bug 91419 patch 5: Rename everything with SpecialSibling to IBSplitSibling. r=mats
2014-02-06 17:45:31 -08:00
L. David Baron
293c0c4065
Bug 91419 patch 4: Rename everything with IBSpecialSibling to IBSplitSibling. r=mats
2014-02-06 17:45:30 -08:00
L. David Baron
1841dbc18e
Bug 91419 patch 3: Rename everything with IBSplitSpecialSibling to IBSplitSibling. r=mats
2014-02-06 17:45:30 -08:00
L. David Baron
b059ffbc05
Bug 91419 patch 2: Rename IsFrameSpecial to IsFramePartOfIBSplit. r=mats
2014-02-06 17:45:29 -08:00
L. David Baron
c5c5881d3f
Bug 91419 patch 1: Rename NS_FRAME_IS_SPECIAL to NS_FRAME_PART_OF_IBSPLIT. r=mats
2014-02-06 17:45:28 -08:00
Robert O'Callahan
1b8d891c71
Bug 968118. Make nsCSSProps keyword tables be int16_t instead of int32_t for a small space win. r=heycam
...
--HG--
extra : rebase_source : 94cf09d0d96dd3c8e2a9528f5d242e36e85fcf75
2014-02-06 00:10:44 +13:00
Robert O'Callahan
b275242936
Bug 967587. Back out this hunk of bug 946502 part 3 until we can fix the regressions. r=mattwoodrow
...
--HG--
extra : rebase_source : d52729121395a8a59c99e4e30a4565b8eab7f13d
2014-02-07 13:17:52 +13:00
Jeff Gilbert
a4ce3a842e
Bug 968617 - Refresh GLConsts.h as of Feb 5, 2014. r=bjacob
2014-02-06 20:33:20 -05:00
Jeff Gilbert
68a5745355
Bug 968617 - Fix the file name in the GLConsts.h update script. r=bjacob
2014-02-06 20:33:05 -05:00
Gustavo Garcia
f79791737a
Bug 966885 - Enable audio level RTP extension. r=jesup, r=ehugg
2014-02-06 20:32:45 -05:00
Sotaro Ikeda
23c4f9b1c3
Bug 966446 - Handle GrallocBufferActor::ActorDestroy for new texture. r=nical
2014-02-06 20:32:29 -05:00
Douglas Crosher
b8837d8b4c
Bug 965245 - ARM simulator: Add support for the VFPv3 instructions: vmov.f32 imm, and vcvt with fbits. r=nbp
2014-02-04 19:58:43 +11:00
Douglas Crosher
03bcde7e06
Bug 965240 - ARM simulator: Check that callee saved floating-point registers are preserved. r=nbp
2014-02-07 08:26:31 +11:00
Douglas Crosher
d1b25f0455
Bug 965236 - ARM simulator: Add support for the udiv instruction. r=nbp
2014-02-04 19:51:40 +11:00
Frédéric Wang
89d70ec556
Bug 963324 - Import mismatch menclose reftests from the MathJax testsuite. r=karlt
2014-02-06 20:09:45 -05:00
Rick Eyre
0bf15cf8bd
Bug 881976 - Part 3: Refactor TextTrack classes. r=rillian
...
Change the way they store references to eachother to make more sense.
A Track will never belong to a MediaElement directly. It will always
belong to one through a TextTrackList.
2014-01-27 15:17:20 -05:00
Rick Eyre
bc8fa5d9c8
Bug 881976 - Part 2: Expose TextTrackList's MediaElement to chrome JS. r=rillian, r=bz
...
Our JS WebVTT implementation (vtt.js) needs access to a TextTrackList's
MediaElement in order to compute a TextTrackCue's line position. Therefore,
we need to expose it to chrome JS.
2014-01-27 14:51:28 -05:00
Daniel Holbert
0e5aa291e4
Bug 969147: Compute (and sum) the cross sizes of flex lines as we go, to make pagination easier. r=mats
2014-02-06 17:04:52 -08:00
Ted Mielczarek
9e133974e9
Bug 968351 - Allow test manifests with just support-files. r=gps
2014-02-06 13:22:35 -05:00
Ted Mielczarek
c92b477146
Bug 968321 - Make manifestparser keep track of DEFAULTS in manifests with no tests. r=jmaher
2014-02-06 13:22:35 -05:00
Ted Mielczarek
127be184bc
bug 903620 - rework JS shell packaging as a Python script. r=glandium
2014-02-06 13:22:35 -05:00
Mike Hommey
f76321da17
bug 903620 - Make ExecutableFile support being put directly into a jar. r=gps
2014-02-06 13:22:35 -05:00
Chris Pearce
e83cf62240
Bug 968603 - Add screen WakeLockListener on Win32 to disable screensaver. r=jimm
2014-02-07 13:27:46 +13:00
Jim Mathies
953b30014f
Bug 968774 - Don't set XUL_APP_FILE on metrofx startup. r=mbrubeck
2014-02-06 17:41:13 -06:00
Nicholas Hurley
aa8098b9a3
Bug 964563 - Remove custom node binary. r=ted
2014-02-06 15:00:19 -08:00
Sean Stangl
5ff19cbe41
Bug 968524 - Add atomic_inc32(), atomic_dec32(), and atomic_cmpxchg32() to x86/x64. r=bbouvier
2014-02-06 14:57:26 -08:00
Ben Kelly
48cb1044e7
Bug 960873: Part 8: Use AudioCompactor in android PluginMediaReader.cpp. r=cpearce (DONTBUILD for re-land)
2014-02-06 16:59:06 -05:00
Ben Kelly
c7cdfb90dd
Revert Bug 960873 Part 8 (de00c8bfc9b9) due to missing r= in commit message
2014-02-06 16:55:00 -05:00
Timothy Nikkel
eebb301452
Bug 965593. Only use large z-index on root scroll frames to make overlay scrollbars draw above other content. r=roc
...
For non-root scroll frames this would lead to the scrollbars drawing above content outside the scroll frame and above everything in the scroll frame.
2014-02-06 16:46:21 -06:00
Ben Kelly
89fd1b1db1
Bug 960873: Part 8: Use AudioCompactor in android PluginMediaReader.cpp.
2014-02-06 16:49:53 -05:00
Olli Pettay
7065169ab3
Bug 967236 - Evict touches more aggressively, v3, r=wesj
...
--HG--
extra : rebase_source : 1cbc83babb9b382182ff72f11d4576c1859187c2
2014-02-07 00:15:23 +02:00
Olli Pettay
64d2c305fc
backout bug 967236
...
--HG--
extra : rebase_source : 6feb306f0c211594987c3f7ce904f671b0a11b99
2014-02-07 00:11:36 +02:00
Daniel Holbert
534b12e52f
Bug 967287 part 2: Adjust indentation after removal of nsPresContext* args. r=mats
2014-02-06 14:07:48 -08:00
Daniel Holbert
03c54ea5eb
Bug 967287 part 1: Remove unnecessary nsPresContext* argument from functions defined in nsContainerFrame.h. r=mats
2014-02-06 14:07:47 -08:00
Olli Pettay
1d482d7cb5
Bug 967236 - Evict touches more aggressively, r=wesj
...
--HG--
extra : rebase_source : 28b75719e1b884574e7fa22cd62758bdb80afdca
2014-02-06 23:55:58 +02:00
Olli Pettay
71078c57ef
Bug 964462, simplify ipc offline resource refcounting, r=mayhemer
...
--HG--
extra : rebase_source : 362ce98a10c25f7e3263f23736a18d2bcfb16e75
2014-02-06 16:16:41 +02:00
Geoff Brown
b5423ef183
Bug 945395 - Disable testSessionOOMSave on Android x86 for too many failures
2014-02-04 06:32:54 -07:00
Geoff Brown
d6f42dc768
Bug 962121 - Enable testPasswordProvider, testFormHistory on Android x86; r=dminor
2014-02-04 06:32:51 -07:00
Ryan VanderMeulen
c38a20a8ce
Merge m-c to inbound on a CLOSED TREE.
2014-02-06 16:29:41 -05:00
Ryan VanderMeulen
612a51c419
Merge b2g-inbound to m-c.
2014-02-06 16:28:14 -05:00
Ryan VanderMeulen
3b423c457a
Merge fx-team to m-c.
2014-02-06 16:22:15 -05:00
Ryan VanderMeulen
8520eb1f22
Merge inbound to m-c.
2014-02-06 16:17:59 -05:00
Ryan VanderMeulen
cc7805c454
Backed out changeset 5d1c157bbb46 (bug 940554) for changing the Marionette script timeout message in a TBPL-unfriendly way.
...
CLOSED TREE
2014-02-06 15:37:48 -05:00
Ehsan Akhgari
38c067be0b
Bug 968879 - Use [Pref] annotations to enable web speech interfaces; r=smaug
2014-02-06 15:00:37 -05:00
Andrea Marchesini
8e0775b1ce
Bug 968883 - Don't expose the ArchiveReader and ArchiveRequest interfaces. r=bz
2014-02-06 14:57:31 -05:00
Kartikaya Gupta
bf01afc5cc
Bug 965351 - Re-enable tests now that the underlying issue is fixed. r=fabrice
2014-02-06 14:50:16 -05:00
B2G Bumper Bot
f4a4e414ae
Bumping manifests a=b2g-bump
2014-02-06 11:40:57 -08:00