Heiher
0d2e971cf1
Bug 1254369 - IonMonkey: MIPS: Fix ma_b(Register, Imm32, wasm::JumpTarget) missing. r=arai
...
---
js/src/jit/mips-shared/MacroAssembler-mips-shared.cpp | 3 +++
1 file changed, 3 insertions(+)
2016-03-09 12:34:58 +08:00
Heiher
1c1b0ea281
Bug 1254369 - IonMonkey: MIPS: Fix header files missing in MacroAssembler. r=arai
...
---
js/src/jit/mips-shared/MacroAssembler-mips-shared.cpp | 2 ++
js/src/jit/mips-shared/MacroAssembler-mips-shared.h | 4 ++++
js/src/jit/mips32/MacroAssembler-mips32.h | 1 -
js/src/jit/mips64/MacroAssembler-mips64.h | 1 -
4 files changed, 6 insertions(+), 2 deletions(-)
2016-03-09 12:34:57 +08:00
Ryo Motozawa
d812d0d4c6
Bug 1244635
- Part4 Add enddelay tests in layout/style/test r=hiro
...
MozReview-Commit-ID: EUvAdiPudgZ
--HG--
extra : rebase_source : 91bf3aef8f5ea8da1b990b6363d7ab40bddb2aae
2016-03-08 10:31:40 +09:00
Ryo Motozawa
ef768c7933
Bug 1244635
- Part3 Add enddelay tests in testing/web-platform/tests/web-animations r=hiro
...
MozReview-Commit-ID: GnIp7BmwPxw
--HG--
extra : rebase_source : b7fe13202c11802a90f3e20674a84f38ecb0b7c2
2016-03-08 10:31:36 +09:00
Ryo Motozawa
2c887f4afc
Bug 1244635
- Part2 Add enddelay tests in dom/animation/test/chrome r=hiro
...
MozReview-Commit-ID: Kylwd6UJcXH
--HG--
extra : rebase_source : 0da2ed9e152e2e57a42f044be896e39e3f701bd3
2016-03-08 10:31:28 +09:00
Ryo Motozawa
ec7074d1bf
Bug 1244635
- Part1 Add enddelay implementation in dom/animation/AnimationEffectTiming.cpp r=bz,hiro
...
MozReview-Commit-ID: 7t1fm0zB3V
--HG--
extra : rebase_source : 812ea17b0b51142ff88194b0bb0d06435ddc574d
2016-03-08 10:31:10 +09:00
Terrence Cole
0037d3617c
Backed out changset a701a038de28 (bug 1224038) for breaking SM tests.
...
--HG--
extra : rebase_source : c987969c08cb55ee76cf0a88fd60594ba22a766f
2016-03-08 20:06:49 -08:00
Terrence Cole
233d8e3b94
Backed out changeset 33a1af83a77f (bug 1224038) for breaking SM tests.
...
--HG--
extra : rebase_source : f28bbe20e879206562e01bc97d8f8317629043bc
2016-03-08 20:06:10 -08:00
Brian Birtles
c9d3c84ee0
Bug 1239945 part 8 - Add GetOrCreateAnimationCollection; r=dholbert
...
Rather than passing around a bool flag to indicate if we should be creating
an AnimationCollection when none is found, it would be a lot easier to read
if we simply introduce a separate method for this.
MozReview-Commit-ID: 6bg8jGoH5pL
2016-03-09 12:55:39 +09:00
Brian Birtles
065446fdcd
Bug 1239945 part 7 - Move GetAnimationCollection to AnimationCollection; r=dholbert
...
By moving GetAnimationCollection to AnimationCollection itself, we can remove
a bunch of virtual methods on the animation managers, simplify call sites,
and provide better type safety by ensuring a correspondence between element
property names and concrete animation types.
One change in behavior, however, is that in doing this we can no longer
add any newly-created AnimationCollection to the corresponding manager's linked
list of collections inside GetAnimationCollection. Instead we take a bool
outparam to indicate if a new collection was created and leave managing the
linked list to the manager. This is just a temporary measure, however, since
by the end of this patch series will will eliminate this linked list altogether
along with this flag.
MozReview-Commit-ID: 1jsc4QcmVDg
2016-03-09 12:55:39 +09:00
Brian Birtles
dd4f27f03e
Bug 1239945 part 6 - Templatize AnimationCollection based on the concrete type of Animation stored; r=dholbert
...
This patch templatizes the type of Animation stored in an AnimationCollection.
This allows us to remove a number AsCSSAnimation() calls in nsAnimationManager.
This patch also removes the AnimationPtrArray typedef. In its place we
introduce OwningCSSAnimationPtrArray and OwningCSSTransitionPtrArray but we
don't use these as widely. There was some comment previously that the typedefs
in animation code make it hard to read, particularly when these typedefs don't
make it clear if the data type is an owning reference or not.
In doing this we need to templatize CommonAnimationManager as well and move the
implementation of its (few) methods to the header file. We may be able to
remove the need for templatizing CommonAnimationManager later in this patch
series depending on how we ultimately decide to handle the lifetime of
AnimationCollection objects.
CommonAnimationManager::GetAnimationCollection is a bit messy but this will be
significantly tidied up in subsequent patches in this series.
MozReview-Commit-ID: 3ywatY53pRR
2016-03-09 12:55:39 +09:00
ffxbld
727d7d0948
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2016-03-07 09:23:22 -05:00
ffxbld
96cff3ecbf
No bug - Tagging mozilla-central 68d3781deda0d4d58ec9877862830db89669b3a5 with FIREFOX_AURORA_47_BASE a=release DONTBUILD CLOSED TREE
2016-03-07 09:21:14 -05:00
Carsten "Tomcat" Book
4f4ec17aeb
merge mozilla-inbound to mozilla-central a=merge
2016-03-07 11:34:06 +01:00
Nick Alexander
31beca1f33
Bug 1253876 - Back out PushService integration to not burn aurora. r=me
...
Sadly, this needs to be conditional to not burn builds where
MOZ_ANDROID_GCM is not defined -- such as aurora. As uplift is soon,
this will have to be relanded behind a conditional abstraction (just
like Adjust).
MozReview-Commit-ID: 80gBojadDic
2016-03-06 20:43:22 -08:00
Kris Maglione
00f1d01219
Bug 1236949
: Split up browser_ext_tab_move_window.js. r=me
...
MozReview-Commit-ID: 5WEdXucSFKa
--HG--
extra : amend_source : f0780333c54467fa2216ef28be6942b2c7d521b0
2016-03-06 17:52:56 -08:00
Mark Hammond
452154b074
Bug 1253120 followup2 - comment-only changes to clarify how UITour-lib validates URL params. r=me
2016-03-07 10:07:13 +11:00
Ryan VanderMeulen
b4bb7fb97d
Merge fx-team to m-c. a=merge
2016-03-06 15:03:19 -05:00
Ryan VanderMeulen
34d8629eea
Bug 1253935 - Skip browser_styleeditor_fetch-from-cache.js on Windows debug e10s for frequent failures depending which chunk it runs in.
2016-03-06 13:22:36 -05:00
Jonathan Kew
8101739122
Bug 1252974 - Convert screen's available dimensions to CSS-pixel units in nsWindowWatcher. r=emk
2016-03-06 13:37:27 +00:00
Giorgio Maone
92558f57d8
Bug 1232849 - Better chrome compatibility + binaryValue support + serious header manipulation tests + nits r=kmag
...
MozReview-Commit-ID: G8mgtVLFfoD
--HG--
extra : rebase_source : 68135fffd8470462066aa77d5e8097ae1607a09a
2016-03-06 09:02:06 +01:00
Mark Capella
f3821e32c6
Bug 1253534 - Suspicious code with probably reversed parms in call to IsSingleLineTextControl, r=mounir
2016-03-05 22:04:41 -05:00
Ryan VanderMeulen
54367e83bf
Merge fx-team to m-c. a=merge
2016-03-05 19:22:45 -05:00
Ryan VanderMeulen
4a074fc4a6
No bug - Add guards to tests that use TypedObject. r=me, a=bustage
2016-03-05 19:19:25 -05:00
Ryan VanderMeulen
cbdddb04cd
Merge inbound to m-c. a=merge
2016-03-05 19:12:44 -05:00
Bob Owen
ddc3b95f28
Bug 1253247: Return an error when trying to Init an nsDeviceContextSpecProxy without a RemotePrintJob. r=jimm
2016-03-05 18:25:14 +00:00
Philip Chee
0772ec1731
Bug 1252479 - Adding the Developer Dynamically (Bug 1248601) doesn't work in SeaMonkey because it doesn't have a "browser-bottombox" r=ochameau
...
--HG--
extra : rebase_source : 9038cc693f739a2f4bd09ad1e1ee4ce26f588df0
2016-03-06 01:44:38 +08:00
Chris Manchester
290404eacf
Bug 1253651 - Undo changes to PATH made by activating virtualenv in mach artifact. r=glandium
...
The changes made to PATH by activating the in-tree virtualenv cause some git-cinnabar commands
in subprocesses to fail, because git cinnabar is expecting mercurial to be installed, while it
is not available from the in-tree virtualenv. To work around this, the changes to PATH made by
virtualenv are undone, allowing git-cinnabar to find system python, which is likely to have
mercurial installed.
MozReview-Commit-ID: 47ceHvMmuyf
--HG--
extra : rebase_source : 199d3b01fc49b2760ee14a08d4400a1addf83eac
2016-03-04 14:45:00 -08:00
Kartikaya Gupta
6a6f65b0d3
Bug 1192910 - Ensure we flush paints on the main thread during an APZ flush. r=mstange
...
MozReview-Commit-ID: 61dyeqxxtVP
2016-03-07 16:27:44 -05:00
Markus Stange
fd02c2dffd
Bug 1192910 - Stop triggering repaints when the displayport margins change without the displayport changing. r=kats
...
MozReview-Commit-ID: K1g6sNlZdRk
2016-03-07 16:27:41 -05:00
Randell Jesup
8851505a96
Bug 1250934: Modify MediaEngine shutdown to allow neutering the AudioDataListener r=padenot
...
MozReview-Commit-ID: 7LeFAbaTHMY
2016-03-08 12:11:09 -05:00
Randell Jesup
9cec436b3e
Bug 1250934: remove unused method from MediaStreamGraphImpl r=padenot
...
on IRC
MozReview-Commit-ID: 2o6v4T7e4Qw
2016-03-08 12:11:09 -05:00
Randell Jesup
a237d6632f
Bug 1250934: Only dig out cubeb deviceIDs immediately before use since they can be freed r=padenot
...
MozReview-Commit-ID: CyIk4WCuJ9s
2016-03-08 12:11:09 -05:00
Randell Jesup
ca3eeefaf9
Bug 1250934: Make tests use the correct audio frequency when fake devices are used r=drno
...
MozReview-Commit-ID: 7LROWzMLGyS
2016-03-08 12:11:09 -05:00
Randell Jesup
1a6c605f9c
Bug 1250934: Update some MediaStreamGraph logging r=padenot
...
MozReview-Commit-ID: Hqo3vihDzcy
2016-03-08 12:11:09 -05:00
Randell Jesup
21685ca126
Bug 1250934: Block GraphDriver switching if audio input is enabled (full-duplex) r=padenot
...
Also fixes a debug that would always report 'nil' for a pointer
MozReview-Commit-ID: 2xKD9s47d8z
2016-03-08 12:11:08 -05:00
Randell Jesup
39c683f5b6
Bug 1250934: Don't reopen input AudioCallbackDrivers on a second use r=padenot
...
MozReview-Commit-ID: 6Ky8UMyOHJG
2016-03-08 12:11:08 -05:00
Randell Jesup
6cbe994f89
Bug 1250934: Factor out AudioTracksPresent() in MediaStreamGraph, and add checks of 'pending' tracks r=padenot
...
MozReview-Commit-ID: KLWleRaAjx3
2016-03-08 12:11:08 -05:00
Randell Jesup
2fcb417fe7
Bug 1250934: Don't allow switching to a clock driver when we already have a switch pending r=padenot
...
MozReview-Commit-ID: 5DJQhx7cyf1
2016-03-08 12:11:08 -05:00
Syd Polk
4e27fe1a3b
Bug 1253723 - Text from README.md should be moved to http://developer.mozilla.org . r=SingingTree
...
MozReview-Commit-ID: JTWxhDfEfRd
--HG--
extra : rebase_source : dcc037a1d10df83ff67fdb64c3fc586c6c5c721c
2016-03-04 15:00:52 -06:00
Tooru Fujisawa
a9ce01a3e6
Bug 1253859
- Properly stringify thrown symbol in console. r=fitzgen
2016-03-09 01:32:34 +09:00
Tooru Fujisawa
0ec9e41aa6
Bug 1254174 - Convert uncaught symbol to a descriptive string. r=jorendorff
2016-03-09 01:32:06 +09:00
vladikoff
5ceebef356
Bug 1247786 - Add push subscription to device registration r=kitcambridge,markh
...
MozReview-Commit-ID: 40Tt8sJPYrr
--HG--
extra : rebase_source : e80d3230a7a38e2b28c736cb0188c60be1d6a871
2016-03-07 00:00:34 -05:00
Lee Salzman
37e22e44ca
Bug 1254151 - use B8G8R8X8 for 24 bit depth visuals in nsShmImage with Cairo. r=jrmuizel
2016-03-08 11:18:13 -05:00
Kartikaya Gupta
392b122471
Bug 1253690 - Don't let a changing displayport cause invalidation and mess with the intent of the test. r=mstange
...
MozReview-Commit-ID: 3EcWfWQHuk3
2016-03-08 11:03:43 -05:00
Gregor Wagner
8fc859766a
Bug 1254471
- Fix MessageChannel.cpp error unused variable transaction. r=billm
2016-03-08 16:53:43 +01:00
Nathan Froyd
694927c993
Bug 1254551
- remove tabs in FrameLayerBuilder.cpp; r=me
...
DONTBUILD because whitespace-only changes are totally safe, right?
2016-03-07 15:50:35 -05:00
Mike Taylor
8819044f2a
Bug 1237087. Consistently pass tab references when reporting site issues. r=margaret
2016-03-08 09:43:28 -06:00
Mike Taylor
3653ab5943
Bug 1237087. Send screenshot of visible window when reporting site issues. r=sebastian, margaret
2016-03-08 09:43:27 -06:00
Carsten "Tomcat" Book
595788aed2
Backed out changeset c664e3daa54d (bug 1251372) for test failures in extensions
...
--HG--
extra : rebase_source : 059c4da333ac5658fa4393f01a267a4aa7625e38
2016-03-08 16:37:17 +01:00