Gregory Szorc
3a3c77e162
Bug 1103052 - Remove traces of RBTools; r=mconley
...
We previous added support for RBTools in bug 943747 and bug 945577. Now
that we have MozReview, this functionality is next to useless. MozReview
is the future. So, we remove the old RBTools code.
DONTBUILD (NPOTB)
--HG--
extra : rebase_source : 2b307c31a5c484cb0bd785f582e3c248c3cb11da
2014-11-21 10:49:56 -08:00
Chris Manchester
66e665a75e
Bug 1095260 - Make the response from a switchToWindow call correspond to the completion of loading the marionette listener script.;r=automatedtester
2014-11-21 13:58:00 -05:00
Wes Kocher
6b37217a66
Backed out changeset 82e94c16732d (bug 1101974)
2014-11-21 10:52:24 -08:00
Wes Kocher
4f61d4867e
Backed out changeset 08df10804c35 (bug 1101974)
2014-11-21 10:52:17 -08:00
Ben Turner
a81bd3bc10
Bug 1037625 - Allow child processes to respond to 'inner-window-destroyed' notifications without possibly killing the process. r-khuey.
2014-07-11 11:15:10 -07:00
Anton Neumann
94a677f930
Bug 906177 - Fix bootstrap on elementary; r=gps
...
DONTBUILD (NPOTB)
--HG--
extra : amend_source : 44cd72c98044aa380a5d60c5dd4127364f9ef6b3
2014-11-21 09:58:29 -08:00
Ben Turner
b7fdb34014
Bug 1102570 - Prevent quota operations from running too soon, r=janv.
2014-11-20 15:54:49 -08:00
Mason Chang
a288f3be7d
Bug 1101974. Part 2: Initialize vsync source during compositor creation. r=mstange
2014-11-21 09:16:19 -08:00
Mason Chang
bc4ddfe26e
Bug 1101974. Part 1. Move VsyncDispatcher to CompositorParent. r=roc
2014-11-21 09:16:19 -08:00
Vladimir Vukicevic
200399e6f3
Bug 1036602 - add generic gfx/layers functionality for VR rendering; r=nical
2014-07-09 12:26:18 -07:00
Vladimir Vukicevic
8d8ab4de9f
Bug 1036606 - Extend mozRequestFullScreen to accept an options dict with a vrDisplay member; r=bz
2014-07-09 12:30:22 -07:00
Vladimir Vukicevic
54548bfc2b
Bug 1036597 - extend widget's MakeFullScreen method to take an optional nsIScreen indicating the target; r=karlt
2014-07-09 12:29:28 -07:00
Vladimir Vukicevic
01202baa97
Bug 1036604 - add VR display item and VR frame state bit; r=roc
2014-07-09 12:25:31 -07:00
Vladimir Vukicevic
27e56b034e
Bug 1036604 - Add VRDevice interfaces, navigator.getVRDevices call, and Oculus Rift gfxVR; r=bz,jrmuizel
2014-07-09 12:24:49 -07:00
Jonathan Watt
fe181325e2
Bug 1100448 - Protect against null cairo_surface_t when getting the underlying surface from DrawTargetCairo. r=Bas
2014-11-17 21:41:41 +00:00
Steve Fink
2ff4d387d6
Bug 1098641 - Add os.{getpid,waitpid,spawn,system}, r=jorendorff
2014-11-13 16:12:34 -08:00
Benjamin Bouvier
563f5bfcdf
Bug 1094855: Add SIMD.float32x4.minNum/maxNum to asm.js; r=luke
2014-11-21 17:27:46 +01:00
Benjamin Bouvier
bfb325186d
Bug 1094855: Implement SIMD.float32x4.minNum/maxNum in the JITs; r=sunfish
2014-11-21 17:27:40 +01:00
Benjamin Bouvier
b6fd50acda
Bug 1094855: Add helpers for cmpps; r=sunfish
2014-11-21 17:27:35 +01:00
Benjamin Bouvier
b24d182522
Bug 1094855: Move some tests in testSIMD.js; r=sunfish
2014-11-21 17:27:30 +01:00
Benjamin Bouvier
7ea905e56f
Bug 1094855: Update SimdBinaryArith::Min/Max to properly handle comparisons involving -0/0 and NaNs; r=sunfish
2014-11-21 17:27:21 +01:00
Benjamin Bouvier
ccdc80feeb
Bug 1094855: SIMD: Add minNum/maxNum and update min/max in the interpreter; r=till
...
--HG--
rename : js/src/tests/ecma_6/TypedObject/simd/float32x4max.js => js/src/tests/ecma_6/TypedObject/simd/float32x4-minmax.js
2014-11-21 17:27:17 +01:00
James Willcox
5a26f31ec8
Merge backout CLOSED TREE
...
--HG--
extra : amend_source : a86ee1ef29589ff7390a070ca4d55b65de4d0ce6
2014-11-21 09:47:45 -06:00
James Willcox
f409f2a92b
Back out bug 1097116
2014-11-21 09:47:03 -06:00
Till Schneidereit
7e20d71646
Bug 1069063 - Part 2: Make Array.prototype.includes Nightly-only. r=lth
...
--HG--
extra : rebase_source : 62e7c230290d039596771339c83e085f9358f882
2014-11-21 16:41:51 +01:00
James Willcox
1664129cd2
Bug 1097116 - Fix readback for EGLImageImage r=jgilbert
2014-11-21 09:28:21 -06:00
James Willcox
60e6a04aff
Bug 1097116 - Copy the decoded SurfaceTexture into an EGLImage to allow accurate presentation r=jgilbert
2014-11-21 09:28:20 -06:00
James Willcox
d86fc4559b
Bug 1097116 - Add fencing and better lifetime management for EGLImage Images r=jgilbert
2014-11-21 09:28:19 -06:00
Alexander Surkov
91d762ecff
Bug 1013584 - presentation list items should expose generic accessibles, r=davidb
2014-11-21 09:13:32 -05:00
Benjamin Bouvier
03b91def37
Bug 1079361: Use AsmJSSimdType rather than Type in SIMD type checking in asm.js; r=luke
2014-11-21 12:14:06 +01:00
Benjamin Bouvier
56c0ec83c0
Bug 1079361: SIMD: add support for {int,float}32x4.{load,store} to asm.js; r=luke
2014-11-21 12:13:40 +01:00
Benjamin Bouvier
66d0244777
Bug 1079361: Refactor AsmJSHeapAccess to include the view type of the heap access; r=luke
2014-11-21 12:12:29 +01:00
ZongShen Shen
287d8bae70
Bug 1066040 - IonMonkey: Implement the StringReplace recover instruction. r=nbp
2014-11-21 14:05:47 +01:00
Emanuel Hoogeveen
d573431119
Bug 1100485 - Lock chunks during double purging to avoid racing with allocation. r=glandium
2014-11-19 09:34:00 +01:00
Boris Chiou
fe464f5aa9
Bug 1096139 - Create websocket dynamically after we enable Layerscope. r=dglastonbury
...
We have to create the websocket if it doesn't exist after enabling
Layerscope. Therefore, we don't have to reboot the device anymore.
1. Remove the Init and DeInit in CreateCompositor and DestroyCompositor
to prevent some unwanted deInits on the browser. (Our browser often
calls DestroyCompositor)
2. Initize websocket only when we need it.
2014-11-20 02:00:00 +01:00
Carsten "Tomcat" Book
c7343ddfa9
Merge mozilla-central to mozilla-inbound
2014-11-21 13:00:50 +01:00
Carsten "Tomcat" Book
4213004750
merge b2g-inbound to mozilla-central a=merge
2014-11-21 12:58:22 +01:00
Carsten "Tomcat" Book
aa7f18d14d
merge mozilla-inbound to mozilla-central a=merge
2014-11-21 12:57:00 +01:00
Carsten "Tomcat" Book
7aeb9397f0
Backed out changeset 74527e0493c5 (bug 1079361) for Bustage on a CLOSED TREE
2014-11-21 12:46:07 +01:00
Carsten "Tomcat" Book
2449cfbedb
Backed out changeset 39e6791cc5c5 (bug 1079361)
2014-11-21 12:45:43 +01:00
Carsten "Tomcat" Book
16a9ad26c4
Backed out changeset a7d29ca3d8c2 (bug 1079361)
2014-11-21 12:45:38 +01:00
Benjamin Bouvier
2c706f775b
Bug 1079361: Use AsmJSSimdType rather than Type in SIMD type checking in asm.js; r=luke
2014-11-21 12:14:06 +01:00
Benjamin Bouvier
6996c5659d
Bug 1079361: SIMD: add support for {int,float}32x4.{load,store} to asm.js; r=luke
2014-11-21 12:13:40 +01:00
Benjamin Bouvier
3d99d11936
Bug 1079361: Refactor AsmJSHeapAccess to include the view type of the heap access; r=luke
2014-11-21 12:12:29 +01:00
Benjamin Bouvier
bcdd89cb6e
Bug 1088709: Add SIMD.{float,int}32x4.{load,store} to the interpreter; r=till
2014-11-21 12:11:59 +01:00
Carsten "Tomcat" Book
20d22ead7d
Backed out changeset d917152c263d (bug 920938) for build warning/failures
2014-11-21 11:05:45 +01:00
Gina Yeh
1c274330e8
Bug 1096146, Patch 2: Mochitest, r=smaug.
2014-11-21 17:48:04 +08:00
Gina Yeh
0b247ef9d3
Bug 1096146, Patch 1: No default actions of keydown event should be made if mozbrowserbeforekeydown event is defaultPrevented, r=smaug.
2014-11-21 17:47:55 +08:00
Carsten "Tomcat" Book
5c6e77515c
Merge mozilla-central to b2g-inbound
2014-11-21 08:32:17 +01:00
Carsten "Tomcat" Book
697dfccb74
Merge mozilla-central to fx-team
2014-11-21 08:27:29 +01:00