Граф коммитов

639289 Коммитов

Автор SHA1 Сообщение Дата
Csoregi Natalia 86fd564657 Merge mozilla-central to mozilla-inbound. CLOSED TREE 2019-02-26 23:53:15 +02:00
Csoregi Natalia 0858aaa5b8 Merge autoland to mozilla-central. a=merge 2019-02-26 23:49:43 +02:00
Andrew Halberstadt 26d3e5b30a Bug 1530775 - [tryselect] Fix bug when migrating try syntax presets, r=kats,a=NPOTB
Differential Revision: https://phabricator.services.mozilla.com/D21250

--HG--
extra : rebase_source : 1688a24623f92134cd91de087d52cf8fc607476c
2019-02-26 14:33:03 -05:00
Ehsan Akhgari 6c217088a5 Bug 1530076 - Part 2: Add a test for modifying the default referrer policy that is applied to third-party trackers when the cookie policy is set to reject third-party trackers; r=baku
Depends on D20901

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

--HG--
extra : moz-landing-system : lando
2019-02-26 18:50:22 +00:00
Ehsan Akhgari 45c7ece733 Bug 1530076 - Part 1: Add support for modifying the default referrer policy that is applied to third-party trackers when the cookie policy is set to reject third-party trackers; r=valentin
This is more complex than merely modifying NS_GetDefaultReferrerPolicy()
because at the time most (all?) callers call nsIHttpChannel::SetReferrer/
nsIHttpChannel::SetReferrerWithPolicy before the channel is opened,
which means we won't know whether the channel is a tracking resource or
not yet.  So we would need to re-evaluate this decision after that
information becomes available.  For that, we need to remember the
original URI argument passed to these functions since that information
is currently destroyed and isn't persisted anywhere in the system.

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

--HG--
extra : moz-landing-system : lando
2019-02-26 21:30:27 +00:00
Ryan VanderMeulen fc4475e69c Bug 1530749 - Upgrade to SQLite 3.27.2. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D21238

--HG--
extra : moz-landing-system : lando
2019-02-26 23:21:05 +00:00
Gurzau Raul 0138685180 Backed out changeset de46aec7227e (bug 1528648) for 'style' bustage on Windows platform on a CLOSED TREE. 2019-02-27 01:40:34 +02:00
Alexis Beingessner 42eb2a2c50 Bug 1529976 - only parse spec capabilities that are objects. r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D21237

--HG--
extra : moz-landing-system : lando
2019-02-26 18:12:05 +00:00
Makoto Kato 503bff14c9 Bug 1529431 - Remove --with-android-sdk from mozconfig example by ./mach bootstrap. r=nalexander
After landing bug 1515004, it is unnecessary to use `--with-android-sdk` when
developer uses default path of Android SDK by `./mach bootstrap`.

So let's remove `--with-android-sdk` from mozconfig example using
`./mach bootstrap`.

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

--HG--
extra : moz-landing-system : lando
2019-02-26 17:41:38 +00:00
Nicolas Chevobbe 09acaeaaa2 Bug 1494941 - Add requestLongerTimeout in browser_jsterm_await_helper_dollar_underscore.js; r=Honza.
Differential Revision: https://phabricator.services.mozilla.com/D20803

--HG--
extra : moz-landing-system : lando
2019-02-27 13:07:08 +00:00
Johann Hofmann 3adfbd0ce8 Bug 1429432 - Require Secure Context for Notifications. r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D21001

--HG--
extra : moz-landing-system : lando
2019-02-27 10:55:38 +00:00
Oana Pop Rus eda7a08ec6 Backed out changeset b63cae045a63 (bug 1462018) for geckoview failures 2019-02-27 14:42:59 +02:00
Robert Strong fcc4fdabfe Bug 1530548 - Move the definition of MAXPATHLEN after includes in updatedefines.h. r=mhowell
Differential Revision: https://phabricator.services.mozilla.com/D21135

--HG--
extra : moz-landing-system : lando
2019-02-26 17:35:31 +00:00
Jean-Yves Avenard dc992b8658 Bug 1530322 - Abort trim if an overflow occurred during earlier time calculation. r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D21209

--HG--
extra : moz-landing-system : lando
2019-02-26 17:32:54 +00:00
Sam Foster 8d22ea9e10 Bug 1149500 - Delay autofill until the document is visible. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D20046

--HG--
extra : moz-landing-system : lando
2019-02-26 20:51:56 +00:00
Julian Descottes 61a763b33b Bug 1525619 - Update typography for RuntimeInfo r=ladybenko,daisuke
Depends on D20472

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

--HG--
extra : moz-landing-system : lando
2019-02-26 20:43:17 +00:00
Julian Descottes 446b55e82e Bug 1525619 - Add Disconnect button as disabled in the RuntimeInfo layout r=daisuke,ladybenko
Depends on D20471

I can drop this changeset if we prefer, but this is how I imagine the disconnect button would fit in the RuntimeInfo.

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

--HG--
extra : moz-landing-system : lando
2019-02-26 20:38:46 +00:00
Julian Descottes 310f4e13bc Bug 1525619 - Update layout for RuntimeInfo to display device name on separate line;r=ladybenko,daisuke
Depends on D20464

For this change I moved all the layout logic for the RuntimeInfo h1 to RuntimeInfo.css
I don't know if we prefer to have layout info in base.css or in specialized components, but the RuntimeInfo header has a very specific structure.
I can't see how this would be worth having in base.css. And it is the only consumer for main-heading, so I removed all layout rules from base.css for main-heading.

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

--HG--
extra : moz-landing-system : lando
2019-02-26 20:38:44 +00:00
Julian Descottes 16b6c78cce Bug 1525619 - Separate runtime action buttons from addon debug checkbox r=daisuke
Depends on D20439

I want to separate the addon checkbox and the load temporary addon for 2 reasons:
- we will get remove the checkbox after Bug 1525533
- we may support temporary addons for remote runtimes later

The "load temporary addon" might also move inside the Temporary Extensions category.

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

--HG--
extra : moz-landing-system : lando
2019-02-26 20:37:07 +00:00
Robert Strong 2bc422f8f8 Bug 1528854 - Change updater-xpcshell.exe and TestAUSHelper.exe so they use subsystem windows applications in opt builds. r=firefox-build-system-reviewers,ted.
This makes it easier to locally run tests in the background

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

--HG--
extra : moz-landing-system : lando
2019-02-26 21:12:03 +00:00
Mike Hommey 3f0f49376d Bug 1529799 - Prevent recursive resolution of options during imply_option. r=chmanchester
In cases like those in the added unit test, explicit options on the
command line could end up being silently ignored. So instead of that happening,
error out. Unfortunately, the error message is not entirely accurate,
but it's better than nothing. It's rare anyways (I only stumbled upon it
because I was trying to do something fishy), and correlation between the
error message and the corresponding changes should make it clear what's
going on.

Depends on D20822

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

--HG--
extra : moz-landing-system : lando
2019-02-26 22:05:24 +00:00
Mike Hommey 76ac8faa23 Bug 1529799 - Handle dependency loops involving imply_option more gracefully. r=chmanchester
Currently, when a dependency loop involve imply_option, it is possible
to end up with an error message saying the implied option is unknown,
when it fact it is. So instead of bailing out with a weird error
message, try to make things work (if the implied value is not different
from what's known), or bail with a more accurate message.

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

--HG--
extra : moz-landing-system : lando
2019-02-26 22:05:40 +00:00
Valentin Gosu 3547788b90 Bug 1529004 - Add browser.tabs.remote.useCrossOriginOpenerPolicy to all.js r=nika
Differential Revision: https://phabricator.services.mozilla.com/D21232

--HG--
extra : moz-landing-system : lando
2019-02-26 18:54:47 +00:00
Ashley Hauck 9421beff16 Bug 1499448 - Implement .initializers local variable. r=jorendorff
Differential Revision: https://phabricator.services.mozilla.com/D21042

--HG--
extra : moz-landing-system : lando
2019-02-26 21:23:46 +00:00
Lina Cambridge 8f82f61df9 Bug 1530506 - Add a generic writable property bag wrapper for Rust code. r=nika
This commit adds a `storage_variant::HashPropertyBag` type that
exposes an idiomatic Rust interface for `nsIWritablePropertyBag`.

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

--HG--
extra : moz-landing-system : lando
2019-02-26 21:53:32 +00:00
Kartikaya Gupta 41138306e0 Bug 1527807 - Disable subpixel AA on Android. r=Gankro
Differential Revision: https://phabricator.services.mozilla.com/D21269

--HG--
extra : moz-landing-system : lando
2019-02-26 21:39:07 +00:00
Gurzau Raul 7f1653d151 Backed out 5 changesets (bug 1463128) for failing at webconsole/autocomplete.js on a CLOSED TREE.
Backed out changeset 31a85e2ed53e (bug 1463128)
Backed out changeset fcd93f64c934 (bug 1463128)
Backed out changeset ae460b3a30c2 (bug 1463128)
Backed out changeset 97a1eeb8db65 (bug 1463128)
Backed out changeset c504e9730eac (bug 1463128)
2019-02-27 00:19:15 +02:00
Gurzau Raul e3f56d9481 Backed out 2 changesets (bug 1519077, bug 1526024) for jsapi-tests failures on a CLOSED TREE
Backed out changeset 8a75915b2541 (bug 1519077)
Backed out changeset 87514c3aaa3a (bug 1526024)
2019-02-27 00:18:02 +02:00
Gurzau Raul ad9b9545b4 Backed out 3 changesets (bug 1507991) for bustages at DBSchema.cpp on a CLOSED TREE.
Backed out changeset 71c093a6dace (bug 1507991)
Backed out changeset 15116b423375 (bug 1507991)
Backed out changeset a483c170d712 (bug 1507991)
2019-02-26 22:56:42 +02:00
Gurzau Raul fd2a8a8213 Backed out changeset ff3a260bd20d (bug 1529001) for l10n-check bustages on a CLOSED TREE.
--HG--
rename : browser/extensions/fxmonitor/locales/en-US/fxmonitor.properties => browser/extensions/fxmonitor/locale/en-US/strings.properties
2019-02-26 22:51:41 +02:00
Matthew Gaudet 5fdd3d2d45 Bug 1530484: Rewrite DeadIfUnused to clarify conditions r=nbp
Differential Revision: https://phabricator.services.mozilla.com/D21057

--HG--
extra : moz-landing-system : lando
2019-02-26 20:26:58 +00:00
Daniel Holbert 330206c35c Bug 1520018: Add web-platform-test for table element's UA-stylesheet-provided CSS rules. r=heycam
Differential Revision: https://phabricator.services.mozilla.com/D20892

--HG--
extra : moz-landing-system : lando
2019-02-26 19:29:58 +00:00
Chris Manchester c7f1151b94 Bug 1527553 - Update the mozilla-central workspace hack. r=firefox-build-system-reviewers,mshal
Differential Revision: https://phabricator.services.mozilla.com/D20738

--HG--
extra : moz-landing-system : lando
2019-02-26 19:37:49 +00:00
shindli 2869f9215c Merge inbound to mozilla-central. a=merge 2019-02-26 18:54:03 +02:00
shindli 3e61151522 Merge autoland to mozilla-central. a=merge 2019-02-26 18:41:24 +02:00
shindli 08b7f8eebb Backed out 2 changesets (bug 1442694) for breaking session restores on update a=backout
Backed out changeset f100f8631f78 (bug 1442694)
Backed out changeset 7a20c79a0e12 (bug 1442694)
2019-02-26 18:32:20 +02:00
Jan Henning 2a0386d4c6 Bug 1529367 - Part 2: Minor intent processing optimisation. r=snorp
The extension is only ever used for local files, so don't bother retrieving it
otherwise.

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

--HG--
extra : moz-landing-system : lando
2019-02-26 14:54:27 +00:00
Daisuke Akatsuka 66bda67c38 Bug 1525615: Add 'title' attribute to '<a>' of title of DebugTargetPane. r=jdescottes,ladybenko
Depends on D20296

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

--HG--
extra : moz-landing-system : lando
2019-02-26 12:44:50 +00:00
Daisuke Akatsuka 73059dbb18 Bug 1525615: Change the style of DebugTargetItem. r=jdescottes,ladybenko
Depends on D20295

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

--HG--
extra : moz-landing-system : lando
2019-02-26 12:45:20 +00:00
Daisuke Akatsuka bde87ae22f Bug 1525615: Introduce 'card' style. r=jdescottes,ladybenko
Depends on D20295

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

--HG--
extra : moz-landing-system : lando
2019-02-26 12:42:45 +00:00
Daisuke Akatsuka 609cbc3551 Bug 1525615: Change the style of basic font-size and font-weight. r=jdescottes,ladybenko
Depends on D20294

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

--HG--
extra : moz-landing-system : lando
2019-02-26 12:45:18 +00:00
Daisuke Akatsuka 07972cfb3c Bug 1525615: Change the style of category title. r=jdescottes,ladybenko
Depends on D20293

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

--HG--
extra : moz-landing-system : lando
2019-02-26 12:37:22 +00:00
Daisuke Akatsuka 6645524530 Bug 1525615: Change button style. r=jdescottes,ladybenko
Differential Revision: https://phabricator.services.mozilla.com/D20293

--HG--
extra : moz-landing-system : lando
2019-02-26 12:41:34 +00:00
Narcis Beleuzu 977db21160 Backed out changeset 615d38401d49 (bug 1166355) for flake8 failure. CLOSED TREE 2019-02-26 14:42:18 +02:00
Brindusan Cristian bf90d1a413 Backed out changeset ea34ac7461b0 (bug 1528824) as requested by jgraham. 2019-02-26 13:42:12 +02:00
moz-wptsync-bot d8c39f4995 Bug 1528824 - [wpt-sync] Update web-platform-tests to f8a1bfbe5454352d3f5b58845829968ff212519b, a=testonly
wpt-head: f8a1bfbe5454352d3f5b58845829968ff212519b
wpt-type: landing
2019-02-26 11:37:16 +00:00
Asfiya 5d3428aca9 Bug 1166355 - HTML formatter generates correct link for the gecko revision to hg.mozilla.org r=jgraham
The HTML formatter now references the correct link and does not produce a 404 error

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

--HG--
extra : moz-landing-system : lando
2019-02-26 11:35:23 +00:00
Narcis Beleuzu b63f29553f Bug 1524495 - Temporarily disable raptor-unity-webgl-geckoview due to frequent failures r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D20939

--HG--
extra : moz-landing-system : lando
2019-02-26 12:00:41 +00:00
Kartikaya Gupta 06beabd0b7 Bug 1514992 - Update annotation for webrender. r=lsalzman
Apparently we sometimes fall back to skia canvas with WebRender if ANGLE
fails to initialize. This makes the azureSkia condition true, but the
test still passes because of WebRender's magical properties. This patch
updates the annotation to reflect reality, so we don't get unexpected
passes.

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

--HG--
extra : moz-landing-system : lando
2019-02-26 11:51:19 +00:00
Narcis Beleuzu 144880da5e Backed out 6 changesets (bug 1525615) for build bustages. CLOSED TREE
Backed out changeset c6f3144fb731 (bug 1525615)
Backed out changeset 54455c6ac7ca (bug 1525615)
Backed out changeset 383b66655783 (bug 1525615)
Backed out changeset c5fa70d3ef1e (bug 1525615)
Backed out changeset a84ca43b06f0 (bug 1525615)
Backed out changeset 97ff6454af34 (bug 1525615)
2019-02-26 14:06:16 +02:00