Carsten "Tomcat" Book
4f44c026f2
Merge mozilla-central to mozilla-inbound
2017-06-14 14:50:11 +02:00
Carsten "Tomcat" Book
5e8c1546ec
merge mozilla-inbound to mozilla-central a=merge
2017-06-14 14:45:26 +02:00
Ehsan Akhgari
2fef4ff0fb
Bug 1372794 - Cache the form autocomplete service instead of repeatedly getting it in the form fill controller; r=MattN
2017-06-14 08:24:16 -04:00
Sebastian Hengst
c567bc5197
Backed out changeset 32edaa349976 (bug 1370296)
2017-06-14 09:48:14 +02:00
Jessica Jong
dcff4df9e6
Bug 1370858 - Fire change/input events after selecting a date/time from picker. r=smaug
...
Per spec [1], date/time inputs fall into this category:
"For input elements without a defined input activation behavior, but to which
these events apply, and for which the user interface involves an explicit
commit action but no intermediate manipulation, then any time the user commits
a change to the element's value, the user agent must queue a task to first fire
an event named input at the input element, with the bubbles attribute
initialized to true, and then fire an event named change at the input element,
with the bubbles attribute initialized to true."
So, we fire input/change events when:
- User selects a date/time from the picker
- User changes the value using up/down keys in a already complete date/time
value
- User changes the value using the number keyboard in a already complete
date/time value
- User clears the value (using reset button or using backspace)
MozReview-Commit-ID: E7Jc5qMKZj4
--HG--
extra : rebase_source : 01d4ddbf97d7cef626491946e008a88db4641258
2017-06-12 02:21:00 +02:00
Kris Maglione
7bb88fc9de
Bug 1371246: Handle serializing Blobs in StructuredCloneHolder instances. r=billm
...
MozReview-Commit-ID: 2n15NCnLC48
--HG--
extra : rebase_source : b9769b5b79d6d9dd6277a783963d83a0e0ab88eb
extra : amend_source : ac9167122891a374b4fd7219feaa7d7afbf6f5f0
2017-06-12 14:42:49 -07:00
Wes Kocher
c2afdb09bd
Backed out changeset 5df8f9f0a5b9 (bug 1370430) to see if it unbreaks builds a=backout CLOSED TREE
...
MozReview-Commit-ID: G2snPHLTZg5
--HG--
rename : third_party/rust/euclid-0.13.0/src/matrix2d.rs => third_party/rust/euclid/src/matrix2d.rs
rename : third_party/rust/euclid-0.13.0/src/matrix4d.rs => third_party/rust/euclid/src/matrix4d.rs
extra : amend_source : 796c79ec645c0d1d357d052585ef9da24ec887fe
2017-06-13 19:16:09 -07:00
Wes Kocher
09a205279b
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: 7AS5EEH6buZ
2017-06-13 18:36:04 -07:00
Wes Kocher
1af6d5cf57
Merge inbound to central, a=merge
...
UPGRADE_NSS_RELEASE
MozReview-Commit-ID: CBIFPwA5aNp
--HG--
extra : amend_source : 035a5be59d0046a643d0f836a95195e8c4ade4a6
2017-06-13 18:27:10 -07:00
Wes Kocher
6c1a0ae549
Backed out 6 changesets (bug 1371699) for various failures including frequent img-blobURI-2.html failures and leaks a=backout
...
Backed out changeset 67a27cf0ab80 (bug 1371699)
Backed out changeset 7e494fa90087 (bug 1371699)
Backed out changeset 30405ec37e1e (bug 1371699)
Backed out changeset 2d67624a01dc (bug 1371699)
Backed out changeset 503c9d22e6bb (bug 1371699)
Backed out changeset eedcb67a9fb6 (bug 1371699)
MozReview-Commit-ID: 4HydLjK7Ond
2017-06-13 17:50:11 -07:00
Kartikaya Gupta
594d9df8f5
Bug 1370430 - Update webrender to cset 6752684fcc7402b0a5480e0b9f73152b2f9ed1e5. r=jrmuizel
...
In addition to update webrender/ and webrender_traits/, this updates
the webrender_bindings dependency on euclid to euclid-0.14.4. It also
updates some webrender_bindings code for this dependency update, and
for the BlobImageRenderer API change in WR cset 36a9117.
MozReview-Commit-ID: JlmTHrFdfUM
--HG--
rename : third_party/rust/euclid/src/matrix2d.rs => third_party/rust/euclid-0.13.0/src/matrix2d.rs
rename : third_party/rust/euclid/src/matrix4d.rs => third_party/rust/euclid-0.13.0/src/matrix4d.rs
2017-06-13 11:10:14 -04:00
Stephen A Pohl
10fd53c9e2
Bug 1149732: Avoid main-thread IO when installing GMP modules. r=Gijs
2017-06-13 16:29:28 -04:00
Boris Zbarsky
3d884086c3
Bug 1371699 part 3. Make nsIStringInputStream not inherit from nsIInputStream anymore. r=bkelly
...
This will prevent ambiguous nsIInputStream inheritance once we also inherit from nsIAsyncInputStream.
2017-06-13 16:16:23 -04:00
Mike Hommey
febaf6a5a1
Bug 1370296 - Move toolkit/library/**/rust first in toolkit/toolkit.mozbuild. r=gps
...
It is technically possible to move it even further up with adjustments
to the top-level moz.build, but that would either be too hackish, or
more involved (and possibly risky for other targets), so I'd rather
keep that for a followup.
--HG--
extra : rebase_source : 11048687e6c56f528fe4f674c8b951630a10aebd
2017-06-14 15:12:06 +09:00
Servo VCS Sync
3455fd8354
No bug - Revendor rust dependencies
2017-06-14 03:29:17 +00:00
Wes Kocher
ebf35623cd
Merge mozilla-central to autoland a=merge
...
UPGRADE_NSS_RELEASE
2017-06-13 18:57:32 -07:00
Iaroslav (yarik) Sheptykin
10c8f1458d
Bug 1371927: Build KeyedStackCapture only if profiler enabled. r=gfritzsche
...
MozReview-Commit-ID: 9IoVY2K5hXc
2017-06-10 19:59:16 +02:00
Marco Castelluccio
42f83ca8dc
Bug 1363469 - Define signal handlers to dump and reset coverage counters. r=froydnj,kanru
...
--HG--
extra : rebase_source : 8fa73f2bfd1eab95caee891d6d68090b58c3ba67
extra : histedit_source : 7b7c633ebecc71508e4c0a4d1161104a511869c5%2C61fefafbedb869fffddb8182d8bfac29108ee1bb
2017-06-14 09:50:44 +01:00
Jan de Mooij
83f290de99
Bug 1370608 part 1 - Move newEnumerate hook from ObjectOps to ClassOps. r=evilpie,bz
2017-06-14 10:37:44 +02:00
tiago
2b272f39f6
Bug 1354186 - Change managerListeners, installListeners, addonListeners and typeListeners from Array to Set. r=aswan
...
MozReview-Commit-ID: CZ5HlhWihHO
--HG--
extra : rebase_source : 22bda95fde5d59a62eeedaa602b4ec0aee8f7a4b
2017-05-19 01:56:05 -03:00
Ricky Chien
586032cae6
Bug 1369640 - Flip search icon for Windows and Linux r=dao
...
MozReview-Commit-ID: DCu0PEzVvUl
--HG--
extra : rebase_source : 028c4e929f2943b00f185a0825f83564dbd96a12
2017-06-09 23:13:45 +08:00
Nevin Chen
ce914f17d8
Bug 1366575 - Skip elements that are not used in Android. r=gasolin
...
MozReview-Commit-ID: IMg9xhHl1t0
--HG--
extra : rebase_source : fb4fa7eebfc576d4a7dc53e8403e08a5b7c59d9c
2017-06-13 10:17:50 +08:00
Scott Wu
5b4c4c8ee1
Bug 1365895 - Select element fires events properly when autofilled. r=MattN
...
MozReview-Commit-ID: 6OZX9ieQlw5
--HG--
extra : rebase_source : 303a68f759ab80bc03d061f5ff1cad0e28da1050
2017-06-13 14:46:21 +08:00
Bob Silverberg
71dee24643
Bug 1368545 - Prevent the ExtensionPreferencesManager from mistakenly overriding a user set preference, r=aswan
...
Prior to this change the code that automatically updates prefs when an add-on is disabled, reenabled or uninstalled
could overwrite changes to a pref that were made manually by a user, either via the UI or via about:config.
This change introduces a check into each of those actions that verifies that the current state of the pref
is what we expect it to be based on the data we have about add-on settings, and if it is not then we
do not change the pref.
MozReview-Commit-ID: 5DpEg2fGwIW
--HG--
extra : rebase_source : b27e8b8b851170a7e23395f82efca5da5bdae2ee
2017-06-05 14:22:05 -04:00
UK992
ec54c76eab
Bug 1372005 - Update about:rights to new in-content style and add page title r=dao
...
--HG--
extra : rebase_source : 2e9594ced2dbcfb7ecb5b84ee642aa5c76b85dfa
2017-06-11 16:02:40 +02:00
Carsten "Tomcat" Book
d67ef71097
merge mozilla-inbound to mozilla-central a=merge
2017-06-13 12:09:48 +02:00
Carsten "Tomcat" Book
972df8adde
merge autoland to mozilla-central a=merge
2017-06-13 12:08:12 +02:00
Carsten "Tomcat" Book
edb48d1ec8
Backed out changeset 86bec347e28b (bug 1371927) on request from gfritsche
2017-06-13 11:11:14 +02:00
Bill McCloskey
89aa3c7c0f
Bug 1371136 - Use contexts more safely in performance monitoring service (r=mccr8)
...
GetCurrentPhysicalThread() uses TLS, but it won't be called very often here.
MozReview-Commit-ID: HIDRt8btJCb
2017-06-12 20:21:43 -07:00
Wes Kocher
f8412cddff
Merge inbound to central, a=merge CLOSED TREE
...
MozReview-Commit-ID: 4j8ngmg8FAD
2017-06-12 17:02:56 -07:00
Perry Jiang
53a717beee
Bug 1357300 - Enable flash plugin preferences even when set to 'Never Activate'. r=rhelmer
...
MozReview-Commit-ID: BSJcWoUFXVb
2017-06-12 13:20:03 -07:00
Wes Kocher
6e40405064
Merge m-c to inbound, a=merge CLOSED TREE
...
MozReview-Commit-ID: 5Agk5fuwDGU
2017-06-12 17:11:10 -07:00
Wes Kocher
3ee39c3f47
Backed out 3 changesets (bug 1354077) for assertions in AccessibleWrap.cpp a=backout CLOSED TREE
...
Backed out changeset 1380fe0f701b (bug 1354077)
Backed out changeset 2b5602bd352a (bug 1354077)
Backed out changeset a0fc3a1a9122 (bug 1354077)
MozReview-Commit-ID: ABHV3evXKrG
2017-06-12 16:54:10 -07:00
Sebastian Hengst
f3bf820bfd
Backed out changeset 3d1ce85e6348 (bug 1088760) for bustage, at least on Android at layout/generic/nsPluginFrame.cpp:1612. r=backout
2017-06-13 00:30:03 +02:00
Paolo Amadini
b336d5e13d
Bug 1371895 - Support legacy Task.jsm generators in DeferredTask.jsm. r=florian
...
This ensures legacy add-on compatibility by loading Task.jsm lazily when required. Once Task.jsm is removed, this code can be changed back to support only async functions.
MozReview-Commit-ID: 15nY8yArNlZ
--HG--
extra : rebase_source : 129fc4958730fb85176dbb26131cce79e531d41f
2017-06-12 16:42:47 +01:00
Patrick Brosset
336f2049fa
Bug 987877 - Add Copy XPath menu item to the inspector; r=miker
...
MozReview-Commit-ID: A5g0MmWovjk
--HG--
extra : rebase_source : c426b97a789847ba8a6c1a7d3f8cc81cd20a2fdc
2017-06-12 16:25:48 +02:00
Gabriele Svelto
049e3bf229
Bug 1294025 - Fix the broken promise chain when recording a crash submission attempt; r=bsmedberg
...
MozReview-Commit-ID: IkXh14Tta7z
--HG--
extra : rebase_source : d71b66ff59590dd08d25320a732c820135cf07ee
2017-06-12 12:00:56 +02:00
Andrew Swan
4a96af84c8
Bug 1330227 Tighten up mtime checking test_update.js r=rhelmer
...
MozReview-Commit-ID: Lk88rlRawZm
--HG--
extra : rebase_source : 793b14afdc0d755998a26c4fc903d1162070e982
2017-06-12 14:27:01 -07:00
Kris Maglione
52de4b94ca
Bug 1370263: Don't try to match content scripts for non-codebase principals. r=mixedpuppy
...
MozReview-Commit-ID: 96lQfKC9PGx
--HG--
extra : rebase_source : da431ada55fda32be5335a18df5d925e2a84ebbb
extra : histedit_source : abfd512d5460d0d1fe1161dd7f833f55f231726f
2017-06-06 14:18:49 -07:00
Alexis Beingessner
c75211cb95
Bug 1088760 - Remove nsRenderingContext, replacing all of its uses with gfxContext. r=jwatt,jrmuizel
...
MozReview-Commit-ID: K1WUIOnvazF
2017-06-12 17:32:48 -04:00
Aaron Klotz
05e5a2e310
Bug 1354077: Add manifests for IAccessible variants: 32-bit and 64-bit; r=jimm
...
MozReview-Commit-ID: CoHASAsg5tf
--HG--
extra : rebase_source : 84e30f4601c5f628cc731e1796601381cc012b6c
2017-06-06 12:19:12 -06:00
Wes Kocher
101940382d
Merge m-c to autoland, a=merge CLOSED TREE
...
MozReview-Commit-ID: K0rvhhOLins
2017-06-12 17:13:12 -07:00
Mark Striemer
f785de42e9
Bug 1369782 - Require user interaction for downloads.open() r=aswan
...
MozReview-Commit-ID: 9RkIOfZEfnf
--HG--
extra : rebase_source : 0fa336cb476cb560fc2bb0117be32d463d11b414
2017-06-02 18:34:08 -05:00
Mark Striemer
bb93b8c9b4
Bug 1358431
- Remove delay rendering add-on permissions popup header r=florian
...
MozReview-Commit-ID: rlpOW0xFtm
--HG--
extra : rebase_source : 96632d3f69ab7fa6ee25a6c80cacb4f1ed7ab3e9
2017-06-09 14:59:04 -05:00
Kris Maglione
b31e211aa2
Bug 1368289: Simplify frameloader global metadata tagging. r=mixedpuppy
...
MozReview-Commit-ID: 1hgTtWysmya
--HG--
extra : rebase_source : 1ef46a61bd805e9bf0573ed22db005217afb5478
2017-05-27 17:30:53 -07:00
Ryan VanderMeulen
a157d1a655
Merge inbound to m-c. a=merge
2017-06-11 22:06:40 -04:00
Kris Maglione
b8d0c25853
Bug 1371548: Accept invalid stderr handles when spawning subprocesses. r=aswan
...
MozReview-Commit-ID: B8FKavo7ksT
--HG--
extra : rebase_source : d2697519cfa2e26fa618c1789b5b9cfe0972f59a
2017-06-10 16:35:14 -07:00
Sebastian Hengst
0457405200
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: C5HD11ptDT0
2017-06-11 10:35:34 +02:00
UK992
5c9b361d43
Bug 1185482 - Remove gap between titlebar buttons and navigation toolbar r=dao
...
MozReview-Commit-ID: AD2opbF4Uxn
2017-06-10 18:20:53 +02:00
Gerald Squelart
0fa477a0cd
Bug 1371205 - MEDIACACHESTREAM_NOTIFIED_LENGTH captures the HTTP header length given to MediaCacheStream - r=cpearce,francois
...
MozReview-Commit-ID: 9muZcpfD2vG
--HG--
extra : rebase_source : 11de88ac8f0788c3e04ef206bcdacc4ef112a139
2017-06-08 20:26:24 +12:00