Closed
Bug 1271319
Opened 9 years ago
Closed 9 years ago
Measure the number of windows opened per "session fragment"
Categories
(Toolkit :: Telemetry, defect, P1)
Toolkit
Telemetry
Tracking
()
RESOLVED
DUPLICATE
of bug 1271304
Tracking | Status | |
---|---|---|
firefox49 | --- | affected |
People
(Reporter: Dexter, Assigned: Dexter)
References
Details
(Whiteboard: [measurement:client])
This is about implementing the count of all windows opened in a session fragment.
Can be based on FX_NEW_WINDOW_MS: https://dxr.mozilla.org/mozilla-central/rev/e5a10bc7dac4ee2453d8319165c1f6578203eac7/browser/base/content/browser.js#3871
Independent window chrome counts as a window; full screen video should not be counted.
Context: https://docs.google.com/spreadsheets/d/1G33YEBL2-hSaF0-HrHPi0HVwANoTpYHsnevmMd1eZ1U/edit#gid=0
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → alessio.placitelli
Assignee | ||
Updated•9 years ago
|
Priority: P3 → P1
Comment 1•9 years ago
|
||
Would we need to exclude window open events that were not opened by user actions, say popups?
Or is that negligible for the questions being asked here?
Flags: needinfo?(bcolloran)
Hmmm, I don't have strong feelings on this. I guess exclude them? Rebecca, do you have any thoughts?
Flags: needinfo?(bcolloran) → needinfo?(rweiss)
Assignee | ||
Comment 3•9 years ago
|
||
Temporarily dropping this and bug 1271304 to add scalar type support (which would be used for the browser engagement measurements).
Assignee: alessio.placitelli → nobody
Priority: P1 → P2
Comment 4•9 years ago
|
||
If we can count them separately, that could eventually be useful, but if we can only choose one I'd rather we focused on those measures that we can confidently assert came from deliberate user action.
Flags: needinfo?(rweiss)
Assignee | ||
Updated•9 years ago
|
Priority: P2 → P1
Assignee | ||
Comment 5•9 years ago
|
||
Sorry for flagging you both, but I'm not sure who should answer.
Do we want to include the number of private windows opened in this count? (ditto for the number of tabs opened).
Flags: needinfo?(rweiss)
Flags: needinfo?(bcolloran)
Assignee | ||
Comment 6•9 years ago
|
||
(In reply to Alessio Placitelli [:Dexter] from comment #5)
> Sorry for flagging you both, but I'm not sure who should answer.
>
> Do we want to include the number of private windows opened in this count?
> (ditto for the number of tabs opened).
My gut feeling is that we really shouldn't. We're not doing that for the domain/URI count.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → alessio.placitelli
Points: --- → 3
Comment 7•9 years ago
|
||
(In reply to Alessio Placitelli [:Dexter] from comment #6)
> (In reply to Alessio Placitelli [:Dexter] from comment #5)
> > Sorry for flagging you both, but I'm not sure who should answer.
> >
> > Do we want to include the number of private windows opened in this count?
> > (ditto for the number of tabs opened).
>
> My gut feeling is that we really shouldn't. We're not doing that for the
> domain/URI count.
I think we probably need to include this. If we want to answers questions related to window usage etc. we should count all windows.
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 9•9 years ago
|
||
Moving the ni to bug 1271304.
Flags: needinfo?(rweiss)
Flags: needinfo?(bcolloran)
You need to log in
before you can comment on or make changes to this bug.
Description
•