Closed
Bug 1508656
Opened 6 years ago
Closed 6 years ago
Migrate nodepicker utils out of highlighterutils
Categories
(DevTools :: Inspector, enhancement, P2)
DevTools
Inspector
Tracking
(firefox66 fixed)
RESOLVED
FIXED
Firefox 66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: yulia, Assigned: yulia)
References
Details
Attachments
(6 files, 1 obsolete file)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
As part of removing highlighter utils, we should move the picker methods elsewhere
We have some shared functionality with the walker and selection modules. The best way to share these is via an intermediary module, as otherwise we would need to call get parent(), which is expensive
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Depends on D12119
Assignee | ||
Comment 3•6 years ago
|
||
Depends on D12122
Assignee | ||
Comment 4•6 years ago
|
||
Depends on D12126
Assignee | ||
Comment 5•6 years ago
|
||
Depends on D12290
Assignee | ||
Comment 6•6 years ago
|
||
Depends on D12319
Updated•6 years ago
|
Attachment #9026393 -
Attachment is obsolete: true
Assignee | ||
Comment 7•6 years ago
|
||
Depends on D12290
Updated•6 years ago
|
Attachment #9031241 -
Attachment description: Bug 1504185 - migrate picker-node-hovered to nodePicker; r=ochameau → Bug 1508656 - migrate picker-node-hovered to nodePicker; r=ochameau
Pushed by ystartsev@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/70db61618160
migrate node picking methods to NodePicker module, and use it through the inspector; r=ochameau
https://hg.mozilla.org/integration/autoland/rev/eb4c893d451e
migrate startPicker and stopPicker to nodePicker; r=ochameau
https://hg.mozilla.org/integration/autoland/rev/8b01632f9e3d
migrate togglePicker to nodePicker; r=ochameau
https://hg.mozilla.org/integration/autoland/rev/f1905a2f9b6c
migrate cancel picker to nodePicker; r=ochameau
https://hg.mozilla.org/integration/autoland/rev/8b98b777aec2
migrate picker-node-hovered to nodePicker; r=ochameau
https://hg.mozilla.org/integration/autoland/rev/caafdc0ea4c7
fix failing test browser_inspector_switch-to-inspector-on-pick; r=ochameau
Comment 9•6 years ago
|
||
Backed out 14 changesets (bug 1508660, bug 1508656, bug 1504185) for browser_target_cached-front.js perma failures
push that caused the failure: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception&classifiedState=unclassified&revision=01b687bb0b757a895c971f884da00f79130afc4a
failure: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception&classifiedState=unclassified&fromchange=c00b8c0f29ba7c9cace06d85283f66d070f2eb3e&selectedJob=217440230&searchStr=linux%2Copt%2Cmochitests%2Cwith%2Ce10s%2Ctest-linux32%2Fopt-mochitest-devtools-chrome-e10s-7%2Cm-e10s%28dt7%29
backout: https://hg.mozilla.org/integration/autoland/rev/fbe9f6e140aee8dc0d152c16c8f9171683b5140a
Flags: needinfo?(ystartsev)
Assignee | ||
Comment 10•6 years ago
|
||
The fix is on bug 1508660, had to do with rebase conflicts.
Flags: needinfo?(ystartsev)
Comment 11•6 years ago
|
||
Pushed by ystartsev@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c1ec7884d2cc
migrate node picking methods to NodePicker module, and use it through the inspector; r=ochameau
https://hg.mozilla.org/integration/autoland/rev/cb8e0fb71422
migrate startPicker and stopPicker to nodePicker; r=ochameau
https://hg.mozilla.org/integration/autoland/rev/a20625c5026f
migrate togglePicker to nodePicker; r=ochameau
https://hg.mozilla.org/integration/autoland/rev/d78f0458b4d9
migrate cancel picker to nodePicker; r=ochameau
https://hg.mozilla.org/integration/autoland/rev/fbf96ce2270b
migrate picker-node-hovered to nodePicker; r=ochameau
https://hg.mozilla.org/integration/autoland/rev/c96ac5e87209
fix failing test browser_inspector_switch-to-inspector-on-pick; r=ochameau
Comment 12•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c1ec7884d2cc
https://hg.mozilla.org/mozilla-central/rev/cb8e0fb71422
https://hg.mozilla.org/mozilla-central/rev/a20625c5026f
https://hg.mozilla.org/mozilla-central/rev/d78f0458b4d9
https://hg.mozilla.org/mozilla-central/rev/fbf96ce2270b
https://hg.mozilla.org/mozilla-central/rev/c96ac5e87209
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 66
You need to log in
before you can comment on or make changes to this bug.
Description
•