Closed
Bug 469342
Opened 16 years ago
Closed 8 years ago
disable Javascript in common/
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: tobias.hunger, Unassigned)
References
Details
Attachments
(1 file)
114.01 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4) Gecko/2008111616 Ubuntu/9.04 (jaunty) Firefox/3.0.4
Build Identifier: hg rev. 543d5566a209
I think it is not really a good idea to have this functionality: It is severly limited by being unable to return anything but a string.
Decent marshalling of types between a environment and the Javascript engine is only possible close to the environment. So the attached patch removes this feature.
I do have a patch with a better JS integration for Qt. It is already available as part of the patch attached to #467076. I am currently working to split this out and report it in a separate issue.
Reproducible: Always
Reporter | ||
Comment 1•16 years ago
|
||
Updated•16 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•8 years ago
|
||
Marking a bunch of bugs in the "Embedding: APIs" component INCOMPLETE in preparation to archive that component. If I have done this incorrectly, please reopen the bugs and move them to a more correct component as we don't have "embedding" APIs any more.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
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
•