Commit Graph

602436 Commits

Author SHA1 Message Date
James Willcox
e639e656a8 Bug 1467921 - Disable Web Push in GeckoView r=jchen
MozReview-Commit-ID: 77tCU6T94LG
2018-07-02 11:47:24 -05:00
James Willcox
ce2f2af898 Bug 1467919 - Don't try to clear PushService data if Push disabled r=baku
MozReview-Commit-ID: IkImtSkmUAI
2018-07-02 11:46:55 -05:00
James Willcox
0d904ab620 Bug 1467919 - Don't initialize PushService unless dom.push.enabled is true r=lina
MozReview-Commit-ID: JfQUHf1JCRb
2018-07-02 11:46:48 -05:00
James Willcox
f2623f4e23 Bug 1464610 - Don't use EGL_KHR_surfaceless_context on Mali devices r=jgilbert
MozReview-Commit-ID: 2YlTVo86u0c
2018-07-02 11:46:25 -05:00
Gabriel Luong
dac6e06246 Bug 1472561 - Provide an option to show alignment in the flexbox highlighter. r=pbro 2018-07-02 12:43:47 -04:00
Benjamin Bouvier
29f287f4d4 Bug 1450261: Rename Val to LitVal; r=lth
--HG--
extra : rebase_source : 1ff8815d738b7a77f2e356e7c7dc69fd74b1d416
2018-06-21 14:25:28 +02:00
Jared Wein
8c69facccf Bug 1427961 - Implement error tooltip styling. r=MattN
MozReview-Commit-ID: CBNUhIRGD1A

--HG--
extra : rebase_source : 48635adf6aa6731a7fd65679492962e9ad79e0dd
extra : source : aba7712e5409d9321f03d96f80a1d9bbf76b8a13
2018-06-20 23:27:56 -04:00
Jared Wein
d8e5ec3940 Bug 1427961 - Put the asterisk next to required fields. r=MattN
MozReview-Commit-ID: 9KMFB9bS9hD

--HG--
extra : rebase_source : 1566cf92f691f8eaa7bc47fe2b38b0c9cb66dade
extra : source : 7f74d7629be432b0df984d6464a2ba44de27dede
2018-06-20 19:06:38 -04:00
Jared Wein
dbaa85bf42 Bug 1427961 - Regular expression validation for zip/postal codes. r=MattN
MozReview-Commit-ID: 208vx9SBcrq

--HG--
extra : rebase_source : 7f1eca0999bf561ab95968ad6382b2df283a87c2
extra : source : 94a1d54ae6fabdd25f80d276ca5d159a431b6052
2018-06-20 17:46:05 -04:00
Greg Mierzwinski
8a8a847acc Bug 1472575 - Add delay to baseline coverage tests. r=jmaher
This patch adds a 30 second delay to the baseline coverage tests to help stabilize their code coverage results over time.

MozReview-Commit-ID: C3StSX7RdM9

--HG--
extra : rebase_source : d4ab053d0d55535333989294973aa4af7db4fea7
2018-06-19 16:09:16 -04:00
Dave Townsend
a518f2709e Bug 1469374: Remove code that tracks failed favicon loads. r=mak
Reviewers: mak

Tags: #secure-revision

Bug #: 1469374

Differential Revision: https://phabricator.services.mozilla.com/D1706

--HG--
extra : rebase_source : 44e3a25e3c925307281f7a5bda12060aa2ad811a
2018-06-18 15:09:01 -07:00
Geoff Brown
bea4bee944 Bug 1472032 - Increase Android browser time-out to 110 minutes; r=me,a=test-only
This time-out has traditionally been 90 minutes. It mustn't exceed the 120 minute
task time-out for android browser tests. Let's try 110 minutes.
2018-06-29 16:05:58 -06:00
Coroiu Cristina
faf5fca2f0 Merge mozilla-central to mozilla-inbound a=merge on a CLOSED TREE 2018-06-30 01:02:10 +03:00
arthur.iakab
482de2e667 Backed out changeset 1151417e03e5 (bug 1464610) for failing mochitests and crashtest on gfx\gl\GLLibraryEGL.h:342
--HG--
extra : rebase_source : 753f93c24c6bc268d5348088dc0e0888178f8762
2018-06-30 00:20:14 +03:00
Eric Rahm
e36783bdd1 Bug 1472018 - Limit the lock scope in WebCryptoThreadPool::Shutdown. r=bz
In bug 1364624 we switched over to SRWLock on Windows for our internal
implementation of mozilla::Mutex. This doesn't allow for re-entrancy. The
WebCryptoThreadPool shutdown code has potential for re-entrancy due to the
spinning of the main thread event loop while shutting down the worker threads.

By limiting the scope of the lock protecting mPool during shutdown we can avoid
the re-entrancy. Addtionally we track the shutdown status to avoid dispatching
events once shutdown has started.

--HG--
extra : rebase_source : 6e97a1fbdf4033ef93b3ecbafcf4b7898d9b19af
2018-06-28 15:34:40 -07:00
Gabriele Svelto
6390ab3471 Bug 1469309 - Remove an unused sensor type; r=agaynor
--HG--
extra : source : 12d7dd36b8ccb80e866d0da7fcb7e44fcb690b0b
extra : histedit_source : b5aedb2bcf0adc8ce650124544cebd82cecbdc33
2018-06-19 09:18:09 +02:00
Dragana Damjanovic
c73d6a6cda Bug 1453204 - Fix 425 return code for websocket. r=michal
--HG--
extra : rebase_source : 7455df696dd97cf3b457edf6d227128432bce04a
2018-06-29 09:10:00 +03:00
Ryan VanderMeulen
d143d55d8a Bug 1472312 - Update pdf.js to version 2.0.641. r=bdahl 2018-06-29 17:02:22 -04:00
Kai Engert
414d1a4cdd Bug 1470914, NSS 3.39 beta revision c84a61acb17d UPGRADE_NSS_RELEASE r=me 2018-06-29 22:49:35 +02:00
André Bargull
4db79fda8c Bug 1471931 - Part 5: Use MakeUnique in more places and replace manual js_delete with UniquePtr. r=sfink
--HG--
extra : rebase_source : cb6018da067352c1c1a04c3ff0385fa0cf70e020
2018-06-29 02:33:51 -07:00
André Bargull
8695012030 Bug 1471931 - Part 4: Add NewString and NewStringDontDeflate functions which accept UniquePtr. r=sfink
--HG--
extra : rebase_source : 19abdbf337c92c6d01440330fd582852b2821753
2018-06-28 09:30:46 -07:00
André Bargull
996da1bf7f Bug 1471931 - Part 3: Switch to pod_calloc_with_extra, new_, make_pod_array, and make_zeroed_pod_array where possible. r=sfink
--HG--
extra : rebase_source : 221362e7e3932ecb3f5bcf748035d5671e15e63b
2018-06-28 09:26:02 -07:00
André Bargull
3a0781eb94 Bug 1471931 - Part 2: Replace manual memory management with UniquePtr in a few places. r=sfink
--HG--
extra : rebase_source : dbdd66450524fd4b10704a557df0fe5b7c45a040
2018-06-28 09:17:05 -07:00
André Bargull
1a557942d7 Bug 1471931 - Part 1: Replace some js_malloc/js_calloc/js_realloc with their js_pod_malloc/js_pod_calloc/js_pod_realloc counterparts. r=sfink
--HG--
extra : rebase_source : bb479e5f058fe51f62fc5584ec41b33eeffc77f5
2018-06-28 09:07:44 -07:00
James Willcox
dc6c4980b7 Bug 1464610 - Don't use EGL_KHR_surfaceless_context on Mali devices r=jgilbert
MozReview-Commit-ID: 2YlTVo86u0c
2018-06-29 14:50:34 -05:00
Eric Rahm
d545dc0998 Bug 1470831 - Only disable sandboxing in dmd builds. r=bc
Disabling sandboxing seems to cause a memory regression for win32 builds which
affects our AWSY numbers. This switches over to only disabling sandboxing if
using a DMD build so that we can still run without crashing.

--HG--
extra : rebase_source : 9887c19cdd746aec9f6d9e64561f2226cd1ce443
2018-06-25 11:52:21 -07:00
Lisa Guo
2aea743d55 Bug 1443873 - update beetmover in-tree payload to include buildhub. r=mtabara a=release
--HG--
extra : rebase_source : dd4131d9a6411975fefd2981ac6041af05c0c2fc
extra : source : ed0b4efd4f93f47a8e71934bed013a1a06822fd7
2018-06-18 18:45:22 +03:00
Jan de Mooij
61dbdbba71 Bug 1472130 part 2 - Allow creating same-compartment realms in the shell with --fuzzing-safe. r=luke 2018-07-02 18:34:37 +02:00
Jan de Mooij
87cce62801 Bug 1472130 part 1 - Fix a bogus assert in GetInitialShapeProtoKey with same-compartment realms. r=luke 2018-07-02 18:34:27 +02:00
Jan de Mooij
a94a5f8023 Bug 1472132 - Don't inline non-scripted functions in Ion when constructing and new.target != the callee. r=anba 2018-07-02 18:34:02 +02:00
Luke Bjerring
2f36e69ffe Bug 1468799 [wpt PR 9854] - Update the webusb IDL file, a=testonly
Automatic update from web-platform-testsUpdate the webusb IDL file (#9854)

--

wpt-commits: f110c505f6480ef8098b8ef5f4da339763c39486
wpt-pr: 9854
2018-07-02 16:13:23 +00:00
Marco Castelluccio
e81fe5afe7 Bug 1472688 - Remove any gcda file left in GCOV_PREFIX when resetting counters, and make it possible to accumulate counters. r=jmaher
--HG--
extra : rebase_source : 765ba8df0d55c2b5cec208b8e34f06b2352940e7
extra : source : 9fe7964b9a3a8fda16726f7ab18cacc59d086289
2018-07-02 14:53:07 +01:00
Marco Castelluccio
b81d990de9 Bug 1472687 - Only reset and dump coverage counters in the parent process for xpcshell tests. r=jmaher
--HG--
extra : rebase_source : 7a5700e8c8de05b1b0da072f9185b0e3cb226649
extra : source : 91778385e1727633a941b68f342900f0e561ec4b
2018-06-29 19:09:15 +01:00
Christian Holler
2a3b6f8ca3 Bug 1471532 - Support Windows in ASan Nightly Reporter builds. r=froydnj
MozReview-Commit-ID: AK2dBOgoazY

--HG--
extra : rebase_source : 1065a2f3b10913ac574cf1187d717f21fc2994e6
extra : histedit_source : 3042e51e496e4e8593b367d89332a9199bf3999c
2018-06-27 11:19:00 +02:00
Ben Kelly
8dacbc94b9 Bug 1471706 P2 Maintain a version list of ServiceWorkerRegistrationInfo state changes. r=mrbkap 2018-07-02 07:44:19 -07:00
Ben Kelly
c38d6a18a2 Bug 1471706 P1 Track each registration state change with a version number stored on the descriptor. r=mrbkap 2018-07-02 07:44:19 -07:00
Ben Kelly
241115d614 Bug 1471631 Move ServiceWorkerManager::AddRegistrationEventListener() code to ServiceWorkerRegistrationInfo. r=mrbkap 2018-07-02 07:44:19 -07:00
Ben Kelly
4b564b329e Bug 1462772 P5 Remove now-unused Listener logic in ServiceWorkerInfo. r=mrbkap 2018-07-02 07:44:18 -07:00
Ben Kelly
aa573bca77 Bug 1462772 P4 Route ServiceWorker state changes through the ServiceWorkerRegistration. r=mrbkap 2018-07-02 07:44:18 -07:00
Ben Kelly
f3b6e1d527 Bug 1462772 P3 Make ServiceWorker binding objects get or create a handle to their associated registration. r=mrbkap 2018-07-02 07:44:18 -07:00
Ben Kelly
4866ecedf2 Bug 1462772 P2 Add the registration Id to the ServiceWorkerDescriptor. r=mrbkap 2018-07-02 07:44:18 -07:00
Ben Kelly
083c06c238 Bug 1462772 P1 Add a fallible nsIGlobalObject::GetServiceWorkerRegistration() method. r=mrbkap 2018-07-02 07:44:18 -07:00
Martin Robinson
34359c5dd9 Bug 1470125 - Update WR bindings for changes in WR PR 2848. r=Gankro
MozReview-Commit-ID: D2hLIqlnfU6

--HG--
extra : rebase_source : 6a0ef8c6d61ab937695c42224eb3acb0a5e531f7
2018-06-13 15:40:13 -07:00
Kartikaya Gupta
f15fbbcb7b Bug 1470125 - Update bindings for changes in WR PR 2849. r=Gankro
MozReview-Commit-ID: JZtSKH5hZtO

--HG--
extra : rebase_source : c2543e9925efbdd0249d8f6e306f62455e12ac48
2018-06-28 11:48:47 -04:00
Kartikaya Gupta
7bcd1495a9 Bug 1470125 - Update webrender to commit cdfaaeb5f74e416f39af1081c9a676c752d23896. r=Gankro
Includes regenerated webrender_ffi_generated.h header.

MozReview-Commit-ID: I3lvkCH5IGz

--HG--
extra : rebase_source : 654102de6773960af67069e7e4c2b27474d9a04c
2018-06-28 11:48:27 -04:00
shindli
c83eb1f34f Backed out 3 changesets (bug 1470125) for force-cargo-library-build bustages on a CLOSED TREE
Backed out changeset c6ef35a760ae (bug 1470125)
Backed out changeset cb8bed4a7691 (bug 1470125)
Backed out changeset 82527f62f249 (bug 1470125)
2018-06-28 21:25:33 +03:00
Rob Wood
04c2aebe5f Bug 1468865 - Port raptor firefox tp6 to win; r=jmaher
MozReview-Commit-ID: 78VGzPkhkww

--HG--
extra : rebase_source : bffe3cfdd3384ebbff41c01347dde03f656935a7
2018-06-26 17:56:20 -04:00
Emilio Cobos Álvarez
ea35dc8701 Bug 1471415: Fix logic in nsXULPopupManager::ShouldConsumeOnMouseWheelEvent. r=smaug
It was accidentally toggled in bug 1423990.

Differential Revision: https://phabricator.services.mozilla.com/D1863

--HG--
extra : moz-landing-system : lando
2018-06-28 16:52:14 +00:00
Petru Gurita
b54c9e5044 Bug 1445216 - remove useless initialization of variable atFirstColumn in nsPlainTextSerializer::Write. r=bz
The `atFirstColumn` variable is set on both branches of an 'if' before it's read.

MozReview-Commit-ID: 2HezoWgnOb1

--HG--
extra : rebase_source : 74e0d2d7685c69ddcbf2313ce14e4886d904432b
2018-06-26 23:23:43 +03:00
Michael Kaply
1a987ee809 Bug 1471651 - Allow Non FQDN to be specified in policy. r=Felipe
MozReview-Commit-ID: 4mVbOfTGIak

--HG--
extra : rebase_source : ed5527a6a2910f63ad80d3d9b6611ab486580bc9
2018-06-27 12:11:49 -05:00