Граф коммитов

375612 Коммитов

Автор SHA1 Сообщение Дата
Aetf 602a7e1a25 Bug 1050127 - IonMonkey: Change DEFINE_OPCODES_ to MATCH_OPCODES_. r=nbp 2014-08-07 10:21:17 -07:00
Aetf 51d68c17a4 Bug 1038592 part 2 - Implement RegExpTest Recover Instruction. r=nbp 2014-08-07 10:21:17 -07:00
Aetf 4a7bdb7b28 Bug 1038592 part 1 - Add needUpdateLastIndex accessor to RegExpObject. r=nbp 2014-08-07 10:21:16 -07:00
Ryan VanderMeulen e173e0484c Bug 1041369 - Bump expected assertions up to 3 max. 2014-08-07 13:13:01 -04:00
Terrence Cole 3718c92afc Bug 1047120 - PurpleBuffer doesn't actually need to use Heap<T>; r=mccr8,jonco 2014-07-31 14:43:45 -07:00
Benjamin Bouvier 4f03b8bd59 Bug 1019831: Add an optional simdSet parameter to {Push,Pop}RegsInMask; r=sunfish
--HG--
extra : rebase_source : 4f0fc89cafe86497ea9efdb6101fdf9e27ca5921
2014-08-07 17:58:48 +02:00
Benjamin Bouvier 7b824bf050 Bug 1019831: SIMD x86-x64: Float32x4 unaligned moves; r=sunfish
--HG--
extra : rebase_source : dc004250dac2c3e44a482e334c64aa38fb46f388
2014-08-07 17:58:41 +02:00
Benjamin Bouvier 1d05e1c042 Bug 1019831: SIMD x86-x64: Int32x4 unaligned moves; r=sunfish
--HG--
extra : rebase_source : a3b4ccfced4d5fa6ab141cf317a45f08fac8eda4
2014-08-07 17:58:24 +02:00
Benjamin Bouvier 3410cb5160 Bug 1019831: SIMD x86-x64: Float32x4 regalloc and moves bits; r=sunfish
--HG--
extra : rebase_source : 5a8042cff7a4da5892f1c3ff8a7533a4da27f967
2014-08-07 17:57:55 +02:00
Benjamin Bouvier 1c68bdbfa8 Bug 1019831: SIMD x86-x64: Align stack top on 16 bytes boundaries if SIMD instructions are present; r=sunfish
--HG--
extra : rebase_source : 28a14e3c7251e86d181cdee0db424b74ad24ea1d
2014-08-07 17:57:44 +02:00
Benjamin Bouvier 827ec5eabb Bug 1019831: SIMD x86-x64: MoveResolver and MoveEmitter for Int32x4; r=sunfish
--HG--
extra : rebase_source : 2df9a4ee6021b51db7a8999e44fce39ba72f04e2
2014-08-07 17:57:35 +02:00
Benjamin Bouvier a462b19fa5 Bug 1019831: Add a Simd128DataSize variable; r=sunfish
--HG--
extra : rebase_source : bb4d6aa7bb36a468340c245715ac46c81c8903fa
2014-08-07 17:57:19 +02:00
Benjamin Bouvier b6b43c6d43 Bug 1019831: SIMD x86-x64: Define ScratchSimdRegister and ReturnSimdRegister; r=sunfish
--HG--
extra : rebase_source : 1f4ab09a434863c4a8078cbfde98405f94d83d9f
2014-08-07 17:57:12 +02:00
Benjamin Bouvier d4fbf1f7ec Bug 1019831: SIMD x86-x64: masm / asm instructions for int32x4 moves; r=sunfish
--HG--
extra : rebase_source : c3cf27a5204864ade27f33c9dae119d792a5ecc5
2014-08-07 17:57:04 +02:00
Benjamin Bouvier ef5c653ccc Bug 1019831: SIMD x86-x64: Allow stack slot allocator to emit quad slots; r=sunfish
--HG--
extra : rebase_source : 78fb69188d5cf9618bb251fe7a6196fcc86a0ba5
2014-08-07 17:56:36 +02:00
Benjamin Bouvier 88cbb21d3b Bug 1019831: SIMD x86-x64: LIR definition; r=sunfish
--HG--
extra : rebase_source : fd976b9bab4d47ea9987dfb79a29978774fef864
2014-08-07 17:56:27 +02:00
Timothy Nikkel a351c40d5a Bug 1042772. Update the reference frame and current frame offset when moving to outside a transform so that we can use the correct offset to compute the initial visible rect for wrap list display items. r=roc 2014-08-07 11:33:18 -05:00
Timothy Nikkel 2c8ee8bbfc Bug 1042772. offsetToReferenceFrame is always zero when we use it. Remove it. r=mattwoodrow 2014-08-07 11:33:16 -05:00
Timothy Nikkel 6d1a7bd986 Bug 1042772. Set the dirty rect relative to the current frame, not the reference frame. r=roc
The offsetToReferenceFrame is to the reference frame for this, since we are transformed we are the reference frame, so the offset was 0,0. So the computation still produced correct results.
2014-08-07 11:33:14 -05:00
Paul Adenot ffc6be4255 Bug 1047831 - r=ehsan 2014-08-07 17:02:36 +02:00
Randell Jesup e4c16f46ec Bug 1041369: one more missing line in the previous bustage fix r=bustage 2014-08-07 11:09:34 -04:00
Benjamin Bouvier 2228ebf96d Bug 1023404: Implement SIMD types helpers; r=sunfish 2014-08-07 16:55:26 +02:00
Randell Jesup 9de8117656 Bug 1041369: unified build: missing include of scoped_ptr.h r=bustage 2014-08-07 10:38:52 -04:00
Randell Jesup e9cbeec72f Bug 1041369: add lost stub in null window capture device for Refresh() r=bustage 2014-08-07 10:26:26 -04:00
Bob Owen 9f29e88cea Bug 1046647 - Part 6: Replace nsCxPusher in nsDomClassInfo BaseStubConstructor. r=bholley 2014-08-04 18:01:00 +01:00
Bob Owen c98076ab44 Bug 1046647 - Part 5: Replace nsCxPusher in nsDocShell OnLinkClickEvent::Run. r=bholley 2014-08-05 17:18:38 +01:00
Bob Owen 325adb5305 Bug 1046647 - Part 4: Replace nsCxPusher in nsDocShell::AddState. r=bholley 2014-08-05 17:18:30 +01:00
Bob Owen 8de62d70df Bug 1046647 - Part 3: Replace nsCxPusher in nsHandlerData. r=bholley 2014-08-04 17:19:01 +01:00
Bob Owen 9a28fc7046 Bug 1046647 - Part 2: Replace AutoCxPusher in nsXBLProtoImpl::InstallImplementation. r=bholley 2014-08-06 16:30:25 +01:00
Bob Owen 14dd48eb0d Bug 1046647 - Part 1: Replace AutoCxPusher in XULDocument::ExecuteScript. r=bholley 2014-08-05 14:57:53 +01:00
Steven Lee 54cb6b62ce Bug 1046515 - Add support for the "repeat" and "run-until-failure" mach commands on B2G. r=ahal 2014-08-04 23:29:00 -04:00
Morris Tseng f3682709b7 Bug 1046498 - Constrain frame to anchor subtree when dragging selection caret. r=roc 2014-08-06 01:55:00 -04:00
Shih-Chiang Chien afd195982e Bug 1045975 - Use nsIDOMWindowUtils.askPermission in all types of permission request. r=smaug 2014-08-01 15:22:20 +08:00
Michael Pruett aacf7256ca Bug 1041429 - Adopt template strings in UnifiedComplete. r=mano 2014-08-06 05:17:59 -05:00
Roman Skalish 096f2ca6eb Bug 1041369 - Rescan window list on each getUserMedia window/screensharing request. r=jesup, r=gcp 2014-08-01 02:14:00 -04:00
Ed Morley 52b767ae81 Merge mozilla-central and inbound 2014-08-07 14:40:43 +01:00
Ed Morley 58fedf8654 Merge latest green b2g-inbound changeset and mozilla-central; a=merge 2014-08-07 14:12:54 +01:00
B2G Bumper Bot b4678bb213 Bumping manifests a=b2g-bump 2014-08-07 03:01:55 -07:00
B2G Bumper Bot ef0b7f226b Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d581b7149d25
Author: Zac <zcampbell@mozilla.com>
Desc: Revert "Bug 1042032 - Disable test_gallery_view until dwong fixes the phones."

This reverts commit bdc0f48ba27d37594598664993c80b88291a3d6c.
2014-08-07 03:00:33 -07:00
B2G Bumper Bot 61261221f8 Bumping manifests a=b2g-bump 2014-08-07 02:51:29 -07:00
B2G Bumper Bot 57b5a3d6ed Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ae1a47bdc63f
Author: Zac <zcampbell@mozilla.com>
Desc: Revert "Bug 1048953 - Disable test_new_event_appears_on_all_views on TBPL due to bug 1048953 a=testonly"

This reverts commit 1cbb253e32670a61cd8b7245877a9ed762d3b715.
2014-08-07 02:45:41 -07:00
Thomas Zimmermann 4fa153dcec Bug 992206: Cleanup interface of |BluetoothSocket|, r=shuang
This patch cleans up the interface of Bluedroid's |BluetoothScoket|
to look more similar the interface of |UnixSocketConsumer|, from
which it descends.
2014-08-07 11:37:50 +02:00
Thomas Zimmermann cea72e393a Bug 992206: Use |SocketIOShutdownTask| for Bluetooth sockets, r=shuang 2014-08-07 11:37:50 +02:00
Thomas Zimmermann 9187540426 Bug 992206: Use |SocketIOSendTask| for Bluetooth sockets, r=shuang 2014-08-07 11:37:49 +02:00
Thomas Zimmermann 2088ae9735 Bug 992206: Use |SocketIOTask| for Bluetooth sockets, r=shuang 2014-08-07 11:37:49 +02:00
Thomas Zimmermann 36ac80cc0c Bug 992206: Use |SocketIOBase| for Bluetooth sockets, r=shuang 2014-08-07 11:37:49 +02:00
Thomas Zimmermann d1a9709a19 Bug 992206: Use |SocketIODeleteInstanceRunnable| for Bluetooth sockets, r=shuang 2014-08-07 11:37:49 +02:00
Thomas Zimmermann 5a48c70476 Bug 992206: Use |SocketIORequestClosingRunnable| for Bluetooth sockets, r=shuang 2014-08-07 11:37:48 +02:00
Thomas Zimmermann 74b98b9560 Bug 992206: Use |SocketIOReceiveRunnable| for Bluetooth sockets, r=shuang 2014-08-07 11:37:48 +02:00
Thomas Zimmermann 814189c271 Bug 992206: Use |SocketIOEventRunnable| for Bluetooth sockets, r=shuang 2014-08-07 11:37:48 +02:00