Open
Bug 1331818
Opened 8 years ago
Updated 2 years ago
Disabled "Terminate" button in about:support if no GPU process is running
Categories
(Core :: Graphics, enhancement, P5)
Core
Graphics
Tracking
()
NEW
People
(Reporter: u279076, Unassigned)
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file)
1.99 KB,
patch
|
gw280
:
review+
|
Details | Diff | Splinter Review |
Currently, if a user has a GPU process running initially we display a "Terminate GPU Process" button in about:support|Graphics. If the user clicks that button the process is terminated and, in theory, a new process would spawn.
Currently we default max_restarts so that a new process is not spawned on termination but the button in about:support remains enabled. This is a minor UX nit but I'd like to suggest we disable this button (ie. grey it out) if a GPU process is not running.
Flagging :dvander since we talked about this via email.
Flags: needinfo?(dvander)
Updated•8 years ago
|
Priority: -- → P5
Whiteboard: [gfx-noted]
Grey the button when DisableGPUProcess() is called.
Assignee: nobody → dvander
Status: NEW → ASSIGNED
Flags: needinfo?(dvander)
Attachment #8833597 -
Flags: review?(gwright)
Updated•8 years ago
|
Attachment #8833597 -
Flags: review?(gwright) → review+
Pushed by danderson@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/74d2f566ed65
Disabled "Terminate" button in about:support if no GPU process is running. (bug 1331818, r=gwright)
Backout by cbook@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a5fc021fd3f5
Backed out changeset 74d2f566ed65 for memory leaks in url = about:support
Comment 4•8 years ago
|
||
bscked out for leaks like https://treeherder.mozilla.org/logviewer.html#?job_id=74717714&repo=mozilla-inbound
Flags: needinfo?(dvander)
I didn't see leaks on try, but it's probably due to me not removing an Observer. Another try run with a fix: https://treeherder.mozilla.org/#/jobs?repo=try&revision=78346148b5661cf91509ef7f5842476e197d1474
It looks ok so I'll push again when the tree is open.
Flags: needinfo?(dvander)
Pushed by danderson@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/959e338a566a
Disabled "Terminate" button in about:support if no GPU process is running. (bug 1331818, r=gwright)
Backed out again for leaks like https://treeherder.mozilla.org/logviewer.html#?job_id=75274142&repo=mozilla-inbound
https://hg.mozilla.org/integration/mozilla-inbound/rev/dde8ef8cf38e
Flags: needinfo?(dvander)
Flags: needinfo?(dvander)
Comment 8•2 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: dvander → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•