Jared Wein
69215fad47
Bug 1325464 - Use ES6 method syntax for preferences. r=MattN
...
MozReview-Commit-ID: k3Bkm39TtT
--HG--
extra : rebase_source : a3e78734613429ec157e56cf9ef5a087f3f4da61
2016-12-22 15:57:40 -05:00
Henrik Skupin
8e8534e2d5
Bug 1326236 - Use get_property() to retrieve the selectedIndex of decks and wizards. r=maja_zf
...
Fix for a regression as introduced by bug 1277090. get_attribute() no longer returns
values of Element properties. For the latter get_property() has to be used now.
MozReview-Commit-ID: K45rcHDM6YC
--HG--
extra : rebase_source : d35ea60aa41fad0e84c967cd1042c61106f9a442
2016-12-29 20:02:57 +01:00
Wes Kocher
0dfb7c2b5c
Backed out 3 changesets (bug 1325464) for xpcshell failures a=backout
...
Backed out changeset 562ddc32cc21 (bug 1325464)
Backed out changeset cd10db6087dd (bug 1325464)
Backed out changeset 4079437c4648 (bug 1325464)
2016-12-29 14:05:44 -08:00
Wes Kocher
42b6140ab1
Backed out changeset 57a62a57c996 (bug 1326174) for test_utils.py failures a=backout
2016-12-29 13:24:51 -08:00
Jared Wein
e916e6e896
Bug 1325464 - Manually fix the remaining ES6 method syntax eslint errors. r=MattN
...
MozReview-Commit-ID: 6NqMryvKH9S
--HG--
extra : rebase_source : 4085737de26adb421eb9b3c9e9841d44a1c89fa4
2016-12-28 12:22:09 -05:00
Jared Wein
7255df4e9a
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 8WoGr8i6oCR
--HG--
extra : rebase_source : da7172285d43b820421557ed3b05887e091ff939
2016-12-29 15:20:47 -05:00
Jared Wein
ac17ce81ae
Bug 1325464 - Use ES6 method syntax for preferences. r=MattN
...
MozReview-Commit-ID: k3Bkm39TtT
--HG--
extra : rebase_source : a3e78734613429ec157e56cf9ef5a087f3f4da61
2016-12-22 15:57:40 -05:00
Nils Ohlmeier [:drno]
bf8b1f5ab9
Bug 1324995: only free AdapterAddresses if needed. r=bwc,jesup
...
MozReview-Commit-ID: 8C4yPsGGPoV
--HG--
extra : rebase_source : 96364e7469b92f3ce1a2e8b56b886b4581287d89
2016-12-20 23:20:01 -08:00
Henrik Skupin
4fead6b39f
Bug 1326174 - For unsupported commands in chrome context throw UnsupportedOperationError r=ato
...
Commands which are not (yet) supported in chrome context have to throw an
UnsupportedOperationError to indicate that they cannot be used instead of
silently eating failures.
MozReview-Commit-ID: 2eFYAfKaQpD
--HG--
extra : rebase_source : cbf8ded1ad5ea0b0e902f74831416bc3b7921856
2016-12-29 14:04:16 +01:00
Wes Kocher
4ea759de85
Backed out changeset 25505bf601f6 (bug 1326236) for test_update_wizard.py failures a=backout
2016-12-29 12:46:05 -08:00
Wes Kocher
f5487ba06d
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: CKBSX584vXq
2016-12-29 12:22:47 -08:00
Wes Kocher
0747771468
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 1rhhMOnW569
2016-12-29 12:03:47 -08:00
Wes Kocher
8419692f73
Merge autoland to central, a=merge
...
MozReview-Commit-ID: ARlpf5Z77fz
2016-12-29 11:58:24 -08:00
Henrik Skupin
9a301276ce
Bug 1326236 - Use get_property() to retrieve the selectedIndex of decks and wizards. r=maja_zf
...
Fix for a regression as introduced by bug 1277090. get_attribute() no longer returns
values of Element properties. For the latter get_property() has to be used now.
MozReview-Commit-ID: K45rcHDM6YC
--HG--
extra : rebase_source : 8ca27167b364832a99c29eb9cf1f16181493d950
2016-12-29 20:02:57 +01:00
ffxbld
f2c5f649b5
No bug, Automated blocklist update from host bld-linux64-spot-079 - a=blocklist-update
2016-12-29 07:05:51 -08:00
ffxbld
e21b7b065a
No bug, Automated HPKP preload list update from host bld-linux64-spot-079 - a=hpkp-update
2016-12-29 07:05:48 -08:00
ffxbld
b966520adf
No bug, Automated HSTS preload list update from host bld-linux64-spot-079 - a=hsts-update
2016-12-29 07:05:45 -08:00
Jan de Mooij
8111c1817e
Bug 1323096 - Optimize object[double] and object[string] like object[int32]. r=evilpie
...
--HG--
extra : rebase_source : ea0a37bdc41a0dc20e1b3816aec57b9b0752b11c
2016-12-29 15:22:44 +01:00
Eddy Bruel
e7b36a72a0
Bug 1271650 - Implement a C++ interface for DebuggerFrame.arguments. r=jimb
2016-12-29 15:10:11 +01:00
Sebastian Hengst
d31ab3acdd
Backed out changeset bf998120b814 (bug 1326023) for hazard failure. r=backout
2016-12-29 15:04:11 +01:00
Kilik Kuo
c0c0027fee
Bug 1325543 - Avoid unnecessarily awaiting procedure for Widevine CDM installation. r=jwwang
...
Currently, gecko doesn't support download and installation for Widevine CDM on Android.
Returning Cdm_not_supported avoids the subsequent call to AwaitInstall() while requesting MediaKeySystemAccess.
MozReview-Commit-ID: 3mOEf9iWE1G
--HG--
extra : rebase_source : 59649e5048424c38033c3c6e6c48f89ea4997a8e
2016-12-29 20:30:31 +08:00
Jeff Gilbert
a08f6f998c
Bug 1325699 (flattened) - Fix uniform block handling. - r=daoshengmu
...
Flattened with:
* Handle -1 attrib locations. - r=daoshengmu
2016-12-29 02:47:08 -08:00
Jeff Gilbert
0b065a7b71
Bug 1325301 (flattened) - Validate attribute base types match data base types. - r=bz,daoshengmu
...
Flattened with:
* Clean up generic vertex attribs. - r=bz,daoshengmu
* Remove EnsureAttrib() and friends. - r=daoshengmu
* Simplify EnumName behavior and usage and add ErrorInvalidEnumArg(). - r=daoshengmu
2016-12-29 02:46:46 -08:00
Jeff Gilbert
59ad1b29d3
Bug 1325741 - Handle uploads from RED/FLOAT to R16F, and others. - r=daoshengmu
...
MozReview-Commit-ID: 1ef1essxTNV
2016-12-29 02:45:16 -08:00
Jeff Gilbert
6cff55278b
Bug 1325733 (flattened) - Mark read/draw calls better. - r=daoshengmu
...
Includes:
* ANGLE needs to call clear twice even on larger targets. - r=daoshengmu
2016-12-29 02:45:13 -08:00
Jeff Gilbert
0cf1348d5e
Bug 1324972 (flattened) - Disable unnecessary manual index validation for WebGL 2. - r=daoshengmu
...
Includes:
* Catch ANGLE's zealous index-out-of-bounds INVALID_OPs.
* ANGLE DrawElements validation is wrong.
2016-12-29 02:45:11 -08:00
Jeff Gilbert
f74960ccbf
Bug 1325333 - Check type of buffer to be cleared by Clear[Buffer]. - r=daoshengmu
...
MozReview-Commit-ID: 8A37aTeW25t
2016-12-29 02:45:08 -08:00
Lars T Hansen
3ea086e2a7
Bug 1319388 - wasm baseline: Generate function prologue in-line by patching. r=luke
...
--HG--
extra : rebase_source : 28dfc715a7e515db787447b878e156e08630de0b
2016-12-29 07:28:03 +01:00
Lars T Hansen
1f34a22bc4
Bug 1319388 - Add add32ToPtrWithPatch and patchAdd32ToPtr to MacroAssembler. r=jandem
...
--HG--
extra : rebase_source : a50b733c713c75916e66d5635beda3e60bd1bc73
2016-12-29 07:23:33 +01:00
Cameron McCormack
7fca5ff6dd
Bug 1323892
- Followup to disable one more crashtest under stylo.
...
MozReview-Commit-ID: L1ciA3WaN0a
2016-12-29 16:32:01 +08:00
Wes Kocher
2903c33754
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 3AlcRAsPF0s
2016-12-28 16:08:44 -08:00
Wes Kocher
8294014f54
Merge autoland to central, a=merge
...
MozReview-Commit-ID: FTkalcNxO2k
2016-12-28 16:00:35 -08:00
Wander Lairson Costa
642d96f221
Bug 1320756: Disable treeherder reporting for BBB jobs. r=dustin
...
buildbot-bridge schedules jobs on BB, which already reports to
treeherder.
MozReview-Commit-ID: 5wdMzEpXK9o
--HG--
extra : rebase_source : d544c5ca78e0fd9236060a42a1d33b7c88395ca9
2016-12-28 15:05:29 -02:00
Johann Hofmann
0e1a2b0e43
Bug 1320406
- Add a "Not now" button to the addon installation restart notification. r=florian
...
MozReview-Commit-ID: EUJfcHU6qGN
--HG--
extra : rebase_source : 96685998896d989d6b966a9f9d370f60036352c5
2016-12-28 16:43:49 +01:00
ffxbld
7058ebe59d
No bug, Automated HPKP preload list update from host bld-linux64-spot-1016 - a=hpkp-update
2016-12-28 06:51:35 -08:00
ffxbld
bb5786ef1e
No bug, Automated HSTS preload list update from host bld-linux64-spot-1016 - a=hsts-update
2016-12-28 06:51:33 -08:00
Phil Ringnalda
94ed5056b1
Merge m-i to m-c, a=merge
...
MozReview-Commit-ID: JGQ9qyi5pRc
2016-12-27 20:33:25 -08:00
Phil Ringnalda
d376a758dc
Merge autoland to m-c, a=merge
...
MozReview-Commit-ID: HAS6ji3eShV
2016-12-27 20:31:38 -08:00
Jan Beich
a1d4774bcd
Bug 1326011 - Unbreak build on BSDs after after bug 1250356. r=jesup
...
MozReview-Commit-ID: 390dsKqlJQe
2016-12-28 00:57:00 +01:00
Towkir Ahmed
95eb20ef5c
Bug 1325553 - Sound of "take screenshot" button respects relevant preference now; r=ntim
2016-12-28 08:45:00 +01:00
ffxbld
14daa764d4
No bug, Automated blocklist update from host bld-linux64-spot-139 - a=blocklist-update
2016-12-27 06:43:58 -08:00
ffxbld
e6b816a8bf
No bug, Automated HPKP preload list update from host bld-linux64-spot-139 - a=hpkp-update
2016-12-27 06:43:56 -08:00
ffxbld
6996a4d8f9
No bug, Automated HSTS preload list update from host bld-linux64-spot-139 - a=hsts-update
2016-12-27 06:43:53 -08:00
Tom Schuster
3ed240d6b8
Bug 1325927 - Reorder JSValueTag to match JSValueType. r=jandem
2016-12-27 13:31:07 +01:00
Ryan VanderMeulen
51aa673e28
Merge inbound to m-c. a=merge
2016-12-27 00:00:22 -05:00
Ryan VanderMeulen
ddf74ed5ef
Merge autoland to m-c. a=merge
2016-12-26 23:58:58 -05:00
Pip Cet
95c7ee0695
Bug 1322681 - JS shell: wait for async tasks in DrainJobQueue(); r=bbouvier
...
Changes DrainJobQueue() to wait for async tasks launched by queued
jobs, rather than ignoring them and potentially causing segfaults.
MozReview-Commit-ID: 3fMoNHzdlUW
--HG--
extra : rebase_source : 1dcd3fd927cf648d2b17b9c894f364324cb80122
2016-12-26 19:00:56 +01:00
Ryan VanderMeulen
72b1557225
Merge m-c to inbound. a=merge
2016-12-27 00:01:04 -05:00
Ethan Lin
0b1384e9e5
Bug 1322079 - Set CreateBorderLayer to pure virtual function and let nsDisplayBorder return LAYER_ACTIVE. r=mattwoodrow
...
MozReview-Commit-ID: 6zGq7ymIkO0
2016-12-27 11:40:40 +08:00
Tom Schuster
c885ebf96c
Bug 1324566 - Port Baseline GlobalNameValue to CacheIR. r=jandem
2016-12-26 17:50:31 +01:00