Open
Bug 993850
Opened 11 years ago
Updated 11 years ago
Move command and event handling for the Data Manager from dataman.xul into dataman.js
Categories
(SeaMonkey :: Passwords & Permissions, defect)
SeaMonkey
Passwords & Permissions
Tracking
(Not tracked)
NEW
People
(Reporter: rsx11m.pub, Unassigned)
References
(Blocks 1 open bug)
Details
+++ This bug was initially created as a clone of Bug #960566 +++
> With the current plan to harden the security of Firefox, we want to
> disallow internal privileged pages to use inline JavaScript.
This page has a rather extensive use of event attributes that need to be translated into event listeners. It also contains <commandset> and <keyset> constructs where the latter may be subject to bug 371900, thus potentially depending on it getting fixed first.
(Quoting Philip Chee from bug 960566 comment #15)
> Possibilities:
> Make Data Manager open in a (chrome) window, instead of a in-content tab.
> Open in a tab but in a <browser type="chrome">
You need to log in
before you can comment on or make changes to this bug.
Description
•