From e3e12548adeb7e1dcfc4d5b32884a225ee2b499d Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 10 Dec 2020 15:07:40 -0500 Subject: adding translation_of_original to front-matter --- files/ja/tools/debugger/how_to/break_on_a_dom_event/index.html | 1 + .../debugger/how_to/examine,_modify,_and_watch_variables/index.html | 1 + files/ja/tools/debugger/how_to/search_and_filter/index.html | 1 + files/ja/tools/memory/comparing_heap_snapshots/index.html | 1 + files/ja/tools/page_inspector/html_panel/index.html | 1 + files/ja/tools/page_inspector/style_panel/index.html | 1 + files/ja/tools/performance/profiler_walkthrough/index.html | 1 + files/ja/tools/profiler/index.html | 1 + files/ja/tools/release_notes/index.html | 1 + files/ja/tools/responsive_design_mode_(before_firefox_52)/index.html | 1 + files/ja/tools/using_the_source_editor/index.html | 1 + 11 files changed, 11 insertions(+) (limited to 'files/ja/tools') diff --git a/files/ja/tools/debugger/how_to/break_on_a_dom_event/index.html b/files/ja/tools/debugger/how_to/break_on_a_dom_event/index.html index d784061bb8..4aca9399f6 100644 --- a/files/ja/tools/debugger/how_to/break_on_a_dom_event/index.html +++ b/files/ja/tools/debugger/how_to/break_on_a_dom_event/index.html @@ -2,6 +2,7 @@ title: DOM イベントでブレークする slug: Tools/Debugger/How_to/Break_on_a_DOM_event translation_of: Tools/Debugger/Break_on_DOM_mutation +translation_of_original: Tools/Debugger/How_to/Break_on_a_DOM_event ---
{{ToolsSidebar}}

この機能は、まだ新しいデバッガーでサポートしていません。現時点で必要である場合は、about:config で設定項目 "devtools.debugger.new-debugger-frontend" を false に設定して、古いデバッガーに戻すことができます。

diff --git a/files/ja/tools/debugger/how_to/examine,_modify,_and_watch_variables/index.html b/files/ja/tools/debugger/how_to/examine,_modify,_and_watch_variables/index.html index d0706ef09d..74c0db4345 100644 --- a/files/ja/tools/debugger/how_to/examine,_modify,_and_watch_variables/index.html +++ b/files/ja/tools/debugger/how_to/examine,_modify,_and_watch_variables/index.html @@ -2,6 +2,7 @@ title: 変数を調査、編集、ウォッチする slug: 'Tools/Debugger/How_to/Examine,_modify,_and_watch_variables' translation_of: Tools/Debugger/How_to/Set_Watch_Expressions +translation_of_original: 'Tools/Debugger/How_to/Examine,_modify,_and_watch_variables' ---
{{ToolsSidebar}}

この機能は、まだ新しいデバッガーでサポートしていません。現時点で必要である場合は、about:config で設定項目 "devtools.debugger.new-debugger-frontend" を false に設定して、古いデバッガーに戻すことができます。

diff --git a/files/ja/tools/debugger/how_to/search_and_filter/index.html b/files/ja/tools/debugger/how_to/search_and_filter/index.html index 7e51a1f3c0..4f3391c8b1 100644 --- a/files/ja/tools/debugger/how_to/search_and_filter/index.html +++ b/files/ja/tools/debugger/how_to/search_and_filter/index.html @@ -2,6 +2,7 @@ title: 検索とフィルタ slug: Tools/Debugger/How_to/Search_and_filter translation_of: Tools/Debugger/How_to/Search +translation_of_original: Tools/Debugger/How_to/Search_and_filter ---
{{ToolsSidebar}}

ツールバーのスクリプトフィルタを使用して、デバッガ内にある項目を検索できます:

diff --git a/files/ja/tools/memory/comparing_heap_snapshots/index.html b/files/ja/tools/memory/comparing_heap_snapshots/index.html index ccd50f7618..74fa47f372 100644 --- a/files/ja/tools/memory/comparing_heap_snapshots/index.html +++ b/files/ja/tools/memory/comparing_heap_snapshots/index.html @@ -2,6 +2,7 @@ title: ヒープのスナップショットを比較する slug: Tools/Memory/Comparing_heap_snapshots translation_of: Tools/Memory/Basic_operations +translation_of_original: Tools/Memory/Comparing_heap_snapshots ---
{{ToolsSidebar}}

これは Firefox 45 の新機能です。

diff --git a/files/ja/tools/page_inspector/html_panel/index.html b/files/ja/tools/page_inspector/html_panel/index.html index 49ef474f32..3210682298 100644 --- a/files/ja/tools/page_inspector/html_panel/index.html +++ b/files/ja/tools/page_inspector/html_panel/index.html @@ -2,6 +2,7 @@ title: HTML panel slug: Tools/Page_Inspector/HTML_panel translation_of: Tools/Page_Inspector/UI_Tour +translation_of_original: Tools/Page_Inspector/HTML_panel ---
{{ToolsSidebar}}

{{ fx_minversion_header("10.0") }}

diff --git a/files/ja/tools/page_inspector/style_panel/index.html b/files/ja/tools/page_inspector/style_panel/index.html index 12ff9868fb..bbfb74ccca 100644 --- a/files/ja/tools/page_inspector/style_panel/index.html +++ b/files/ja/tools/page_inspector/style_panel/index.html @@ -2,6 +2,7 @@ title: Style panel slug: Tools/Page_Inspector/Style_panel translation_of: Tools/Page_Inspector#CSS_pane +translation_of_original: Tools/Page_Inspector/Style_panel ---
{{ToolsSidebar}}

ページ調査ツールのスタイルパネルでは、調査を行っているページの CSS を調べたり操作したりすることができます。このパネルには選択されている要素に紐づけられている CSS に関する 2 つのビューがあります: CSS ルールを基にしたビューと、プロパティを基にしたビューです。

diff --git a/files/ja/tools/performance/profiler_walkthrough/index.html b/files/ja/tools/performance/profiler_walkthrough/index.html index 35e36bc3a9..858b944015 100644 --- a/files/ja/tools/performance/profiler_walkthrough/index.html +++ b/files/ja/tools/performance/profiler_walkthrough/index.html @@ -2,6 +2,7 @@ title: プロファイラのチュートリアル slug: Tools/Performance/Profiler_walkthrough translation_of: Tools/Performance/Call_Tree +translation_of_original: Tools/Performance/Profiler_walkthrough ---
{{ToolsSidebar}}

JavaScript プロファイラは JavaScript エンジンの状態を定期的にサンプリングして、その時点のコード実行のスタックを記録します。統計的に、個々の関数を実行しているときに取得したサンプル数はブラウザが実行にかけた時間に対応しますので、コード内のボトルネックを発見できます。

diff --git a/files/ja/tools/profiler/index.html b/files/ja/tools/profiler/index.html index 44135aed3d..c05f177c25 100644 --- a/files/ja/tools/profiler/index.html +++ b/files/ja/tools/profiler/index.html @@ -9,6 +9,7 @@ tags: - Profiling - Tools translation_of: Tools/Performance +translation_of_original: Tools/Profiler ---
{{ToolsSidebar}}

プロファイラツールを使用して、JavaScript コードのボトルネックを見つけましょう。プロファイラは周期的に、サンプルについて現在の JavaScript コールスタックやコンパイルの統計情報を抽出します。

diff --git a/files/ja/tools/release_notes/index.html b/files/ja/tools/release_notes/index.html index 482c5dcf3b..8067ad603e 100644 --- a/files/ja/tools/release_notes/index.html +++ b/files/ja/tools/release_notes/index.html @@ -2,6 +2,7 @@ title: リリースノート slug: Tools/Release_notes translation_of: Mozilla/Firefox/Releases +translation_of_original: Tools/Release_notes ---
{{ToolsSidebar}}

Firefox 52

diff --git a/files/ja/tools/responsive_design_mode_(before_firefox_52)/index.html b/files/ja/tools/responsive_design_mode_(before_firefox_52)/index.html index 4e7ccec365..90596180ce 100644 --- a/files/ja/tools/responsive_design_mode_(before_firefox_52)/index.html +++ b/files/ja/tools/responsive_design_mode_(before_firefox_52)/index.html @@ -2,6 +2,7 @@ title: レスポンシブデザインモード (Firefox 52 より前) slug: Tools/Responsive_Design_Mode_(before_Firefox_52) translation_of: Tools/Responsive_Design_Mode +translation_of_original: Tools/Responsive_Design_Mode_(before_Firefox_52) ---
{{ToolsSidebar}}

このページでは、Firefox 52 より前のバージョンのレスポンシブデザインモードについて説明します。Firefox 52 以降については、レスポンシブデザインモード をご覧ください。

diff --git a/files/ja/tools/using_the_source_editor/index.html b/files/ja/tools/using_the_source_editor/index.html index 1136a4a15f..f546812c77 100644 --- a/files/ja/tools/using_the_source_editor/index.html +++ b/files/ja/tools/using_the_source_editor/index.html @@ -2,6 +2,7 @@ title: ソースエディタの使用 slug: Tools/Using_the_Source_Editor translation_of: tools/Keyboard_shortcuts#Source_editor +translation_of_original: Tools/Using_the_Source_Editor ---
{{ToolsSidebar}}

ソースエディタは source-editor.jsm によって提供されるエディタコンポーネントで、スクラッチパッドスタイルエディタ などの開発ツールで共用しています。また、Firefox の拡張機能から使用することもできます。この記事では、テキストを編集するときのエディタ自身の使い方を説明します。

-- cgit v1.2.3-54-g00ecf