Allow DOMi to inspect any DOM element by shift + right click
Categories
(SeaMonkey :: General, enhancement)
Tracking
(seamonkey2.53+ fixed)
People
(Reporter: nsITobin, Assigned: nsITobin)
Details
(Whiteboard: SM2.53.20)
Attachments
(1 file, 2 obsolete files)
|
10.28 KB,
patch
|
frg
:
review+
|
Details | Diff | Splinter Review |
One of the short-lived DOM Inspector forks had the ability to inspect any DOM Element, XUL or HTML, by holding shift and right clicking the element.
Previously, I added the ability to the UXP version of DOMi, this bug will port it to the original in a slightly more polished state.
| Assignee | ||
Comment 1•1 year ago
|
||
I have attempted to match general style and update things to the current scripting standard but I may have missed a few things.
| Assignee | ||
Comment 2•1 year ago
|
||
- Switched observerService to Services.obs.*.
- Further fixed code style and formatting
| Assignee | ||
Updated•1 year ago
|
Comment 3•1 year ago
|
||
Comment on attachment 9418614 [details] [diff] [review]
v2.patch
[Approval Request Comment]
Regression caused by (bug #): --
User impact if declined: less functionality
Testing completed (on m-c, etc.): 2.53.20bb1 pre
Risk to taking this patch (and alternatives if risky): behind a pref so no risk
String changes made by this patch: none
Updated•1 year ago
|
Comment on attachment 9418614 [details] [diff] [review]
v2.patch
[Triage Comment]
Seems to work okay from testing
Comments should end with a full stop:
// Shift + right click
Please fix indentation for:
Services.wm.addListener(this.aListener);
r/a=me with those fixed
Comment 5•1 year ago
|
||
Took the liberty and grabbed the patch. Nit fixes. For the new files http license link changed to https which is current mozilla style and version change added.
One more nit fix with a curly bracket moved from its own line.
r/a+ from IanN retained.
Comment 6•1 year ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/7fca322ba78d9a29a9d91706e49ea16e7c78f10f
Allow DOMi to inspect any DOM element by shift + right click. r=frg
Updated•1 year ago
|
Description
•