Closed
Bug 292787
Opened 20 years ago
Closed 19 years ago
Internet Security dialog box stubbed out, non-functional
Categories
(Minimo Graveyard :: Minimo Front-End, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
0.007
People
(Reporter: mwbz, Assigned: dougt)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 Build Identifier: When loading the xpconnect-sample.html file from mozilla/xpcom/sample in the source tree, the request for priviledges pops up a dialog box that has a title of 'Internet Security' with a body of 'ConfirmEx' with no buttons. This keeps the user from ever saying 'yes' to requests for priviledges. Reproducing this can be a bit difficult, as file:// URI's aren't working right now. Doug pointed me to the exact line of code that makes this obvious: http://lxr.mozilla.org/seamonkey/source/embedding/minimo/wince/PromptService.cpp#166 Reproducible: Always Steps to Reproduce: 1. Copy src/xpcom/sample/xpconnect.html to the PocketPC (currently file:// URIs don't work for me, so I put it in the application directory/res) 2. Run winEmbed 3. Double tap display for navigation dialog 4. Enter URI for file (if you copy it to res, it should be resource://gre/res/xpconnect-sample.html) Actual Results: Dialog with 'ConfirmEx' as text. Expected Results: Dialog box asking if priviledges should be granted for this web page.
| Assignee | ||
Comment 1•19 years ago
|
||
This was fixed for 007.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Target Milestone: --- → 0.007
You need to log in
before you can comment on or make changes to this bug.
Description
•