blob: 039387911a5367ccbdb76eb236c05ed17d0b760a (
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
65
66
67
68
|
---
title: Places
slug: Places
tags:
- Add-ons
- Developing Mozilla
- Extensions
- Places
translation_of: Mozilla/Tech/Places
---
<p></p>
<p>Places 是一个重新编写的 Firefox 的书签和历史系统。它致力于拥有更灵活的实现处理复杂检索请求的能力。 它还包含一些新特性诸如:图标保存、用任意信息注释页面,并且拥有许多没有写在此开发者文档上的新 UI(见 <a class="wikimo" href="https://wiki.mozilla.org/Places" title="Mozilla wiki 上的 Places 条目">Mozilla wiki 上的 Places 条目</a>)。</p>
<p>Places 的数据保存在一个使用 <a href="/cn/Storage" title="cn/Storage">mozStorage</a> 交互界面的 <a class="external" href="http://sqlite.org/">sqlite</a> 数据库中。</p>
<h2 id=".E6.9D.A1.E7.9B.AE" name=".E6.9D.A1.E7.9B.AE">条目</h2>
<dl>
<dt><a href="/cn/Places/Query_System" title="cn/Places/Query_System">检索系统</a></dt>
<dd>怎样使用详细的参数来检索书签和历史系统。</dd>
</dl>
<dl>
<dt><a href="/cn/Places/Accessing_Bookmarks" title="cn/Places/Accessing_Bookmarks">存取书签</a></dt>
<dd>怎样存取书签。</dd>
</dl>
<dl>
<dt><a href="/cn/Places/Custom_Containers" title="cn/Places/Custom_Containers">定制容器</a></dt>
<dd>怎样创建一个特定的容器以 Places 查看方式显示来自第三方的链接。</dd>
</dl>
<dl>
<dt><a href="/cn/Places/Views" title="cn/Places/Views">查看</a></dt>
<dd>怎样在你自己的应用程序或者扩展中实现和配置 places 查看。</dd>
</dl>
<dl>
<dt><a href="/cn/Places/Instantiating_Views" title="cn/Places/Instantiating_Views">实例化查看</a></dt>
<dd>怎样实例化一个控件来实现在你自己的应用程序或者扩展中使用内建 places 查看。</dd>
</dl>
<h2 id="Services_API_documentation" name="Services_API_documentation">Services API documentation</h2>
<dl>
<dt><a href="/cn/Places/History_Service" title="cn/Places/History_Service">History Service</a></dt>
<dt><a href="/cn/Places/Bookmarks_Service" title="cn/Places/Bookmarks_Service">Bookmarks Service</a></dt>
<dt><a href="/cn/Places/Annotation_Service" title="cn/Places/Annotation_Service">Annotation Service</a></dt>
<dt><a href="/cn/Places/Livemark_Service" title="cn/Places/Livemark_Service">Livemark Service</a></dt>
<dt><a href="/cn/Places/Favicon_Service" title="cn/Places/Favicon_Service">Favicon Service</a></dt>
<dt><a href="/cn/Places/Tagging_Service" title="cn/Places/Tagging_Service">Tagging Service</a></dt>
</dl>
<h2 id="Design_documents" name="Design_documents">Design documents</h2>
<dl>
<dt><a href="/cn/Places/Design" title="cn/Places/Design">Places Database Design</a></dt>
<dd>High-level overview of the places database design.</dd>
<dt><a href="/cn/Places/History_Service/Design" title="cn/Places/History_Service/Design">History Service Design</a></dt>
<dd>Design of the history service.</dd>
<dt><a href="/cn/Places/Bookmarks_Service/Design" title="cn/Places/Bookmarks_Service/Design">Bookmark Service Design</a></dt>
<dd>Design of the bookmarks service.</dd>
<dt><a href="/cn/Places/Annotation_Service/Design" title="cn/Places/Annotation_Service/Design">Annotation Service Design</a></dt>
<dd>Design of the annotation service.</dd>
<dt><a href="/cn/Places/Awesomebar" title="cn/Places/Awesomebar">Location Bar Design</a></dt>
<dd>Design and algorithm of the Places-driven Location Bar (aka the "awesomebar").</dd>
</dl>
|