Boris Zbarsky
4103479047
Bug 1343037 part 2. Get rid of nsIDOMHTMLInputElement's selectionEnd accessors. r=ehsan
...
MozReview-Commit-ID: L2Ozu7Vvort
2017-03-09 14:44:03 -05:00
Boris Zbarsky
fac1d0212b
Bug 1343037 part 1. Get rid of nsIDOMHTMLInputElement's selectionStart accessors. r=ehsan
...
MozReview-Commit-ID: IyFv8NRuZIO
2017-03-09 14:44:03 -05:00
Tom Tromey
5b535c20c5
Bug 1345626 - remove KeyedHistogram::GetDataset; r=Dexter
...
MozReview-Commit-ID: 8I7WKHfl0RA
2017-03-08 14:39:24 -07:00
David Teller
4d58d2879f
Bug 1345437 - Gather telemetry for the encoding of external scripts;r=hsivonen
...
MozReview-Commit-ID: 2zjxBWxBGPK
2017-03-08 14:08:36 +01:00
Timothy Guan-tin Chien
41bd380984
Bug 1344431 - Tell parent the non-reader-able reader page is not readable, r=Gijs
...
Although regression window testing pin this to bug 1260276, I believe
this is a regression from bug 1126967. Bug 1260276 just make it more
visible because we stop automatically redirect users to the original
page.
This patch fix the bug by checking if the current page is in readerable
state (i.e. not error state), and send the message accordingly.
MozReview-Commit-ID: B5UJcPvVlAc
2017-03-06 16:31:47 +08:00
Thomas Nguyen
23421961ee
Bug 1343416 - Use LCG when generating noise entries for Safe Browsing completions r=gcp
...
MozReview-Commit-ID: FxQH2haAcrf
2017-03-09 10:59:52 +08:00
Wes Kocher
e90f54cae7
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: 1huLsbfIJEB
2017-03-08 17:15:08 -08:00
Wes Kocher
5f709e25bd
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 62e9XDudUlc
2017-03-08 17:07:55 -08:00
Mike Conley
7a3099cacf
Bug 1342464 - Collect Telemetry on when a tab switch spinner is shown. r=billm,liuche, data-review=liuche
...
MozReview-Commit-ID: 1Ss2f9A2JtK
2017-03-04 14:19:22 -05:00
Andrea Marchesini
25207d9b03
Bug 1299500 - Get rid of DeviceStorage API - part 10 - DeviceStorage, r=ehsan, r=billm
2017-03-08 20:15:45 +01:00
Avikalpa Kundu
c91887f186
Bug 1312698 - Add test coverage for the C++ Histogram API. r=dexter
2017-03-08 02:59:00 -05:00
Carsten "Tomcat" Book
a774076f25
Merge mozilla-central to mozilla-inbound
2017-03-08 14:28:34 +01:00
Florian Quèze
f6f1b03368
Bug 1344987 - remove SEARCH_SERVICE_HAS_UPDATES and SEARCH_SERVICE_HAS_ICON_UPDATES Telemetry probes, r=past a=tomcat
2017-03-07 12:52:48 +01:00
Wes Kocher
b589990f5f
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 96co4Bbby7W
2017-03-07 16:40:44 -08:00
Marco Bonardo
8ae862c600
Bug 1345075 - Remove FX_SANITIZE_LOADED_FLASH and FX_SANITIZE_UNLOADED_FLASH. r=Felipe
...
MozReview-Commit-ID: 1WoxWh3OkL4
2017-03-07 14:13:07 +01:00
Mike Conley
ecb822876b
Bug 1333276 - Remove length checks on non-deterministic nativeStack memoryMap and stack properties. r=jchen
...
MozReview-Commit-ID: IVX8EGYD6nk
2017-03-06 18:04:00 -05:00
Florian Quèze
73074c2660
Bug 1344711 - hand cleanup of remaining useless try blocks around get*Pref calls identified by eslint, r=jaws.
2017-03-07 15:29:48 +01:00
Florian Quèze
0b17fc5d60
Bug 1344711 - hand cleanup of cases that were ignored by the script to remove try blocks around get*Pref calls, r=jaws.
2017-03-07 15:29:48 +01:00
Florian Quèze
c7eae86054
Bug 1344711 - script-generated patch to remove try blocks around get*Pref calls, r=jaws.
2017-03-07 15:29:48 +01:00
Carsten "Tomcat" Book
708777dd78
merge mozilla-inbound to mozilla-central a=merge
2017-03-07 15:13:31 +01:00
Shawn Huang
d98fcccfc1
Bug 1268804 Part 3: Test storage api in WebExtensions, r=kmag
2017-03-07 16:28:47 +08:00
Andrea Marchesini
5ca6c4cebd
Bug 1344671 - Container telemetry IDs should be kept until version 58, r=bsmedberg
2017-03-07 08:48:14 +01:00
Andrea Marchesini
7b66f9d81a
Bug 1344676 - Remove XHR_IN_WORKER telemetry ID, r=qdot
2017-03-07 08:46:18 +01:00
Thomas Nguyen
72ec8b5761
Bug 1339006 - Specify event target if we run nsIURIClassifier.clasify() from content process.r=ehsan, r=gcp
...
MozReview-Commit-ID: BztjVMlQngi
2017-03-08 11:06:36 +08:00
Florian Quèze
b15de4893d
Bug 1345253 - Use element.firstChild.remove() instead of element.removeChild(element.firstChild), r=jaws.
2017-03-08 10:17:52 +01:00
Andrea Marchesini
313424057b
Bug 1345168 - Get rid of OriginAttributes::Inherit, r=tjr
2017-03-08 07:41:51 +01:00
Wes Kocher
eff0d65235
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: 1Kk6k8R6WCf
2017-03-07 16:45:07 -08:00
Vedant Sareen
d21da17bda
Bug 1341236 - Drop the |dataset()| function from keyed & plain histograms. r=Dexter
...
Dropped the dataset() functions from keyed and plain histograms in file |toolkit/components/telemetry/TelemetryHistogram.cpp| to prevent their unnecessary exposure while getting histograms using the getHistogramById function (or its keyed counterpart).
Also removed the (now redundant) |internal_JSHistogram_Dataset()| and |internal_JSKeyedHistogram_Dataset()| functions from the same file and tests from the file |toolkit/components/telemetry/tests/unit/test_TelemetryHistograms.js| as the same tests are performed later on in that very file.
2017-03-06 19:06:53 +05:30
Marco Castelluccio
7a13c2898d
Bug 1342034 - Fix documentation of getLoadedModules in nsITelemetry.idl. r=Dexter
2017-03-07 07:08:00 -05:00
Matthew Wein
889ea58b3c
Bug 1339131 - Provide warnings instead of throwing errors for unrecognized properties r=jaws,mikedeboer
...
MozReview-Commit-ID: Ger9hssqqpO
2017-03-07 14:16:19 -05:00
Luca Greco
692f25ee4b
Bug 1344376 - Clicking on a link with target=_blank should fire onCreatedNavigationTarget. r=billm
...
MozReview-Commit-ID: JVao8IuBz9B
2017-03-06 20:55:02 +01:00
Carsten "Tomcat" Book
41c5179adf
Merge mozilla-central to autoland
2017-03-08 17:04:17 +01:00
David Teller
d49723b67c
Bug 1343483 - Determine how long functions remain syntax-parsed before they are full-parsed;r=shu
...
In many cases, to speed up start, compiling a ScriptSource will not
compile the functions themselves, but will rather syntax-parse them
(to check for syntax errors), leaving full compilation for
later. However, if we find ourselves in a case in which the function
is needed almost immediately, we need to full-parse the function
immediately after the syntax-parse, which is wasteful.
This changeset intends to measure how often this happens, by exporting
through Telemetry the duration between the end of the syntax-parse and
the start of the full-parse for each function.
As a memory optimization, instead of storing a timestamp for the
syntax-parse of each function, we store a single timestamp for an
entire ScriptSource. This assumes that all functions of the
ScriptSource are syntax-parsed at approximately the same instant,
which should be mostly true for everything except perhaps `eval` and
`new Function`. Then, when time comes to delazify a function, we
simply determine the time elapsed since the ScriptSource was compiled.
Histogram JS_PARSER_COMPILE_LAZY_AFTER_MS starts at 10ms (anything
smaller is often not measurable) and stops at 10s (anything larger can
safely be said to be not wasteful).
MozReview-Commit-ID: 6Ycy2OIIiAt
2017-03-06 21:22:00 +01:00
Benjamin Smedberg
4c9ad8511e
Bug 1344908 - Build flash-block-lists.rst into the generated documentation, r=bytesized
...
MozReview-Commit-ID: AdHUGjNXQjL
2017-03-06 17:11:44 -05:00
Alessio Placitelli
b5c9a9e275
Bug 1341219 - Set the browser engagement scalar probes to never expire. r=bsmedberg
...
MozReview-Commit-ID: DgrFXp368h9
2017-02-23 15:01:59 +01:00
Kris Maglione
ebe238b724
Bug 1344616: Migrate content script mochitests to xpcshell. r=mixedpuppy
...
MozReview-Commit-ID: 2ljMgRTIi5r
2017-03-06 17:15:40 -08:00
Kris Maglione
c421d23abb
Bug 1344616: Support running content script tests in xpcshell. r=mixedpuppy
...
MozReview-Commit-ID: 57yhjZxVl90
2017-03-06 13:09:40 -08:00
djmdev
e92be7a2af
Bug 1332651 - Enabled python code linting in Telemetry. r=Dexter
...
Enabled python code linting in Telemetry and created a new .flake8 file in
toolkit/components/telemetry.
2017-03-03 23:47:04 +05:30
Michael Kaply
3ed337304a
Bug 1343943 - Add support for recording default prefs in telemetry. r=chutten
2017-03-06 14:15:22 -06:00
Henry Chang
75d7890222
Bug 1339760 - Split update process to background/foreground and run background on update thread **synchronously**. r=francois,gcp
...
MozReview-Commit-ID: J0phPC1nWsf
2017-02-22 17:25:26 +08:00
Byron Campen [:bwc]
5740db2386
Bug 1342523 - Part 2: Add some better ICE duration telemetry. r=bsmedberg,drno
...
MozReview-Commit-ID: 7qRd1v6rUHl
2017-02-24 15:03:49 -06:00
Carsten "Tomcat" Book
30a4cf49a1
Merge mozilla-central to autoland
2017-03-07 15:20:23 +01:00
Gijs Kruitbosch
f79aa41e73
Bug 1345055 - relabel 'user set' column in about:config to be less misleading, r=jaws
...
MozReview-Commit-ID: Ch9Jm2QxNoz
2017-03-07 10:11:10 +00:00
Bob Silverberg
80f8ac8b27
Bug 1341541 - WebExtensions bookmarks.getRecent() results include raw tag objects, r=mak,mixedpuppy
...
MozReview-Commit-ID: 8FabO0eoktP
2017-02-28 08:44:43 -05:00
Boris Zbarsky
34042de72d
Bug 1343037 part 16. Implement a version of nsTextEditorState::SetSelectionRange that takes a string for the direction. r=ehsan
...
MozReview-Commit-ID: E8zYAWolg94
2017-03-09 14:44:06 -05:00
Boris Zbarsky
b55933e687
Bug 1343037 part 2. Get rid of nsIDOMHTMLInputElement's selectionEnd accessors. r=ehsan,MattN
...
MozReview-Commit-ID: L2Ozu7Vvort
2017-03-09 14:44:03 -05:00
Boris Zbarsky
da687175e6
Bug 1343037 part 1. Get rid of nsIDOMHTMLInputElement's selectionStart accessors. r=ehsan,MattN
...
MozReview-Commit-ID: IyFv8NRuZIO
2017-03-09 14:44:03 -05:00
Andrew Swan
f97863c78c
Bug 1338713 Extension install telemetry r=bsmedberg,rhelmer
...
MozReview-Commit-ID: KFd7k7zaDL6
2017-02-28 09:08:49 -08:00
Jared Wein
65b889c822
Bug 1343921 - Implement support for custom icons through the Theming API. r=mattw,mikedeboer
...
MozReview-Commit-ID: KMMR7cT8Mzp
2017-03-06 18:10:39 -05:00
Zibi Braniecki
d9cc2eef4a
Bug 1344901 - Fix a regression introduced in bug 1337551. r=jfkthame
...
MozReview-Commit-ID: 8SP0ucROJRF
2017-03-06 13:54:30 -08:00