Iris Hsiao
9f7702add7
Backed out changeset f173e3210edf (bug 1277803)
...
CLOSED TREE
2016-10-07 11:23:22 +08:00
Phil Ringnalda
a1439d9983
Merge m-c to f-t
2016-10-06 20:23:18 -07:00
Iris Hsiao
29c994cce7
Backed out changeset c9a23f0f9093 (bug 1277803)
...
CLOSED TREE
2016-10-07 11:23:16 +08:00
Iris Hsiao
b28809ecee
Backed out changeset d416481d4813 (bug 1277803) for test_bug1277803.xul bustage
...
CLOSED TREE
2016-10-07 11:23:10 +08:00
Phil Ringnalda
fd672b97f1
Merge f-t to m-c, a=merge
...
MozReview-Commit-ID: HiqZsOM1Bcz
2016-10-06 19:59:02 -07:00
Phil Ringnalda
fd7b7476c2
Merge m-i to m-c, a=merge
...
MozReview-Commit-ID: 93ZdJbK1x05
2016-10-06 19:58:18 -07:00
Jean-Yves Avenard
02a3f88827
Bug 1285883: Limit how many frames we will parse to detect HE-AAC. r=kamidphish
...
MozReview-Commit-ID: JJEGomJZLio
--HG--
extra : rebase_source : d9b1f1770f3e2a345cc3709ee33efddd00e115f6
2016-10-07 13:49:42 +11:00
Phil Ringnalda
798404cf65
Backed out changeset f47181dc6ad7 (bug 1308424) for unexpectedly passing encrypted-media-update-disallowed-input.html
2016-10-11 19:23:29 -07:00
Makoto Kato
626a2cfaa9
Bug 1309117 - Make ImgFromData fallible. r=masayuki
...
When pasting large image, it may cause OOM when generating base64 data. So we should use fallible allocator instead.
Also, base64 is ASCII, so we should use AppendASCIItoUTF16 instead of AppendUTF8toUTF16.
MozReview-Commit-ID: 8yWPxfEcEwv
--HG--
extra : rebase_source : 6c2c3144d4413017b4861443c945aeb0d6d995ef
2016-10-11 19:28:30 +09:00
Wes Kocher
1f2fec3609
Bug 1300895 - Touch CLOBBER DONTBUILD CLOSED TREE
...
--HG--
extra : amend_source : 2e76d034f40ab562ef1d806e160ba0a54e1067a4
2016-10-11 18:22:53 -07:00
Wes Kocher
ccdd87c2f4
Backed out changeset 8559d0b32326 (bug 1309299) for causing a wpt test to fail a=backout CLOSED TREE
2016-10-11 16:49:55 -07:00
Sebastian Hengst
2eca3212fe
Backed out changeset e0f7328a3633 (bug 1307719) for untouched test 395107-2.html suddenly failing on Android debug. r=backout on a CLOSED TREE
2016-10-12 01:01:51 +02:00
Sebastian Hengst
6cb88bfbb4
Bug 1307719 - Switch B2G-only test annotations in layout/reftests/bugs/reftest.list to Android and disable them until they get fixed. r=dholbert
...
MozReview-Commit-ID: B9w0EE3sAwF
--HG--
extra : rebase_source : efef2b3de6f7f6f2fab0979e39ef14f6ff12a4c4
2016-10-11 20:05:49 +02:00
Neerja Pancholi
3b8232d2be
Bug 1300895 - Unprefix CSS multi-column properties, but add back prefixed aliases via nsCSSPropAliasList.h r=dbaron
...
Also make necessary updates to tests like:
1. unprefixing in property_database.js and added new aliases there
2. unprefixing in test_transitions_per_property.html
3. update nsComputedDomStylePropertyList.h
4. update devtools' property database
MozReview-Commit-ID: B3kOFrM9EL
--HG--
extra : rebase_source : 93f82f91924e75bb00f9a74bc0644a33cca73bdf
2016-10-10 13:16:57 -07:00
Kilik Kuo
d3d72c3b63
Bug 1308424- Verify the license response size while updating session. r=cpearce
...
MozReview-Commit-ID: AmyCOutPvWn
--HG--
extra : rebase_source : 8fd1c98ba5039fc55ee3e5ac8b9cfc61f9dee4e2
2016-10-07 18:16:30 +08:00
Chris Pearce
2f576c0089
Bug 1309299 - make navigator.requestMediaKeySystemAccess() reject with TypeError for empty keysystem string or config. r=gerald
...
This makes us match the spec and pass more cases of
http://www.w3c-test.org/encrypted-media/drm-mp4-syntax-mediakeysystemaccess.html
but we still need to adjust the test so that it's consistent, as pointed out
by bz.
MozReview-Commit-ID: KEfRk4QnJKR
--HG--
extra : rebase_source : feba0407aa8742b58b8f976bf31a494ea65c5319
2016-10-11 10:37:34 -07:00
Mike Conley
ba89a3d436
Bug 1260316 - Make TelemetrySession more resilient if content processes have crashed. r=chutten
...
MozReview-Commit-ID: 2CbKYaNcBai
--HG--
extra : rebase_source : fe34ff4ec408516612c4924db4bfc30a6b18efac
2016-10-11 14:09:24 -04:00
Bryce Van Dyk
0b2ecfd134
Bug 1309035 - Addresses insufficient fix from Bug 1307016 by converting to unicode before ascii. r=maja_zf
...
Bug 1307016 attempted to address issues with output not being ascii and thus
being incompatible with terminals on test machines. However my changes in that
bug introduced two issues:
- They introduced a bug where field names were being read from an incorrect
source.
- They attempted to construct a string internally then converted that string to
ascii replacing non-ascii chars. This is an issue as in python 2 strings are
implicitly ascii, so the initial conversion to a string would fail if the
underlying object couldn't be represented as ascii.
Both of these issues are addressed here. The first by fixing the bad source in
the code, the second by converting to unicode for the intermediate
representation.
MozReview-Commit-ID: HC6Fd9TLRe2
--HG--
extra : rebase_source : bb7493b9074baa0273fb4110465f8bd13477f1d6
2016-10-11 10:02:16 +13:00
Andreas Pehrson
0a4fb06422
Bug 1305601 - Increase test_gUM_mediaElementCapture_tracks.html timeouts to 50 seconds. r=jib
...
MozReview-Commit-ID: 1wY3Y3MxPGA
--HG--
extra : rebase_source : baf14a09ffc0cb6767199beddee8136b01376e86
2016-10-11 17:22:26 +02:00
Sebastian Hengst
8bf44b24d0
Backed out changeset a7882c91ca20 (bug 1305194) for leaking docshells, e.g. in browser_Finder_hidden_textarea.js and browser_findbar.js. r=backout
2016-10-11 21:00:52 +02:00
Mike de Boer
ab270319b9
Bug 1279652 - reddit.com invalidates all references in the TextLayer, resulting in zero ClientRects for ranges that we have in the FinderHighlighter cache. This fix makes sure to re-fetch all the ranges when this is detected. r=jaws
...
MozReview-Commit-ID: 8OEKmKn9Nwc
2016-10-11 20:59:13 +02:00
Sebastian Hengst
27e06602ba
Backed out changeset 5bccb629be60 (bug 1279652) for leaking docshells, e.g. in browser_Finder_hidden_textarea.js and browser_findbar.js. r=backout
2016-10-11 20:58:19 +02:00
Kartikaya Gupta
52890eb2b5
Bug 1309228 - Now that the width and height arguments are no longer needed in browser.js, remove those too. r=rbarker
...
MozReview-Commit-ID: 8F4qiq1qEmk
--HG--
extra : rebase_source : 497851c3b85b00858e493e282157003af75f3ac4
2016-10-11 10:17:28 -04:00
Kartikaya Gupta
b0a89edebb
Bug 1309228 - Remove the setScrollClampingSize function in browser.js that's not used since JPZ was replaced by APZ. r=rbarker
...
Also this makes the gScreenWidth/gScreenHeight variables unused, so those can
come out too and the Window:Resize handler can be simplified a bit.
MozReview-Commit-ID: 96iF16jSKBB
--HG--
extra : rebase_source : 01db1de5cc548db107267d84dda5b774cd652883
2016-10-11 10:17:26 -04:00
Randell Jesup
7b209b91b2
Bug 1299324: return error if an audio channel is already open until multi-mic support is done r=jib
2016-10-06 21:40:44 -04:00
Ryan VanderMeulen
f20b1b0f12
Bug 1308362 - Update pdf.js to version 1.6.221. r=bdahl
2016-10-06 20:38:50 -04:00
Brian Grinstead
2eae1a936c
Bug 1304778 - Skip new debugger mochitests on linux 32 debug;r=jlongster
...
MozReview-Commit-ID: E2UMttj6r0m
2016-10-06 13:37:24 -07:00
kearwood
c7632b77c1
Bug 1306415 - Part 2: Add VRFrameData to test_interfaces.html,r=smaug
...
--HG--
extra : rebase_source : 6bfb046d8b9653a9e5f58a2fbed7f658a9cc3ac4
2016-10-06 13:28:37 -07:00
Sebastian Hengst
b6da9cca62
Backed out changeset ddf5af982d8b (bug 1282003) for Android xpcshell X3 crash while running test_ext_alarms.js. r=backout
2016-10-06 20:39:25 +02:00
Sebastian Hengst
01979eecf3
Backed out changeset 13db73034f80 (bug 1282003)
2016-10-06 20:37:05 +02:00
Sebastian Hengst
a93f492bd9
Backed out changeset 1d7748535fa3 (bug 1282003)
2016-10-06 20:37:00 +02:00
Dale Harvey
17905c9f75
Bug 1306516
- Fix expected return value from checkForAddons. r=mconley
2016-10-06 17:21:24 +01:00
Thom Chiovoloni
3d449661d1
Bug 1308240 - Fix missing `this.` in Sync's Collection's getters. r=markh
...
MozReview-Commit-ID: BsYFmkCMYU5
--HG--
extra : rebase_source : b816c2d85bd51e83d1cf5f62a0d13648c44ab824
2016-10-06 11:54:59 -04:00
Thom Chiovoloni
a37575012a
Bug 1236897 - Split up sync's test_errorhandler.js into two smaller tests r=markh
...
MozReview-Commit-ID: K9bVn6nNGk7
--HG--
extra : rebase_source : 6272cf286a3dc5dc3f533f04d87226d9a599a550
2016-10-06 11:37:44 -04:00
Carsten "Tomcat" Book
9b7488cce3
Merge mozilla-central to fx-team
2016-10-06 15:30:49 +02:00
Matt Woodrow
d8ccc61086
Backed out changeset d35d695f921d (bug 1292923) for troubles with windows refrests
2016-10-06 14:33:29 +02:00
Matt Woodrow
4d48d9abe0
Backed out changeset f5a4eadc760e (bug 1305326)
2016-10-06 14:32:57 +02:00
Matt Woodrow
11cd1c4662
Bug 1292923 - Don't upload to textures during creation on Intel cards as it frequently crashes. r=dvander
2016-10-06 14:32:55 +02:00
Ryan VanderMeulen
c14ad06087
Merge m-c to inbound. a=merge
2016-10-07 23:08:04 -04:00
Andrew Swan
0796498c0c
Bug 1295324 r=kmag a=al
...
MozReview-Commit-ID: GN4Bc8RZQBn
--HG--
extra : source : b264fc5082e090c2accd69cf300fd0cc05431d0e
extra : amend_source : 5113b41189824beb986614094fd4192b99f2ac5d
2016-10-07 11:20:12 -07:00
Kartikaya Gupta
4b6c3d849f
Bug 1292034 - Improve the controls over when flywheel/fling acceleration kicks in. r=rbarker
...
This patch adds a new pref, which controls the minimum velocity required on a fling
for it to accelerate a previous fling. This makes it so that a fast fling followed
by a very slow fling doesn't get accelerated. Also, update the AndroidAPZ code
to respect the pre-existing fling acceleration interval pref, which disallows
fling acceleration/flywheel if the two flings are too far apart in time.
MozReview-Commit-ID: 7sn57CufPZ4
2016-10-07 21:43:55 -04:00
Kartikaya Gupta
9675b3abbd
Bug 1292034 - Update the StackScroller with the elapsed time from the previous fling before starting a new one, so that it doesn't use a stale velocity for flywheel. r=rbarker
...
MozReview-Commit-ID: EEWGPfUfB85
2016-10-07 21:43:54 -04:00
Kartikaya Gupta
23b7dc83e4
Bug 1292034 - Make the StackScroller flywheel detection code more robust to real user behaviour when flinging. r=rbarker
...
MozReview-Commit-ID: DdI17RyIxiq
2016-10-07 21:43:52 -04:00
Matt Woodrow
81cff1917b
Bug 1292923 - Don't upload to textures during creation on Intel cards as it frequently crashes. r=dvander
2016-10-06 14:32:55 +02:00
Carsten "Tomcat" Book
7c8e81673d
merge mozilla-inbound to mozilla-central a=merge
2016-10-06 11:59:54 +02:00
Carsten "Tomcat" Book
5f7f7c6912
merge fx-team to mozilla-central a=merge
2016-10-06 11:57:36 +02:00
Ting-Yu Chou
cd6f9ab1d4
Bug 1293501 - Use VirtualProtect to track down a possible memory corruption. r=dragana
...
MozReview-Commit-ID: J4ZFzR1nE5n
2016-10-06 17:31:43 +08:00
Yoshi Huang
2157c494b7
Bug 1300182: remove setTimeout to prevent intermittent failure. r=smaug
2016-10-11 11:20:55 +08:00
Deepjyoti Mondal
511e8fd9a0
Bug 1259475 - Remove hover state from disabled icon buttons. r=ntim
...
--HG--
extra : amend_source : 892e32786be2e4251a7a5e0c757a1cb80c8a479a
2016-10-06 02:14:00 -04:00
Matt Woodrow
2980c56cf9
Backout d35d695f921d for causing compile failures.
2016-10-06 19:13:30 +13:00