gecko-dev/browser/modules
Drew Willcoxon 9fbda91757 Bug 1504370 - Update SEARCH_COUNTS telemetry for private browsing mode r=mkaply
* If a search is performed in a private window and the new pref `browser.engagement.search_counts.pbm` is true, then do not record `SEARCH_COUNTS` telemetry. Note that the the pref must be true. If it's false or doesn't exist, then we record telemetry even in pbm like we normally do currently. (We record `SEARCH_COUNTS` telemetry in two places: (1) In BrowserUsageTelemetry.jsm, and (2) "in-content" telemetry directly in the search service. So skip both of those places.)
* Also skip the other ancillary telemetry recorded by `BrowserUsageTelemetry._recordSearch`: a keyed scalar and a telemetry event.
* I made some modifications to the search service to let me test the "in-content" telemetry keys

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

--HG--
extra : moz-landing-system : lando
2018-11-06 17:58:07 +00:00
..
test Bug 1504370 - Update SEARCH_COUNTS telemetry for private browsing mode r=mkaply 2018-11-06 17:58:07 +00:00
AboutNewTab.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
AsanReporter.jsm Bug 1487173 Switch asan-reporter to built-in r=decoder 2018-09-17 18:19:33 +00:00
AsyncTabSwitcher.jsm Backed out 2 changesets (bug 1482091) for bc failures on browser_domFullscreen_fullscreenMode.js 2018-11-03 01:08:36 +02:00
BrowserErrorReporter.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
BrowserUsageTelemetry.jsm Bug 1504370 - Update SEARCH_COUNTS telemetry for private browsing mode r=mkaply 2018-11-06 17:58:07 +00:00
BrowserWindowTracker.jsm Bug 1496360 - make BrowserWindowTracker and its deps use the docshell to obtain an outerWindowID, r=dao 2018-11-06 09:48:46 +00:00
ContentClick.jsm Bug 1488055 - followup fix to enable the click handler actor in sidebar, r=mconley 2018-09-13 20:12:38 +00:00
ContentCrashHandlers.jsm Bug 1492950 - Move ZoomManager reset for crashed tabs into ContentCrashHandlers.jsm. r=Felipe 2018-10-02 17:50:09 +00:00
ContentMetaHandler.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
ContentObservers.js Bug 1479569 part 2. Use the new messageManager getter on docshell. r=kmag 2018-08-02 23:49:09 -04:00
ContentSearch.jsm Bug 1493483 - Use nsIBrowserSearchService::defaultEngine instead of currentEngine (in production code) r=Standard8 2018-10-27 16:52:02 +00:00
ExtensionsUI.jsm Bug 1497702 remove app-installed notification upon dismissal, r=Gijs 2018-10-10 23:40:32 +00:00
FaviconLoader.jsm Bug 1488296 - Race condition when setting favicons for a browser with a changed currentURI. r=mossop 2018-09-13 13:24:41 +00:00
Feeds.jsm Bug 1491243 - remove subscribe button, menu items and subscription section out of feed previews, r=florian 2018-09-18 06:06:27 +00:00
FormValidationHandler.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
HomePage.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
LaterRun.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
LiveBookmarkMigrator.jsm Bug 1477672 - export and convert existing live bookmarks to avoid losing user data, r=mak 2018-09-17 18:59:57 +01:00
OpenInTabsUtils.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
PageActions.jsm Bug 1363169 - Add support for native windows share. r=gijs, r=aklotz 2018-10-16 13:54:13 +01:00
PermissionUI.jsm Bug 1459603 - Remove the checkbox from the persistent storage notification. r=johannh 2018-11-02 08:15:05 +00:00
PingCentre.jsm Bug 1493794 - Add new search-only UI, onboarding localization, strings and bugfixes to Activity Stream r=ursula 2018-09-25 15:01:42 +00:00
ProcessHangMonitor.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
ReaderParent.jsm Bug 1480415 - Set aria-label on Reader View button and set menuitem-specific attributes directly there instead of on the command element. r=jaws 2018-09-05 14:49:15 +02:00
RemotePrompt.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
Sanitizer.jsm Backed out 2 changesets (bug 1482091) for bc failures on browser_domFullscreen_fullscreenMode.js 2018-11-03 01:08:36 +02:00
SchedulePressure.jsm Backed out 2 changesets (bug 1482091) for bc failures on browser_domFullscreen_fullscreenMode.js 2018-11-03 01:08:36 +02:00
SiteDataManager.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
SitePermissions.jsm Bug 1225519 Permission in Page info should say Send notifications instead of Receive notifications r=lina 2018-09-03 22:55:03 +02:00
TabsList.jsm Bug 1479538 - Rewrite non-test callers of document.createElementNS(XUL_NS, ...) to use document.createXULElement(...);r=paolo 2018-08-14 16:22:44 +00:00
ThemeVariableMap.jsm Bug 1488000 - Allow theming sidebar border color. r=jaws 2018-09-04 21:33:46 +00:00
TransientPrefs.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
Windows8WindowFrameColor.jsm Bug 1478308 - Remove unnecessary ChromeUtils.imports in browser/ r=mikedeboer 2018-07-25 09:10:07 +01:00
WindowsJumpLists.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
WindowsPreviewPerTab.jsm Bug 1490015: Allow tab previews to direct load data uris. r=Gijs 2018-09-26 21:09:49 +00:00
ZoomUI.jsm Bug 1492950 - Get browser-fullZoom.js and ZoomUI.jsm off of getBrowserForDocument. r=florian 2018-10-02 17:51:11 +00:00
moz.build Bug 1477672 - export and convert existing live bookmarks to avoid losing user data, r=mak 2018-09-17 18:59:57 +01:00
webrtcUI.jsm Bug 1479051 - [macOS 10.14] WebRTC sites silently fail if user previously clicked "Don't Allow" for Firefox camera/mic access r=johannh 2018-10-10 08:28:41 +00:00