Closed
Bug 362803
Opened 19 years ago
Closed 18 years ago
nsIWebBrowserSetup lies about its abilities
Categories
(Core Graveyard :: Embedding: APIs, defect)
Core Graveyard
Embedding: APIs
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla-graveyard, Assigned: sheppy)
Details
(Keywords: dev-doc-complete, helpwanted)
Attachments
(1 file)
|
1.08 KB,
patch
|
bzbarsky
:
review+
benjamin
:
superreview+
|
Details | Diff | Splinter Review |
[12:29am] <bz> using nsIWebBrowserSetup would work
[12:30am] <bz> on an existing webbrowser
[12:30am] <cl> the IDL suggested otherwise
[12:30am] <cl> but I'll play around with it some more.
[12:30am] <bz> 43 * The nsIWebBrowserSetup interface allows certain properties of a new browser
[12:30am] <bz> 44 * object to set before the browser window is opened.
[12:30am] <bz> That part?
[12:30am] <cl> yes.
[12:30am] <bz> That's basically a lie.
We should fix the documentation in that file, at least, so it isn't totally misleading. :)
Updated•19 years ago
|
Keywords: dev-doc-needed,
helpwanted
| Assignee | ||
Comment 1•18 years ago
|
||
Taking this; I take it that in reality the webbrowser needs to already be set up before setting up the properties?
Status: NEW → ASSIGNED
Comment 2•18 years ago
|
||
No. In reality, you can change the properties dynamically any time you want to. The IDL claims that you can't, but that's false.
| Assignee | ||
Comment 3•18 years ago
|
||
Ah-ha! The quoted text in the IRC clipping here doesn't mention that part. Got it.
| Assignee | ||
Comment 4•18 years ago
|
||
Whoops, this is talking about updating docs in an IDL file, which isn't something I can do.
Status: ASSIGNED → NEW
| Assignee | ||
Comment 5•18 years ago
|
||
I guess I could submit a patch if someone else doesn't want to do it.
| Assignee | ||
Comment 6•18 years ago
|
||
Here's a patch that rewords the description of nsIWebBrowserSetup.
Comment 7•18 years ago
|
||
Comment on attachment 255140 [details] [diff] [review]
change description
Looks good to me...
Attachment #255140 -
Flags: superreview?(benjamin)
Attachment #255140 -
Flags: review+
Updated•18 years ago
|
Attachment #255140 -
Flags: superreview?(benjamin) → superreview+
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 9•18 years ago
|
||
Setting dev-doc-complete.
Keywords: dev-doc-needed → dev-doc-complete
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•