Closed
Bug 514196
Opened 16 years ago
Closed 16 years ago
implement nsIPromptService2
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: fabrice.desre, Assigned: fabrice.desre)
Details
Attachments
(3 files)
nsIPromptService2 is used by the password manager for instance, and must be implemented.
Relevant IDLs :
http://mxr.mozilla.org/mozilla-central/source/embedding/components/windowwatcher/public/nsIPromptService2.idl
http://mxr.mozilla.org/mozilla-central/source/netwerk/base/public/nsIAuthPrompt2.idl
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → fabrice.desre
Updated•16 years ago
|
tracking-fennec: --- → ?
Assignee | ||
Comment 1•16 years ago
|
||
This patch implements promptAuth().
I had to do some modifications in promptPassword.xul to get messages to display correctly. If this is ok I'll make the same modifications in the other prompts dialogs.
Attachment #398405 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 2•16 years ago
|
||
Assignee | ||
Comment 3•16 years ago
|
||
Comment 4•16 years ago
|
||
Comment on attachment 398405 [details] [diff] [review]
WIP
But I'd like to investigate the scrollbox issue a bit more.
Attachment #398405 -
Flags: review?(mark.finkle) → review+
Comment 5•16 years ago
|
||
pushed with tweaks for handling the scrollbox:
https://hg.mozilla.org/mobile-browser/rev/9f871d520f2a
(added PromptService.sizeScrollableMsg)
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 6•16 years ago
|
||
how can I verify this bug?
Comment 7•16 years ago
|
||
verified with slow script dialog on digg.com with 1.9.2 nightly build from 20090921 on my n810
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
tracking-fennec: ? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•