From b9afb23d12dcae1e09f8d04c72143c5ddaa34aea Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Fri, 16 Jul 2021 16:27:00 -0400 Subject: delete conflicting/orphaned docs (zh-CN) (#1412) * delete conflicting docs (zh-CN) * and redirects * do orphaned as well * fix * remove more orphans * revert orphaned docs that can identify origin * move orphaned docs to current loc * adjust slug path * fix redirect change from rebase Co-authored-by: Irvin --- files/zh-cn/conflicting/glossary/chrome/index.html | 71 ---------------------- .../zh-cn/conflicting/glossary/doctype/index.html | 10 --- 2 files changed, 81 deletions(-) delete mode 100644 files/zh-cn/conflicting/glossary/chrome/index.html delete mode 100644 files/zh-cn/conflicting/glossary/doctype/index.html (limited to 'files/zh-cn/conflicting/glossary') diff --git a/files/zh-cn/conflicting/glossary/chrome/index.html b/files/zh-cn/conflicting/glossary/chrome/index.html deleted file mode 100644 index 7c563bc814..0000000000 --- a/files/zh-cn/conflicting/glossary/chrome/index.html +++ /dev/null @@ -1,71 +0,0 @@ ---- -title: Chrome -slug: conflicting/Glossary/Chrome -tags: - - Toolkit API -translation_of: Glossary/Chrome -translation_of_original: Chrome -original_slug: Chrome ---- -

Chrome 这个单词在 Mozilla 的技术中有着多重含义。

-
-
- Browser chrome / Chrome
-
- "browser chrome" 或者直接 Chrome 可以用来指代围绕着普通网页区域的浏览器界面,它对应的词是 content ,表示网页区域.
-
- 更通用点讲, chrome is the entirety of entities making up the user interface of a specific application or extension.
-
-  chrome:// URL
-
- An URL using the chrome:// protocol. Code loaded from a chrome URL has extended, or - - chrome - , privileges.
-
- XUL-based applications load the code for their interface from chrome:// URLs.
-
- Chrome 特权
-
- 拥有 chrome 特权的代码可以实现各种事情, 而普通网页中的 JS 代码则不是。
-
- window.open 方法的 chrome 参数
-
- 将 chrome 参数传给 window.open 能够打开一个没有多余浏览器界面元素(工具栏、地址栏等)的新窗口.
-
- chrome 文件夹
-
- profile 根目录中的 chrome 文件夹通常是用来存放 userChrome.js 扩展需要加载的 js 脚本
-
- -chrome 命令行参数
-
- Starts the application and opens the specified XUL file in a top level window. E.g. mozilla -chrome chrome://inspector/content starts the DOM Inspector.
-
- Chrome 包
-
- A - - chrome package - consists of a set of - - chrome providers - . There are three basic types of chrome providers: -
    -
  • Content. Content can consist of any file type viewable from within Mozilla. In particular, the content provider most often consists of a set of XUL, JavaScript and XBL binding files.
  • -
  • Locale. Translations for multi-language support. The two main types of files are DTD files and java-style properties files.
  • -
  • Skin. The skin provider provides complete appearance data for the user interface. Consisting of CSS files and images.
  • -
-
-
-
-
- chrome.rdf
-
- The chrome registry, stores the list of registered chrome packages and other information. It was located in the install directory and in the profile. It is no longer used since Gecko 1.8 (Firefox 1.5).
-
-

相关链接

-

(Note that while both of the documents below mention contents.rdf files, an easier way of registering your chrome providers - using Chrome Manifests - is supported since Firefox 1.5 / Toolkit 1.8)

- diff --git a/files/zh-cn/conflicting/glossary/doctype/index.html b/files/zh-cn/conflicting/glossary/doctype/index.html deleted file mode 100644 index f93b74d8ba..0000000000 --- a/files/zh-cn/conflicting/glossary/doctype/index.html +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: DTD -slug: conflicting/Glossary/Doctype -translation_of: Glossary/Doctype -translation_of_original: Glossary/DTD -original_slug: Glossary/DTD ---- -

{{page("/en-US/docs/Glossary/Doctype")}}

- -

<!DOCTYPE> informs the browser which version of HTML (or XML) you used to write the document. Doctype is a declaration, not a tag; you can also refer to it as "document type declaration", or "DTD" for short.

-- cgit v1.2.3-54-g00ecf