From 7f3490a71d7ce7251f6d59fd07e0f300cc8737a3 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Thu, 2 Sep 2021 00:10:08 +0900 Subject: orphaned 以下にある古い mozilla 独自のインターフェイスを削除 (#2219) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/_redirects.txt | 4 - files/ja/_wikihistory.json | 26 -- files/ja/orphaned/mozistorageservice/index.html | 156 ---------- .../ja/orphaned/nsidomhtmlmediaelement/index.html | 346 --------------------- files/ja/orphaned/nsidynamiccontainer/index.html | 88 ------ 5 files changed, 620 deletions(-) delete mode 100644 files/ja/orphaned/mozistorageservice/index.html delete mode 100644 files/ja/orphaned/nsidomhtmlmediaelement/index.html delete mode 100644 files/ja/orphaned/nsidynamiccontainer/index.html (limited to 'files/ja') diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index f129931200..6117892834 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -2813,7 +2813,6 @@ /ja/docs/Notification_object/requestPermission /ja/docs/Web/API/Notification/requestPermission /ja/docs/Notification_object/tag /ja/docs/Web/API/Notification/tag /ja/docs/Notification_object/title /ja/docs/Web/API/Notification/title -/ja/docs/NsIDOMHTMLMediaElement /ja/docs/orphaned/NsIDOMHTMLMediaElement /ja/docs/Offline_resources_in_Firefox/Using_audio_and_video_in_Firefox /ja/docs/Learn/HTML/Multimedia_and_embedding/Video_and_audio_content /ja/docs/Online_and_offline_events /ja/docs/Web/API/Navigator/Online_and_offline_events /ja/docs/Other_JavaScript_tools /ja/docs/Tools @@ -2978,7 +2977,6 @@ /ja/docs/Using_XMLHttpRequest /ja/docs/Web/API/XMLHttpRequest/Using_XMLHttpRequest /ja/docs/Using_XPath /ja/docs/Web/XPath/Introduction_to_using_XPath_in_JavaScript /ja/docs/Using_audio_and_video_in_Firefox /ja/docs/Learn/HTML/Multimedia_and_embedding/Video_and_audio_content -/ja/docs/Using_audio_and_video_in_Firefox/NsIDOMHTMLMediaElement /ja/docs/orphaned/NsIDOMHTMLMediaElement /ja/docs/Using_files_from_web_applications /ja/docs/Web/API/File/Using_files_from_web_applications /ja/docs/Using_geolocation /ja/docs/Web/API/Geolocation_API /ja/docs/Using_gradients /ja/docs/Web/CSS/CSS_Images/Using_CSS_gradients @@ -4931,9 +4929,7 @@ /ja/docs/javascript_typed_arrays/Uint8Array /ja/docs/Web/JavaScript/Reference/Global_objects/Uint8Array /ja/docs/lastIndexOf /ja/docs/Web/JavaScript/Reference/Global_Objects/String/lastIndexOf /ja/docs/method /ja/docs/Web/API/HTMLFormElement/method -/ja/docs/mozIStorageService /ja/docs/orphaned/mozIStorageService /ja/docs/mozillaのメール /ja/docs/Web -/ja/docs/nsIDynamicContainer /ja/docs/orphaned/nsIDynamicContainer /ja/docs/reftest_opportunities_files /ja/docs/orphaned/reftest_opportunities_files /ja/docs/slice /ja/docs/Web/JavaScript/Reference/Global_Objects/String/slice /ja/docs/title /ja/docs/Web/HTML/Element/title diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index 1baf348d24..71a15c0761 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -48713,16 +48713,6 @@ "Potappo" ] }, - "orphaned/NsIDOMHTMLMediaElement": { - "modified": "2019-04-20T00:22:02.073Z", - "contributors": [ - "wbamberg", - "SphinxKnight", - "teoli", - "Jürgen Jeka", - "RobinEgg" - ] - }, "orphaned/Setting_up_extension_development_environment": { "modified": "2019-03-23T23:54:13.028Z", "contributors": [ @@ -49768,22 +49758,6 @@ "Marsf" ] }, - "orphaned/mozIStorageService": { - "modified": "2019-04-20T00:21:50.232Z", - "contributors": [ - "wbamberg", - "teoli", - "tomotaka" - ] - }, - "orphaned/nsIDynamicContainer": { - "modified": "2019-04-20T00:19:05.595Z", - "contributors": [ - "wbamberg", - "teoli", - "tomotaka" - ] - }, "orphaned/reftest_opportunities_files": { "modified": "2019-01-16T16:06:58.745Z", "contributors": [ diff --git a/files/ja/orphaned/mozistorageservice/index.html b/files/ja/orphaned/mozistorageservice/index.html deleted file mode 100644 index a10619fb66..0000000000 --- a/files/ja/orphaned/mozistorageservice/index.html +++ /dev/null @@ -1,156 +0,0 @@ ---- -title: mozIStorageService -slug: orphaned/mozIStorageService -original_slug: mozIStorageService ---- -

このインタフェースを使うことでデータベースへのmozIStorageConnectionを開くことができます、また開かれていないデータベースファイルのバックアップを作成することもできます。

-

-
storage/public/mozIStorageService.idlScriptable
- - -Please add a summary to this article. - - -
-  -最終更新: Gecko 1.9 (Firefox 3)
-

-

継承元: nsISupports

-

メソッド概要

- - - - - - - - - - - - - - - -
nsIFile backupDatabaseFile(in nsIFile aDBFile, in AString aBackupFileName, [optional] in nsIFile aBackupParentDirectory);
mozIStorageConnection openDatabase(in nsIFile aDatabaseFile);
mozIStorageConnection openSpecialDatabase(in string aStorageKey);
mozIStorageConnection openUnsharedDatabase(in nsIFile aDatabaseFile);
-

メソッド

-

backupDatabaseFile()

-

指定されたファイルのバックアップを作成します。データベースは開かれていない必要があります、またはこのメソッドを呼び出す際にデータベースに対する操作が行われないことが確かである必要があります。指定されたファイル名はあくまでもサジェスチョンになります。すでにファイル名が使われている場合、ユニークなファイル名になるように処理されます。実際のバックアップファイルは戻り値になり、実際のファイル名もそこから取得することができます。

-
nsIFile backupDatabaseFile(
-  in nsIFile aDBFile,
-  in AString aBackupFileName,
-  [optional] in nsIFile aBackupParentDirectory
-);
-
-
引数
-
-
- aDBFile
-
- バックアップを取るデータベースファイル
-
- aBackupFileName
-
- 新しく作成するバックアップファイルの名前
-
- aBackupParentDirectory
-
- バックアップファイルを格納するディレクトリの名前。この引数が指定されない場合はオリジナルのデータベースファイルと同じ場所にバックアップファイルが作成されます。
-
-
戻り値
-

新しいバックアップデータベースファイルを意味するnsIFileオブジェクト

-

openSpecialDatabase()

-

要求されたストレージのタイプを特定する命名された特別なデータベースストレージへの接続を開きます。

-

註: プロファイルデータベースへはメインスレッドからのみアクセスしてください。(他の呼び出しが利用している可能性があります。)

-
引数
-
-
- aStorageKey
-
- 要求されたストレージタイプを特定するキー文字列。"profile"および"memory"が有効です。
-
-
戻り値
-

指定されたデータベースへの接続を提供する新しいmozIStorageConnectionオブジェクト

-
例外
-
-
- NS_ERROR_INVALID_ARG
-
- aStorageKeyが不正な場合
-
-

openDatabase()

-

指定されたファイルへのデータベース接続を開きます。このメソッドがNS_ERROR_FILE_CORRUPTED例外をスローする場合、mozIStorageService.backupDatabaseFile()メソッドをデータベースをバックアップするために呼び出すことが推奨されます。こうすることでユーザデータの喪失を防ぐことができます。(現在失われたデータを復旧する手段はありません。)

-

-

警告: 単一のファイルに対して複数の接続を確立する場合、必ず毎回大文字小文字を含め正確に同じ名前を使用してください。SQLiteのプログラムは既に接続が開かれているかどうかを調べるために、単純な文字列比較によって判断しています。"Foo.sqlite" と "foo.sqlite" により接続を開いた場合はあなたのデータベースは破損してしまうでしょう。

-

-

もし、仮想テーブルをデータベース中に含むのであれば(例えば、全文インデックスなど)、mozIStorageService.openUnsharedDatabase()を開く際に使うべきです。なぜならばこのようなテーブルは共有キャッシュが使えないためです。このメソッドを仮想テーブルを含むデータベースへの接続を開くために用いた場合、データベースの破損とNS_ERROR_FILE_CORRUPTED例外のスローが発生するでしょう。

-
mozIStorageConnection openDatabase(
-  in nsIFile aDatabaseFile
-);
-
-
引数
-
-
- aDatabaseFile
-
- データベースとして開くためのnsIFileオブジェクト
-
-
戻り値
-

開かれたデータベース接続であるmozIStorageConnectionオブジェクト

-
例外
-
-
- NS_ERROR_FAILURE
-
- データベースを開こうとした際にエラーが起こった場合発生
-
- NS_ERROR_FILE_CORRUPTED
-
- データベースファイルが破損した場合、またはデータベースが(このメソッドでは対応していない)仮想テーブルを含む場合に発生
-
- NS_ERROR_OUT_OF_MEMORY
-
- 新しいストレージオブジェクトの割り当てが失敗した場合に発生
-
-

openUnsharedDatabase()

-

共有キャッシュを使わずに指定されたファイルへのデータベース接続を開きます。このメソッドがNS_ERROR_FILE_CORRUPTED例外をスローする場合、mozIStorageService.backupDatabaseFile()メソッドをデータベースバックアップのために呼び出すことが推奨されます。こうすることでユーザデータの喪失を防ぐことができます。(現在失われたデータを復旧する手段はありません。)

-

-

警告: 単一のファイルに対して複数の接続を確立する場合、必ず毎回大文字小文字を含め正確に同じ名前を使用してください。SQLiteのプログラムは既に接続が開かれているかどうかを調べるために、単純な文字列比較によって判断しています。"Foo.sqlite" と "foo.sqlite" により接続を開いた場合はあなたのデータベースは破損してしまうでしょう。

-

-
mozIStorageConnection openUnsharedDatabase(
-  in nsIFile aDatabaseFile
-);
-
-
引数
-
-
- aDatabaseFile
-
- データベースとして開くためのnsIFileオブジェクト
-
-
戻り値
-

開かれたデータベース接続であるmozIStorageConnectionオブジェクト

-
例外
-
-
- NS_ERROR_FAILURE
-
- データベースを開こうとした際にエラーが起こった場合発生
-
- NS_ERROR_FILE_CORRUPTED
-
- データベースファイルが破損した場合、またはデータベースが(このメソッドでは対応していない)仮想テーブルを含む場合に発生
-
- NS_ERROR_OUT_OF_MEMORY
-
- 新しいストレージオブジェクトの割り当てが失敗した場合に発生
-
-

参照

- -
-
-  
-
diff --git a/files/ja/orphaned/nsidomhtmlmediaelement/index.html b/files/ja/orphaned/nsidomhtmlmediaelement/index.html deleted file mode 100644 index bebce9d830..0000000000 --- a/files/ja/orphaned/nsidomhtmlmediaelement/index.html +++ /dev/null @@ -1,346 +0,0 @@ ---- -title: nsIDOMHTMLMediaElement -slug: orphaned/NsIDOMHTMLMediaElement -original_slug: NsIDOMHTMLMediaElement ---- -

- -

nsIDOMHTMLMediaElement インターフェースは HTML 5 における audio および video 要素の実装に用いられています。

- -
注意: cue ranges 機能の仕様は現在流動的な状況にあり、 HTML 5 標準においては大幅に改訂が加えられるか、置き換えられてしまう可能性があります。そのため、現時点では Firefox ではこの機能に対応していません。
- -

-
dom/public/idl/html/nsIDOMHTMLMediaElement.idlScriptable
- - -Please add a summary to this article. - - -
-  -最終更新: Gecko 1.9.1 (Firefox 3.5 / Thunderbird 3.0 / SeaMonkey 2.0)
-

- -

Inherits from: nsIDOMHTMLElement

- -

メソッド概要 (Method Overview)

- - - - - - - - - - - - - - - - - - - - - - -
void addCueRange(in DOMString className, in float start, in float end, in boolean pauseOnExit, in nsIDOMHTMLVoidCallback enterCallback, in nsIDOMHTMLVoidCallback exitCallback);
DOMString canPlayType(in DOMString type);
void load();
void pause();
void play();
void removeCueRanges(in DOMString className);
- -

属性 (Attributes)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
属性意味
autoplaybooleantrue if playback should automatically begin as soon as enough media is available to do so without interruption.
bufferedTimeRangesA static, normalized TimeRanges object describing the time ranges of the media that have been buffered.  Read only.  未実装
bufferedBytesByteRangesA static, normalized ByteRanges object describing the byte ranges of the media that have been buffered.  Read only.  未実装
bufferingRatefloatThe average number of bits per second for the current download over the past few seconds.  If there is no download in progress, this value is 0.0.  Read only.  未実装
bufferingThrottledbooleantrue if Firefox is intentionally throttling the bandwidth used by the download (such as when the download is paused), otherwise false. Read only.  未実装
controlsbooleantrue if user interface for controlling the media should be presented.
currentSrcDOMStringThe absolute URL of the chosen media resource (if, for example, the server selects a media file based on the resolution of the user's display), or an empty string if the networkState is EMPTY. Read only.
currentTimefloatThe current playback time, in seconds.  Setting this value will seek the media to the new time.
defaultPlaybackRatefloatThe default playback rate for the media.  The Ogg backend does not support this.  1.0 is "normal speed," values lower than 1.0 make the media play slower than normal, higher values make it play faster.  The value 0.0 is invalid and throws a NOT_SUPPORTED_ERR exception.
durationfloatThe length of the media in seconds, or zero if no media data is available.  If the media data is available but the length is unknown, this value is NaN.  If the media is streamed and has no predefined length, the value is InfRead only.
endedbooleantrue if playback has finished.  Read only.
errornsIDOMHTMLMediaErrorThe media's error status.  Read only.
mutedbooleantrue if the audio is muted, otherwise false.
networkStateunsigned short -

The current state of the fetch of the media. Read only.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
定数意味
EMPTY0There is no data yet.  The readyState will also be HAVE_NOTHING.
LOADING1The media is loading.
LOADED_METADATA2The media's metadata has been loaded.
LOADED_FIRST_FRAME3The media's first frame has been loaded.
LOADED4The media has been fully loaded.
-
pausedbooleantrue if the media playback is currently paused.  Read only.
playbackRatefloatThe current rate at which the media is being played back.  This is used to implement user controls for fast forward, slow motion, and so forth.  The normal playback rate is multiplied by this value to obtain the current rate, so a value of 1.0 indicates normal speed.  Not supported by the Ogg backend.
readyStateunsigned short -

The media's current readiness state.  Read only.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
定数意味
HAVE_NOTHING0No information is available about the media resource.
HAVE_METADATA1Enough of the media resource has been retrieved that the metadata attributes are initialized.  Seeking will no longer raise an exception.
HAVE_SOME_DATA2Data for the current playback position is not available, but there is at least one playback position for which data is available.
HAVE_CURRENT_DATA3Data is available for the current playback position, but not enough to actually play more than one frame.
HAVE_FUTURE_DATA4Data for the current playback position as well as for at least a little bit of time into the future is available (in other words, at least two frames of video, for example).
HAVE_ENOUGH_DATA5Enough data is available—and the download rate is high enough—that the media can be played through to the end without interruption.
-
seekingbooleantrue if the media is in the process of seeking to a new position, otherwise false. Read only.
srcDOMStringThe URL of the media to present.
totalBytesunsigned longThe length, in bytes, of the media resource.  If the length is unknown, or the content is streamed and therefore has no specified length, this value is 0.  Read only.
volumefloatThe current audio volume, from 0.0 (silent) to 1.0 (maximum).
- -

メソッド (Methods)

- -

addCueRange()

- -
Note: This method is not yet implemented, as its definition is in flux in the HTML 5 standard.
- -

Adds a cue range to the media element.

- -
void addCueRange(
-  in DOMString className,
-  in float start,
-  in float end,
-  in boolean pauseOnExit,
-  in nsIDOMHTMLVoidCallback enterCallback,
-  in nsIDOMHTMLVoidCallback exitCallback
-);
-
- -
Parameters
- -

xxx

- -

canPlayType()

- -

Determines whether or not the specified media type can be played back.

- -
DOMString canPlayType(
-  in DOMString type
-);
- -
Parameters
- -
-
type
-
The media type to test for, such as "video/ogg".
-
- -
Return value
- - - -

Because media formats are complicated, and it's impossible to judge every possible detail from the type string, there is no such thing as 100% certain that the specified type can be played; the best you can do is "probably".

- -

load()

- -

Begins loading the media content from the server.

- -
 void load();
- -
Parameters
- -

None.

- -

pause()

- -

Pauses the media playback.

- -
 void pause();
-
- -
Parameters
- -

None.

- -

play()

- -

Begins playback of the media.

- -
 void play();
-
- -
Parameters
- -

None.

- -

removeCueRanges()

- -
Note: This function is not yet implemented, as its definition in the HTML 5 standard is in flux.
- -
void removeCueRanges(
-  in DOMString className
-);
-
- -
Parameters
- -

xxx

- -

参考資料

- - diff --git a/files/ja/orphaned/nsidynamiccontainer/index.html b/files/ja/orphaned/nsidynamiccontainer/index.html deleted file mode 100644 index f88bfabae7..0000000000 --- a/files/ja/orphaned/nsidynamiccontainer/index.html +++ /dev/null @@ -1,88 +0,0 @@ ---- -title: nsIDynamicContainer -slug: orphaned/nsIDynamicContainer -tags: - - Developing Mozilla - - Extensions - - Interfaces - - Interfaces:Scriptable - - Places - - XPCOM - - XPCOM API Reference -original_slug: nsIDynamicContainer ---- -

nsIDynamicContainerインタフェースは一時的なコンテンツのコンテナを提供するベースクラスを提供します。この機能はコンテナがオープンされたタイミングで、ノードを直接満たすことができます。すべてのリザルトノードのプロパティをそれぞれのアイテムに関連したデータを保存するのに利用できます。(例えばディスク上でのフルパスなど)また、それぞれのコンテナに対してサービスに関連付けられた追加のコンテナを作成することができます。
-
-

-
toolkit/components/places/public/nsIDynamicContainer.idlScriptable
- - -Please add a summary to this article. - - -
-  -最終更新: Gecko 1.9 (Firefox 3)
-

-

継承元: nsISupports

-


- メソッドの概要

-

void onContainerNodeOpening(in nsINavHistoryContainerResultNode aContainer, in nsINavHistoryQueryOptions aOptions);
- void onContainerNodeClosed(in nsINavHistoryContainerResultNode aContainer);
- void onContainerRemoving(in long long aItemId);
- void onContainerMoved(in long long aItemId, in long long aNewParent, in long aNewIndex);

-

メソッド

-

onContainerNodeOpening()

-

与えられたコンテナノードが新たにノードが作成されようとするときに呼ばれます。
- 必要であればノードの作成を実行することができます。

-

註: 状態を保存したい場合は全てのリザルトノードはプロパティバッグをインプリメントします

-
void onContainerNodeOpening(
-  in nsINavHistoryContainerResultNode aContainer,
-  in nsINavHistoryQueryOptions aOptions
-);
-
-
引数
-
-
- aContainer
-
- これから開かれようとしているコンテナノード
-
- aOptions
-
- このクエリを生成するために使われるオプション。コンテナは可能ならばこれらに従います。もしクエリとフォルダノードをコンテナに追加しようとしている場合、実装は可能ならばこの値を使用しないといけません。この値を変更してはいけません。
-
-

onContainerNodeClosed()

-

与えられたコンテナがなくなるときに呼ばれます。従って、必要なクリーンアップ処理を実行することができます。このメソッドが呼びだされることは保証されていません。具体的にはクエリがどこかへ行ってしまったときには呼ばれません。この現象はコンテナ自身がopen状態からclose状態へ遷移したときにのみ起こります。実際の処理ではかなり大量の動的に生成されたノードがこのメソッドをクリーンアップ処理のために呼び出します。

-
void onTainerNodeClosed(
-  in nsINavHistoryContainerResultNode aContainer
-);
-
-
引数
-
-
- aContainer
-
- hoge
-
-

onContainerRemoving()

-

与えられたコンテナがブックマークテーブルから削除されようとするときに呼ばれます。従って、必要なクリーンアップ処理を実行することができます。このメソッドはコンテナが削除される前に呼ばれます、従って処理では依然としてコンテナを参照することができます。

-
void onContainerRemoving(
-  in long long aItemId
-);
-
-
引数
-
-
- aItemId
-
- コンテナアイテムのアイテムID。
-
-

onContainerMoved()

-

与えられたコンテナが丁度移動されようとしているときに呼ばれます。bookkeepingを行う処理に備えて存在します。このメソッドはコンテナが移動された後に呼ばれます。

-

関連記事

- -- cgit v1.2.3-54-g00ecf