Closed
Bug 1053248
Opened 11 years ago
Closed 11 years ago
[AccessFu] Add new debug domain for gestures
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: eeejay, Assigned: eeejay)
Details
Attachments
(1 file)
|
5.77 KB,
patch
|
yzen
:
review+
|
Details | Diff | Splinter Review |
The gesture debug output is massive. It should be a mode below debug so that the debug output mode could actually be useful.
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8472376 -
Flags: review?(yzenevich)
Comment 2•11 years ago
|
||
Comment on attachment 8472376 [details] [diff] [review]
Add new gesture debug logger.
Review of attachment 8472376 [details] [diff] [review]:
-----------------------------------------------------------------
nice! just 1 nit.
::: accessible/jsat/Utils.jsm
@@ +567,3 @@
> ' | ' + aAccessible.name + ' ]';
> } catch (x) {
> + return '[ defunct ]'
Missing ;
Attachment #8472376 -
Flags: review?(yzenevich) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Assignee: nobody → eitan
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
Updated•11 years ago
|
Flags: qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•