ffxbld [Wed, 30 Nov 2016 02:29:08 +0000 (29 21:29 -0500)]
Added FENNEC_50_0_2_RELEASE FENNEC_50_0_2_BUILD1 tag(s) for changeset
ce8c24de5d25. DONTBUILD CLOSED TREE a=release
--HG--
branch : MOBILE5002_2016112921_RELBRANCH
ffxbld [Wed, 30 Nov 2016 02:29:04 +0000 (29 21:29 -0500)]
Automated checkin: version bump for fennec 50.0.2 release. DONTBUILD CLOSED TREE a=release
--HG--
branch : MOBILE5002_2016112921_RELBRANCH
Andrew McCreight [Tue, 29 Nov 2016 23:57:30 +0000 (29 15:57 -0800)]
Bug
1321066 - Explicitly guard against reentrance in nsSMILTimeContainer. r=dholbert, a=lizzard
--HG--
branch : FIREFOX_50_0_2_RELBRANCH
extra : source :
623b0925399476b55fbe2d6135eaf62d17679414
Jordan Lund [Wed, 30 Nov 2016 00:15:48 +0000 (29 16:15 -0800)]
Bug
1321117: Use FIREFOX_50_0_2_RELBRANCH for 50.0.2 release r=me a=release
MozReview-Commit-ID: JPrDrsJ1U4R
--HG--
branch : FIREFOX_50_0_2_RELBRANCH
Jordan Lund [Wed, 30 Nov 2016 00:13:15 +0000 (29 16:13 -0800)]
Bug
1318603: Create FIREFOX_50_0_2_RELBRANCH
MozReview-Commit-ID: J2nwm7tDX5v
--HG--
branch : FIREFOX_50_0_2_RELBRANCH
Dragana Damjanovic [Wed, 23 Nov 2016 22:54:58 +0000 (23 17:54 -0500)]
Bug
1317641 - Some loadinfo security flags should not apply in case of a redirect. r=bz, a=dveditz
--HG--
branch : FIREFOX_50_0_1_RELBRANCH
extra : source :
9935254c39eef9d14de419dd6163ff453cc1ce16
extra : intermediate-source :
f722debcf50215bec64f141d606e37ec636ad116
Makoto Kato [Wed, 14 Sep 2016 02:09:00 +0000 (14 11:09 +0900)]
Bug
1300140 - Return error when IME attribute array doesn't have valid. r=masayuki, a=ritu
MozReview-Commit-ID: 2paKhQNSR11
--HG--
branch : FIREFOX_50_0_1_RELBRANCH
extra : source :
facf5812faffa05e6037e96c92a5835d12937966
extra : intermediate-source :
4f4eabf6bdd03d548d73e1a4e5457c2f40ec86f0
Makoto Kato [Wed, 14 Sep 2016 02:07:19 +0000 (14 11:07 +0900)]
Bug
1300143 - Set length before accessing array even if array capacity has enougth size. r=masayuki, a=ritu
MozReview-Commit-ID: F5IoXBOnouc
--HG--
branch : FIREFOX_50_0_1_RELBRANCH
extra : source :
002b4c56b913fcce358c53ee69d70cc777ba5fa4
extra : intermediate-source :
837febfe80a0c5b155fe8791ca01bad5c1cb467f
Kris Maglione [Tue, 22 Nov 2016 20:31:37 +0000 (22 12:31 -0800)]
Bug
1319452: Part 2 - Don't expose extension views that the caller cannot access. r=billm a=ritu
MozReview-Commit-ID: IS7mpOnQ8y0
--HG--
branch : FIREFOX_50_0_1_RELBRANCH
rename : browser/components/extensions/test/browser/browser_ext_incognito_popup.js => browser/components/extensions/test/browser/browser_ext_incognito_views.js
extra : source :
1846a78b62ff79f695c81c741cb1f15c9c2cda28
extra : intermediate-source :
0bb3236cb12af980fcf222a50e441fd5395d8df3
Kris Maglione [Thu, 24 Nov 2016 02:04:03 +0000 (23 18:04 -0800)]
Bug
1319452: Part 1 - Load background page in private browsing mode during permanent private browsing. r=billm a=ritu
MozReview-Commit-ID: KXA7xlq8Voc
--HG--
branch : FIREFOX_50_0_1_RELBRANCH
extra : source :
926f21451281f50f9172366b534a684ab85f64eb
extra : intermediate-source :
313505a1047e248f591b8345765090a609512581
Rail Aliiev [Fri, 18 Nov 2016 08:13:46 +0000 (18 09:13 +0100)]
Bug
1318603: Use FIREFOX_50_0_1_RELBRANCH for 50.0.1 release r=me a=release
MozReview-Commit-ID: AItdpm0hrjN
--HG--
branch : FIREFOX_50_0_1_RELBRANCH
Rail Aliiev [Fri, 18 Nov 2016 08:03:30 +0000 (18 09:03 +0100)]
Bug
1318603: Create FIREFOX_50_0_1_RELBRANCH
MozReview-Commit-ID: 6XyeGJABU2
--HG--
branch : FIREFOX_50_0_1_RELBRANCH
Boris Zbarsky [Sat, 5 Nov 2016 02:06:25 +0000 (4 22:06 -0400)]
Bug
1315368. Back out changeset
bf190e326bfd (bug 790997) because what it implements doesn't actually follow the CSS syntax editor's draft and breaks some sites in the process. r=dbaron,a=ritu
Chris Pearce [Fri, 4 Nov 2016 03:42:24 +0000 (4 16:42 +1300)]
Bug
1307546 - Ensure we don't set timers with negative intervals in to update A/V sync. r=jya,a=ritu
Our logic to do A/V sync sets a timer to drop expired frames based on the
start time of the next frame in the queue. If the frames in the queue are
badly muxed and don't have monotonically increasing start times, we can
end up setting a timer with a negative interval. This causes us to reevaluate
the frames in the VideoSink's queue immediately, set the same timer again,
and so we end up hot-looping.
This is a simple low-risk fix that detects when we're about to set a negative
interval timer, and instead sets the timer 1/30th of a second in the future.
This fix is deliberately low risk, such that it's suitable for uplift. I have
an idea how to do this better, but the lower risk this is most suitable for
uplift.
MozReview-Commit-ID: CDOqJJodx4l
--HG--
extra : rebase_source :
3fc1a4f0bfcdf1b1379f0c681c9d3b8e875cb180
extra : source :
d5a00a0b689c385afd53b7b93f41e244976e613f
Jim Mathies [Mon, 22 Aug 2016 11:53:38 +0000 (22 06:53 -0500)]
Bug
1294650 - Install shim 'qipcap' dlls into the Firefox folder to circumvent dll injection by the 3rd party Websense product. r=aklotz a=ritu
CLOSED TREE
MozReview-Commit-ID: 11qJbfim7Lm
--HG--
extra : source :
d332de44654828b81e2ad13ec2d7fe54eb8d2de9
extra : intermediate-source :
2d931a5eaf8aeee925eca2aea42582a1fb9793c8
Hannes Verschore [Fri, 28 Oct 2016 19:44:39 +0000 (28 21:44 +0200)]
Bug
1281759 - Try to work around mysterious AMD crashes (take 2). r=jandem a=ritu
--HG--
extra : source :
d77c9965e9b287150fcc5fc23d386a9ade278bd2
extra : intermediate-source :
30be0417e259e8cdeae44608e100865844c2a6ec
ffxbld [Fri, 4 Nov 2016 10:05:14 +0000 (4 03:05 -0700)]
No bug, Automated blocklist update from host bld-linux64-spot-551 - a=blocklist-update
Dan Minor [Wed, 2 Nov 2016 19:16:36 +0000 (2 15:16 -0400)]
Bug
1314667 - Add bounds check when configuring simulcast streams; r=jesup a=dveditz
The webrtc.org code has a hard coded limit on the number of simulcast
streams. This adds a check to make sure we don't try to add more
streams than it can support. Since the jsep code orders by
decreasing resolution, if too many streams are passed in we will end up
dropping the lowest resolution ones.
--HG--
extra : source :
a5ae3c3cf0f0e349467a01cebe7035eafa12e766
extra : intermediate-source :
86abd82f28218c0b993fe159d620900c0c583e9b
Jan-Ivar Bruaroey [Mon, 1 Aug 2016 19:36:34 +0000 (1 15:36 -0400)]
Bug
1290629 - Make default cam, which is supposed to model a real cam, nonetheless independent of webrtc includes. r=jesup a=ritu
MozReview-Commit-ID: 2RiRxXCNHv6
--HG--
extra : source :
c74f4ce68ffec19bbab5d36787e1ad160d96f45c
Henrik Skupin [Wed, 2 Nov 2016 10:37:40 +0000 (2 11:37 +0100)]
Bug
1314550 - Better failure message for update tests in case of watershed releases. r=rail, a=test-only
MozReview-Commit-ID: Ja8ebnKznc3
--HG--
extra : source :
fa64968dc3a1f412cacf9a961dc5efdd2e9f26de
extra : intermediate-source :
ab1c20fce32c582afe6d03a29f72dcf48946c23b
Jordan Lund [Thu, 3 Nov 2016 19:56:27 +0000 (3 12:56 -0700)]
Bug
1303914 - bump tc fennec debug builds back to tier 1, CLOSED TREE NPOTB DONTBUILD r=bustage, a=testing
MozReview-Commit-ID: Jh59LplAbt4
--HG--
extra : source :
a17c37dc54385af237d222e1aa2aebf3f9a8f3fc
extra : amend_source :
5d1edf99286732693a803319bb7c74629fb93898
ffxbld [Thu, 3 Nov 2016 10:05:16 +0000 (3 03:05 -0700)]
No bug, Automated blocklist update from host bld-linux64-spot-049 - a=blocklist-update
Kris Maglione [Thu, 3 Nov 2016 04:24:06 +0000 (2 21:24 -0700)]
Bug
1308920: Follow-up: Fix merge bustage in test. r=me a=test-only
--HG--
extra : amend_source :
6ec88eab20a93952e841790c0b3d43beac2e5867
Kris Maglione [Wed, 2 Nov 2016 02:04:13 +0000 (1 19:04 -0700)]
Bug
1308920: Part 2 - Support posting messages across windows with different addonId origins. r=billm a=ritu
MozReview-Commit-ID: 89TD8x5cUlZ
Kris Maglione [Wed, 2 Nov 2016 17:04:13 +0000 (2 10:04 -0700)]
Bug
1308920: Part 1 - Add an EqualsIgnoringAddonId method to BasePrincipal. r=bholley a=ritu
This is meant as a temporary stopgap until we can stop using origin attributes
to store add-on IDs.
MozReview-Commit-ID: DHstOTyu7pR
Wes Kocher [Wed, 2 Nov 2016 20:46:27 +0000 (2 13:46 -0700)]
Merge beta to release to keep a=ritu uplifts in sync
Honza Bambas [Wed, 2 Nov 2016 20:45:26 +0000 (2 13:45 -0700)]
Bug
1312646 - Carry ChooseApplicationCache flag from child after redirect callback is done, r=jduell a=ritu
Simon Fraser [Wed, 2 Nov 2016 10:43:57 +0000 (2 10:43 +0000)]
bug
1314574 replace sys.path with site.addsitedir so that .pth files are processed. r=rail a=release DONTBUILD
MozReview-Commit-ID: 2zFMaEzWByn
--HG--
extra : source :
e1caaca1ab3fd1f835f997039079b00bfef3d181
ffxbld [Wed, 2 Nov 2016 10:05:05 +0000 (2 03:05 -0700)]
No bug, Automated blocklist update from host bld-linux64-spot-551 - a=blocklist-update
Wes Kocher [Tue, 1 Nov 2016 17:41:57 +0000 (1 10:41 -0700)]
Merge beta to release to keep a=ritu patches in sync
Wes Kocher [Tue, 1 Nov 2016 16:47:15 +0000 (1 09:47 -0700)]
Merge beta to release to keep a=ritu patches in sync
Wes Kocher [Tue, 1 Nov 2016 16:29:53 +0000 (1 09:29 -0700)]
Merge beta to release to keep recently uplifted a=ritu patches in sync
Sebastian Kaspari [Tue, 1 Nov 2016 11:50:47 +0000 (1 12:50 +0100)]
Bug
1313363 - NotificationHandler: Use BigTextStyle instead of InboxStyle. r=grisha a=ritu, despite the CLOSED TREE
Sebastian Kaspari [Tue, 1 Nov 2016 11:42:49 +0000 (1 12:42 +0100)]
Bug
1313391 - Move HLS video playback behind a switchboard flag. r=snorp a=ritu, despite the CLOSED TREE
This will allow us to ship the feature to a subset of the users or pull the feature without
needing to release a new version of the app.
ffxbld [Tue, 1 Nov 2016 10:05:04 +0000 (1 03:05 -0700)]
No bug, Automated blocklist update from host bld-linux64-spot-072 - a=blocklist-update
Mike Hommey [Tue, 1 Nov 2016 05:05:27 +0000 (1 14:05 +0900)]
Bug
1311462 - Dump symbols from */dist/bin instead of dist/universal for Mac universal builds. r=ted a=ritu CLOSED TREE
--HG--
extra : source :
7d59e316811b4fe54b3df9adaa2312d4084dfe00
extra : intermediate-source :
45118388b658d19e06fe553cc41654eca677c64c
Mark Hammond [Tue, 25 Oct 2016 06:53:44 +0000 (25 17:53 +1100)]
Bug
1312021 - ensure the addonsreconciler always has the isSyncable attribute. r=tcsc a=ritu CLOSED TREE
MozReview-Commit-ID: AlYZCCrEvLV
--HG--
extra : source :
ed22ec2c58924267a99e6d81658c4dc387f19fc3
extra : amend_source :
f7c2b4e4320d7e916e9aaff31e2659aea4865f1b
extra : intermediate-source :
2eef3810f7f87cccd3745724cf69b2ea24cde7e0
Makoto Kato [Tue, 25 Oct 2016 08:53:38 +0000 (25 17:53 +0900)]
Bug
1312302 - Set dummy Selection during initializing TextStore. r=masayuki a=ritu
When PC supports table mode, TextInputFramme.dll is loaded and it can be used for TIP.
When creating new TextStore object, selection might be nothing yet on e10s. At this time, GetSelection will return E_FAIL since selection data isn't received yet. If GetSelection returns error during SetFocus, TextInputFrame.dll will crash.
So we set temporary selection to avoid crash.
MozReview-Commit-ID: HyVSwvhXGJh
--HG--
extra : source :
70c4b5cde515fd6e47f7625e6b6581a77796afd4
extra : intermediate-source :
b44e1445660d445ff883584de9de069a765760e8
Jordan Lund [Wed, 5 Oct 2016 21:25:48 +0000 (5 14:25 -0700)]
Bug
1308010 - add adjust-sdk and adjust-sdk-beta tokens to builds via secret service, CLOSED TREE r=dustin, a=testing
MozReview-Commit-ID: IKCc2fzQ8Bn
--HG--
extra : source :
6b60177d1a3faf6c34662b00ce1469c0c1a96bd3
extra : amend_source :
774e05f53646fc0c5be0b7c06a426a6b9218e196
extra : intermediate-source :
e1bb38b933fb8e0ed9fefa409427fc2214b3eef0
Nils Ohlmeier [:drno] [Thu, 27 Oct 2016 23:48:10 +0000 (27 16:48 -0700)]
Bug
1313527: exit red parser loop if stroul failed. r=mjf a=ritu despite the CLOSED TREE
MozReview-Commit-ID: JaRO7F7tz0j
--HG--
extra : source :
aeb0df69182a4c13eb06f9a7f18bd66c437ce245
extra : amend_source :
afc1a386d2b2193247be300e55e276bcda7dc370
extra : intermediate-source :
d4feda7704c1f85b8ac4a91bd2d9c430351ad28a
stefanh@inbox.com [Fri, 28 Oct 2016 21:32:02 +0000 (28 23:32 +0200)]
Bug
1309856 - Add some style rules that I missed in the previous patch. a=ritu
--HG--
extra : source :
5c834894e4b46cf628237789b900996e6525a729
extra : intermediate-source :
5de3d84cb4c1fc8584ae259d04d10f524f2b104f
stefanh@inbox.com [Thu, 27 Oct 2016 21:12:17 +0000 (27 23:12 +0200)]
Bug
1309856 - Make Mac twistys in places window and sidebar rtl-friendly. r=Gijs. a=ritu
--HG--
extra : source :
9c1b8232382aea0f3443c87966f209c5a86e80ae
extra : intermediate-source :
870e0c919cf93aac64fe79c5e5345a89b359dc47
ffxbld [Mon, 31 Oct 2016 18:04:20 +0000 (31 11:04 -0700)]
No bug - Tagging mozilla-beta
d7598ee90bc6085d430b2e9e75c13358ef00a5f4 with FIREFOX_RELEASE_50_BASE a=release DONTBUILD CLOSED TREE
Felipe Gomes [Mon, 31 Oct 2016 12:02:47 +0000 (31 10:02 -0200)]
Bug
1312779 - Enable e10s with all mpc=true addons. r=mconley a=jcristau
MozReview-Commit-ID: DJjbcrY45Sh
ffxbld [Mon, 31 Oct 2016 10:05:28 +0000 (31 03:05 -0700)]
No bug, Automated blocklist update from host bld-linux64-spot-1000 - a=blocklist-update
Robert Strong [Sun, 30 Oct 2016 19:18:00 +0000 (30 20:18 +0100)]
Bug
1311515 - "include information on whether system is at risk of bug
1296630 in the update ping". r=robert.strong a=sledru
ffxbld [Sun, 30 Oct 2016 10:04:49 +0000 (30 03:04 -0700)]
No bug, Automated blocklist update from host bld-linux64-spot-361 - a=blocklist-update
Blake Kaplan [Thu, 20 Oct 2016 00:44:04 +0000 (19 17:44 -0700)]
Bug
1307645 - Avoid this logging call when running mochitests to fix an intermittent orange. r=tbsaunde, a=test-only
MozReview-Commit-ID: BWdrTM2JdZs
--HG--
extra : source :
3ed4c1405691d36144387453876a3cd1234b3b13
extra : intermediate-source :
9e69ca28f7da40c03fb182305ee8818b86f6696e
dimi [Fri, 21 Oct 2016 06:40:11 +0000 (21 14:40 +0800)]
Bug
1301269 - Fix update retry timer is released before firing. r=francois, a=test-only
MozReview-Commit-ID: KF1j2EFuxpa
--HG--
extra : source :
382894f45be68e2e133db8d8e4ef88a0a5598856
extra : intermediate-source :
85a4c1dae5915173009cb5bdf4f5478eab6f8b42
Thomas Nguyen [Wed, 26 Oct 2016 10:33:22 +0000 (26 18:33 +0800)]
Bug
1164562 - Intermittent test_TelemetryController.js test timed out. r=dexter, a=test-only
MozReview-Commit-ID: 4KnTmvEyuFG
--HG--
extra : source :
8b98dca70dd1d73edca6e2a03323ae3c5ac999cd
extra : intermediate-source :
e2fb3d6c057ab6ddffd312a9e64feed7eebc0de2
ffxbld [Sat, 29 Oct 2016 10:04:44 +0000 (29 03:04 -0700)]
No bug, Automated blocklist update from host bld-linux64-spot-440 - a=blocklist-update
Kris Maglione [Thu, 27 Oct 2016 20:28:01 +0000 (27 13:28 -0700)]
Bug
1313440: Fix NS_ENSURE_TRUE(isSandbox) warnings in test code. r=erahm a=test-only
MozReview-Commit-ID: GkDaUL6sDfy
--HG--
extra : source :
fb2d15e4f33d8a643197563608d1c216691abb18
extra : intermediate-source :
353c47fc71ccff8b243c66df027350fe30dbce61
ffxbld [Fri, 28 Oct 2016 14:25:11 +0000 (28 07:25 -0700)]
No bug - Tagging
829a3f99f2606759305e3db204185242566a4ca6 with FIREFOX_50_0b11_BUILD1, FIREFOX_50_0b11_RELEASE a=release CLOSED TREE
ffxbld [Fri, 28 Oct 2016 14:25:06 +0000 (28 07:25 -0700)]
version bump. CLOSED TREE NO BUG a=release
ffxbld [Fri, 28 Oct 2016 10:04:58 +0000 (28 03:04 -0700)]
No bug, Automated blocklist update from host bld-linux64-spot-536 - a=blocklist-update
Jamie Nicol [Wed, 26 Oct 2016 14:28:08 +0000 (26 15:28 +0100)]
Bug
1026404 - Disable OES_EGL_image and OES_EGL_image_external on SGX 544 MP devices. r=eflores a=ritu
EGLImageTargetTexture2D crashes on SGX 544 MP GPUs on Kit Kat with
either GL_TEXTURE_2D or GL_TEXTURE_EXTERNAL as the texture target. This
means that both OES_EGL_image and OES_EGL_image_external extensions do
not work and must be avoided.
MozReview-Commit-ID: DJmtUL6kexC
--HG--
extra : source :
1ba26e18f7cabe9f232780081d8b66366c7ddef4
extra : intermediate-source :
fccdd9ae8dd76af003b80a8c9e0cd035a1848842
ffxbld [Thu, 27 Oct 2016 10:05:19 +0000 (27 03:05 -0700)]
No bug, Automated blocklist update from host bld-linux64-spot-097 - a=blocklist-update
Ryan VanderMeulen [Thu, 27 Oct 2016 03:01:04 +0000 (26 23:01 -0400)]
Backed out changeset
5ebcf218f678 (bug
1292273) for browser_Troubleshoot.js failures.
Henrik Skupin [Wed, 26 Oct 2016 11:30:20 +0000 (26 13:30 +0200)]
Bug
1280878 - Update safebrowing_notification test for changed Google URL. r=francois, a=test-only
MozReview-Commit-ID: 7jkbKM9FLXg
--HG--
extra : source :
aff9d3eb89754d892625cddd753549066a8de697
extra : intermediate-source :
88cbb2726969ee5a4204ae9df3025c39c864de15
Markus Stange [Tue, 25 Oct 2016 17:44:19 +0000 (25 13:44 -0400)]
Bug
1308859 - Do not hold on to pointers into mStyleStack across a presshell flush. r=jrmuizel, a=ritu
MozReview-Commit-ID: Cenm0J8rNq7
--HG--
extra : source :
c2c21601825b83ab8f3d85ea93e82e9fd2739d39
extra : intermediate-source :
861f21d94172c8da5bb3ad1ab17955022880234f
Michael Ratcliffe [Fri, 21 Oct 2016 23:22:01 +0000 (22 00:22 +0100)]
Bug
1311409 - Eyedropper click doesn't work, have to use Enter key. r=me, a=ritu
--HG--
extra : source :
a645a24a07bf16cb68790c80b687452cc23227b2
extra : intermediate-source :
fa17956b47613b16068c428e8651be339300151d
Kevin Chen [Tue, 25 Oct 2016 23:26:00 +0000 (25 19:26 -0400)]
Bug
1292273 - Add logs to record the failure of compositor creation. r=dvander, a=ritu
Kevin Chen [Tue, 25 Oct 2016 23:23:00 +0000 (25 19:23 -0400)]
Bug
1292273 - Skip CompositorD3D11::EndFrame when device-removed happened and add some logs for tracking the behavior. r=dvander, a=ritu
Valentin Gosu [Mon, 24 Oct 2016 21:01:10 +0000 (24 23:01 +0200)]
Bug
1305204 - Backout bug
1275746. a=ritu
--HG--
extra : transplant_source : C%01%F3A%F6z%B6%DB%9B%05%CB%AE%B9i%8A%AE%BA%D2%06%D2
extra : histedit_source :
cabea2b14025d4f92b0e8ac5a17ba0e2c3f146a9%2C1604d667eb14bb9f448ba17437df017d1c77f269
Thom Chiovoloni [Fri, 21 Oct 2016 00:05:03 +0000 (20 20:05 -0400)]
Bug
1311557 - Ensure custom sync engines aren't reported in sync ping. r=markh, a=ritu
MozReview-Commit-ID: 1aRxo9JcCLn
--HG--
extra : source :
d4c055d13bc8bc149b4d7bdaf0e566ca50ba5a47
extra : intermediate-source :
8356efd0f9d819195b6ab24dd169814ea4bb71e8
Jordan Lund [Wed, 5 Oct 2016 21:25:48 +0000 (5 14:25 -0700)]
Bug
1308010 - add adjust-sdk and adjust-sdk-beta tokens to builds via secret service, DONTBUILD NPOTB r=dustin, a=testing
MozReview-Commit-ID: IKCc2fzQ8Bn
--HG--
extra : source :
6b60177d1a3faf6c34662b00ce1469c0c1a96bd3
extra : amend_source :
f0eaa78cdfea54bf268a831be50ab3b52bbe0891
extra : intermediate-source :
cdb23cfd36e28dd993361b60a1e5572ee3508420
Wes Kocher [Mon, 31 Oct 2016 21:06:43 +0000 (31 14:06 -0700)]
Merge beta to release to pick up a few last-minute a=ritu patches
ffxbld [Mon, 31 Oct 2016 18:08:17 +0000 (31 11:08 -0700)]
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
ffxbld [Mon, 31 Oct 2016 18:06:13 +0000 (31 11:06 -0700)]
No bug - Tagging mozilla-release
dd6c8d2be972cbf8729c01292639b8a03ce94728 with FIREFOX_RELEASE_49_END a=release DONTBUILD CLOSED TREE
ffxbld [Mon, 31 Oct 2016 18:06:10 +0000 (31 11:06 -0700)]
Preserve old tags after debugsetparents. CLOSED TREE DONTBUILD a=release
ffxbld [Mon, 31 Oct 2016 18:06:06 +0000 (31 11:06 -0700)]
ffxbld [Mon, 31 Oct 2016 10:05:41 +0000 (31 03:05 -0700)]
No bug, Automated blocklist update from host bld-linux64-spot-049 - a=blocklist-update
ffxbld [Sun, 30 Oct 2016 10:04:51 +0000 (30 03:04 -0700)]
No bug, Automated blocklist update from host bld-linux64-spot-438 - a=blocklist-update
ffxbld [Sat, 29 Oct 2016 10:04:43 +0000 (29 03:04 -0700)]
No bug, Automated blocklist update from host bld-linux64-spot-575 - a=blocklist-update
ffxbld [Fri, 28 Oct 2016 10:04:58 +0000 (28 03:04 -0700)]
No bug, Automated blocklist update from host bld-linux64-spot-1076 - a=blocklist-update
ffxbld [Thu, 27 Oct 2016 10:05:15 +0000 (27 03:05 -0700)]
No bug, Automated blocklist update from host bld-linux64-spot-271 - a=blocklist-update
ffxbld [Thu, 20 Oct 2016 19:29:24 +0000 (20 12:29 -0700)]
No bug - Tagging
7356baae8e736a6c9444bdd21562df806a39766b with FIREFOX_49_0_2_BUILD2, FIREFOX_49_0_2_RELEASE a=release CLOSED TREE
ffxbld [Thu, 20 Oct 2016 19:29:20 +0000 (20 12:29 -0700)]
version bump. CLOSED TREE NO BUG a=release
Andreas Pehrson [Mon, 22 Aug 2016 16:28:10 +0000 (22 18:28 +0200)]
Bug
1294605 - Notify MediaStreamTrackSource when ReadyState is overriden. r=jib, a=ritu
MozReview-Commit-ID: CSRWgYt4hqe
--HG--
extra : source :
8e71a7a649109d03cebe039ee787edb32631e31f
extra : intermediate-source :
e774f1726b6d3bddcef0481182f1464dc9f34f5c
Jean-Yves Avenard [Wed, 26 Oct 2016 09:13:44 +0000 (26 20:13 +1100)]
Bug
1312958 - Part 2: Only delete the trackinfo object once the decoder has been shutdown. r=gerald, a=ritu
While it's unlikely to have been a problem as the decoder would have been idled at this stage. During the time the TrackInfo was reset and the decoder actually be shut down, the reference to the object would have been invalid causing a potential UAF.
MozReview-Commit-ID: 7pGJtYRy2Yr
--HG--
extra : source :
32fc9ca7a95bde34e88e91f12af428cd6361eca6
extra : intermediate-source :
dee3161ca7cafba42ac892b7d7f397738123eada
Jean-Yves Avenard [Wed, 26 Oct 2016 09:09:41 +0000 (26 20:09 +1100)]
Bug
1312958 - Part 1: Do not modify original Audio/Video info. r=gerald, a=ritu
The issue is particularly problematic with the Apple audio decoder. The Apple decoder relies on the sampling rate to configure the CoreAudio transform.
The actual output rate may be different (such as with HE-AAC). Should the decoder ever need to be reset again, future initialization would have failed as the initial rate was now incorrect.
MozReview-Commit-ID: 7kTiaUYuOgf
--HG--
extra : source :
ec5530dcf06d7287b1bcc7cdc069596d3306af96
extra : intermediate-source :
a2d909c9cfbc5a311303eaada95fcc94b1a111ec
Jim Mathies [Tue, 25 Oct 2016 13:10:54 +0000 (25 08:10 -0500)]
Bug
1312530 - Force windowless plugin mode in 64-bit builds if async rendering is disabled. r=akotz, a=ritu
MozReview-Commit-ID: LEUdMKm1BNe
--HG--
extra : source :
14277a31e124303c85890f363b31f12dab245f72
extra : intermediate-source :
d9cd36fc09b2211bc30f17c66160f47a29bfe484
Markus Stange [Tue, 18 Oct 2016 15:23:38 +0000 (18 11:23 -0400)]
Bug
1310814 - Add ObjC exception guards. r=spohl, a=ritu
With the added safety checks it's unlikely that anything in this function will
fire ObjC exceptions, but our rule is to have guards around every Objective C
function that can directly be called from C++ files.
MozReview-Commit-ID: GQ0bN5638Sf
--HG--
extra : source :
3d233eddd929e0cb2cadf0b07f75d60aa3fba419
extra : intermediate-source :
5bf38444c8f688d3340d273e601bc63d034477c1
Markus Stange [Wed, 26 Oct 2016 21:56:59 +0000 (26 17:56 -0400)]
Bug
1310814 - Use public NSLocale API for getting the system country code. r=spohl, a=ritu
This potentially changes behavior. On my machine, the old code returned
NS_ERROR_FAILURE because the dictionary did not have a "countryCode" entry,
but this new implementation correctly returns the string "CA".
MozReview-Commit-ID: 17Vme0fcAIw
--HG--
extra : source :
e1a14b0c638571ec7f7aaec56f11d4b77dfb4dd5
extra : intermediate-source :
08e2ff6c0deffd0635624d7fdc8f460ea30a2fda
Kris Maglione [Wed, 26 Oct 2016 18:37:03 +0000 (26 11:37 -0700)]
Bug
1313198 - Bundle a fallback version of the SDK loader behind a preference. r=Mossop, a=ritu
MozReview-Commit-ID: 8afbyxLHh30
--HG--
extra : transplant_source : %D2%BERdf%C8DU%3DH%FE%FC%0F%CB%0C%C7E%F0%97%85
Kris Maglione [Fri, 14 Oct 2016 04:27:15 +0000 (14 05:27 +0100)]
Bug
1309350 - Part 2: Speed up synchronous resolution of module paths. r=gps, r=ochameau, a=ritu
r?gps for the build changes and ochameau for the rest.
This results in about a 28% speed-up for Jetpack mochitest runs, for me.
MozReview-Commit-ID: K30q7BfvTLs
--HG--
extra : rebase_source :
ef40d73ba159688e5025be8939ec1ce7dc3bf914
extra : intermediate-source :
a16ab27e533088e1711a82ff380d3ebd262ca837
extra : source :
a9a143d2179a352652b970b99d062214d1bf9bd8
extra : histedit_source :
e6564144677a3c72e4ee54a32bb160112a839e1c
Kris Maglione [Fri, 14 Oct 2016 05:14:10 +0000 (14 06:14 +0100)]
Bug
1309351 - Part 2: Use a shared global sandbox and simple module resolution for built-in modules. r=ochameau, a=ritu
This takes another 21% off the Jetpack test suite run time for me.
MozReview-Commit-ID: 1U2lq4PN21w
--HG--
extra : rebase_source :
f5132cc2bde6b78e7b64dc29206bb3eff737087f
extra : intermediate-source :
21d1e982c560bfbbe36c3a8cc8bfc703a32316c8
extra : source :
36b49ab783ae32db547d2304cd9c3c282bf7ee54
extra : histedit_source :
bb409a67e0829517dd0bcec63aefad66e070825e
Kris Maglione [Wed, 26 Oct 2016 18:35:58 +0000 (26 11:35 -0700)]
Bug
1309350 - Part 1: Remove dead code and clean up cruft. r=ochameau, a=ritu
I had to untangle a lot of this mess just to understand what was going on well
enough to make changes.
MozReview-Commit-ID: 2ygiK2ED1pX
--HG--
extra : rebase_source :
d6d2bfb87f398b9642d2680fc28ae3884a071b4c
extra : intermediate-source :
9544b06de18051cde204e6de25617cba4d9f0628
extra : source :
fbf07a31a44fcbcba9d15114e87e6a2ae86fd9a5
extra : histedit_source :
5b5aae48241b3af0a45b12fceda52aab0339a201%2C0a88ad6ef62d64d9e3b19952096483e9a003372e
Ehsan Akhgari [Wed, 19 Oct 2016 18:46:41 +0000 (19 14:46 -0400)]
Bug
1311477 - Avoid using an unsafe CPOW in browser_save_link-perwindowpb.js. r=mrbkap, a=test-only
--HG--
extra : source :
621f85162b23a4be91fd47fa9aa79172fe182d78
extra : intermediate-source :
982c72148922b9cb4b970be2e9d96386dfedadf9
Kartikaya Gupta [Mon, 24 Oct 2016 12:52:23 +0000 (24 08:52 -0400)]
Bug
1301593 - Fix typo in model number. r=sebastian, a=ritu
MozReview-Commit-ID: IZTk57YxCRb
--HG--
extra : source :
f61b905e3b1e32455c02d3dccb791125bc3f3064
extra : intermediate-source :
fc4f5a9429a804456c0d4bbd2d845789ed56bf7c
Honza Bambas [Thu, 20 Oct 2016 10:47:00 +0000 (20 06:47 -0400)]
Bug
1311682 - Rename LOG in PackagedAppService.cpp to avoid redefine of LOG directing to nsHttp log module. r=valentin, a=ritu
--HG--
extra : source :
2a5ebc082cb2f1aee13e6a88b5b13d3531769a01
extra : intermediate-source :
1280f78d221d4c1e146443ee18f99b37f5e520fd
Michael Layzell [Tue, 25 Oct 2016 12:35:00 +0000 (25 08:35 -0400)]
Bug
1306645 - Don't add application/x-moz-file entries from the clipboard to dataTransfer with e10s. r=enndeakin, a=ritu
application/x-moz-file entries on the clipboard are not able to be
successfully transmitted across synchronous IPC due to bug
1308007, thus
they appear as useless null files.
This patch hides those useless null files, and thus unhides image data
which may have been on the clipboard but was previously hidden by the
presence of an application/x-moz-file file
MozReview-Commit-ID: 4RmQe9kDZLe
--HG--
extra : source :
3201c03e0c16fcba25c23af79cec8b08ea174ab7
extra : intermediate-source :
46279a9e334d86823bc5b68c834b8dd138f8d38d
extra : histedit_source :
71c4449496667bb0776602158d0b637b0895803d%2C48a228828bf170ef761c147f6775d6b38e0f7ce0
Michael Layzell [Thu, 20 Oct 2016 05:05:18 +0000 (20 13:05 +0800)]
Bug
1305163 - Don't expose multiple image types through DataTransfer. r=enndeakin, a=ritu
MozReview-Commit-ID: 8HFNmmajjGC
George Wright [Fri, 21 Oct 2016 16:53:00 +0000 (21 12:53 -0400)]
Bug
1264073 - Remove assertion in SharedMemoryBasic that we didn't initialise fast enough. r=billm, a=NPOTB
--HG--
extra : source :
59c8202c08279f0e0f2907fd00acfcdcc92bc20f
extra : intermediate-source :
9380aee9964b36bbce866f1f114e85f5455a7e65
Ryan VanderMeulen [Wed, 26 Oct 2016 02:41:29 +0000 (25 22:41 -0400)]
Bug
1312852 - Include mochitest-jetpack-addon in Taskcluster-based M(JP) jobs. r=dustin, a=test-only
Felipe Gomes [Tue, 25 Oct 2016 20:08:54 +0000 (25 18:08 -0200)]
Backed out changeset
47dff98b4b46 (bug
1301131) a=ritu
MozReview-Commit-ID: 4nFr08tFfTq
Kris Maglione [Tue, 25 Oct 2016 05:18:08 +0000 (24 22:18 -0700)]
Bug
1294442: Part 2 - Fix layout issues when popup's preferred size is larger than maximum. r=aswan a=ritu
MozReview-Commit-ID: E9gaAeQWtDb
--HG--
extra : rebase_source :
8f60293dccb189ff50d1a2cd03413272c82763b7
extra : intermediate-source :
7381df3610080d63beb74320fcf055267a231d94
extra : source :
cbe922c12cb08ab43cedb934459c554a4a0a64d6
Kris Maglione [Wed, 19 Oct 2016 20:10:18 +0000 (19 13:10 -0700)]
Bug
1294442: Part 1 - Allow calculating content size with constraints. r=smaug a=ritu
MozReview-Commit-ID: 4AyootQ5icK
--HG--
extra : rebase_source :
0a8e956603eaf6ea86162d149af56eba814a767b
extra : intermediate-source :
2afe0634177930d041f324bf3bccefd3c77afb7e
extra : source :
0d66bd1c7489b5a792aa0fca5ed9a0c41e4e6b3b
ffxbld [Tue, 25 Oct 2016 16:30:16 +0000 (25 09:30 -0700)]
No bug - Tagging
38cfded1705240c5d20baff4aef99bdd0a13bcec with FIREFOX_50_0b10_BUILD1, FIREFOX_50_0b10_RELEASE a=release CLOSED TREE
ffxbld [Tue, 25 Oct 2016 16:30:12 +0000 (25 09:30 -0700)]
version bump. CLOSED TREE NO BUG a=release