Closed
Bug 1705055
Opened 5 years ago
Closed 5 years ago
Cleanup touch-simulator code
Categories
(DevTools :: Responsive Design Mode, task)
DevTools
Responsive Design Mode
Tracking
(firefox89 fixed)
RESOLVED
FIXED
89 Branch
| Tracking | Status | |
|---|---|---|
| firefox89 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
Details
Attachments
(5 files)
It looks like some code is unused, let's remove it
| Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•5 years ago
|
||
sendTouchEvent and getDelayBeforeMouseEvent are never used, so
we can safely remove them.
Depends on D112022
| Assignee | ||
Comment 3•5 years ago
|
||
Depends on D112023
| Assignee | ||
Comment 4•5 years ago
|
||
Depends on D112024
| Assignee | ||
Comment 5•5 years ago
|
||
- Move
eventsoutside of the class to aEVENTS_TO_HANDLEconstant - prefix
contextMenuTimeoutwith an underscore
Depends on D112025
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f896188465a7
[devtools] Turn TouchSimulator into a class. r=jdescottes.
https://hg.mozilla.org/integration/autoland/rev/85c5766c5332
[devtools] Remove unused TouchSimulator methods. r=jdescottes.
https://hg.mozilla.org/integration/autoland/rev/29fdbf6c5c8b
[devtools] Remove unused TouchSimulator#synthesizeNativeTouch x and y params. r=jdescottes.
https://hg.mozilla.org/integration/autoland/rev/1e99b4709623
[devtools] Remove obsolete code and mention of gaia/firefoxOS in TouchSimulator. r=jdescottes.
https://hg.mozilla.org/integration/autoland/rev/a9bf3a2ebb1e
[devtools] Small TouchSimulator refactor. r=jdescottes.
Comment 7•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f896188465a7
https://hg.mozilla.org/mozilla-central/rev/85c5766c5332
https://hg.mozilla.org/mozilla-central/rev/29fdbf6c5c8b
https://hg.mozilla.org/mozilla-central/rev/1e99b4709623
https://hg.mozilla.org/mozilla-central/rev/a9bf3a2ebb1e
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•