From 3cf3ec72e853144c0e89e710f73ac841b4d4aabc Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 7 Sep 2021 00:16:28 +0900 Subject: Mozilla/Firefox以下の文書内のリンクURLを正規化 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- files/ja/mozilla/firefox/releases/9/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'files/ja/mozilla/firefox/releases/9') diff --git a/files/ja/mozilla/firefox/releases/9/index.html b/files/ja/mozilla/firefox/releases/9/index.html index f8cc288282..f8319b32cd 100644 --- a/files/ja/mozilla/firefox/releases/9/index.html +++ b/files/ja/mozilla/firefox/releases/9/index.html @@ -93,10 +93,10 @@ translation_of: Mozilla/Firefox/Releases/9

XUL

JavaScript code module changes

@@ -125,10 +125,10 @@ translation_of: Mozilla/Firefox/Releases/9
  • nsISound インタフェースに新しい定数 EVENT_EDITOR_MAX_LEN が導入され、テキスト欄に入力された文字数が制限を超えた場合にシステム効果音を鳴らせるようになりました。今のところ、これは Windows のみで使用されています。
  • nsIScriptError2 インタフェースに新しいプロパティ timeStampinnerWindowID が追加されました。また、initWithWindowID() メソッドが、外部ウィンドウ ID の代わりに内部ウィンドウ ID を受け取るようになりました。
  • nsIBidiKeyboard インタフェースに haveBidiKeyboards 属性が追加されました。これは、OS に少なくともひとつ各方向 (LTR もしくは RTL) のキーボードがインストールされているかどうかを判別できるものです。.
  • -
  • The new nsIEditor.isSelectionEditable attribute lets you determine if the current selection anchor is editable. This helps to support cases where only parts of the document are editable, by letting you see if the current selection is in an editable section.
  • -
  • The nsIBrowserHistory.registerOpenPage() and nsIBrowserHistory.unregisterOpenPage() methods have been removed as part of a performance overhaul in the Places system. You can use the corresponding methods in mozIPlacesAutoComplete instead.
  • -
  • The nsIDOMWindowUtils.wrapDOMFile() method has been added; this returns a DOM File object for a given nsIFile.
  • -
  • The nsIChromeFrameMessageManager.removeDelayedFrameScript() method was added to support removing delayed load scripts. Bootstrapped add-ons should use this, at shutdown, to remove any scripts it loaded using nsIChromeFrameMessageManager.loadFrameScript() with the delayed load flag set. This is exposed to add-ons as browser.messageManager.removeDelayedFrameScript().
  • +
  • The new nsIEditor.isSelectionEditable attribute lets you determine if the current selection anchor is editable. This helps to support cases where only parts of the document are editable, by letting you see if the current selection is in an editable section.
  • +
  • The nsIBrowserHistory.registerOpenPage() and nsIBrowserHistory.unregisterOpenPage() methods have been removed as part of a performance overhaul in the Places system. You can use the corresponding methods in mozIPlacesAutoComplete instead.
  • +
  • The nsIDOMWindowUtils.wrapDOMFile() method has been added; this returns a DOM File object for a given nsIFile.
  • +
  • The nsIChromeFrameMessageManager.removeDelayedFrameScript() method was added to support removing delayed load scripts. Bootstrapped add-ons should use this, at shutdown, to remove any scripts it loaded using nsIChromeFrameMessageManager.loadFrameScript() with the delayed load flag set. This is exposed to add-ons as browser.messageManager.removeDelayedFrameScript().
  • The nsIAppStartup interface has a new interrupted attribute, which lets you know if the startup process was interrupted at any point by an interactive prompt. This can be helpful, for example, when timing startups during performance evaluation, to be able to drop numbers from sessions that were interrupted.
  • The nsIEditorSpellCheck interface has been revised to support per-site selection of spell checker dictionaries.
  • -- cgit v1.2.3-54-g00ecf