Dan Banner
5af4450327
Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8
...
MozReview-Commit-ID: Jm8BRgt6mIv
2017-10-15 20:50:39 +01:00
Sebastian Hengst
8bc209c582
Bug 1406787 - Click on currently active ping in start section should open ping picker. r=Dexter
...
MozReview-Commit-ID: 1riOrN2Oj1P
2017-10-08 21:41:00 +02:00
Ian Moody
98eaaf2942
Bug 1403585 - React to about:telemetry URL hash after data is present. r=chutten
...
Currently if a subsection (for the environment section) is included in the hash
on load the page breaks, because urlStateRestore ends up calling showSubSection
with no element, which then throws. Move the urlStateRestore call after the
update.
Also guard against showSubSection receiving an empty argument.
MozReview-Commit-ID: 2bYrEQlHlqN
2017-09-29 18:46:58 +01:00
Vedant Chakravadhanula
751268d7d1
Bug 1396855 - about:telemetry : Added search terms in the URL fragment. r=chutten
...
Implementation of the search terms in the url fragment was done as concisely as possible(considering the various conditions required, with the underscore when other hash terms are present). To implement search through hashes in URL, the function urlStateRestore() was changed. To make the changes more aesthetic, another function urlSectionRestore() performs the tasks earlier performed by urlStateRestore(), and urlStateRestore() now implements the search parsing and a call to urlSectionRestore().
MozReview-Commit-ID: 9vgjNUpJkQG
2017-09-30 09:07:50 +05:30
Francesco Lodolo (:flod)
f61a349058
Bug 1399511 - Update message displayed when a section has no data in about:telemetry r=chutten
...
MozReview-Commit-ID: 2Hb4oKKlhG7
2017-09-15 06:53:33 +02:00
Chris H-C
1512599506
bug 1399082 - about:telemetry l10n fixes r=flod
...
We were reusing "all sections" in more than one way, which isn't a globally-
permissable language use. Embedding the substring directly takes care of it
while at the same time embedding it within its context.
MozReview-Commit-ID: CTQhFWEajRo
2017-09-12 14:12:55 -04:00
Wes Kocher
0ccaeccd1b
Backed out changeset b061a65e51d7 (bug 1399082) for failures in browser_misused_characters_in_strings.js a=backout
...
MozReview-Commit-ID: 3pIsd3pvXrq
2017-09-13 10:12:19 -07:00
Chris H-C
b3d27ec706
bug 1399082 - about:telemetry l10n fixes r=flod
...
We were reusing "all sections" in more than one way, which isn't a globally-
permissable language use. Embedding the substring directly takes care of it
while at the same time embedding it within its context.
MozReview-Commit-ID: CTQhFWEajRo
2017-09-12 14:12:55 -04:00
Chris H-C
be37b06912
bug 1396836 - Tidy up about:telemetry search r=Dexter
...
Search would leave text in the input field when switching categories,
show a 'No search results' message on load, and show a 'No search results'
message in sections without search inputs.
Tidy those cases away.
MozReview-Commit-ID: BbkgIjq8fYD
2017-09-08 15:13:59 -04:00
Sebastian Hengst
a31d701e39
Backed out changeset c6ec5f35710a (bug 1396836) for eslint failures in aboutTelemetry.js. r=backout
2017-09-11 16:50:26 +02:00
Chris H-C
dbf41ca029
bug 1396836 - Tidy up about:telemetry search r=Dexter
...
Search would leave text in the input field when switching categories,
show a 'No search results' message on load, and show a 'No search results'
message in sections without search inputs.
Tidy those cases away.
MozReview-Commit-ID: BbkgIjq8fYD
2017-09-08 15:13:59 -04:00
Chris H-C
77a34175cc
bug 1396894 - Don't error out when rendering normally-structured pings r=Dexter
...
Acceptably-structured pings should render fine in about:telemetry and not
trigger the panic mode of "Just show them the JSON!" that happens when an
exception is thrown.
Two things caught here:
1: Environment section without addon subsection
2: subsection searches
MozReview-Commit-ID: 3Z0hud23XuD
2017-09-05 14:37:06 -04:00
Sebastian Hengst
ac4808b6f9
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: KLssMPhSQ0O
2017-09-06 11:26:13 +02:00
Cosm
5b0201f997
Bug 1395956 - Update gecko.readthedocs links to the new firefox-source-docs.mozilla.org location. r=chutten
2017-09-02 22:11:02 +05:30
Francesco Lodolo (:flod)
248a1f0320
Bug 1396211 - Use mozIntl for dates in aboutTelemetry.js, clean up unused code r=chutten
...
MozReview-Commit-ID: KdUDzYNQqvD
2017-09-02 12:00:25 +02:00
Sebastian Hengst
c85384edf0
Backed out changeset 78cce071b69e (bug 1396211) for eslint failure in toolkit/content/aboutTelemetry.js: Strings must use doublequote. r=backout
2017-09-05 22:09:17 +02:00
Francesco Lodolo (:flod)
6f49626657
Bug 1396211 - Use mozIntl for dates in aboutTelemetry.js, clean up unused code r=chutten
...
MozReview-Commit-ID: KdUDzYNQqvD
2017-09-02 12:00:25 +02:00
flyingrub
b13ead6ed7
Bug 1381831 - Improve about:telemetry start page r=chutten
...
Make about:telemetry start page a useful entry point into Telemetry
MozReview-Commit-ID: JIgU3acT1fS
2017-08-21 13:29:07 +02:00
Ricky Chien
6bbcb028a8
Bug 1349689 - Remove old preferences fork r=jaws
...
MozReview-Commit-ID: GNPcQGUTUKJ
2017-08-21 17:48:18 +08:00
Sebastian Hengst
c97c631ff5
Backed out changeset df8215261c7e (bug 1349689) on request from rchien. r=backout
2017-08-31 16:58:32 +02:00
Ricky Chien
4dd95d9a6c
Bug 1349689 - Remove old preferences fork r=jaws
...
MozReview-Commit-ID: GNPcQGUTUKJ
2017-08-21 17:48:18 +08:00
flyingrub
32e07e6a3c
Bug 1393478 - Fix subsection search in about:telemetry r=chutten
...
Allow to search for the section's name and fix useless margin in search.
MozReview-Commit-ID: HwCXq0tUct5
2017-08-29 16:20:36 +02:00
flyingrub
b0ace8ed50
Bug 1393478 - Display when no results are available in about:telemetry r=chutten
...
Also keep the search state when changing ping.
MozReview-Commit-ID: 9M2hz7ttl8e
2017-08-29 11:32:26 +02:00
flyingrub
b73f587ea8
Bug 1393478 - Clear the search filter when switching section r=chutten
...
MozReview-Commit-ID: 3Rtr8eLsc77
2017-08-25 16:48:58 +02:00
flyingrub
2ade79172c
Bug 1392230 - Fix placeholder text in about:telemetry r=chutten
...
Fix the placeholder text for the search on the home.
MozReview-Commit-ID: 9YSrB3FdFCL
2017-08-24 14:18:28 +02:00
flyingrub
15ef09376f
Bug 1392230 - Fix sql statements in about:telemetry r=chutten
...
Display only one line at the bottom of table.
MozReview-Commit-ID: CV7ldZs6obl
2017-08-22 12:08:27 +02:00
flyingrub
ffc471f8e2
Bug 1392230 - Small design fixes in about:telemetry r=chutten
...
Fix font size according to photon specs.
MozReview-Commit-ID: 8qRWgbNIgYr
2017-08-21 14:12:21 +02:00
flyingrub
8d7ba3b6e2
Bug 1392407 - Fix about:telemetry issue with btoa r=chutten
...
MozReview-Commit-ID: K2kvFTQKLwT
2017-08-24 13:41:28 +02:00
Sebastian Hengst
a2772009aa
Backed out changeset cadbabe9cb86 (bug 1392407) for eslint failure at toolkit/content/aboutTelemetry.js:2065: Multiple spaces found before '{'. r=backout
2017-08-25 19:31:18 +02:00
flyingrub
55b819a283
Bug 1392407 - Fix about:telemetry issue with btoa r=chutten
...
MozReview-Commit-ID: K2kvFTQKLwT
2017-08-24 13:41:28 +02:00
flyingrub
d1632aac2a
Bug 1392403 - Ease the dismiss of the popup in about:telemetry r=chutten
...
Fix ping selector popup is sometimes hard to dismiss.
MozReview-Commit-ID: KEFcmq6cvRA
2017-08-23 16:40:12 +02:00
flyingrub
ecb41002f6
Bug 1391647 - Fix header title in about:telemetry r=chutten
...
Clicking on a subsection then clicking on a section now change the
title.
MozReview-Commit-ID: AmdO0DTRstr
2017-08-21 11:42:04 +02:00
flyingrub
f10b49f938
Bug 1385351 - Emphasize the ping selector button in about:telemetry r=gfritzsche
...
Add a triangle next to the ping selection button that emphasize the
to the current ping selection popup state.
MozReview-Commit-ID: GOzv01S0i9h
2017-08-09 00:58:55 +02:00
flyingrub
20bae1c607
Bug 1385350 - Add a Search on the home of about:telemetry r=chutten
...
This allow to search in any section for data.
MozReview-Commit-ID: D0aWj427Mhf
2017-08-09 17:53:23 +02:00
Sebastian Hengst
d987d1504f
Backed out changeset b23df13c1e57 (bug 1385350) for eslint failure in toolkit/content/aboutTelemetry.js (strings must use doublequotes). r=backout
2017-08-17 23:05:06 +02:00
flyingrub
02f399ced5
Bug 1385350 - Add a Search on the home of about:telemetry r=chutten
...
This allow to search in any section for data.
MozReview-Commit-ID: D0aWj427Mhf
2017-08-09 17:53:23 +02:00
Carsten "Tomcat" Book
b087432a96
merge mozilla-inbound to mozilla-central a=merge
2017-08-16 11:23:24 +02:00
Wes Kocher
c4ea134e5a
Merge m-c to inbound a=merge
...
MozReview-Commit-ID: JqsSD85rE4W
2017-08-15 19:15:22 -07:00
Michael Layzell
ab9f96b3d1
Bug 1380081 - Part 2: Remove ThreadHangStats from about:telemetry, r=chutten
...
MozReview-Commit-ID: KTOSKobhNAJ
2017-08-15 16:34:20 -04:00
flyingrub
21726a91f3
Bug 1389030 - Go to home when section has no data in about:telemetry r=chutten
...
When switching to a ping that hasn't data for the current section go to
home section.
MozReview-Commit-ID: 2zTZUiyHe0M
2017-08-10 18:45:19 +02:00
flyingrub
8c492494ef
Bug 1389165 - Cleanup html markup of about:telemetry r=chutten
...
Prepare the code for the search on the home page. This will allow to
display only the div with the "data" class and not have cluttered
results.
MozReview-Commit-ID: 5CtMPrLGJT7
2017-08-11 15:06:52 +02:00
flyingrub
85c5bde8e2
Bug 1389165 - Hide caption when no data for table in about:telemetry r=chutten
...
MozReview-Commit-ID: 7wO2VisFyzI
2017-08-11 11:27:12 +02:00
flyingrub
d7ea90a537
Bug 1389165 - Fix the search for thread hangs in about:telemetry r=chutten
...
MozReview-Commit-ID: 8nYRcwEEBvD
2017-08-10 22:10:11 +02:00
flyingrub
56a04d4a93
Bug 1385270 - Fix about:telemetry subsection display r=gfritzsche
...
Show all subsection after comming back from another section.
MozReview-Commit-ID: I02cR2IaBrm
2017-08-09 01:16:02 +02:00
Wes Kocher
e9b35b3385
Backed out 2 changesets (bug 1385351) for failures in browser_startup_images.js a=backout
...
Backed out changeset 84e7b3d7c7cf (bug 1385351)
Backed out changeset c89766a47689 (bug 1385351)
MozReview-Commit-ID: BowKOdYQAHh
2017-08-14 15:21:42 -07:00
flyingrub
be350e63ae
Bug 1385351 - Emphasize the ping selector button in about:telemetry r=gfritzsche
...
Add a triangle next to the ping selection button that emphasize the
to the current ping selection popup state.
MozReview-Commit-ID: GOzv01S0i9h
2017-08-09 00:58:55 +02:00
flyingrub
dfd8766360
Bug 1388695 - Show the payload for non main ping in about:telemetry r=gfritzsche
...
Add a raw payload section when looking at a non main ping.
MozReview-Commit-ID: 2dU8apRfzLP
2017-08-09 13:29:56 +02:00
flyingrub
ada8aa3f56
Bug 1389151 - Show the home section for non main ping in about:telemetry r=gfritzsche
...
MozReview-Commit-ID: J9oFy0YDI5z
2017-08-10 18:52:17 +02:00
flyingrub
3ded4ad9c0
Bug 1388691 - Use the firefox json viewer in about:telemetry r=gfritzsche
...
Allow to open the full ping data in the firefox json viewer.
MozReview-Commit-ID: C8rqxmY3qtT
2017-08-09 13:04:28 +02:00
flyingrub
26b08fb485
Bug 1388456 - Make the ping selection in about:telemetry clearer r=gfritzsche
...
Show the ping selector popup next to its toggle button in
about:telemetry.
Underline the fact that no archived pings are available.
MozReview-Commit-ID: CwSLOvuhXFn
2017-08-09 01:31:28 +02:00