Closed
Bug 1319646
Opened 8 years ago
Closed 8 years ago
Toggle webrener profiler by preference.
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla54
People
(Reporter: mtseng, Assigned: mtseng)
References
Details
Attachments
(1 file, 2 obsolete files)
10.84 KB,
patch
|
Details | Diff | Splinter Review |
Currently, profiler is disabled by default. Added a preference to control it. The preference would be "gfx.webrender.profiler.enable"
Assignee | ||
Comment 1•8 years ago
|
||
MozReview-Commit-ID: 31349AWgDr9
Pushed by mtseng@mozilla.com:
https://hg.mozilla.org/projects/graphics/rev/2622d62d1f08
Add a preference to enable/disable webrender profiler. r=jrmuizel?
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Comment on attachment 8813497 [details] [diff] [review]
Add a preference to enable/disable webrender profiler. r=jrmuizel?
Morris, this patch "hides" a change to how we handle all the preferences, it doesn't just add a new preference. If you need additional functionality in gfxPrefs in the first place, please separate that into a different bug, and let's do a full, pre-landing review.
Or just do a special case for this new preference, keeping it outside the gfxPrefs system, and avoid the changes to it.
Flags: needinfo?(mtseng)
Attachment #8813497 -
Flags: review-
Assignee | ||
Comment 4•8 years ago
|
||
Ah, right. I backed out this cset. Will create a dependent bug for gfxPrefs changes.
Flags: needinfo?(mtseng)
Assignee | ||
Updated•8 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 5•8 years ago
|
||
MozReview-Commit-ID: DneWqzP34ux
Assignee | ||
Updated•8 years ago
|
Attachment #8813497 -
Attachment is obsolete: true
Assignee | ||
Comment 6•8 years ago
|
||
MozReview-Commit-ID: DneWqzP34ux
Assignee | ||
Updated•8 years ago
|
Attachment #8813991 -
Attachment is obsolete: true
Pushed by mtseng@mozilla.com:
https://hg.mozilla.org/projects/graphics/rev/71c2c806992d
Toggle webrender profiler by preferences. r=kats?
Status: REOPENED → RESOLVED
Closed: 8 years ago → 8 years ago
Resolution: --- → FIXED
Comment 8•8 years ago
|
||
(In reply to Morris Tseng [:mtseng] [:Morris] from comment #4)
> Ah, right. I backed out this cset. Will create a dependent bug for gfxPrefs
> changes.
This backout was https://hg.mozilla.org/projects/graphics/rev/50f234c53a7a97548a655efd992d04c2792a1954. Please make sure to reference the bug number in backout commit messages so that they're easier to track.
Updated•8 years ago
|
Target Milestone: --- → mozilla54
You need to log in
before you can comment on or make changes to this bug.
Description
•