Closed
Bug 694976
Opened 14 years ago
Closed 14 years ago
convert the rest of eventutils.js functions to use SpecialPowers
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla10
People
(Reporter: jmaher, Assigned: jmaher)
References
Details
(Whiteboard: [specialpowers])
Attachments
(1 file)
5.89 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #674323 +++
EventUtils.js has a lot of functions that still use SpecialPowers. This is a cleanup of everything else.
Assignee | ||
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
Comment on attachment 567438 [details] [diff] [review]
port rest of eventutils.js to specialpowers (1.0)
Review of attachment 567438 [details] [diff] [review]:
-----------------------------------------------------------------
::: testing/mochitest/tests/SimpleTest/specialpowersAPI.js
@@ +711,5 @@
> registerFactory);
> return {'cid':cid, 'originalFactory':oldFactory};
> },
> +
> + __getElement: function(aWindow, id) {
Any reason this starts with two underscores instead of just one?
Attachment #567438 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Comment 3•14 years ago
|
||
ted, did a s/__/_/ on the function name.
inbound:
https://hg.mozilla.org/integration/mozilla-inbound/rev/08e265c528ef
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
You need to log in
before you can comment on or make changes to this bug.
Description
•