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

640374 Коммитов

Автор SHA1 Сообщение Дата
Minsoo Kim 68dc81978e Bug 1530799 - Replaced waitForCondition function with TestUtils.waitForCondition r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D22041

--HG--
extra : moz-landing-system : lando
2019-03-06 09:43:44 +00:00
Shruti 72236ba96c Bug 1531013: Replace makeURI with Services.io.newURI in browser-places.js r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D21668

--HG--
extra : moz-landing-system : lando
2019-03-06 09:27:55 +00:00
Marco Bonardo e2a36d3b96 Bug 1531787 - Fix browser_raceWithTabs.js with QuantumBar. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D22117

--HG--
extra : moz-landing-system : lando
2019-03-06 11:18:10 +00:00
Kartikaya Gupta b038cea28b Bug 1532917 - Remove dead codepath. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D22268

--HG--
extra : moz-landing-system : lando
2019-03-06 11:25:10 +00:00
Mrigank Krishan f83e8a1161 Bug 1512757 - Remove icons from file column. r=Honza
Removed the icon class from file column. I kept the css classes in RequestList.css so that we can easily add icons later.

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

--HG--
extra : moz-landing-system : lando
2019-03-06 12:30:10 +00:00
Gurzau Raul 2f10c63369 Backed out 2 changesets (bug 1530794) for failing to install python package on a CLOSED TREE.
Backed out changeset c15813f5f72f (bug 1530794)
Backed out changeset 2632c70628d7 (bug 1530794)
2019-03-06 14:24:53 +02:00
Doug Thayer 61cadb5fd3 Bug 1532841 - Don't preopen pinned tabs for private browser window r=Gijs
If we're opening a private browsing window on startup, we won't run the
session restore code, and thus we won't end up cleaning up the preopened
tabs. This raises the question: are there other scenarios where we won't
run restoreWindow at all? Eyeballing the code I think not, but I'm not
sure.

Depends on D22195

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

--HG--
extra : moz-landing-system : lando
2019-03-06 11:51:55 +00:00
Doug Thayer 965b1cacf3 Bug 1532498 - Check userContextId when consuming preopened tabs r=Gijs
This will fix the behavior, I think it might still be worth deliberating
over whether we want to consider non-default userContextId's when tracking
the number of pinned tabs or not. This will be visually correct - the
number of pinned tabs won't change, so things won't be moving around in
the tab bar, but we will throw away the preopened tab once we get further
down in SessionStore.jsm, which is less than ideal.

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

--HG--
extra : moz-landing-system : lando
2019-03-06 11:50:15 +00:00
Masatoshi Kimura b181ba0f99 Bug 1433179 - Add ReferrerUrl and HostUrl to the Zone.Information stream. r=paolo
Differential Revision: https://phabricator.services.mozilla.com/D21829

--HG--
extra : moz-landing-system : lando
2019-03-06 10:39:46 +00:00
sotaro ec92048ab6 Bug 1532510 - Add a check by IsDestroyed() to WebRenderLayerManager::DidComposite() r=nical
Differential Revision: https://phabricator.services.mozilla.com/D22044

--HG--
extra : moz-landing-system : lando
2019-03-06 10:25:01 +00:00
Gurzau Raul fe771d472a Backed out 4 changesets (bug 1529894) for xperf failures on a CLOSED TREE.
Backed out changeset d31f88692394 (bug 1529894)
Backed out changeset e2d7b59776a2 (bug 1529894)
Backed out changeset 3c37fd9d30d5 (bug 1529894)
Backed out changeset e93f4871731b (bug 1529894)

--HG--
extra : rebase_source : ae317f856e08d09ec655cb7b7a87c120f3c626a5
2019-03-06 13:06:13 +02:00
Jan Beich d2616d9647 Bug 1532851 - Unbreak BSDs build on powerpc64 after bug 1462566. r=bbouvier
Define R32_sig, R01_sig based on:
https://github.com/openbsd/src/blob/master/sys/arch/powerpc/include/signal.h
https://github.com/netbsd/src/blob/trunk/sys/arch/powerpc/include/mcontext.h
https://github.com/freebsd/freebsd/blob/master/sys/powerpc/include/ucontext.h
2019-03-06 02:35:04 +00:00
Razvan Caliman 55d5ea2bb8 Bug 1532583 - Add scalars for copy options in Changes panel. r=pbro
Track the number of times people use any of the export options from the Changes panel:

- Copy All Changes button
- Copy Rule button
- Copy Rule context menu option
- Copy Declaration context menu option

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

--HG--
extra : moz-landing-system : lando
2019-03-05 14:38:36 +00:00
Andrea Marchesini 5559d59466 Bug 1509638 - Split browser_cookiePermission.js test, r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D22078

--HG--
rename : browser/base/content/test/sanitize/browser_cookiePermission.js => browser/base/content/test/sanitize/browser_cookiePermission_aboutURL.js
rename : browser/base/content/test/sanitize/browser_cookiePermission.js => browser/base/content/test/sanitize/browser_cookiePermission_containers.js
rename : browser/base/content/test/sanitize/browser_cookiePermission.js => browser/base/content/test/sanitize/browser_cookiePermission_subDomains.js
extra : moz-landing-system : lando
2019-03-06 10:24:10 +00:00
Jonathan Kingston aea6323efd Bug 1499795 - Disabling DoH about:preferences controls when the network.trr.mode pref is locked. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D22172

--HG--
extra : moz-landing-system : lando
2019-03-06 10:23:10 +00:00
championshuttler 10d17e2137 Bug 1508992 - Enable ESLint for dom/plugins/test/mochitest (Manual changes). r=Standard8,qdot
Differential Revision: https://phabricator.services.mozilla.com/D20094

--HG--
extra : moz-landing-system : lando
2019-03-06 10:27:23 +00:00
championshuttler 1bb1750150 Bug 1508992 - Enable ESLint for dom/plugins/test/mochitest (Automatic changes). r=Standard8,qdot
Differential Revision: https://phabricator.services.mozilla.com/D20093

--HG--
extra : moz-landing-system : lando
2019-03-06 08:10:47 +00:00
Csoregi Natalia 56c430aac5 Merge mozilla-central to autoland. CLOSED TREE
--HG--
extra : rebase_source : 10555d94c948e45e86188feff6153ac981879fcc
2019-03-06 12:39:05 +02:00
Gurzau Raul 0208b45a04 Backed out changeset 6878f6294d68 (bug 1519718) for bustages on a CLOSED TREE. 2019-03-06 12:34:28 +02:00
Csoregi Natalia fbb251448f Merge inbound to mozilla-central. a=merge 2019-03-06 11:56:17 +02:00
Benjamin Bouvier 56ceba9d51 Bug 1532714: Add a wasmUsesCranelift() function to check usage of Cranelift; r=lth
Bulk memory operations can be enabled at the same time Cranelift is, in which
case partial initialization of elements/segments/etc. implementation is
statically implemented, but dynamically controlled by wasmBulkMemoryOps().

Cranelift doesn't implement bulk memory operations yet, so wasmBulkMemoryOps()
returns false, while the static behavior is there. Thus, we have to temporarily
disable partial initialization tests when running with Cranelift. This will go
away when Cranelift supports bulk memory operations.

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

--HG--
extra : moz-landing-system : lando
2019-03-06 09:56:08 +00:00
Gurzau Raul eedd13105c Backed out changeset 621207c8ef88 (bug 1515716) for failing at /src/base/pickle.cc on a CLOSED TREE. 2019-03-06 12:13:46 +02:00
Gurzau Raul 0e6a425f79 Backed out 2 changesets (bug 1519718) for performance regression (bug 1530611) on a CLOSED TREE.
Backed out changeset 9bae35dc1471 (bug 1519718)
Backed out changeset 640e731ed52e (bug 1519718)

--HG--
extra : rebase_source : ee2bc4503c84e709f7cd2265b4b6286960c20d4a
2019-03-06 11:47:53 +02:00
Henrik Skupin 5faca7b5a1 Bug 1530794 - Release marionette_driver 2.8.0 and marionette_harness 4.6.0. r=ato
Depends on D22105

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

--HG--
extra : moz-landing-system : lando
2019-03-06 09:53:52 +00:00
Henrik Skupin b901d66f20 Bug 1530794 - [marionette] Bump requirements for Python 3 compatibility. r=ato
Nearly all dependencies except moznetwork and moztest already
support Python3. Lets make those releases the minimum allowed
version.

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

--HG--
extra : moz-landing-system : lando
2019-03-06 09:53:29 +00:00
Nick Thomas c2ce6f9fa6 Bug 1532902 - Check https certificates during update verify, r=sfraser
Differential Revision: https://phabricator.services.mozilla.com/D22267

--HG--
extra : moz-landing-system : lando
2019-03-06 08:53:41 +00:00
Geoff Brown 304127c7d6 Bug 1500509 - Move Android marionette tests to 7.0 x86_64; r=whimboo
Differential Revision: https://phabricator.services.mozilla.com/D22183

--HG--
extra : moz-landing-system : lando
2019-03-06 09:09:10 +00:00
monmanuela 585af41b87 Bug 1497604 - Enable ESLint for dom/cache (manual changes) r=Standard8,hsivonen
Depends on D20943

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

--HG--
extra : moz-landing-system : lando
2019-03-06 08:03:42 +00:00
monmanuela df11f56d3f Bug 1497604 - Enable ESLint for dom/cache (automatic changes) r=Standard8,hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D20943

--HG--
extra : moz-landing-system : lando
2019-03-06 08:04:15 +00:00
shindli b7d4901086 Backed out changeset dd4c4ce4a78d (bug 1531350) for debugger failure CLOSED TREE 2019-03-06 05:11:45 +02:00
Nico Grunbaum 73eb7b29fb Bug 1515716 - refactor the RTC RTP stats types to match spec r=jib,smaug
realigning the RTP stats types to match spec. This involves breaking out the remote dictionary types. This shouldn't create user space visible changes.

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

--HG--
extra : moz-landing-system : lando
2019-03-06 01:50:20 +00:00
Andrea Marchesini 6a41d87326 Bug 1532636 - nsObserverService should allow RemoveObserver() to be called when shutting down, r=gsvelto
Depends on D22086

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

--HG--
extra : moz-landing-system : lando
2019-03-06 08:55:35 +00:00
Andrea Marchesini 61816bf453 Bug 1532636 - nsPrefBranch should unregister itself as observer when shutting down, r=gsvelto
Differential Revision: https://phabricator.services.mozilla.com/D22086

--HG--
extra : moz-landing-system : lando
2019-03-06 08:55:23 +00:00
Gurzau Raul 00a2f1d12f Backed out changeset 295288a58683 (bug 1531350) for failing at /browser_dbg-sourcemaps-reload.js on a CLOSED TREE. 2019-03-06 10:49:10 +02:00
Gurzau Raul 0e6a33ade5 Backed out changeset 1ba42a5ba5d6 (bug 1531135) for failing at /test_basic_form_honor_autocomplete_off.html on a CLOSED TREE. 2019-03-06 10:45:51 +02:00
Drew Willcoxon 07c118b07a Bug 1531295 - Ignore the SelectedOneOffButtonChanged event when the popup is closed. r=dao
The SelectedOneOffButtonChanged event can fire when the popup is closed, so we should ignore it then. browser_switchTab_decodeuri.js hits this, as Mark says in the bug. The stack is:

  _on_SelectedOneOffButtonChanged@resource:///modules/UrlbarView.jsm:569:131
  handleEvent@resource:///modules/UrlbarView.jsm:298:23
  dispatchEvent@chrome://browser/content/search/search-one-offs.js:147:20
  set selectedButton@chrome://browser/content/search/search-one-offs.js:306:10
  _on_popuphidden/<@chrome://browser/content/search/search-one-offs.js:1281:7

Alternatively we could modify the selectedButton setter in the one offs not to fire the event when the popup is closed. However, theoretically someone could be interested in listening for the selected button change even then, so I think it's better to modify the listener here.

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

--HG--
extra : moz-landing-system : lando
2019-03-06 08:25:44 +00:00
sotaro 554777b1d1 Bug 1532024 - Handle a case that GetRemoteRenderer() returned nullptr r=stransky
Differential Revision: https://phabricator.services.mozilla.com/D21831

--HG--
extra : moz-landing-system : lando
2019-03-06 08:17:51 +00:00
Gurzau Raul c0b13b1cae Backed out changeset b2fb7cd41c79 (bug 1528869) for failing at /waiterlist-order-of-operations-is-fifo.js on a CLOSED TREE. 2019-03-06 09:44:58 +02:00
Gurzau Raul d7094fba48 Bug 1529894 - Fix more flake failures on a CLOSED TREE. 2019-03-06 09:35:59 +02:00
Gurzau Raul 7dc522fa55 Bug 1529894 - fix flake failure on a CLOSED TREE. 2019-03-06 09:14:00 +02:00
Mike Hommey bef82f111d Bug 1529894 - Change jar log content. r=aklotz,chmanchester
The jar log is used for optimization of the packaged jar files according
to their usage patterns during a profile run. The current content of the
file currently come with 2 caveats:
- it contains entries for jar archives that aren't relevant to
  packaging, which is not a problem in itself, but see below.
- it contains full paths for jar archives that may not correspond to the
  location of the packaged directory (on e.g. Android, where the build
  almost certainly doesn't happen in the same directory on the host as
  Fennec runs in the emulator/on the device).

The current JarLog code does somehow handle the various ways paths are
currently presented, but it's clearly missing code to map the paths in
the log to packaged paths. Instead of requiring manual work and extra
build options to handle this mapping, and considering the caveats above,
it's just simpler to log archive paths as if they were relative to the
packaged application directory in a build, and use that during
packaging.

Depends on D21655

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

--HG--
extra : moz-landing-system : lando
2019-03-06 01:18:10 +00:00
Mike Hommey 738d1f49f9 Bug 1529894 - Change zip logging initialization. r=aklotz
Instead of checking the MOZ_JAR_LOG_FILE for each log entry, only check
it once, and only check whether to log once per archive rather than once
per item.

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

--HG--
extra : moz-landing-system : lando
2019-03-05 23:33:21 +00:00
Jason Laster 90414405ea Revert "Backed out changeset 7f51bc3757d9 (bug 1497839) for ESlint failure at build-debugger.js. CLOSED TREE"
This reverts commit 2b1fea9435191242f8aadc04da3ed1b0e0d99b02.

Bug 1497839 - fix eslint issues for babel build. r=jlast

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

--HG--
rename : devtools/client/debugger/new/build/babel.js => devtools/client/shared/build/babel.js
rename : devtools/client/debugger/new/build/copy-module.js => devtools/client/shared/build/build-debugger.js
extra : moz-landing-system : lando
2019-03-06 05:10:25 +00:00
Sean Stangl c2742fbea5 Bug 1528869 - Enable IonMonkey in the ARM64 shell, but keep it disabled in the browser. r=nbp
Enable IonMonkey in the ARM64 shell, but keep it disabled in the browser.

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

--HG--
extra : moz-landing-system : lando
2019-03-06 04:40:51 +00:00
Jason Laster dc0b7ff1d8 Revert "Backed out changeset dd4c4ce4a78d (bug 1531350) for debugger failure CLOSED TREE"
This reverts commit 6e063ce2d1ff7aaa4a261b9c20fe6b2f05e842a4.

Bug 1531350 - fix flow + jest issues with column breakpoints. r=me

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

--HG--
extra : moz-landing-system : lando
2019-03-06 04:38:03 +00:00
Jason Laster f81988d9c0 Bug 1531350 - [release 128] [Breakpoints] use the selected location for column breakpoints.
Differential Revision: https://phabricator.services.mozilla.com/D21843

--HG--
extra : moz-landing-system : lando
2019-03-05 21:29:48 +00:00
Jason Laster 3688c50ea4 Bug 1532641 - Skip Pausing should persist across reloads and reopens. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D22091

--HG--
extra : moz-landing-system : lando
2019-03-05 23:28:25 +00:00
Matt Woodrow f1c492571e Bug 1529831 - Don't create wrap lists for positioned frames that are leaves. r=miko
Differential Revision: https://phabricator.services.mozilla.com/D20773

--HG--
extra : moz-landing-system : lando
2019-03-05 20:45:40 +00:00
Ehsan Akhgari a006a2942c Bug 1532414 - Pass a document/principal pointer to nsContentUtils::ShouldResistFingerprinting() callers in the canvas API; r=baku
Differential Revision: https://phabricator.services.mozilla.com/D22002

--HG--
extra : moz-landing-system : lando
2019-03-05 23:20:08 +00:00
Ehsan Akhgari 8ed9a296b2 Bug 1532402 - Part 4: Pass a docshell pointer to nsContentUtils::ShouldResistFingerprinting() for Navigator.maxTouchPoints; r=baku
Depends on D21992

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

--HG--
extra : moz-landing-system : lando
2019-03-05 23:13:23 +00:00