Commit Graph

495335 Commits

Author SHA1 Message Date
Gabriel Luong
fbae876b9b Bug 1307481 - Part 3: HTMLTooltip should receive the document that it should be attached to instead of the toolbox r=jdescottes 2016-10-07 13:33:52 -04:00
Gabriel Luong
132f9a631f Bug 1307481 - Part 2: Remove OptionsStore to use ES6 default parameters and PanelFactory in Tooltip.js r=jdescottes 2016-10-07 13:22:47 -04:00
Jan Odvarko
1e89d5772d Bug 1279454 - Fix position of vertical scrollbar in devtools DOM; r=ntim
MozReview-Commit-ID: 7OfN5ZoWhy8
2016-10-07 15:06:14 +02:00
Nicolas Chevobbe
8eb610e03a Bug 1307873 - Add support for console group. r=linclark
--HG--
extra : rebase_source : 75fa4aa5b55f31d1663218cb8aed590786d6f48e
2016-10-07 07:17:00 -04:00
Sebastian Hengst
6608e95be0 Merge mozilla-central to fx-team 2016-10-07 16:26:33 +02:00
Sebastian Hengst
c635b8c61d No bug - Fix Eslint warnings which showed up after merge. r=eslint-fix a=eslint-fix
MozReview-Commit-ID: 17TDsBMCsUx

--HG--
extra : amend_source : d16c96ea99ecbf9e3cbe341f4bb80c65659843cc
2016-10-07 16:21:44 +02:00
Ryan VanderMeulen
c4df0e3dd3 Merge m-c to fx-team. a=merge 2016-10-07 09:46:31 -04:00
Ryan VanderMeulen
7ebb50e21d Merge inbound to m-c. a=merge 2016-10-07 09:42:25 -04:00
Ryan VanderMeulen
7a0df90650 Merge fx-team to m-c. a=merge 2016-10-07 09:38:06 -04:00
Nicolas Chevobbe
3510f05d1d Bug 1307907 - Add support for console.dirxml() in the new console frontend. r=linclark;
Adds console.dirxml support, which behave the same as console.log.
Adds mocha test to ensure dirxml calls are rendered as expected.

MozReview-Commit-ID: 22kUozOiDAA

--HG--
extra : rebase_source : 9d910136966b2a082150c58cc9ec28f04d47c30f
2016-10-07 12:30:10 +02:00
Morris Tseng
caefbd2d51 Bug 1304767 - Deprecated ImageBitmapRenderingContext.transferImageBitmap. r=Ehsan
Deprecated ImageBitmapRenderingContext.transferImageBitmap and replaced
it with ImageBitmapRenderingContext.transferFromImageBitmap.

MozReview-Commit-ID: BbNgKrluhT7

--HG--
extra : rebase_source : 2aa3dbfc3acc5d8b1e451111ddbb2cac63f40433
2016-10-07 17:14:34 +08:00
Alessio Placitelli
b945a720fc Bug 1308415 - Update about:telemetry to show keyed scalars. r=gfritzsche 2016-10-07 03:35:00 -04:00
Sebastian Hengst
44dd1f666b Backed out changeset 71445b7c3044 (bug 1292034) for GTest failing APZScrollHandoffTester.ScrollgrabFlingAcceleration1. r=backout 2016-10-08 00:43:03 +02:00
Sebastian Hengst
9b22c798f5 Backed out changeset 80dc73282950 (bug 1292034) 2016-10-08 00:40:56 +02:00
Sebastian Hengst
c9351ecb72 Backed out changeset 66bbe7f0d664 (bug 1292034) 2016-10-08 00:40:52 +02:00
Kartikaya Gupta
81be2e6b8d 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: EfBUx5UV6VG
2016-10-07 17:44:18 -04:00
Kartikaya Gupta
524bcd282f 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: 1N1h4VlMDdi
2016-10-07 17:44:18 -04:00
Kartikaya Gupta
b34e078007 Bug 1292034 - Make the StackScroller flywheel detection code more robust to real user behaviour when flinging. r=rbarker
MozReview-Commit-ID: 6OBCkd9bwRt
2016-10-07 17:44:18 -04:00
David Anderson
b05c9b6851 Fix parent process leaks when using the GPU process. (bug 1307972, r=billm) 2016-10-07 00:07:10 -07:00
André Bargull
06a80805d1 Bug 837961 - Part 2: Implement timeZone support for Intl.DateTimeFormat. r=Waldo 2016-10-06 22:37:20 -07:00
André Bargull
2e28385ecd Bug 1198377 - Move Map/Set constructor initialization to self-hosted code. r=till 2016-10-12 12:41:58 -07:00
André Bargull
73fea6b74b Bug 1204024 - Part 5: Allow duplicate __proto__ properties in object destructuring. r=arai 2016-10-10 10:44:59 -07:00
André Bargull
1f2a8a91f1 Bug 1204024 - Part 4: Delay error reporting for pending errors until the destructuring pattern is completely parsed. r=arai 2016-10-12 12:36:13 -07:00
André Bargull
ab29fb7ab0 Bug 1204024 - Part 3: Move destructuring error checking for PossibleError to checkDestructuringPattern. r=arai 2016-10-10 10:44:14 -07:00
André Bargull
567f980b29 Bug 1204024 - Part 2: Restrict PossibleError to non-recoverable errors, because it's not possible to recover from a pending error. r=arai 2016-10-12 12:35:06 -07:00
André Bargull
f215ab0267 Bug 1204024 - Part 1: Set possibleError to nullptr in expression-only contexts. r=arai 2016-10-10 10:43:10 -07:00
Sotaro Ikeda
74c5b567f4 Bug 1309443 - Add more updating mNeedsFullUpdate r=nical 2016-10-12 22:19:32 -07:00
Makoto Kato
898204c674 Bug 1306229 - Remove unused nsIPrintingPrompt.idl. r=myk
MozReview-Commit-ID: E0W2wuvlt3
2016-10-13 13:58:49 +09:00
Chris Peterson
69596fd26b Bug 1309462 - Replace MOZ_ASSERT with MOZ_RELEASE_ASSERT in xpcom/tests/. r=froydnj 2016-10-12 19:40:45 -07:00
Ehsan Akhgari
960c84d107 Bug 980586 follow-up: Remove PContentDialog.ipdl
This is a remnant of the patch originally landed.  The file is unused.
2016-10-12 20:59:03 -04:00
Sotaro Ikeda
f1fcdf0234 Bug 1285757 - Update mNeedsFullUpdate in BufferTextureHost::PrepareTextureSource() r=nical 2016-10-06 21:13:56 -07:00
Phil Ringnalda
c21623fc42 Merge m-c to m-i
MozReview-Commit-ID: Kp60wHZauGi
2016-10-06 20:26:20 -07:00
Iris Hsiao
e6ab0adc40 Backed out changeset d283c59402ce (bug 1277803)
CLOSED TREE
2016-10-07 11:24:08 +08:00
Iris Hsiao
dd43a4748d Backed out changeset 1d88072cf36a (bug 1277803)
CLOSED TREE
2016-10-07 11:23:59 +08:00
Iris Hsiao
6e1419c3ca Backed out changeset d3a02bf398be (bug 1277803)
CLOSED TREE
2016-10-07 11:23:54 +08:00
Iris Hsiao
5abee5efd3 Backed out changeset d17370e68325 (bug 1277803)
CLOSED TREE
2016-10-07 11:23:45 +08:00
Iris Hsiao
596b8e86ce Backed out changeset 76788d4f83ce (bug 1277803)
CLOSED TREE
2016-10-07 11:23:40 +08:00
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