Neil Deakin
4be3ac5710
Bug 1131685, don't have the selection in the list interfere with caret movement in the search field, r=mak
2015-02-26 09:14:19 -05:00
Marco Zehe
871757e5e6
Bug 1136563 - ARIA 1.1: Support role 'switch', r=surkov
2015-02-26 14:47:15 +01:00
Kartikaya Gupta
2ccb1ce2ad
Bug 1130455 - Remove the ScrollingBehavior code to propagate APZ and use gfxPrefs instead. r=roc,fabrice
...
The ScrollingBehavior passed around extensively in TabParent/TabChild is
entirely redundant now that the layers.async-pan-zoom.enabled pref definitively
controls whether or not APZ is enabled. All the code related to ScrollingBehavior
can be removed.
2015-02-26 08:47:01 -05:00
Kartikaya Gupta
4ebb7ef7d1
Bug 1130455 - Remove the mozasyncpanzoom attribute. r=roc
...
This attribute used to force APZ to be used on content processes even if the
overall APZ pref was false. However, this has a couple of problems, which cancel
each other out:
- If the pref is false, the APZ machinery is never created, and so it's
impossible to have content processes "using" APZ.
- The reftest harness checks for the pref and ignores mozasyncpanzoom when
evaluating the "asyncPanZoom" condition in reftest manifests.
Therefore, any reftests which were skip-if(!asyncPanZoom) would never run unless
the pref was set, and in those cases the mozasyncpanzoom attribute would not be
needed at all, as APZ is already enabled with the pref.
However, the mozasyncpanzoom attribute would cause some parts of the child
process code to behave as though APZ was enabled, which is incorrect. Removing
this attribute and relying solely on the pref corrects that.
2015-02-26 08:47:00 -05:00
Nicolas B. Pierron
43e1b6f12a
Bug 1119303 - Use an oolCallVM to allocate SIMD objects when the nursery is full. r=bbouvier
2015-02-26 14:42:25 +01:00
Jon Coppeard
1a4e35f3aa
Bug 1125101 - Check budget in incremental compaction r=terrence
2015-02-26 12:35:59 +00:00
Jon Coppeard
9a34f01eb6
Bug 1125101 - Incrementalise compacting GC by zones r=terrence
2015-02-26 12:35:59 +00:00
Jon Coppeard
2b3e9874b8
Bug 1130439 - Trigger compacting GCs after the user becomes inactive r=smaug r=terrence
2015-02-24 09:40:02 +00:00
Brian Hackett
2c936db8ea
Bug 1136267 - Handle inlining when folding &&/||/?: operations in Ion, r=sunfish.
2015-02-26 06:34:04 -06:00
Nicolas B. Pierron
72668db2d6
Bug 1112164 part 19 - LSRA should spill aliased registers around call-sites. r=bhackett
2015-02-26 12:18:31 +01:00
Nicolas B. Pierron
240e89e884
Bug 1112164 part 18 - PushRegsInMask: Do not spill SIMD register if there is no support. r=bbouvier
2015-02-26 12:18:30 +01:00
Nicolas B. Pierron
12c6101ee2
Bug 1112164 part 17 - StupidAllocator: Fix issues with SIMD spill and aliased registers. r=mjrosenb
2015-02-26 12:18:30 +01:00
Nicolas B. Pierron
b8f74c4cd2
Bug 1112164 part 16 - Clean-up: Remove FloatRegister::GetSizeInBytes. r=bbouvier
2015-02-26 12:18:29 +01:00
Nicolas B. Pierron
e047218221
Bug 1112164 part 15 - x86/x64: Add register type in the register allocator spew. r=bbouvier
2015-02-26 12:18:28 +01:00
Nicolas B. Pierron
af6d20964f
Bug 1112164 part 14 - Add types to x86/x64 float registers. r=bbouvier,jandem
2015-02-26 12:18:28 +01:00
Nicolas B. Pierron
20f025ca75
Bug 1112164 part 13 - HandleRegisterDump operations should support all register type. r=jandem
2015-02-26 12:18:27 +01:00
Nicolas B. Pierron
d2ff3047b1
Bug 1112164 part 12 - Use RegisterDump size for bailout spills. r=jandem
2015-02-26 12:18:27 +01:00
Nicolas B. Pierron
55539e1f86
Bug 1112164 part 11 - Add an union to declare how data can overlap in one register. r=mjrosenb
2015-02-26 12:18:26 +01:00
Nicolas B. Pierron
4be8ea003d
Bug 1112164 part 10 - Clean-up: Use SetType for register mask declarations. r=bbouvier
2015-02-26 12:18:25 +01:00
Nicolas B. Pierron
fe5896764c
Bug 1112164 part 9 - PushRegsInMask no longer assumes that any FloatRegister is 8 bytes. r=bbouvier
2015-02-26 12:18:25 +01:00
Nicolas B. Pierron
f1d5c27b09
Bug 1112164 part 8 - Use architecture specific SetSize. r=bbouvier
2015-02-26 12:18:24 +01:00
Nicolas B. Pierron
a0664f2653
Bug 1112164 part 7 - Add common architecture functions to query/convert a register type. r=mjrosenb
2015-02-26 12:18:23 +01:00
Nicolas B. Pierron
9e2d6162c1
Bug 1112164 part 6 - RegisterSets: takeAny should take one register and all aliases of it. r=mjrosenb
2015-02-26 12:18:23 +01:00
Nicolas B. Pierron
a95d35da9b
Bug 1112164 part 5 - Distinguish between the FloatRegister code and the encoding on x86 & x64. r=jandem
2015-02-26 12:18:22 +01:00
Nicolas B. Pierron
c046a09f6f
Bug 1112164 part 4 - SimdReinterpretCast: Do not use redefine as the MIRType of the input & output are different. r=sunfish
2015-02-26 12:18:21 +01:00
Nicolas B. Pierron
739dca4b1b
Bug 1112164 part 3 - Add {Float,}Register::Encoding to represent what can be decoded from the assembly. r=jandem
2015-02-26 12:18:21 +01:00
Nicolas B. Pierron
010d155a09
Bug 1112164 part 2 - Rename ReturnSimdReg to ReturnInt32x4Reg and ReturnFloat32x4Reg. r=bbouvier
2015-02-26 12:18:20 +01:00
Nicolas B. Pierron
dc83aba360
Bug 1112164 part 1 - x86/x64 lowerForFPU: Do not reuse the input register if the MIRType are different. r=sunfish
2015-02-26 12:18:19 +01:00
Nicolas B. Pierron
4f61885c86
Bug 1112164 part 0 - PrintUse: Use AnyRegister::name method for printing the name of Fixed register uses. r=bhackett
2015-02-26 12:18:18 +01:00
Carsten "Tomcat" Book
ae50ab63f8
Merge mozilla-central to mozilla-inbound
2015-02-26 12:05:38 +01:00
Carsten "Tomcat" Book
c658a426c3
merge fx-team to mozilla-central a=merge
2015-02-26 12:00:41 +01:00
Carsten "Tomcat" Book
f8ac7262e0
merge mozilla-inbound to mozilla-central a=merge
2015-02-26 11:57:05 +01:00
B2G Bumper Bot
5492740041
Bumping manifests a=b2g-bump
2015-02-25 23:53:00 -08:00
B2G Bumper Bot
03ab002f17
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/298fece36f25
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1133274 - merge pull request #28228 from TheoChevalier:privacy-panel-blur-l10n to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/5b1f007a824b
Author: TheoChevalier <theo.chevalier11@gmail.com>
Desc: Bug 1133274 - [Privacy Panel] Fix l10n (Blur distance not displayed, L10n JS errors, English quotes)
2015-02-25 23:50:24 -08:00
B2G Bumper Bot
5c140937c7
Bumping manifests a=b2g-bump
2015-02-25 23:09:12 -08:00
B2G Bumper Bot
e44deacab0
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/64637d651ffd
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Revert "Bug 1072092 - improving visibility accessibility for statusbar icons when in fullscreen and fullscreen-app mode."
This reverts commit d6f114e039b4d7918dbc3b4cd999adb88f6eeced.
2015-02-25 23:06:47 -08:00
B2G Bumper Bot
693c331fc6
Bumping manifests a=b2g-bump
2015-02-25 22:38:00 -08:00
B2G Bumper Bot
1f56761809
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/611ce997e1b6
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1135805 - making chrome urlbar visible to the screen reader only when it is dragging or dragged to a minimized-tray in full screen apps."
This reverts commit cd51c07b3eee5ace31faf3891e955c36bd3875d7.
2015-02-25 22:35:32 -08:00
B2G Bumper Bot
ac9929bf84
Bumping manifests a=b2g-bump
2015-02-25 22:08:00 -08:00
B2G Bumper Bot
8372934661
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/66ea854a3ed5
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #28435 from crh0716/1136123
Bug 1136123 - Fix the handler for navigating back r=evelyn
========
https://hg.mozilla.org/integration/gaia-central/rev/7ce2e87abfe6
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1136123 - Fix the handler for navigating back
2015-02-25 22:05:34 -08:00
B2G Bumper Bot
ad423114b8
Bumping manifests a=b2g-bump
2015-02-25 21:47:43 -08:00
B2G Bumper Bot
6fbe8a9f26
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9351fa48ddc7
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Merge pull request #28439 from RickyChien/svoperapps-to-node
Bug 955996 - Running svoperapps.js on node.js r=@cctuan
========
https://hg.mozilla.org/integration/gaia-central/rev/f0755b4f1419
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 955996 - Running svoperapps.js on node.js
2015-02-25 21:45:16 -08:00
Eric Faust
f77129f4f8
Bug 1066229 - Follow up: Enable |let| in ecma_6/Class/ in browser JS reftests. (rs=bz)
2015-02-25 20:15:22 -08:00
B2G Bumper Bot
f24ce0d34a
Bumping manifests a=b2g-bump
2015-02-25 19:58:06 -08:00
B2G Bumper Bot
c071674085
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b5caf4557380
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #28440 from yrliou/Bug1136549
Bug 1136549 - Replace evt.device.name with evt.deviceName when accessing BluetoothPairingEvent, r=ian
========
https://hg.mozilla.org/integration/gaia-central/rev/74f52f4eb3df
Author: Jocelyn Liu <joliu@mozilla.com>
Desc: Bug 1136549 - Replace evt.device.name with evt.deviceName when accessing BluetoothPairingEvent, r=ian
========
https://hg.mozilla.org/integration/gaia-central/rev/e2aa9e402bb7
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1134097 - merge pull request #28350 from FunkTron:Bug1134097 to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/39655f9c43d8
Author: Ross <ross.ziegler@imross.com>
Desc: Bug 1134097 - Implemented 'interaction hints' for screen reader
2015-02-25 19:55:28 -08:00
B2G Bumper Bot
c897bc552e
Bumping manifests a=b2g-bump
2015-02-25 19:22:39 -08:00
B2G Bumper Bot
3ea7a5c84f
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/207fa863349a
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1111472 - merge pull request #28406 from dwi2:bug1111472 to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/af8b77e68639
Author: Tzu-Lin Huang <tzhuang@mozilla.com>
Desc: Bug 1111472 - Prevent same card get pinned twice
2015-02-25 19:20:12 -08:00
Erik Vold
8e54462bcd
Bug 1134759 - Uplift the Add-on SDK to Firefox a=me
2015-02-25 18:53:25 -08:00
Eric Faust
39a067b002
Bug 1066229 - Follow up: Push args to callVM in correct, reversed, order. (r=me) on a CLOSED TREE
2015-02-25 18:43:09 -08:00
Eric Faust
f777b0fd04
Backed out changeset f32c20fcbff0 for landing with incorrect bug number on a CLOSED TREE
2015-02-25 18:41:46 -08:00