Alessio Placitelli
42d97bbaad
Bug 1494896
- Make hybrid content telemetry init reject on older versions of Frefox. r=chutten
...
This patch enables the HCT init promise to reject even for Firefox
versions (before 63) that do not have the required chrome code
to communicate back to the library the lack of privileges or that
HCT is disabled. It introduces a timeout that rejects the promise
after 3 seconds.
Differential Revision: https://phabricator.services.mozilla.com/D7693
--HG--
extra : moz-landing-system : lando
2018-10-05 18:48:24 +00:00
Paul Adenot
f495f7a26f
Bug 1493779 - Gracefuly handle OOM when setting a buffer on ConvolverNode. r=karlt
...
When OOMing when allocating the temporary buffer, we return an error from the
ctor via an output parameter, and make the ConvolverNode output silence.
Additionaly, a warning is issued each time we fail to set a buffer to the buffer
property of a ConvolverNode.
Differential Revision: https://phabricator.services.mozilla.com/D6936
--HG--
extra : moz-landing-system : lando
2018-10-08 09:03:59 +00:00
Paul Adenot
45afa237b8
Bug 1493779 - Add a test for ConvolverNode with very large buffer. r=karlt
...
Differential Revision: https://phabricator.services.mozilla.com/D6935
--HG--
extra : moz-landing-system : lando
2018-10-08 09:04:06 +00:00
Petru Lingurar
53dceac9f9
Bug 1421174 - Remove old AddToHomeScreenPromotion; r=jchen
...
Deprecated by offering full support for Progressive Web Applications.
Differential Revision: https://phabricator.services.mozilla.com/D7696
--HG--
extra : moz-landing-system : lando
2018-10-08 05:42:14 +00:00
Mantaroh Yoshinaga
4c95ba0b3d
Bug 1493659 - Skip the click event handler if touch event has occurred. r=birtles
...
Tapping the menu button during the panel has shown make the menu button to be unopenable. This cause reason is removing the pointer-events property before the mouse event happens.
The tapping event will happen many the event like the following:
1) touchstart
2) touchmove (Long tap only)
3) touchend
4) mousedown
5) mouseup
6) click
This patch will detect the touchend event to eat the click event.
Differential Revision: https://phabricator.services.mozilla.com/D7827
--HG--
extra : moz-landing-system : lando
2018-10-07 17:52:11 +00:00
Dorel Luca
4865990e1a
Merge mozilla-central to autoland
2018-10-08 01:01:55 +03:00
Jeff Muizelaar
8f95a3627c
Bug 1493616. blob-inval: Log the some more data about the broken situation.
2018-10-07 13:15:01 -04:00
Bogdan Tara
fd6371b06e
Merge mozilla-central to autoland. a=merge CLOSED TREE
2018-10-07 12:51:49 +03:00
Narcis Beleuzu
5786b9be9f
Backed out 2 changesets (bug 1495153) for causing perma failures on dynamic-max-width.html
...
Backed out changeset 6d95f0e0cc76 (bug 1495153)
Backed out changeset 6800eb348ebe (bug 1495153)
2018-10-07 05:14:44 +03:00
Brian Hackett
5c7db5a769
Bug 1495261 - Watch for exceptions being thrown while stringifying old exceptions, r=lsmyth.
...
--HG--
extra : rebase_source : 23eab39d87346fa93e458c5280b7c02321f29194
2018-10-06 14:32:37 -10:00
Mats Palmgren
4ebe60371d
Bug 1495153 part 2 - Implement cropping the filename for <input type=file>. r=emilio,jfkthame
2018-10-07 10:08:45 +02:00
Mats Palmgren
5cf920d8be
Bug 1495153 part 1 - Replace the XUL label in <input type=file> with an HTML label. r=emilio
2018-10-07 09:44:51 +02:00
Narcis Beleuzu
18849ef0ae
Backed out 6 changesets (bug 1495025) for webgl2 failures on test_2_conformance2__textures__misc__npot-video-sizing.html
...
Backed out changeset 24d67618f6b9 (bug 1495025)
Backed out changeset 68efa7588ba8 (bug 1495025)
Backed out changeset 9f59a50dcc6d (bug 1495025)
Backed out changeset 7fd1f6103294 (bug 1495025)
Backed out changeset f1afe7e2a9e3 (bug 1495025)
Backed out changeset c62823871aca (bug 1495025)
2018-10-07 02:03:46 +03:00
shindli
0a1e0ca8a1
Merge mozilla-central to autoland. a=merge CLOSED TREE
2018-10-07 00:13:57 +03:00
shindli
9dc23d90a5
Merge inbound to mozilla-central. a=merge
2018-10-07 00:11:08 +03:00
Siddhant085
190657496a
Bug 1479445 - Return a new PageInfo object from _recordToPageInfo so that validateItemProperties can validate the object. r=lina
...
D5831 refactors validatePageInfo to use validateItemProperties. The record generated by _recordToPlaceInfo makes use of getters. validateItemProperties does a shallow copy of the properties and the visits properties is being left out because of the use of getters. Therefore as discussed we are returning a new object from _recordToPlaceInfo.
Differential Revision: https://phabricator.services.mozilla.com/D7467
--HG--
extra : moz-landing-system : lando
2018-10-06 19:07:12 +00:00
Thomas Wisniewski
d23454328e
Bug 1491504 - shortcut blob responses from XHR and fetch when the URL is a blob URL; r=baku
...
shortcut blob responses from XHR and fetch when the URL is a blob URL
Differential Revision: https://phabricator.services.mozilla.com/D7253
--HG--
extra : moz-landing-system : lando
2018-10-06 17:34:24 +00:00
Jeff Muizelaar
20d9bc4191
Bug 1493616. Add some data gathering to try to figure out the crash.
2018-10-06 12:41:00 -04:00
Jeff Muizelaar
602e1c227d
Bug 1496171. Remove bindings.rs.rej that slipped in
2018-10-06 12:38:14 -04:00
Emilio Cobos Álvarez
40d4cc80ad
Bug 1496961 - Unship ::-moz-tree pseudos and -moz-box display values on release channels. r=mats
...
These have been been on nightly / beta for a couple months without any single
regression filed against them.
Let the prefs ride the trains, but keep them, so we can toggle them easily if
needed.
Differential Revision: https://phabricator.services.mozilla.com/D7960
--HG--
extra : moz-landing-system : lando
2018-10-06 12:17:01 +00:00
Jason Orendorff
e49114c01f
Bug 1496099 - Fix upside-down error message when canceling a locked stream. r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D7633
--HG--
extra : moz-landing-system : lando
2018-10-06 12:27:10 +00:00
Emilio Cobos Álvarez
9aeb8183fd
Bug 1444185 - More consistently round around fallback data. r=mstange
...
To avoid trimming pixels at the top / left.
This makes it closer to non-WR[1], and fixes both the checkboxes getting
cut off and the master password field.
[1]: non-WR at least at 124 scaling on a hiDPI display is still perfect, though I saw nin symmetric borders at other resolutions, so we might be able to improve here further.
Differential Revision: https://phabricator.services.mozilla.com/D7251
--HG--
extra : moz-landing-system : lando
2018-10-06 10:34:36 +00:00
Noemi Erli
4b6737ba40
Merge inbound to mozilla-central. a=merge
2018-10-06 12:27:35 +03:00
Andrea Marchesini
0b9c4b6f5a
Bug 1496894 - Fix a typo in FeaturePolicy error reporting messages, r=fod
2018-10-06 09:07:19 +02:00
Boris Zbarsky
4983b1e55c
Bug 1493449. Change the default credentials mode for module scripts from 'omit' to 'same-origin'. r=farre
...
The tests come directly from
https://github.com/web-platform-tests/wpt/pull/13176 and
https://github.com/web-platform-tests/wpt/pull/13245
Differential Revision: https://phabricator.services.mozilla.com/D7113
--HG--
extra : moz-landing-system : lando
2018-10-06 04:49:13 +00:00
Jeff Muizelaar
e8874566d6
Bug 1493616. Clear mInvalid more agressively so that we don't reuse it across paints r=mstange
...
Differential Revision: https://phabricator.services.mozilla.com/D7948
--HG--
extra : moz-landing-system : lando
2018-10-06 02:42:22 +00:00
Ciure Andrei
19cad53fba
Backed out changeset f936a4baa698 (bug 1493616) for build bustages WebRenderCommandBuilder.cpp CLOSED TREE
2018-10-06 05:17:41 +03:00
Jeff Muizelaar
bd16ee6128
Bug 1493616. Clear mInvalid more agressively so that we don't reuse it across paints r=mstange
...
Differential Revision: https://phabricator.services.mozilla.com/D7948
--HG--
extra : moz-landing-system : lando
2018-10-05 22:27:59 +00:00
Drew Willcoxon
d98caa42ec
Bug 1493636 - Always autofill bookmarks, regardless of their frecency and the autofill frecency threshold. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D7673
--HG--
extra : moz-landing-system : lando
2018-10-06 00:22:04 +00:00
Botond Ballo
99951b7247
Bug 1452820 - Use correct window property for testing end of scroll range. r=rhunt
...
Differential Revision: https://phabricator.services.mozilla.com/D7950
--HG--
extra : moz-landing-system : lando
2018-10-05 23:58:04 +00:00
Ciure Andrei
a48af06d13
Backed out 3 changesets (bug 1414287) for build bustages module machine type 'x64' conflicts with target machine type 'x86 CLOSED TREE
...
Backed out changeset 5cc491e4d9cb (bug 1414287)
Backed out changeset 98bb6d9eb63c (bug 1414287)
Backed out changeset 73dcff37f846 (bug 1414287)
2018-10-06 03:02:41 +03:00
Ciure Andrei
07d14d0dbd
Backed out 1 changesets (bug 1493636) for high frequency test_escape_autocomplete.py failures CLOSED TREE
...
Backed out changeset e9c7d14fc4a9 (bug 1493636)
2018-10-06 03:00:14 +03:00
Ciure Andrei
47efccbbca
Backed out changeset c5ac0cb25238 (bug 1491504) for FetchConsumer.cpp build bustages CLOSED TREE
2018-10-06 02:58:44 +03:00
Thomas Wisniewski
2294c78986
Bug 1491504 - shortcut blob responses from XHR and fetch when the URL is a blob URL; r=baku
...
shortcut blob responses from XHR and fetch when the URL is a blob URL
Differential Revision: https://phabricator.services.mozilla.com/D7253
--HG--
extra : moz-landing-system : lando
2018-10-05 20:23:55 +00:00
Junior Hsu
fe777f8462
Bug 1494133 - know how many localhosts suspended by e10s back pressure r=valentin
...
Differential Revision: https://phabricator.services.mozilla.com/D7142
--HG--
extra : moz-landing-system : lando
2018-10-05 21:40:23 +00:00
Mike Hommey
67d530ab0c
Bug 1414287 - Remove now unused win32-rust-1.29 toolchain r=dmajor
...
Depends on D7846
Differential Revision: https://phabricator.services.mozilla.com/D7847
--HG--
extra : moz-landing-system : lando
2018-10-05 22:55:23 +00:00
Mike Hommey
2e131e0f55
Bug 1414287 - Remove now unused win32-clang-cl-st-an toolchain r=dmajor
...
Depends on D7845
Differential Revision: https://phabricator.services.mozilla.com/D7846
--HG--
extra : moz-landing-system : lando
2018-10-05 22:56:11 +00:00
Mike Hommey
ac4f925b8b
Bug 1414287 - Use a 64-bits clang-cl for 32-bits static analysis builds r=dmajor
...
This also requires the 64-bits rust compiler and some build system
tweaks.
Differential Revision: https://phabricator.services.mozilla.com/D7845
--HG--
extra : moz-landing-system : lando
2018-10-05 22:56:34 +00:00
Mike Conley
7b8c8612f0
Bug 1496848 - Make browser_ContentSearch.js work with process flips. r=adw
...
Depends on D7937
Differential Revision: https://phabricator.services.mozilla.com/D7938
--HG--
extra : moz-landing-system : lando
2018-10-05 22:29:49 +00:00
Mike Conley
6e40bbfc36
Bug 1496848 - Get rid of message manager global from browser_ContentSearch.js. r=adw
...
This is to simplify a later patch that makes it easier to deal with process
flipping.
Depends on D7936
Differential Revision: https://phabricator.services.mozilla.com/D7937
--HG--
extra : moz-landing-system : lando
2018-10-05 22:29:23 +00:00
Mike Conley
c781ec84eb
Bug 1496848 - Make RemoteWebProgressManager survive remote-to-remote process flips. r=Felipe
...
For simplicity, we do not support remote-to-non-remote or non-remote-to-remote
nsIWebProgressListener persistence.
Differential Revision: https://phabricator.services.mozilla.com/D7936
--HG--
extra : moz-landing-system : lando
2018-10-05 22:29:00 +00:00
Boris Zbarsky
c7f7303059
Bug 1496805. Add some more instrumentation to try to pin down why ClearDocumentDependentSlots crashes. r=mccr8
2018-10-05 15:59:43 -04:00
Gabriel Luong
3e721cf4f1
Bug 1478397
- Part 19: Show both the flex container and flex item sizing properties when the selected element is both a flex item and container. r=pbro
2018-10-05 15:30:00 -04:00
Daniel Holbert
ae143565fe
Bug 1178783: Add crashtest for (now-fixed) flexbox hang bug. (no review, test-only)
...
--HG--
extra : rebase_source : f23ccca84f728e5bd8261911a430cda626270158
2018-10-05 14:15:53 -07:00
Tiberius Oros
973b9704ef
Merge mozilla-central to inbound. a=merge CLOSED TREE
2018-10-06 00:49:00 +03:00
Tiberius Oros
b4990a0cc1
Merge inbound to mozilla-central. a=merge
2018-10-06 00:44:03 +03:00
Andreea Pavel
36e176666f
Backed out changeset 9f1fd88190e3 (bug 1478397
) for failing devtools at evtools/client/inspector/markup/test/browser_markup_flex_display_badge.js on a CLOSED TREE
2018-10-06 00:14:15 +03:00
David Major
10629cfd81
Bug 1496591
- Make aarch64/ffitarget.h work under LLP64 on Windows. r=froydnj
2018-10-05 16:23:51 -04:00
David Major
5e2560e587
Bug 1496588: Avoid a UB in mozStorageService.cpp. r=froydnj
2018-10-05 16:23:40 -04:00
Andreea Pavel
4cfa7dac99
Backed out changeset d5375325488f (bug 1470280) for failing OS X bc at browser/base/content/test/performance/browser_preferences_usage.js on a CLOSED TREE
2018-10-05 22:59:49 +03:00