Closed
Bug 913853
Opened 11 years ago
Closed 11 years ago
Remove enablePrivilege usage from tests for prompt
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: emk, Assigned: emk)
References
Details
Attachments
(1 file)
15.47 KB,
patch
|
bholley
:
review+
|
Details | Diff | Splinter Review |
- SpecialPowers.wrapCallback did the trick.
- synthesizeMouse requires a wrapped object for the firat parameter, but it requires an unwrapped object for the last parameter.
- promptAuth.apply didn't work well somehow. I replaced it with a direct function call.
Green on try: https://tbpl.mozilla.org/?tree=Try&rev=64a2f92317f1
Attachment #801152 -
Flags: review?(bobbyholley+bmo)
Updated•11 years ago
|
Attachment #801152 -
Flags: review?(bobbyholley+bmo) → review+
Assignee | ||
Comment 1•11 years ago
|
||
Assignee: nobody → VYV03354
Status: NEW → ASSIGNED
Comment 2•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•