Closed
Bug 1695987
Opened 4 years ago
Closed 4 years ago
Collect the size of response bodies that need to be parsed on ORB.
Categories
(Core :: DOM: Networking, task, P2)
Core
DOM: Networking
Tracking
()
RESOLVED
FIXED
89 Branch
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: tt, Assigned: edenchuang)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(2 files)
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/plain
|
chutten
:
data-review+
|
Details |
We want to know the size of the response in the step "If response's body parses as JavaScript and does not parse as JSON, then return true." from https://github.com/annevk/orb
Reporter | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P2
Whiteboard: [necko-triaged]
Reporter | ||
Updated•4 years ago
|
Reporter | ||
Comment 2•4 years ago
|
||
Attachment #9206575 -
Flags: data-review?(chutten)
Comment 3•4 years ago
|
||
Comment on attachment 9206575 [details]
request-bug1695987.md
DATA COLLECTION REVIEW RESPONSE:
Is there or will there be documentation that describes the schema for the ultimate data set available publicly, complete and accurate?
Yes.
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes. This collection is Telemetry so can be controlled through Firefox's Preferences.
If the request is for permanent data collection, is there someone who will monitor the data over time?
No. This collection will expire in Firefox 93.
Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 1, Technical.
Is the data collection request for default-on or default-off?
Default on for all channels.
Does the instrumentation include the addition of any new identifiers?
No.
Is the data collection covered by the existing Firefox privacy notice?
Yes.
Does there need to be a check-in in the future to determine whether to renew the data?
Yes. :tt is responsible for renewing or removing the collection before it expires in Firefox 93.
Result: datareview+
Attachment #9206575 -
Flags: data-review?(chutten) → data-review+
Reporter | ||
Updated•4 years ago
|
Assignee: shes050117 → echuang
Reporter | ||
Comment 4•4 years ago
|
||
Pushed by echuang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c02d5dc72abb
Collect the size of response to be parsed on ORB; r=necko-reviewers,dragana
Comment 6•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
Updated•4 years ago
|
Status: RESOLVED → REOPENED
status-firefox89:
fixed → ---
Resolution: FIXED → ---
Target Milestone: 89 Branch → ---
Pushed by echuang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c2057b070351
Collect the size of response to be parsed on ORB; r=necko-reviewers,dragana
Comment 8•4 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 4 years ago → 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•