blob: 8f431cbe7078fb3935656001b510810a306020e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
---
title: What XULRunner Provides
slug: XULRunner/What_XULRunner_Provides
tags:
- References
- XULRunner
- 'XULRunner:References'
translation_of: Archive/Mozilla/XULRunner/What_XULRunner_Provides
---
<p><a href="/cn/XULRunner" title="cn/XULRunner">XULRunner</a>提供了一个开发xul程序的解决方案. <a href="/cn/XULRunner" title="cn/XULRunner">XULRunner</a>的目的就是提供一个部署XUL应用(目前主要是Firefox和Thunderbird)的解决方案,同时也提供一个嵌入式应用的机制。目前已经实现或计划的功能如下:</p>
<p> </p>
<h3 id="Gecko_Features" name="Gecko_Features">Gecko Features</h3>
<ul>
<li><a href="/cn/XPCOM" title="cn/XPCOM">XPCOM</a></li>
<li>Networking</li>
<li>Gecko rendering engine</li>
<li>DOM editing and transaction support (no UI)</li>
<li>Cryptography</li>
<li><a href="/cn/xbl" title="cn/xbl">XBL</a> (XBL2)</li>
<li><a href="/cn/XUL" title="cn/XUL">XUL</a></li>
<li><a href="/cn/SVG" title="cn/SVG">SVG</a></li>
<li><a href="/cn/XSLT" title="cn/XSLT">XSLT</a></li>
<li>XML Extras (XMLHttpRequest and DOMParser)</li>
<li>Web Services (SOAP)</li>
<li>Auto-update support <em>(not yet complete)</em></li>
<li>typeahead-find toolbar</li>
<li>history implementation</li>
<li>accessibility support</li>
<li>IPC services for communication between gecko-based apps <em>(not yet complete)</em></li>
<li>storage/sqlite interfaces <em>(not yet turned on by default)</em></li>
</ul>
<h3 id="User_Interface_Features" name="User_Interface_Features">User Interface Features</h3>
<p>The following user interface will be supplied by XULRunner, and may be overridden by embedders in certain circumstances:</p>
<ul>
<li>APIs and user interface for installing, uninstalling, and upgrading XUL applications. See the {{ interwiki('wikimo', 'XUL:Installation_Story', 'wikimo:XUL:Installation Story') }}.</li>
<li>Extension Manager</li>
<li>File picker (will use native OS filepicker as appropriate)</li>
<li>Find toolbar</li>
<li>Helper app dialog/UI</li>
<li>Security UI (maintenance of SSL keychains, etc)</li>
</ul>
<h3 id="Embedding_APIs" name="Embedding_APIs">Embedding APIs</h3>
<p>The following embedding APIs will be provided by XULRunner:</p>
<ul>
<li>cross-platform embedding (XRE_InitEmbedding)</li>
<li><a href="/cn/JavaXPCOM" title="cn/JavaXPCOM">JavaXPCOM</a> embedding</li>
<li><a href="/cn/PyXPCOM" title="cn/PyXPCOM">PyXPCOM</a> embedding <em>(not yet complete)</em></li>
<li>activex control (Windows only) <em>(not yet complete)</em></li>
<li>gtkmozembed (Linux only) <em>(not yet complete)</em></li>
<li>NSView-based-widget (Mac OSX only) <em>(not yet complete)</em></li>
</ul>
<h3 id="The_.22Maybe.22_List" name="The_.22Maybe.22_List">The "Maybe" List</h3>
<p>The following features have been discussed and may be included if developer time permits and codesize is controlled:</p>
<ul>
<li>LDAP support</li>
<li>Spellchecking support (with or without dictionaries provided) see <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=285977">bug 285977</a></li>
<li>Core support for profile roaming (with application-specific extensibility)</li>
</ul>
<h3 id="What.27s_out" name="What.27s_out">What's out</h3>
<p>XULRunner will not supply:</p>
<ul>
<li>Bookmarks or History UI (must be managed by the application/embedder)</li>
<li>XForms (xforms will be available as an extension).</li>
</ul>
|