Boris Zbarsky
1eece3f61b
Bug 1133760 part 1. The ownPropNames hook can't be called via Xrays, so stop trying to handle that case. r=peterv
2015-02-26 09:40:07 -05:00
Boris Zbarsky
103a01a91d
Bug 1134730. DOM proxy finalizers should not assume that the JS object has an actual reference to the DOM object (and in particular that the slot it's stored in is a private slot). r=peterv
2015-02-26 09:40:07 -05:00
Jan de Mooij
5b2e74d5bb
Bug 1136837 part 1 - Don't inline calls with incomplete type information for this or arguments. r=h4writer
2015-02-26 15:33:45 +01:00
Gabor Krizsanits
dbcdf470fd
Bug 1134981 - Quick fix in registerElement. r=bz
2015-02-26 15:20:37 +01:00
Ehsan Akhgari
0e39582252
Bug 1132768 - Consider non-editable regions in contenteditable elements as user-select:all even if the editable region doesn't have the focus; r=roc
2015-02-26 09:18:27 -05:00
Neil Deakin
5d1eaacdd5
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
f7d8bdbff4
Bug 1136563 - ARIA 1.1: Support role 'switch', r=surkov
2015-02-26 14:47:15 +01:00
Kartikaya Gupta
b204ae6120
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
8b846b3b40
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
3ff68951bf
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
d4ac6a02c6
Bug 1125101 - Check budget in incremental compaction r=terrence
2015-02-26 12:35:59 +00:00
Jon Coppeard
ae6f5e923d
Bug 1125101 - Incrementalise compacting GC by zones r=terrence
2015-02-26 12:35:59 +00:00
Jon Coppeard
48edaed9e4
Bug 1130439 - Trigger compacting GCs after the user becomes inactive r=smaug r=terrence
2015-02-24 09:40:02 +00:00
Brian Hackett
1bb0b8c45e
Bug 1136267 - Handle inlining when folding &&/||/?: operations in Ion, r=sunfish.
2015-02-26 06:34:04 -06:00
Nicolas B. Pierron
52e410651a
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
ea68bd74ad
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
e6bc0771d0
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
f4a8801db8
Bug 1112164 part 16 - Clean-up: Remove FloatRegister::GetSizeInBytes. r=bbouvier
2015-02-26 12:18:29 +01:00
Nicolas B. Pierron
e84ae8de92
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
72e340b72c
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
46a1ae9555
Bug 1112164 part 13 - HandleRegisterDump operations should support all register type. r=jandem
2015-02-26 12:18:27 +01:00
Nicolas B. Pierron
c7c76c9b6b
Bug 1112164 part 12 - Use RegisterDump size for bailout spills. r=jandem
2015-02-26 12:18:27 +01:00
Nicolas B. Pierron
2211777fe3
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
1aa9321ced
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
e9c1b612d3
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
4e464541b4
Bug 1112164 part 8 - Use architecture specific SetSize. r=bbouvier
2015-02-26 12:18:24 +01:00
Nicolas B. Pierron
bf943c5fd4
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
c948e9f624
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
83cd602900
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
17e8facf47
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
80b57691ed
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
7b270c047f
Bug 1112164 part 2 - Rename ReturnSimdReg to ReturnInt32x4Reg and ReturnFloat32x4Reg. r=bbouvier
2015-02-26 12:18:20 +01:00
Nicolas B. Pierron
1654398a1b
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
08d734be97
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
25bbd3e036
Merge mozilla-central to mozilla-inbound
2015-02-26 12:05:38 +01:00
Carsten "Tomcat" Book
d3cf32e154
merge fx-team to mozilla-central a=merge
2015-02-26 12:00:41 +01:00
Carsten "Tomcat" Book
f071785710
merge mozilla-inbound to mozilla-central a=merge
2015-02-26 11:57:05 +01:00
B2G Bumper Bot
1bef8064be
Bumping manifests a=b2g-bump
2015-02-25 23:53:00 -08:00
B2G Bumper Bot
06007b3fc7
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
27ff7ff92b
Bumping manifests a=b2g-bump
2015-02-25 23:09:12 -08:00
B2G Bumper Bot
529cd6115e
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
25561a0d95
Bumping manifests a=b2g-bump
2015-02-25 22:38:00 -08:00
B2G Bumper Bot
8e1f61907e
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
a742f6a0ee
Bumping manifests a=b2g-bump
2015-02-25 22:08:00 -08:00
B2G Bumper Bot
bd88e7d84e
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
b3c00dae14
Bumping manifests a=b2g-bump
2015-02-25 21:47:43 -08:00
B2G Bumper Bot
f9cf8fbe09
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
8cda7e18f9
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
9474b33c3b
Bumping manifests a=b2g-bump
2015-02-25 19:58:06 -08:00
B2G Bumper Bot
46aad1d0ea
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