Closed
Bug 910899
Opened 11 years ago
Closed 11 years ago
Inconsistent references to plugin placeholder elements
Categories
(Toolkit :: General, defect)
Toolkit
General
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: neil, Assigned: neil)
References
Details
Attachments
(1 file)
5.64 KB,
patch
|
jaws
:
review+
|
Details | Diff | Splinter Review |
Some of the plugin placeholder elements are accessed by class name and some by anonid. We should be consistent and access everything by anonid. This bug is to cover the first step of adding anonid to the elements that need it but don't yet have it. Then each application can switch their front-end code from class name to anonid.
Assignee | ||
Comment 1•11 years ago
|
||
I guess the other alternative would be to switch everyone over to using the existing class names and remove all of the anonids. We even have the helper function getPluginUI for this, although we don't use it everywhere for some reason.
Comment 2•11 years ago
|
||
Can you update the references to the class names to point to the new anonid's?
Assignee | ||
Comment 3•11 years ago
|
||
(In reply to Jared Wein from comment #2)
> Can you update the references to the class names to point to the new
> anonid's?
I wanted to do that in followup bugs (one for each application).
Updated•11 years ago
|
Attachment #797489 -
Flags: review?(jaws) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Backed out in http://hg.mozilla.org/integration/mozilla-inbound/rev/7509132548d9 for various plugin-related failures.
Assignee | ||
Comment 6•11 years ago
|
||
Pushed with typo fix:
https://hg.mozilla.org/integration/mozilla-inbound/rev/af2e93b2f712
Comment 7•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Comment 8•11 years ago
|
||
Neil's followup, http://hg.mozilla.org/integration/mozilla-inbound/rev/ebebb890be3b
Comment 9•11 years ago
|
||
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•