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

48023 Коммитов

Автор SHA1 Сообщение Дата
Gregory Szorc c90d9acc4d Bug 1455143 - Generate test archives into final path; r=ted
We currently generate these to dist/ and then use upload.py to copy
them into UPLOAD_PATH. This is wasteful. Let's generate the test
archives into UPLOAD_PATH directly, if the variable is defined.

MozReview-Commit-ID: BHoxZYdxzq4

--HG--
extra : rebase_source : f6d80adb4e1eb7333f0cd3f847fd92cbb75c33bc
2018-04-19 14:21:28 -07:00
Gregory Szorc 5423976a8b Bug 1455143 - Refactor checksumming to occur after upload.py; r=ted
checksums.py is now run after upload.py, as part of the "upload" make
target.

As part of the refactor, checksums.py now takes as arguments a list of
directories containing files to checksum. It will recursively checksum
all files in listed directories.

This means we no longer have to pass an explicit list of files into
checksums.py. Instead, we can pass the artifact directory and
automatically checksum everything within. This will allow us to
generate files directly into the artifact directory instead of
having to run upload.py to copy files there.

MozReview-Commit-ID: 6ntnXU2Pp0E

--HG--
extra : rebase_source : 7e019b366f14b3692ec702ff331a1e0306dc3805
2018-04-18 16:24:03 -07:00
Kit Cambridge c9f54ccda2 Bug 1455413 - Use debug logging for bookmarks mirror trees; trace logging for details. r=tcsc
MozReview-Commit-ID: IVa4KzdNHrR

--HG--
extra : rebase_source : 1b49ca6c79bff2e79b61d239182ac069ceb4f42a
2018-04-19 12:19:32 -07:00
Cosmin Sabou 5e9d16a446 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-04-20 01:37:07 +03:00
Cosmin Sabou 4595d43d3a Merge inbound to mozilla-central. a=merge
--HG--
rename : browser/modules/offlineAppCache.jsm => toolkit/modules/offlineAppCache.jsm
2018-04-20 01:29:10 +03:00
Christoph Kerschbaumer ec4a331131 Bug 1454914: Test web extensions are exempt from samesite cookie policy.r=jkt 2018-04-19 20:00:52 +02:00
Francois Marier 1ab2ebf84b Bug 1453818 - Add test for same-site cookies in reader mode. r=ckerschb,Gijs
MozReview-Commit-ID: 58j7geRM6KW

--HG--
extra : rebase_source : 8e8faf01d1d7a1afe12ca69604b47b267c95bd39
2018-04-17 13:40:18 -07:00
Cosmin Sabou bbd97ff8de Backed out changeset fd0857bfc9d4 (bug 1453818) for ESlint failure on browser_bug1453818_samesite_cookie.js. CLOSED TREE 2018-04-20 00:13:20 +03:00
Francois Marier d30ce800d1 Bug 1453818 - Add test for same-site cookies in reader mode. r=ckerschb,Gijs
MozReview-Commit-ID: 58j7geRM6KW

--HG--
extra : rebase_source : 11029ae7ffe9d246e19e25a03a8f7931491672c8
2018-04-17 13:40:18 -07:00
Jan Henning 404003707f Bug 1415342 - Part 1 - Move OfflineAppCacheHelper to Toolkit. r=standard8
The OfflineAppCacheHelper was apparently introduced after the Sanitizer had been
forked for Fennec and so far nobody bothered to use it there as well.

MozReview-Commit-ID: 42Uk5hfvf9y

--HG--
rename : browser/modules/offlineAppCache.jsm => toolkit/modules/offlineAppCache.jsm
extra : rebase_source : 77e542dbbdfea62b918b89b4c0799be7e3f89ef9
2018-04-12 19:16:02 +02:00
Kit Cambridge 69a70b3ac2 Bug 1455164 - Ignore moved user content roots in the bookmarks mirror. r=markh
MozReview-Commit-ID: 7M9gErmjb4J

--HG--
extra : rebase_source : cbcac5b9be9997583a5ff566ede427e1e8d37b6f
2018-04-17 15:41:58 -07:00
Kit Cambridge 8f167ae723 Bug 1451152 - Record timing for merging, updating Places, and staging records in the bookmarks mirror. r=tcsc
MozReview-Commit-ID: IQk4Bmb4h7S

--HG--
extra : rebase_source : 7e41ad9db0356becf7dc7dc53ecca94e1e8e0609
2018-04-18 16:20:22 -07:00
Kit Cambridge 4078cb3ef6 Bug 1451152 - Record the bookmarks mirror database size in telemetry. r=tcsc
MozReview-Commit-ID: JIQpzTc9Kuw

--HG--
extra : rebase_source : 0970b9dd117274732aa3d58d5e90f3a0e5f20a49
2018-04-18 16:44:47 -07:00
Shane Caraveo c59e67a1fe Bug 1432645 add browserSetting to flip urlbar.openintab, r=rpl
MozReview-Commit-ID: 6egB1yj6bkI

--HG--
extra : rebase_source : 6954a5d71bf931f2de2765e7f50d21d5b7a1eefe
2018-04-18 14:24:32 -05:00
Andrew McCreight 1610f69376 Bug 1454724 - Add scalar telemetry for max ghost windows. r=chutten
Rather than recording how many leaked (ghost) windows we see at
various times, I think it will be more useful over all to record what
the maximum number of ghost windows we see during a single
ping. Hopefully this will show up in a way that generates automated
alerts better than GHOST_WINDOWS.

If this works out, I'll make this telemetry measure permanent and
remove GHOST_WINDOWS.

MozReview-Commit-ID: 11ma1lLGz5L

--HG--
extra : rebase_source : dc7705d288d3301fc0a1ec15f8dadfb66fe8820f
2018-04-18 11:56:53 -07:00
Gregory Szorc 893a9ad99d Bug 1455127 - Remove --package from upload.py; r=ted
The argument is never used in the local file copying function. So let's
nuke the argument.

MozReview-Commit-ID: JeU4LaVvGD7

--HG--
extra : rebase_source : 0e305c5bff0e3871fd11a554d75e7f53ceea4bdd
2018-04-19 09:31:00 -07:00
Gregory Szorc 5de6850705 Bug 1455127 - Remove --properties-file from upload.py; r=ted
This was only used for the remote server case. That code was recently
deleted.

MozReview-Commit-ID: 7usqWZ7CuBR

--HG--
extra : rebase_source : f27b37391802a2980feffa5d88c92228d137824f
extra : source : 46b8a00288c8d7b88fd9b7aee20e88ddfd96d57b
2018-04-19 09:30:52 -07:00
Mike Cooper 293250b817 Bug 1447226 - Don't show shield study opt-in as checked when studies won't run r=Gijs
MozReview-Commit-ID: 51TycE6mLcq

--HG--
extra : rebase_source : 71bf4e8f1d53f5de6ca69a45737ae1a45b5ee590
2018-03-29 16:23:21 -07:00
Kit Cambridge 6eca93f5b3 Bug 1455183 - Create fresh bookmarks mirror database copies for each migration test. r=mak
MozReview-Commit-ID: 1Mr8NERSrN8

--HG--
extra : rebase_source : 290aa52a52b4b502bdf030f67a99dde18229e0eb
2018-04-19 08:32:52 -07:00
Noemi Erli 7e6ef531b7 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-04-19 12:58:43 +03:00
Noemi Erli 875e5ed0a1 Merge inbound to mozilla-central. a=merge 2018-04-19 12:53:30 +03:00
Noemi Erli 6b88e0ee99 Backed out 4 changesets (bug 1415342) for bc failures in browser/components/preferences/in-content/tests/siteData/browser_clearSiteData.js on a CLOSED TREE
Backed out changeset 36ff321fc1b8 (bug 1415342)
Backed out changeset d7e30b8499cd (bug 1415342)
Backed out changeset 4913f1571ece (bug 1415342)
Backed out changeset 25d665693e38 (bug 1415342)

--HG--
rename : toolkit/modules/offlineAppCache.jsm => browser/modules/offlineAppCache.jsm
2018-04-19 10:37:30 +03:00
Jan Henning 14468b6342 Bug 1415342 - Part 1 - Move OfflineAppCacheHelper to Toolkit. r=standard8
The OfflineAppCacheHelper was apparently introduced after the Sanitizer had been
forked for Fennec and so far nobody bothered to use it there as well.

MozReview-Commit-ID: 42Uk5hfvf9y

--HG--
rename : browser/modules/offlineAppCache.jsm => toolkit/modules/offlineAppCache.jsm
extra : rebase_source : b7010f732ca13583fd2b2c62102b4ea1c13a4cc6
2018-04-12 19:16:02 +02:00
Ciure Andrei c8ca057944 Backed out 3 changesets (bug 1455127) for throughing exceptions and messing with windows 2012 builds on a CLOSED TREE, a=backout
Backed out changeset ac17015816ca (bug 1455127)
Backed out changeset 8527e727b92d (bug 1455127)
Backed out changeset 8c8fe0facf52 (bug 1455127)
2018-04-19 05:43:15 +03:00
Kit Cambridge 075dcf7cfd Bug 1451537 - Bump bookmarks mirror schema version and add a migration test. r=mak
MozReview-Commit-ID: FKMGxauwSyi

--HG--
extra : rebase_source : 2082b97946f0ea86af57cec8e997bfc5205032d9
2018-04-12 17:38:08 -07:00
Kit Cambridge 2ea6b739bc Bug 1451537 - Simplify tag query rewriting in the bookmarks mirror. r=mak,markh
MozReview-Commit-ID: 920003s7Jvm

--HG--
extra : rebase_source : 7f62f4f283e6d1c065651adfebe97038108504ac
2018-04-12 18:38:34 -07:00
Gregory Szorc 75aaa25f38 Bug 1455127 - Remove --package from upload.py; r=ted
The argument is never used in the local file copying function. So let's
nuke the argument.

MozReview-Commit-ID: JeU4LaVvGD7

--HG--
extra : rebase_source : a898814f4084288200928f062fbb06ffbbae60bd
2018-04-18 15:04:53 -07:00
Gregory Szorc 294b3c6072 Bug 1455127 - Remove --properties-file from upload.py; r=ted
This was only used for the remote server case. That code was recently
deleted.

MozReview-Commit-ID: 7usqWZ7CuBR

--HG--
extra : rebase_source : 39c33057aab6773f8f85b1294e4965965954d9e6
2018-04-18 15:03:46 -07:00
Bogdan Tara 6cb59b5809 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-04-19 01:46:00 +03:00
Bogdan Tara 9bf1554768 Merge inbound to mozilla-central. a=merge 2018-04-19 01:36:28 +03:00
Matthew Noorenberghe 7f1b6e0663 Bug 1454129 - Use nsIPaymentRequest.shippingOption to determine the selected shipping option. r=sfoster
MozReview-Commit-ID: LaFiX34wBe8

--HG--
extra : rebase_source : 6a1ae849248a58de3e7b3774a966551bd7a63d88
2018-04-16 22:49:28 -07:00
Andreea Pavel 465753992f Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2018-04-18 20:13:24 +03:00
Gijs Kruitbosch baf8e40f33 Bug 1453421 - stop findbar from looping over every single property, r=mikedeboer
MozReview-Commit-ID: KsrzhUZ167g

--HG--
extra : rebase_source : 564798860ce9df4cb1ab694e186f3f481edc6cd1
2018-04-18 12:02:35 +01:00
Gijs Kruitbosch 5037a2426e Bug 1447341 - make page-icon protocol handler support weak referencing, r=mak
MozReview-Commit-ID: EpPJl89Gi1v

--HG--
extra : rebase_source : 011d65bfe28514449fb279b1c50e69de3e109e61
2018-04-17 15:40:25 +01:00
Rob Wood 4af496d7f2 Bug 1454466 - Move raptor in-tree; r=ahal
MozReview-Commit-ID: AkqbROfvmbu

--HG--
extra : rebase_source : bf30030a333852d6d81c4278e91b1ac9fef237fe
2018-04-16 17:15:38 -04:00
Mike de Boer ecf63670d4 Bug 1034036 - Part 2: Rename and shorten `getMostRecentBrowserWindow` to `getTopWindow` and modernize the style used in BrowserWindowTracker.jsm. r=dao
MozReview-Commit-ID: EvgAhq4uR3a

--HG--
extra : rebase_source : 8fd8040cd1eee94675d4e9ca0c8ccc60db9e1bf7
2018-04-11 12:05:59 +02:00
Mike de Boer d16ee58ded Bug 1034036 - Part 1: Merge RecentWindow.jsm and UpdateTopLevelContentWindowIDHelper.jsm into one module called 'BrowserWindowTracker.jsm'. r=dao
MozReview-Commit-ID: 9qzq1aGvjDu

--HG--
rename : browser/modules/UpdateTopLevelContentWindowIDHelper.jsm => browser/modules/BrowserWindowTracker.jsm
extra : rebase_source : 9c4a728e13fd691d377e7f221c5632646115daca
2018-04-11 12:05:56 +02:00
Gijs Kruitbosch c44a678ffa Bug 1455035 - add shareURL support to page action histograms, r=daleharvey
MozReview-Commit-ID: E87a1MRnRu

--HG--
extra : rebase_source : e4eb6b33c9bf7a14993b59e84aa916a9ab190eb3
2018-04-18 18:31:13 +01:00
Dorel Luca 0eedeeda32 Merge mozilla-central to autoland. CLOSED TREE 2018-04-18 14:07:45 +03:00
Dorel Luca c4fec6222b Backed out changeset 897bbf35e781 (bug 1453580) for XPCShell failure on services/sync/tests/unit/test_syncedtabs.js. CLOSED TREE 2018-04-18 14:06:34 +03:00
Coroiu Cristina 374b919ce6 Merge inbound to mozilla-central a=merge 2018-04-18 13:44:22 +03:00
Boris Zbarsky d49151ed50 Bug 1452183 part 1. Stop using nsIDOMDocumentFragment in IDL files. r=mccr8 2018-04-17 21:13:03 -04:00
Nika Layzell f5f86c989e Bug 1444745 - Part 1: Clear out xptinfo and typelib to make way for the this patch, r=mccr8
Unfortunately, I wasn't able to figure out a way to make firefox build & run in
the intermediate stages of these commits. Because of this, I am going to just
delete most of the code which I am deleting in the first patch, as I figure that
those are somewhat uninteresting changes, and then make the other changes in the
following patches.

In total, the following things are deleted:
1. All of xpcom/typelib, except for `xpt/tools` - this directory is being
subsumed entirely into xpcom/reflect/xptinfo.
2. Most of the code in xpcom/reflect/xptinfo, it is being rewritten to avoid
allocating and contain all of the necessary data structures.
3. idl-parser's typelib.py XPT generator, as it will be replaced.
4. Most includes of files which have been deleted.

NOTE: xpcom/typelib/xpt/tools/xpt.py was not removed, as it is used by bundling
code & bundling tests, which we don't want to remove yet.
2018-04-17 19:20:50 -04:00
Csoregi Natalia cc8f2c09f1 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-04-18 01:39:35 +03:00
Shane Caraveo da4c5b3b35 Bug 1450565 use GET for initial authorization request, r=mossop
MozReview-Commit-ID: 70PQSeoxvOF

--HG--
extra : rebase_source : e35e5f5d9e3cea22776078ffdb3085ffe61ba99e
2018-04-17 10:06:13 -05:00
Kris Maglione 0f40271841 Bug 1453881: Part 1a - Automatically write add_task(function*) to add_task(async function) r=ochameau
This was done using the script at:

bc5629735d/processors/add-task-async.jsm?at=default&fileviewer=file-view-default

MozReview-Commit-ID: KxuS9Cen87

--HG--
extra : rebase_source : c0028e0cd55ba1643610cd30c55c6f4bca7d6e58
extra : histedit_source : ebc84fdec9c2db6176632d62de4e7bdad2a7829d
2018-04-12 21:10:04 -07:00
Tom Prince c8c9d47e92 Bug 1436662: Package translated uninstaller; r=pike,mshal
The uninstaller was being built as a side-effect of building `setup.exe`. In
Bug 1385227, that was moved from "somewhere" to part of the windows installer
packaging, which happens after the zip and mar are generated. Since the
installer we ship is actually repackaged from the zip[1], we stopped shipping
translated uninstallers.

This changes things around so that the uninstaller gets translated:
- Explicitly build the uninstaller as part of the L10n repack step.
- Use the same logic to build the installer locally as we do to create the ones
  we ship.

[1] Except on Thunderbird

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

--HG--
extra : rebase_source : 05fe935c1d2a9fbfeef786819bfe5913ed8ef862
extra : source : d6bf22099e2195dcb64c3c3d7700d3edd0850a3a
2018-04-16 12:49:53 -06:00
Brindusan Cristian 34b33a520a Backed out 2 changesets (bug 1436662) for build bustages on /installer/windows. CLOSED TREE
Backed out changeset fcb756834abb (bug 1436662)
Backed out changeset d6bf22099e21 (bug 1436662)
2018-04-17 19:08:21 +03:00
Tom Prince cdf80aa336 Bug 1436662: Package translated uninstaller; r=pike,mshal
The uninstaller was being built as a side-effect of building `setup.exe`. In
Bug 1385227, that was moved from "somewhere" to part of the windows installer
packaging, which happens after the zip and mar are generated. Since the
installer we ship is actually repackaged from the zip[1], we stopped shipping
translated uninstallers.

This changes things around so that the uninstaller gets translated:
- Explicitly build the uninstaller as part of the L10n repack step.
- Use the same logic to build the installer locally as we do to create the ones
  we ship.

[1] Except on Thunderbird

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

--HG--
extra : rebase_source : 2b28b9ff7196d12f4a188c8dddf750b9a5efac5b
extra : histedit_source : 9bc28891950ae8c226cfdefef6f8121ce0b51f58
2018-04-16 12:49:53 -06:00
Andrea Marchesini 231aae58dd Bug 1252998 - StorageActivityService - part 5 - nsIStorageActivityService::getActiveOrigins, r=asuth 2018-04-18 18:19:13 +02:00
Andrea Marchesini c3b61ca1bf Bug 1252998 - StorageActivityService - part 4 - Introduce ServiceWorkerCleanUp.jsm to clean up ServiceWorker data, r=asuth 2018-04-18 18:19:12 +02:00
Neil Deakin 8d38c9d0bc Bug 1453034, remove unused implements of nsIEditActionListener from findbar, r=mikedeboer 2018-04-18 08:38:18 -04:00
Takuro Ashie 956ef94c09 Bug 1306529 - Add initial implementation of PureOmxPlatformLayer r=jya
It's a concrete class of OmxPlatformLayer for accessing OpenMAX IL
libraries directly. It will be usable on various embedded linux systems.
Note that it's not enabled by default yet. Add the following config to
your mozconfig.

  ac_add_options --enable-openmax

TODO: Implement zero-copy mode

MozReview-Commit-ID: EMEXAKzzR64

--HG--
extra : rebase_source : ee6acf7d046e8ce6e18a53988a4ea308b8d4d44f
2018-04-18 11:38:12 +09:00
Marco Bonardo fc344005a8 Bug 1453353 - Optimize transition limited history results to not invalidate on every visit. r=standard8
MozReview-Commit-ID: BJVVedtyFuB

--HG--
extra : rebase_source : 3faaf7b224075c9afb321b2668ebcbe836c29ab7
2018-04-17 18:26:00 +02:00
akriti 7ce7ea64ea Bug 1441904 : Testing Android Device data. , r=chutten
MozReview-Commit-ID: LQM7aCHufAw

--HG--
extra : rebase_source : a1132a63e6802c1ddadb3bb1d5dee7976ee526ad
2018-04-18 18:52:53 +05:30
Hector Zhao 51f9f06db5 Bug 1453227 - set 'checked' attribute to 'true' to appease checkbox and listitem-checkbox bindings. r=jaws,sfoster
MozReview-Commit-ID: WTYYwFIaBO

--HG--
extra : rebase_source : 14d31e500c6265002c74a1255fff39c0f5b4148f
2018-04-18 11:06:36 +08:00
Gijs Kruitbosch 290fc5ad94 Bug 1454563 - actually add real fallback from profile to appdir blocklist if loading the profile one fails, r=kmag
MozReview-Commit-ID: AbRLwACqrzU

--HG--
extra : rebase_source : e466bcb7990ef0249354047e30b2a943f54df784
2018-04-17 23:56:45 +01:00
Marco Bonardo b00d20562d Bug 1453580 - Remove promiseFaviconLinkUrl and fix its consumers. r=Gijs
MozReview-Commit-ID: GrY8s3l71Mp

--HG--
extra : rebase_source : e8a1adb7c1004eaefddc42d12048d445eecd6530
2018-04-16 18:24:06 +02:00
David Keeler 70a3575ade bug 1454504 - use a more performant API to find a root certificate in CertUtils.checkCert r=kmag,mossop
nsIX509Cert.issuer performs synchronous certificate verification and isn't even
guaranteed to return a verified result. Luckily we can replace this with
nsISSLStatus.succeededCertChain, which contains the already-verified certificate
chain of the connection we're interested in.

MozReview-Commit-ID: I8jPDVlUOvf

--HG--
extra : rebase_source : cb426a250946aa92172a077dc9ccf708304af846
2018-04-16 15:19:51 -07:00
Julian Descottes bf5ac484c7 Bug 1454314 - fix notification email lists in Scalars.yaml;r=chutten
MozReview-Commit-ID: JEbV2CoK7X5

--HG--
extra : rebase_source : 4646e4eda37c07dc29c7cec038cfde434f9c5cfb
2018-04-17 12:08:32 +02:00
Ryan VanderMeulen 0023fcc861 Bug 1453933 - Fix ESLint comma-spacing errors in aboutRights.js. r=trivial 2018-04-19 14:13:06 -04:00
vinoth e001c8669e Bug 1453933 - Meta CSP applied to content privileged about:rights. r=Gijs, r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D940

--HG--
extra : amend_source : b37097f79ffa12f40dd668d116f94e4a8c57a6fb
2018-04-19 13:40:24 -04:00
Margareta Eliza Balazs 3576917fe6 Backed out changeset a78bc7ff3de5 (bug 1443396) for bc frequent failures in browser/extensions/formautofill/test/browser/browser_update_doorhanger.js on a CLOSED TREE 2018-04-19 17:50:58 +03:00
Dorel Luca 8ee8fc461e Backed out 2 changesets (bug 1317581) for Browser chrome failures on toolkit/components/extensions/test/browser/browser_ext_themes_arrowpanels.js. CLOSED TREE
Backed out changeset 5cc146254899 (bug 1317581)
Backed out changeset 963466173a74 (bug 1317581)
2018-04-18 18:54:38 +03:00
Jared Wein ff0a2e0137 Bug 1317581 - Clean up some duplicated colors in the DateTimePicker. r=dao
MozReview-Commit-ID: IOAgaoeJ53J

--HG--
extra : rebase_source : 3cdc5c3eca6a5d1324e90de80d82231df8a3a26d
2018-04-10 14:26:49 -04:00
Jared Wein 7ee1860850 Bug 1317581 - DateTimePicker should support high contrast mode on Windows. r=dao
MozReview-Commit-ID: DEBBjcgHIyH

--HG--
extra : rebase_source : 9b52b15a0af9a56ad724dd578884856d4d5e7e20
2018-03-22 13:01:28 -04:00
Alessio Placitelli 4121e64310 Bug 1452551 - Initialize the Telemetry core in GeckoView. r=esawin,gfritzsche,jchen
This additionally introduces a new pref (toolkit.telemetry.isGeckoViewMode)
to discriminate, at runtime, between Fennec and GV in JavaScript code.
Moreover, this disables TelemetryController initialization from content
processes, which was left enabled.

MozReview-Commit-ID: 7VoDorxAhvD

--HG--
extra : rebase_source : b16a5c870c073f62175a5f9c2bf8db30032c55bd
2018-04-11 13:11:27 +02:00
Jan-Erik Rediger b9e99a5b72 Bug 1448945 - Document support for adding events in artifact builds. r=chutten
MozReview-Commit-ID: 1e8hF3DyfDj

--HG--
extra : rebase_source : 958f044042aec5122e2fd87a23b5f048feff6d8d
2018-04-10 13:55:48 +02:00
Jan-Erik Rediger 751561f5e4 Bug 1448945 - Add test coverage for loading dynamic inbuilt events on startup. r=chutten
MozReview-Commit-ID: Dpl4GUSZePf

--HG--
extra : rebase_source : 1bb936317a7e4ae2e94b953ffd3f854ae93e89ad
2018-04-10 13:39:10 +02:00
Jan-Erik Rediger 632d73d2a9 Bug 1448945 - Allow underscore in category, method and extra keys of event. r=chutten
According to the documnetation[1] category and method are identifiers,
thus an underscore is allowed. It's less clear for extra keys, but
underscores are already used there.

The documentation is adjusted accordingly.

[1]: https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/telemetry/collection/events.html#limits

MozReview-Commit-ID: 9pUsDNXCY8m

--HG--
extra : rebase_source : 5f3a3f1a9d8172cfb9695c17bd04e11836a65c93
2018-04-10 13:05:39 +02:00
Jan-Erik Rediger 8aee79fc46 Bug 1448945 - Load dynamic inbuilt event probes on startup. r=chutten
MozReview-Commit-ID: 3eyqkcV6LWM

--HG--
extra : rebase_source : 8d23c35ef6c63bda652f1100de4aa54b04cfdbe4
2018-04-09 15:26:09 +02:00
Jan-Erik Rediger 32b432e9fb Bug 1448945 - Add test coverage for dynamic builtin events. r=chutten
MozReview-Commit-ID: AFZPTBM7QqQ

--HG--
extra : rebase_source : a0052a271d66414fabd652ffb95a1be40ac472cd
2018-04-09 15:07:58 +02:00
Jan-Erik Rediger 11b35b780f Bug 1448945 - Generate JSON definitions for dynamic builtin events. r=chutten,froydnj
This patch enables the build system to generate the JSON definition
file that is loaded, on developer builds, when Firefox starts and
is built from artifact builds.

MozReview-Commit-ID: 1nSQi7exRtL

--HG--
extra : rebase_source : 666dbe99effb8ecc9e90a43241297c79c1a6c510
2018-04-09 15:07:14 +02:00
Jan-Erik Rediger efc236f670 Bug 1448945 - Enable snapshotting dynamic builtin events. r=chutten
This additionally adds the memory consumption of dynamic builtin events
to the memory reporting.

MozReview-Commit-ID: LopWWPnWkBc

--HG--
extra : rebase_source : 36468d02ccb19217b44e6c29e0df291fba4459d0
2018-04-09 15:06:30 +02:00
Jan-Erik Rediger c4ce7a9169 Bug 1448945 - Enable recording events in artifact builds without rebuilding Firefox. r=chutten
This patch enables the Firefox Telemetry core to register and record
to dynamic builtin scalars.

MozReview-Commit-ID: 8FeAgmmsQXw

--HG--
extra : rebase_source : f5eddb24bb8c16b75a49850568efd38141eb6a5a
2018-04-09 15:04:49 +02:00
Marco Bonardo dbde0c7df9 Bug 1453580 - Remove promiseFaviconLinkUrl and fix its consumers. r=Gijs
MozReview-Commit-ID: GrY8s3l71Mp

--HG--
extra : rebase_source : 6f5ec9404f12eb988501df56c7ee264ade2b054c
2018-04-16 18:24:06 +02:00
Soeren Hentzschel 007caf3a34 Bug 1400805 - added WebExtension API to get/set browser.display.use_document_fonts r=ntim,zombie
MozReview-Commit-ID: 9JaJN1yTxMy

--HG--
extra : rebase_source : 097cbef283a62ab3fc69bdb62a06c0f1feae5dbc
2018-04-17 21:27:42 +02:00
Jan Horak bda48ed89f Bug 1411589 - Export ShouldUseFlatpakPortal(); r=stransky
We need to detect the flatpak environment on multiple places.
Making the ShouldUseFlatpakPortal() exported to the nsIGIOService
allows us to reuse it.

MozReview-Commit-ID: 41NJyR3fqZQ

--HG--
extra : rebase_source : 4ebb9ba2ff98d3c6d924223485e028929eb801ed
2018-03-08 17:39:59 +01:00
Jason 085461bc6c Bug 1442441 - Removed the content notation from the MEMORY_DISTRIBUTION_AMONG_CONTENT prop's record_in_processes field; r=chutten
MozReview-Commit-ID: 9PWKG7svn72

--HG--
extra : rebase_source : 42ad5f0cf8477e44cc26ad195dfa944717815ea7
2018-04-16 22:12:23 -04:00
Paul Bone 45bd6e8572 Bug 1443396 - Use colours that contrast well on about:memory r=jaws,snorp
The about:memory page specified some colours using constants and others
using variables whose values can change.  If those variables changed, for
example due to the desktop toolkit using a dark theme, then it could create
poor contrast with the constants in these CSS files (desktop & mobile).

This change ensures that only the Mozilla system colour extensions and
Mozilla colour preference extensions colours are used.  Creating
fore/back-ground combinations that hopefully contrast well regardless of the
desktop theme.

--HG--
extra : rebase_source : 2e2d0531baa760969d6d3e10e41984fb167b465b
2018-03-07 16:41:13 +11:00
Sebastian Hengst e1c13f7d47 Bug 1455149 - toolkit/forgetaboutsite/ should use 'Toolkit::Data Sanitization' as bugzilla product and component. r=Gijs DONTBUILD
--HG--
extra : rebase_source : f7665a63f3479ffd37744d8ed456366355c192d5
2018-04-19 15:33:04 +03:00
Michael Calabrese 6d9521886f Bug 1450098 - Rewrote part of TelemetryScalars' internal_LogScalarError to use nsPrintfCString and defined variables instead of constants; r=Dexter
MozReview-Commit-ID: 7UcLZEk0HCI

--HG--
extra : rebase_source : 6467ab4802b79cc1d2a551b3fee4c9f9b842169a
2018-04-16 17:17:53 -04:00
Brindusan Cristian 25a0c6dc80 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-04-17 13:09:40 +03:00
Brindusan Cristian 667fae7dc8 Merge inbound to mozilla-central. a=merge 2018-04-17 12:53:33 +03:00
Andrew Swan 68d8f5e967 Bug 1331521 Remove about:newaddon r=kmag
MozReview-Commit-ID: 6OFXGYEmSmy

--HG--
extra : rebase_source : 80ee72c190a2b2d06b895ad5bda22cc9b5849b01
2018-04-16 14:11:10 -07:00
Matthew Noorenberghe 8aaf8d951a Bug 1428472 - Default to the selected shipping address on the "add basic card" screen. r=jaws
MozReview-Commit-ID: Hx4AHqiTapn

--HG--
extra : rebase_source : a5ab0487d554ed906eb20e93a2d42de218a9293d
2018-04-13 17:25:13 -07:00
shindli 805cb19c1d Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-04-17 01:45:58 +03:00
shindli ef69fa90f1 Backed out changeset 4a72193c7fb1 (bug 1428472) for bc7 and TV failures on a CLOSED TREE 2018-04-17 00:37:45 +03:00
Jan-Erik Rediger 9c0b797add Bug 1443615 - Remove legacy Telemetry component `TelemetryLog`. r=chutten
--HG--
extra : source : ba89b2464447228f4f8c4679a78f23d84ebe1e2b
2018-04-09 01:46:00 -04:00
Narcis Beleuzu 72df6941d4 Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE 2018-04-16 01:28:00 +03:00
Jim Chen 48885775a4 Bug 1452200 - 1b. Add template literal support to Log.jsm; r=markh
Make Log.jsm functions support tagged template literals. For example,
instead of |logger.debug("foo " + bar)| or |logger.debug(`foo ${bar}`)|,
you can now use |logger.debug `foo ${bar}`| (without parentheses).

Using tagged template literals has the benefit of less verbosity
compared to regular string concatenation, with the added benefit of
lazily-stringified parameters -- the parameters are only stringified
when logging is enabled, possibly saving from an expensive stringify
operation.

This patch also fixes a bug in BasicFormatter where consecutive tokens
are not formatted correctly (e.g. "${a}${b}").

MozReview-Commit-ID: 9kjLvpZF5ch

--HG--
extra : rebase_source : ccf4e9fae9fa9ea7581de82296035fcc736ca58e
2018-04-15 14:53:28 -04:00
Jim Chen 2eb44a3425 Bug 1452200 - 1a. Add AndroidAppender for Log.jsm; r=markh
Add an AndroidAppender that lets Log.jsm output to the Android logs,
using AndroidLog.jsm. Because the Android logging system keeps track of
the log metadata (time/level/name) separately from the log message, the
patch also adds a separate AndroidFormatter that does not prepend the
metadata to the log message itself.

MozReview-Commit-ID: C9oBbgVQOEc

--HG--
extra : rebase_source : eb1e8622b059ee45b574830426194ea35643b37c
2018-04-15 14:53:28 -04:00
Gurzau Raul 3cfe9af000 Backed out 2 changesets (bug 1452618) for frequently failing mochitest on Android on a CLOSED TREE
Backed out changeset 5bf3bfedd867 (bug 1452618)
Backed out changeset fdcb9f2ec9d9 (bug 1452618)
2018-04-15 13:12:56 +03:00
Gijs Kruitbosch 95b991b77b Bug 1452618 - make getAddonBlocklistEntry asynchronous, r=kmag
MozReview-Commit-ID: 4Kpx7M57404

--HG--
extra : rebase_source : 6c5a242b40288703fb424e81ea701eeba3c71a27
2018-04-09 16:00:38 +01:00
Gijs Kruitbosch a7f6ba42a1 Bug 1452618 - track force-disabling things so we don't accidentally re-enable them by using `isUsableAddon` later, r=kmag
MozReview-Commit-ID: B7ZAw04cVaZ

--HG--
extra : rebase_source : f5349905640c1c7403c11df9370f9a38c1d35584
2018-04-13 15:01:05 +01:00
Gurzau Raul bd326a2a6b Backed out 5 changesets (bug 1452200) for mochitest-chrome failures on Android on a CLOSED TREE
Backed out changeset ed07fb947b5e (bug 1452200)
Backed out changeset b03e9dc6ecd7 (bug 1452200)
Backed out changeset e4cdad2cd3d2 (bug 1452200)
Backed out changeset 8ac249bdc772 (bug 1452200)
Backed out changeset 225bb7ed5f71 (bug 1452200)
2018-04-15 09:19:04 +03:00
Kris Maglione 44ae2b5cde Bug 1420908: Remove telemetry experiments. r=gfritzsche
MozReview-Commit-ID: 6KEEZ6nKXrU

--HG--
extra : rebase_source : aeb2f66e7ffdba6ac438aaa3fee69b133d2fa2fd
extra : histedit_source : 15eaed2f9013357732660f8b63c28af13abbd870
2018-04-03 15:17:13 -07:00
Andrew Swan 9a813802d3 Bug 1450801 Part 2: Remove AddonManager support for telemetry experiments. r=kmag
MozReview-Commit-ID: FkQd7Ia5Tv4

--HG--
extra : rebase_source : 21ca3916b88492bc6d998673cdeaac4140cfb8f4
extra : histedit_source : c84a3ee00b4edf6c9b96fba8545f18ed12093222
2018-04-02 14:42:56 -07:00
Andrew Swan a46219a92b Bug 1450801 Part 1: Remove front-end (about:addons) support for telemetry experiments. r=kmag
MozReview-Commit-ID: 9J4cPZxG2z0

--HG--
extra : rebase_source : 94ea557ac66d0383421054d085c592acb7d46fec
extra : histedit_source : f8e35b9f477d046e4a1ccff8d16090f45b5d9e46
2018-04-02 14:37:55 -07:00
Kris Maglione 8d542eec0b Bug 1365021: Re-enable test_bootstrap.js. r=aswan
MozReview-Commit-ID: 3mVk24FQC2M
2018-04-14 12:11:31 -07:00
Noemi Erli 1b65998665 Merge inbound to mozilla-central. a=merge 2018-04-14 12:49:03 +03:00
Andreea Pavel bbd8c5be30 Merge mozilla-central to mozilla-inbound. a=backout 2018-04-14 04:10:28 +03:00
Andreea Pavel d3d551275b Backed out changeset f3e01de682f1 (bug 1443561) on request from jaws a=backout r=jaws 2018-04-14 04:08:45 +03:00
Andreea Pavel 01f50bc3d8 Merge mozilla-inbound to mozilla-central. a=merge 2018-04-14 00:56:30 +03:00
André Bargull 1617c8c2c1 Bug 1447442 - Part 16: Replace MOZ_BEGIN_EXTERN_C in C++ header jspubtd.h and remove unused includes and declarations. r=jorendorff
--HG--
extra : rebase_source : 8103f7b6a3a4fc813c9a7b2355223357d46e7d35
2018-04-13 02:26:02 -07:00
Andreea Pavel 1ab728969a Merge mozilla-central to autoland. a=backout 2018-04-14 04:09:41 +03:00
Andreea Pavel adc2675f3e Backed out changeset bc424899c8f8 (bug 1287906) for failing dom/base/test/chrome/test_bug884693.xul on a CLOSED TREE 2018-04-13 21:55:42 +03:00
Michael Ratcliffe d9c4ce23c4 Bug 1453312 - Record event for toolbox close r=yulia
Changes:

1. The change in telemetry.js avoids an issue with overwriting pending properties.
2. The test in telemetry.md has been updated now that we have a working test.
3. Added the actual toolbox.close telemetry event and test.

MozReview-Commit-ID: 9fOCkwCCwDx

--HG--
extra : rebase_source : 55028edf836af62c25ae603675de0b3f5189f43e
2018-04-11 14:18:44 +01:00
Marco Bonardo 6fbfa855fd Bug 1446982 - Show the url when a remote tab entry is selected/hovered in the Address Bar. r=adw
MozReview-Commit-ID: 63fmwkESd4w

--HG--
extra : rebase_source : 75878f25ef198f9c78c7ae0af10c136fa651f183
2018-04-06 17:43:18 +02:00
Coroiu Cristina 9e4b9fb732 Merge mozilla-central to autoland a=merge on a CLOSED TREE 2018-04-13 19:07:42 +03:00
arthur.iakab fca4426325 Merge inbound to mozilla-central. a=merge 2018-04-13 19:01:59 +03:00
Sebastian Hengst 043061beb5 merge mozilla-central to mozilla-inbound 2018-04-13 16:05:58 +03:00
Sebastian Hengst 82f65475ee merge mozilla-central to autoland 2018-04-13 16:04:29 +03:00
Sebastian Hengst 0819f35e51 Backed out 4 changesets (bug 525063) on request from Andi. a=backout
Backed out changeset 516c4fb1e4b8 (bug 525063)
Backed out changeset 6ff8aaef2866 (bug 525063)
Backed out changeset bf13e4103150 (bug 525063)
Backed out changeset d7d2f08e051c (bug 525063)
2018-04-13 16:01:28 +03:00
Paolo Amadini 01c8f2adc7 Bug 1452633 - Overwriting local file results in file being deleted. r=mak
MozReview-Commit-ID: 7XwqF23q4lr

--HG--
extra : rebase_source : 56e16a5e65cff047cb8520a9f9b2d586d0b959d3
2018-04-13 12:03:02 +01:00
arthur.iakab b9f0fcc3d6 Merge mozilla inbound to mozilla-central a=merge 2018-04-13 12:43:21 +03:00
Yura Zenevich d21698143d Bug 1449212 - fixing the typo in core-ping.rst doc. r=sdaswani
MozReview-Commit-ID: 8eFpAi6nDBv
2018-04-12 23:20:21 -04:00
Kris Maglione 28ea7cea29 Bug 1453123: Follow-up: Fix straggler CertUtils.jsm import. r=bustage DONTBUILD CLOSED TREE
MozReview-Commit-ID: ImCFeWh79wW

--HG--
extra : amend_source : cdde1dd862136f731d15dc5d78fc1a730a5260dd
2018-04-12 17:33:14 -07:00
Kris Maglione 497083062b Bug 1453123: Follow-up: Fix straggler CertUtils.jsm import. r=bustage CLOSED TREE
MozReview-Commit-ID: ImIWIFeovvO

--HG--
extra : amend_source : 1bc3eb14641d079dd49cd3e7a2394ea8dadea604
2018-04-12 17:25:00 -07:00
Amy Chan d494f855f6 Bug 1446975 - Replace synced Tabs sidebar device icons. r=eoger
MozReview-Commit-ID: GnawrVrfpEz


--HG--
rename : browser/themes/shared/icons/device-mobile.svg => browser/themes/shared/icons/device-phone.svg
2018-04-12 19:22:38 -04:00
Amy Chan 5150d18a19 Bug 1446975 - Replace synced Tabs sidebar device icons. r=eoger
MozReview-Commit-ID: GnawrVrfpEz
2018-04-12 19:20:07 -04:00
Daniel Stenberg 9ad6beb28d bug 1453822 - TRR: add a mode for "explicitly turned off" r=mcmanus
... as opposed to off by default.

MozReview-Commit-ID: EClrW33xGkb

--HG--
extra : rebase_source : aa8de07950f0da41eb8136894b119308b0450319
2018-04-13 00:32:04 +02:00
Dão Gottwald 9b45d061fd Bug 1445912 - Remove PopupBoxObject::enableKeyboardNavigator/enableRollup/setConsumeRollupEvent in favor of DOM attributes. r=enn,peterv
--HG--
extra : rebase_source : f6ec04a78d599404e1e76405092669d7c0e04cc9
2018-04-12 16:55:50 +02:00
arthur.iakab ac8dce248c Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2018-04-13 12:58:18 +03:00
Gabriele Svelto 781fa96acd Bug 1453766 - Improve the documentation of the crash ping's metadata fields; r=gfritzsche
MozReview-Commit-ID: 6hD7mcKWrkQ

--HG--
extra : rebase_source : f7c5c4bc94f35c19b36abf6e2e5dc63cbb23fab5
2018-04-13 16:58:04 +02:00
Kris Maglione fa5af6622b Bug 1453123: Have CertUtils export a CertUtils object. r=rhelmer
MozReview-Commit-ID: 1XInmbNQ2wo

--HG--
extra : rebase_source : 11784a228a91a1b48eab9319e9c853802e060fc2
extra : amend_source : 7e067210dda9db2228f391e4d53de4d5d5f9a3f9
2018-04-10 13:23:35 -07:00
Gurzau Raul 50d002961a Backed out 2 changesets (bug 1446975) for failing xpcshell on sync/tests/unit/test_syncedtabs.js and browser-chrome failures e.g. test/urlbar/browser_page_action_menu.js on a CLOSED TREE
Backed out changeset 69653800c483 (bug 1446975)
Backed out changeset 44e3e7446b02 (bug 1446975)

--HG--
rename : browser/themes/shared/icons/device-phone.svg => browser/themes/shared/icons/device-mobile.svg
2018-04-13 01:28:22 +03:00
Amy Chan 711220e6e7 Bug 1446975 - Replace synced Tabs sidebar device icons. r=eoger
MozReview-Commit-ID: GnawrVrfpEz


--HG--
rename : browser/themes/shared/icons/device-mobile.svg => browser/themes/shared/icons/device-phone.svg
2018-04-12 16:18:22 -04:00
Paolo Amadini 44544c8c11 Bug 1451408 - Remove unused "button-repeat" binding. r=bgrins
MozReview-Commit-ID: 20A1zxLgnWz

--HG--
extra : rebase_source : 7b5dd7d7ebfd26017570ce097ca9cae4a474783b
2018-04-12 16:05:30 +01:00
Sebastian Hengst 0eb9d87997 merge mozilla-inbound to mozilla-central. a=merge 2018-04-12 22:20:13 +03:00
Chris H-C 971fa312ec bug 1452139 - Don't include cookies when posting Telemetry r=gfritzsche,franziskus
We don't need or want cookies sent to incoming.tmo. It just throws them on the
floor, but we needn't waste clients' bandwidth on it.

MozReview-Commit-ID: F9WjcDyKFGN
2018-04-12 09:50:40 -04:00
Chris H-C 5be6cf4ed4 bug 1451333 - Convert last few Telemetry tests from generators to async r=Dexter
MozReview-Commit-ID: 2OtVsTFhDIF

--HG--
extra : rebase_source : b9021085fdab7b8b169bb509689aa9251b8d71f2
2018-04-11 12:00:22 -04:00
Andrew Swan 8f6d72ad28 Bug 1453522 Document bundled webextension experiments r=kmag
Also cleaned up a few other loose ends on webextensions api docs.

MozReview-Commit-ID: FnyqmM7NjqE

--HG--
extra : rebase_source : 6039a70c72790c14d8872e38e77e9596b7dac3f8
2018-04-11 16:44:07 -07:00
Vivek Dhingra 7ac214aaa5 Bug 1443561 - WebExtension themes additional backgrounds alignment should be relative to the toolbox r=jaws
This patch changes alignment property of additional backgrounds to be relative to #navigator-toolbox, instead of root.

MozReview-Commit-ID: LlSZmu39u6D

--HG--
extra : rebase_source : 1c5eda6d21f80b377c360dd26830c48c7fdc4548
2018-04-12 05:20:38 -04:00
Gurzau Raul 7334578c1a Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-04-13 02:14:09 +03:00
Gabriele Svelto 3c75461c81 Bug 1451288 - Do not force histogram keys to be valid C++ identifiers; r=Dexter
MozReview-Commit-ID: I8gxTgJrWwR

--HG--
extra : rebase_source : 115d96b20ed39d3bea9db8c912b3eb0b850e9093
2018-04-04 13:31:18 +02:00
Zhang Junzhi 1f63801545 Bug 1358017 - Part 9: Updates some existing mochitests which are not meant to test default actions for wheel events but are affected by auto-dir scrolling. r=masayuki
Some mochitests are not meant to test default actions for wheel events, but they
assume audo-dir is disabled when doing tests for their purposes, so this commit
disables auto-dir for those mochitests.

MozReview-Commit-ID: 5ZQIxgRVpj5

--HG--
extra : rebase_source : a185a2f65179ec9162ec04209b4eb29e8c04125b
2018-04-03 20:23:19 +08:00
Michael Kohler 4c381de5f6 Bug 1428306 - Remove browser.storageManager.enabled pref r=baku,johannh
MozReview-Commit-ID: GodyYuGxVD

--HG--
extra : rebase_source : 0ba78e764ea2c77ecaafcd35a502940ea1a37ac2
2018-04-09 20:46:45 +02:00
arthur.iakab 691e26b1b6 Merge mozilla-central to autoland a=merge on a CLOSED TREE 2018-04-13 12:55:46 +03:00
Tom Ritter e0f1bbacfc Bug 1449835 Do not compile Windows x64 Crash Test Assembly for MinGW r=ccorcoran,froydnj
The assembly file uses the wrong syntax and MinGW cannot compile it.

(Also, gcc doesn't recognize it, because it ends in .asm and not .s.)

MozReview-Commit-ID: 5mHPi8PVio3

--HG--
extra : rebase_source : d10a61e5eda24245105b6acd3e78726feebd9fd1
2018-04-12 15:21:30 -05:00
Jan-Erik Rediger cec649f670 Bug 1451475 - Renew scalar browser.engagement.restored_pinned_tabs_count r=chutten
MozReview-Commit-ID: 7Lbdu5IHSE
2018-04-12 02:50:00 +03:00
Luca Greco 27c184bde9 Bug 1443221 - Do not send a webNavigation API event for a browser which is adopting an existent tab in a new window. r=mixedpuppy
MozReview-Commit-ID: GG9cSB5hdhA

--HG--
extra : rebase_source : 136066594c825526786b4be40f7701ed25b01035
2018-04-09 15:39:49 +02:00
Marco Bonardo 2963c44842 Bug 1452660 - Tag queries pointing to an invalid folder are being rewritten as empty urls. r=standard8
MozReview-Commit-ID: FUmmYewl8Vt

--HG--
extra : rebase_source : 6f5d940bd1ae519ee54f3acf5b93a244d12b0db9
2018-04-11 15:45:23 +02:00
Margareta Eliza Balazs 8ca418adb9 Merge inbound to mozilla-central. a=merge 2018-04-12 12:38:56 +03:00
Matthew Noorenberghe 9129950d75 Bug 1432952 - Send the basic-card's billing address with the response. r=jaws
MozReview-Commit-ID: 9tquQ0C7D91

--HG--
extra : rebase_source : e821039b7e60c2c1fe016519dccad827dc5240a5
2018-04-10 18:52:13 -07:00
Matthew Noorenberghe 4efcdd7c25 Bug 1432952 - Add a billing address picker to the credit card add/edit form. r=jaws
MozReview-Commit-ID: 9tquQ0C7D96

--HG--
extra : rebase_source : 97ae3457c11e3a593bb1abe163a32e7008a086b1
2018-04-10 18:31:05 -07:00
Boris Zbarsky 72db616bb9 Bug 1453053 part 3. Remove JS QIs to nsIMessageSender. r=qdot
MozReview-Commit-ID: 4TS38gebl7l
2018-04-12 00:06:25 -04:00
Boris Zbarsky a730b3a9ad Bug 1453053 part 1. Remove useless QIs to nsIDOMNode. r=qdot
MozReview-Commit-ID: GokPD2buxzN
2018-04-12 00:06:25 -04:00
Boris Zbarsky d32ec123dc Bug 1453487 part 2. Remove useless implements="nsIDOMEventListener" from XBL bindings. r=smaug
MozReview-Commit-ID: 4OjGuYkpXMM
2018-04-12 00:05:49 -04:00
Boris Zbarsky b43b5abed4 Bug 1453345 part 5. Remove pointless JS implemenations of QI to nsIDOMEventListener. r=smaug
MozReview-Commit-ID: Db0v6GZ0deo
2018-04-12 00:03:45 -04:00