Commit Graph

25 Commits

Author SHA1 Message Date
Grigory Kruglov
04becc33ae Bug 1325303 - Adjust A-S telemetry docs to reflect greater use of action_position r=sebastian
MozReview-Commit-ID: IUDMovBjzjg

--HG--
extra : rebase_source : 4f6718e01d50b4e13b28366d26e206f6c65b7d7a
2017-01-27 12:17:31 -08:00
Grigory Kruglov
4f96795b02 Bug 1331091 - Document behaviour of special "experiment" telemetry sessions r=liuche
MozReview-Commit-ID: KKT2maMyDqj

--HG--
extra : rebase_source : 338e6b7cdde9cf61c1e2b7ab74d02d68c512363a
2017-01-25 12:28:41 -08:00
Georg Fritzsche
a6d7adc430 Bug 1331169 - Fix Android ActivityStream docs. r=gkruglov 2017-01-14 15:12:29 +07:00
Grigory Kruglov
d85172870c Bug 1330151 - Adjust docs slightly to better reflect current implementation r=nalexander
MozReview-Commit-ID: 3Ko9unIGKOt

--HG--
extra : rebase_source : d05327fb620fd48bba391e0a13c06f3ab9d0a4f6
2017-01-10 17:39:25 -08:00
Grigory Kruglov
68302b82af Bug 1330151 - Push Architecture docs recovered from Bug 1207714 r=nalexander
Nick's original docs copy-pasted verbatim.

MozReview-Commit-ID: PPVXwoL6He

--HG--
extra : rebase_source : 3e59b34b2e1aceb9672dc5f5ec5be8461d8ed6a7
2017-01-10 15:29:11 -08:00
Jan Henning
4de8d3f783 Bug 1266594 - Part 3 - Explain shutdown sequence and related data cleaning problems in the docs. r=jchen
MozReview-Commit-ID: AdVQnTQ3tsH

--HG--
extra : rebase_source : fdb3420a5fb5755b39c454c7be9867a034a1bdb3
2016-12-30 22:08:20 +01:00
Grisha Kruglov
90b4168ba0 Bug 1325446 - Remove "private tab" telemetry from Activity Stream r=liuche
MozReview-Commit-ID: JUHQOxGXvAu

--HG--
extra : rebase_source : a8d73e4b5394be3e27a5831b64d05e46fde40682
2016-12-22 11:57:42 -08:00
Grisha Kruglov
e78ac7e0a2 Bug 1319245 - Documentation for Activity Stream telemetry r=liuche,sebastian
MozReview-Commit-ID: DAG9eOOdNn5

--HG--
extra : rebase_source : 7787682276cc75e2b098e5c5d58431e2e319cd0c
2016-12-21 23:25:27 -08:00
Chenxia Liu
70fab1925d Bug 1325243 - Update UI Telemetry docs to reflect usage of "extras". r=Grisha
MozReview-Commit-ID: 9FBXQioCZ2A

--HG--
extra : rebase_source : f479791398c94d95bfa4b730d6d57f4dd80580e2
2016-12-21 17:04:45 -08:00
Sebastian Hengst
cdcc9e20da Bug 1304829 - rename RELEASE_BUILD to RELEASE_OR_BETA: main part. r=ted,Mossop
MozReview-Commit-ID: 1lCt0xTMV5O
2016-10-08 11:14:49 +02:00
Towkir Ahmed
63867da04a Bug 1284887 - Replaced references to mxr.mozilla.org in the codebase with dxr.mozilla.org r=dolske
a=release to get around a hook that's catching these comment-only idl changes

--HG--
extra : rebase_source : a7353680777fd2eeea24c9993f9937bbbcfb9e4f
2016-08-15 17:28:05 -07:00
Mike Hommey
c6d1e73834 Bug 1294585 - Move --with-*-keyfile options to python configure. r=chmanchester 2016-08-16 08:32:51 +09:00
Michael Comella
ca777086bc Bug 1277407 - Add docs about using adjust sandbox & updating outdated info. r=sebastian
MozReview-Commit-ID: DW4ZflT8FrZ

--HG--
extra : rebase_source : 1a474e3506c180e6c7403a377594203a96b41675
2016-06-03 17:00:38 -07:00
Nick Alexander
94360ccf89 Bug 1259507 - Add UI Telemetry probes for DOM Push API in Fennec. r=mfinkle
The probes in this patch are annotated with the extra "dom-push-api"
to distinguish from future Fennec-specific push messages.  These
probes allow to determine for each user the difference:

{# sites subscribed to} - {# sites unsubscribed from}.

If we assume the same site is not subscribed to multiple times, this
is a good approximation to the total number of sites the user receives
push messages from.

To test manually:

0) Install Fennec and execute |adb shell setprop log.tag.Telemetry DEBUG|.

1) Subscribe to notifications on a site like serviceworke.rs.

Observe a UI Telemetry SAVE event, like:
D/Telemetry( 7109): SendUIEvent: event = save.1 method = service timestamp = 277456 extras = dom-push-api

2) Send a push notification using the sites' interface.

Observe a UI Telemetry PUSH_RECEIVED_MESSAGE event, like:
D/Telemetry( 7109): SendUIEvent: event = action.1 method = service timestamp = 361795 extras = dom-push-api

3) Unsubscribe to notifications by revoking permission using Site
Settings from the URL bar.

Observe a UI Telemetry PUSH_UNSUBSCRIBED_FROM_SITE event, like:
D/Telemetry( 7109): SendUIEvent: event = unsave.1 method = service timestamp = 393600 extras = dom-push-api

MozReview-Commit-ID: IOCwfXFnowA

--HG--
extra : rebase_source : 705440ac545de0bc82ec72951fb646da3fc7d67b
2016-03-29 11:39:35 -07:00
Sebastian Kaspari
cc3b5d613e Bug 1241810 - Bug 1251317 - Add telemetry for content notifications. r=mcomella,mfinkle
MozReview-Commit-ID: Hlh1sW0kHFg

--HG--
extra : rebase_source : af747da83fd0b0bba135c1e1d2cb4fe301cc3840
2016-03-03 14:16:17 +01:00
Mark Finkle
d3e30a85d1 Bug 1255202 - Add UI Telemetry probes for DoorHangers. r=margaret
MozReview-Commit-ID: 5gsoxiMlFr1
2016-03-18 10:46:19 -04:00
Mark Finkle
6cf210ffe8 Bug 1249094 - Add UI Telemetry probes for application foreground / background changes r=margaret 2016-02-19 14:56:40 -05:00
Nick Alexander
891d11a620 Bug 1234629 - Post: Add simple bouncer APK docs. r=me
--HG--
extra : histedit_source : 2a7ca7e83a79edfa85662aa4cbd225fc6f1456d2%2C1aac94bd9388d1268f85d0203d4495399c24c3df
extra : rebase_source : 78433bbef80356fa17ab215d23768834ca32a455
extra : commitid : Cl8s8ivnO55
extra : source : c79f4a8c3e86aa0c1c693f637b9d5ac053a6fd2f
extra : amend_source : 0087a285e17e660e0729c6394e2e72cf5118d655
2016-02-04 15:54:12 -08:00
Nigel Babu
ede1aa8b36 Backed out 10 changesets (bug 1234629, bug 1233882) for bustage on Android rc tests
Backed out changeset 9aa32d9a25df (bug 1234629)
Backed out changeset d73d36c9619b (bug 1234629)
Backed out changeset a7f63b3721cd (bug 1233882)
Backed out changeset c79f4a8c3e86 (bug 1234629)
Backed out changeset 400c030d3c01 (bug 1234629)
Backed out changeset 54a3d0851bc6 (bug 1234629)
Backed out changeset f80912ecfa87 (bug 1234629)
Backed out changeset 50bcadca2131 (bug 1234629)
Backed out changeset aaa420ed66d7 (bug 1234629)
Backed out changeset 7a62e97f07c2 (bug 1234629)

--HG--
rename : mobile/android/app/lint.xml => mobile/android/app/base/lint.xml
rename : mobile/android/app/src/main/resources/robolectric.properties => mobile/android/tests/background/junit4/resources/robolectric.properties
extra : commitid : KJVIqyGBEZg
2016-02-05 15:42:28 +05:30
Nick Alexander
9a7776107b Bug 1234629 - Follow-up: Add forgotten documentation file. r=me
Documentation only: DONTBUILD NPOTB

--HG--
extra : commitid : Jao8o24R0gn
2016-02-04 15:54:12 -08:00
Nick Alexander
b0a690a852 Bug 1234629 - Post: Add simple bouncer APK docs. r=me
--HG--
extra : commitid : Cl8s8ivnO55
extra : rebase_source : 7c3e04d4952662d32904b9aa22039f0d976f69de
extra : amend_source : 0087a285e17e660e0729c6394e2e72cf5118d655
2016-02-04 11:23:27 -08:00
Mark Finkle
f61c25d19a Bug 1240599 - Update guidelines for preparing lists for default domains and suggested sites r=margaret 2016-01-19 09:16:56 -05:00
Mark Finkle
2d43b0bd64 Bug 1232746 - Document process for generating inline autocomplete domain list r=margaret 2015-12-18 17:21:00 -05:00
Nick Alexander
a196b3a8a7 Bug 1230848 - Remove Gradle configuration rooted in the object directory. r=gps
DONTBUILD NPOTB

The top source directory configuration requires
mobile/android/gradle/m2repo/**, so it stays.  There's no value
changing the location; it contains an Android-specific Gradle plugin.

We note the removal of |mach gradle-install| and point to the new
documentation.

--HG--
extra : commitid : 9Nhz2dnBIgY
extra : rebase_source : 32a2b8a92d57f963feac2bae28fed5a9f1b26f93
extra : amend_source : bf53a0b2d3d4ac0618bc82fe79914bdeaf1c1e0a
2015-12-06 15:02:11 -08:00
Nick Alexander
e7aa15f6f2 Bug 1230786 - Make |mach doc mobile/android| work. r=ahal
--HG--
rename : mobile/android/base/docs/adjust.rst => mobile/android/docs/adjust.rst
rename : mobile/android/base/docs/gradle.rst => mobile/android/docs/gradle.rst
rename : mobile/android/base/docs/localeswitching.rst => mobile/android/docs/localeswitching.rst
rename : mobile/android/base/docs/uitelemetry.rst => mobile/android/docs/uitelemetry.rst
extra : commitid : HdiZBovq6jw
extra : rebase_source : 03ac67d4b7d192df81d4920a21159173f6b21d97
2015-12-05 15:30:49 -08:00