Commit Graph

492794 Commits

Author SHA1 Message Date
Phil Ringnalda
83aa20ccfd Backed out changeset 7b9eac460383 (bug 512479) for browser_aboutCrashes.js failures 2016-09-26 19:35:21 -07:00
Phil Ringnalda
67df428994 Backed out changeset ff35e4bcc7c8 (bug 1253314) for not working 2016-09-26 19:11:04 -07:00
Gijs Kruitbosch
1205edd695 Bug 1304492 - use frameloader's context to get contentPrincipal, r=mconley
MozReview-Commit-ID: DdzGwIJye14

--HG--
extra : rebase_source : e08571724e42a1616d66347f30f46bdc9c626de2
2016-09-26 14:47:31 +01:00
Mihai Tabara
2c8c8c958b Bug 1253314 - enable Linux32 PGO builds. r=dustin
MozReview-Commit-ID: 482FdMgYFvA

--HG--
extra : rebase_source : c0da90e5762377400f24eae947999b70b9bef52b
2016-09-25 13:48:52 +01:00
Chris Pearce
f5797cb124 Bug 1239690 - Add vorbis.acm version 0.0.3.6 to the DLL blocklist. r=aklotz
Vorbis.acm seems to be somehow injecting itself into our process, and also the
Flash process, and intercepting the system audio APIs. Version 0.0.3.6 seems to
be crashing, and it's an obsolete version, so we should block it to stop it
crashing us.


MozReview-Commit-ID: Hk93kG0Ly4Q

--HG--
extra : rebase_source : b16dd8decdc8a767bd84f28a009667b4d79677d8
2016-09-23 14:18:04 +12:00
Kartikaya Gupta
3c6816305f Bug 1305201 - Have BasePoint::Length return a Coord instead of a raw type. r=botond
MozReview-Commit-ID: 3MJmnQ866pA

--HG--
extra : rebase_source : c3a50e0fd84559a878ae30d1a263267e24f1351f
2016-09-26 15:34:36 -04:00
Patrick Brosset
7b76474a64 Bug 1305401 - SimpleOutlineHighlighter checks for node validity before highlighting; r=jdescottes
MozReview-Commit-ID: 8HMcOxyJBj8

--HG--
extra : rebase_source : 066e6eaf756a9f3cc6d04a81dcd4873773942cd3
2016-09-26 17:25:50 +02:00
Gregory Szorc
a46a97380c Bug 1147548 - Update hg fingerprint in merge day scripts; r=Callek
These are the only 2 definitions of the hg.mozilla.org certificate
fingerprint in mozilla-central. The certificate changed on
2016-09-26. So update the fingerprints.

This /might/ be a cargo cult because automation should be pinning
the hg.mozilla.org certificate everywhere. An alternative to this
commit would be to remove the fingerprint pinning from these
scripts. But if these scripts are run by humans, we may want to keep
the pinning in.

MozReview-Commit-ID: 4FUhAGc2oqx

--HG--
extra : rebase_source : fa8889ffbb70c14270acde67121192f7c1932258
2016-09-26 08:42:40 -07:00
Armen Zambrano Gasparnian
2b2c92160b Bug 1300663 - Catch HTTPError when query for symbols url. r=jlund
If we don't catch HTTPError, the whole job fails since we get an uncaught exception.

MozReview-Commit-ID: 8jwW7ZSieyC

--HG--
extra : rebase_source : a184fe32bb73e786bd874a1c5f298d2b2c0bca83
2016-09-23 13:37:58 -04:00
Nils Ohlmeier [:drno]
5caad26b6e Bug 1293531: disable PcmaPcmu test on Android. r=dminor
MozReview-Commit-ID: 8YVOVcW3OKc

--HG--
extra : rebase_source : dc193ddc1ed57a5cc0a50463e2860b2435139a85
2016-09-25 22:44:38 -07:00
Brian Grinstead
c89d77bc09 Bug 1275877 - Use ContentTask.spawn to prevent intermittent test failure;r=jlongster
MozReview-Commit-ID: 72kyZBHtEma

--HG--
extra : rebase_source : ec3716b1f4e50a051e0a0a57475fe3dd096b31d0
2016-09-23 09:32:52 -07:00
Andrew Halberstadt
58195de1e4 Bug 1304484 - Add back gecko vcs environment variables for desktop-test tasks, r=gps
This was regressed by bug 1296397 which stopped setting the GECKO_HEAD_REPOSITORY and
the like. It wasn't caught because the task doesn't actually depend on those environment
variables except when using the interactive loaner.

This patch supports vcs checkout regardless of whether the task runs from source or not.

MozReview-Commit-ID: CDxdG8G6JDd

--HG--
extra : rebase_source : 8a3d380c86bbfabe6d76854fd8af8e794e75970e
2016-09-21 16:02:49 -04:00
Robert Helmer
34d1a0e09d bug 512479 - make pending crash reports more identifiable, r=mconley
MozReview-Commit-ID: H0c1CC4s3Vw

--HG--
extra : rebase_source : 78fadde80b9c6ef037e4aece224ee9ba28df11eb
2016-05-16 15:04:09 -07:00
Henrik Skupin
c19bea65a7 Bug 1305370 - Bump firefox-puppeteer 52.0.0. r=maja_zf
MozReview-Commit-ID: IdVUoenRYMh

--HG--
extra : rebase_source : f0ef6a7125144d012f2c8631b0ea0239c677f702
2016-09-26 15:35:59 +02:00
Mike de Boer
dc6177c3c4 Bug 1303874 - clear the dictionary for the current find window only upon restart of the iterator, not each reset. r=jaws
MozReview-Commit-ID: Gp2rnr5z12n

--HG--
extra : rebase_source : 872e948e954e8e69e4ab80c536b489de527f2068
2016-09-26 16:07:53 +02:00
Alexandre Poirot
cea31c4b3a Bug 1303288 - Pass the window object instead of current scope to prevent wrapper issues when using the devtools reload addon. r=jlongster
If we happen to pass the current scope (`this`), the browser-loader codebase fails
when passing it as sandboxPrototype. It only works when passing an xray wrapper.
The document scope happen to not be an xray when using the addon, whereas `window`
always is no matter if we are using the addon or not.

MozReview-Commit-ID: GjYHkaCGBDd

--HG--
extra : rebase_source : 7ab2cd164cd4b235de24b74d58a4962f1d1961e6
2016-09-21 08:07:02 -07:00
Alexandre Poirot
26f6d8116b Bug 1303288 - Force unloading all JSM when reloading devtools via the addon. r=pbro
MozReview-Commit-ID: H6z4c6CXBC1

--HG--
extra : rebase_source : afddb4df5666198343af616872d8f68c9aa909c6
2016-09-21 08:06:01 -07:00
Masayuki Nakano
caa4d59b38 Bug 1302956 part.2 NativeKey shouldn't handle char message if it's created during another instance is trying to remove a char message from the queue r=m_kato
When NativeKey tries to remove a char message from the queue, another NativeKey instance might be created due to odd API hook or something.  In such case, the old instance should handle the received message and the new instance should do nothing for keeping the order of message handling.

This patch makes:

* NativeKey::GetFollowingCharMsg() store removing char message to mRemovingMsg before calling PeekMessage() with PM_REMOVE.
* NativeKey::InitWithChar() set the old instance's mReceivedMsg to the received char message and do nothing even if HandleCharMessage() is called later.
* NativeKey::GetFollowingCharMsg() return received char message if mReceivedMsg is set during a call of PeekMessage().

MozReview-Commit-ID: KXYW0GgC9AY

--HG--
extra : rebase_source : 08472dec28e93450cd04a367843c1511cb812a9c
2016-09-23 16:40:01 +09:00
Masayuki Nakano
bf273c667a Bug 1302956 part.1 NativeKey should store latest instance with sLatestInstance r=m_kato
For detecting nested creation of NativeKey instances, NativeKey should manage the latest instance with sLastestInstance for the other instances and previous instance with mLastInstance.

MozReview-Commit-ID: BFZ0cr1640S

--HG--
extra : rebase_source : e2439a21f5984c6246283924c2013038c734ae2a
2016-09-15 17:02:30 +09:00
Iris Hsiao
bea139e001 Merge mozilla-central to autoland 2016-09-26 19:14:57 +08:00
Iris Hsiao
767e1e9b11 merge mozilla-inbound to mozilla-central a=merge 2016-09-26 18:34:20 +08:00
Iris Hsiao
a95e0164c0 merge fx-team to mozilla-central a=merge 2016-09-26 18:29:38 +08:00
Iris Hsiao
eed5d11870 merge autoland to mozilla-central a=merge 2016-09-26 18:04:27 +08:00
Jamie Nicol
1ce29ff180 Bug 1245959 - Check video frame has non-zero dimensions before sending image to compositor. r=nical
MozReview-Commit-ID: 6PlWqE6is7Z
2016-09-25 21:34:11 +02:00
Jamie Nicol
fc46f7198f Bug 1245959 - Check plugin has non-zero dimensions before sending image to compositor. r=nical
MozReview-Commit-ID: KEd5IBUGlo6
2016-09-25 21:34:06 +02:00
Sebastian Hengst
18fb75d3b3 Backed out changeset c633db465597 (bug 1245959) for frequent timeout in mda test test_video_dimensions.html. r=backout 2016-09-25 19:29:13 +02:00
Sebastian Hengst
6c06a32cb9 Backed out changeset ecd53c7be28e (bug 1245959) 2016-09-25 19:27:52 +02:00
Sebastian Hengst
cc132d092f Backed out changeset 04cda7684b40 (bug 1217876) for failing xpcshell test test_resumable_channel_wrap.js in debug builds. r=backout 2016-09-25 11:00:29 +02:00
Sebastian Hengst
c4c650a082 Backed out changeset b0be7d1b7a9a (bug 1303196) for asserting in devtools test: top->mTabGroup == mTabGroup, at dom/base/nsGlobalWindow.cpp:14425. r=backout 2016-09-25 09:23:40 +02:00
Andrea Marchesini
0f4e76b731 Bug 1305280 - ContextualIdentityService.jsm must use UNIQUE_CONTAINERS_OPENED, r=me 2016-09-25 08:25:54 +02:00
Andrea Marchesini
ff1efcb34a Bug 1217876 - nsIXMLHttpRequest must show the authentication prompt correctly when used by addons in e10s, r=mayhemer 2016-09-25 07:50:44 +02:00
Michael Layzell
eb68349900 Bug 1303196 - Add TabGroup and DocGroup objects, r=billm
MozReview-Commit-ID: QHxYnXmuQN
2016-09-24 19:05:41 -04:00
Mike Conley
6936fd4dde Bug 1304677 - Make browser_UnsubmittedCrashHandler.js properly uninit a disabled UnsubmittedCrashHandler. r=Felipe
MozReview-Commit-ID: 4xjeWOCCvjg

--HG--
extra : rebase_source : e861a87df922e94642212710e815de6f3c38e4ee
2016-09-24 14:15:52 -04:00
ffxbld
05ed82e50b No bug, Automated blocklist update from host bld-linux64-spot-389 - a=blocklist-update 2016-09-24 06:03:55 -07:00
ffxbld
3c8aea1193 No bug, Automated HPKP preload list update from host bld-linux64-spot-389 - a=hpkp-update 2016-09-24 06:03:53 -07:00
ffxbld
45fdba1af2 No bug, Automated HSTS preload list update from host bld-linux64-spot-389 - a=hsts-update 2016-09-24 06:03:51 -07:00
Randell Jesup
036d6b9816 Bug 1288904: Clean up RID header extension support r=jesup,drno 2016-09-23 21:55:08 -04:00
David Anderson
beb37a041d Fix null-deref when APZ is disabled and using out-of-process compositing. (bug 1305198, r=kats) 2016-09-24 13:10:12 -07:00
Kershaw Chang
ce09635b3d Bug 1268993 - Null check for mBuilder, r=smaug
---
 dom/presentation/ipc/PresentationBuilderChild.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
2016-09-24 19:11:01 +02:00
Sebastian Hengst
070829618f Backed out changeset d7e412fddbbc (bug 1304919) for mass test failures on OS X 10.10 opt in tests which mock (encrypted?) connections. r=backout on a CLOSED TREE 2016-09-24 18:01:22 +02:00
Sebastian Hengst
fbe687493e Backed out changeset b54d608edfa8 (bug 1304919) 2016-09-24 18:00:17 +02:00
Sebastian Hengst
0ac2129c0b Backed out changeset bb62ee48735e (bug 1304919) 2016-09-24 18:00:12 +02:00
Sebastian Hengst
a0d432121c Backed out changeset f1aace586e14 (bug 1304919) 2016-09-24 18:00:08 +02:00
Kartikaya Gupta
30133fa012 Bug 1298886 - Fire magnify gesture events in the parent process if APZ is enabled but APZ zooming is disabled. r=botond,dvander
MozReview-Commit-ID: 1yhJW7OhI0A
2016-09-24 09:46:02 -04:00
Kartikaya Gupta
cb429d93ab Bug 1298886 - Convert the PinchGestureInput span fields from float to ParentLayerCoord. r=botond
MozReview-Commit-ID: 1Odp9ml6reK
2016-09-24 09:46:01 -04:00
Alexander Surkov
8665b7eb47 Bug 945915 - Expose atk/at-spi STATE_CHECKABLE, r=yzen 2016-09-24 09:44:10 -04:00
Nick Alexander
1a1eb3493b Bug 1255875 - Complain to treeherder if Android checkstyle, lint, or unittest fails. r=grisha
It's not obvious how to listen to individual errors in most cases, so
we just link to the reports for now.  Progress!

MozReview-Commit-ID: 8nGRJdpzZnO

--HG--
extra : rebase_source : e81c9b29cb03c5ba73e793512525b5c9c68ab655
extra : amend_source : ce1e2368d43d37cab8fe41cd7a978342ad3e2ea6
2016-09-23 13:58:10 -07:00
Sebastian Hengst
28bee7a305 Backed out changeset 333c888c9665 (bug 1304700) for failing devtools pane tests like browser_dbg_instruments-pane-collapse.js. r=backout 2016-09-23 19:15:06 +02:00
Sebastian Hengst
1c9ffd7194 Backed out changeset 20d78ac1c18a (bug 1283076) for failing xpcshell test test_browserGlue_corrupt_nobackup_default.js. r=backout 2016-09-23 19:12:01 +02:00
Nicolas Chevobbe
4b56a05e36 Bug 1304900 - New console frontend: Add network messages filtering in the filter bar. r=linclark
MozReview-Commit-ID: Lb597iSUyWj
2016-09-23 10:10:06 -07:00