From 9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:08:35 +0100 Subject: unslug ja: modify --- files/ja/conflicting/tools/debugger/how_to/search/index.html | 3 ++- .../tools/debugger/how_to/set_watch_expressions/index.html | 5 +++-- files/ja/conflicting/tools/keyboard_shortcuts/index.html | 3 ++- files/ja/conflicting/tools/memory/basic_operations/index.html | 3 ++- files/ja/conflicting/tools/page_inspector/index.html | 3 ++- files/ja/conflicting/tools/page_inspector/ui_tour/index.html | 3 ++- files/ja/conflicting/tools/performance/call_tree/index.html | 3 ++- files/ja/conflicting/tools/performance/index.html | 3 ++- files/ja/conflicting/tools/responsive_design_mode/index.html | 3 ++- 9 files changed, 19 insertions(+), 10 deletions(-) (limited to 'files/ja/conflicting/tools') diff --git a/files/ja/conflicting/tools/debugger/how_to/search/index.html b/files/ja/conflicting/tools/debugger/how_to/search/index.html index 4f3391c8b1..314df5c651 100644 --- a/files/ja/conflicting/tools/debugger/how_to/search/index.html +++ b/files/ja/conflicting/tools/debugger/how_to/search/index.html @@ -1,8 +1,9 @@ --- title: 検索とフィルタ -slug: Tools/Debugger/How_to/Search_and_filter +slug: conflicting/Tools/Debugger/How_to/Search translation_of: Tools/Debugger/How_to/Search translation_of_original: Tools/Debugger/How_to/Search_and_filter +original_slug: Tools/Debugger/How_to/Search_and_filter ---
{{ToolsSidebar}}

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

diff --git a/files/ja/conflicting/tools/debugger/how_to/set_watch_expressions/index.html b/files/ja/conflicting/tools/debugger/how_to/set_watch_expressions/index.html index 74c0db4345..549856b56e 100644 --- a/files/ja/conflicting/tools/debugger/how_to/set_watch_expressions/index.html +++ b/files/ja/conflicting/tools/debugger/how_to/set_watch_expressions/index.html @@ -1,8 +1,9 @@ --- title: 変数を調査、編集、ウォッチする -slug: 'Tools/Debugger/How_to/Examine,_modify,_and_watch_variables' +slug: conflicting/Tools/Debugger/How_to/Set_Watch_Expressions translation_of: Tools/Debugger/How_to/Set_Watch_Expressions -translation_of_original: 'Tools/Debugger/How_to/Examine,_modify,_and_watch_variables' +translation_of_original: Tools/Debugger/How_to/Examine,_modify,_and_watch_variables +original_slug: Tools/Debugger/How_to/Examine,_modify,_and_watch_variables ---
{{ToolsSidebar}}

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

diff --git a/files/ja/conflicting/tools/keyboard_shortcuts/index.html b/files/ja/conflicting/tools/keyboard_shortcuts/index.html index f546812c77..5450912878 100644 --- a/files/ja/conflicting/tools/keyboard_shortcuts/index.html +++ b/files/ja/conflicting/tools/keyboard_shortcuts/index.html @@ -1,8 +1,9 @@ --- title: ソースエディタの使用 -slug: Tools/Using_the_Source_Editor +slug: conflicting/tools/Keyboard_shortcuts translation_of: tools/Keyboard_shortcuts#Source_editor translation_of_original: Tools/Using_the_Source_Editor +original_slug: Tools/Using_the_Source_Editor ---
{{ToolsSidebar}}

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

diff --git a/files/ja/conflicting/tools/memory/basic_operations/index.html b/files/ja/conflicting/tools/memory/basic_operations/index.html index 74fa47f372..cfaf1f0c45 100644 --- a/files/ja/conflicting/tools/memory/basic_operations/index.html +++ b/files/ja/conflicting/tools/memory/basic_operations/index.html @@ -1,8 +1,9 @@ --- title: ヒープのスナップショットを比較する -slug: Tools/Memory/Comparing_heap_snapshots +slug: conflicting/Tools/Memory/Basic_operations translation_of: Tools/Memory/Basic_operations translation_of_original: Tools/Memory/Comparing_heap_snapshots +original_slug: Tools/Memory/Comparing_heap_snapshots ---
{{ToolsSidebar}}

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

diff --git a/files/ja/conflicting/tools/page_inspector/index.html b/files/ja/conflicting/tools/page_inspector/index.html index bbfb74ccca..53ac258b35 100644 --- a/files/ja/conflicting/tools/page_inspector/index.html +++ b/files/ja/conflicting/tools/page_inspector/index.html @@ -1,8 +1,9 @@ --- title: Style panel -slug: Tools/Page_Inspector/Style_panel +slug: conflicting/Tools/Page_Inspector translation_of: Tools/Page_Inspector#CSS_pane translation_of_original: Tools/Page_Inspector/Style_panel +original_slug: Tools/Page_Inspector/Style_panel ---
{{ToolsSidebar}}

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

diff --git a/files/ja/conflicting/tools/page_inspector/ui_tour/index.html b/files/ja/conflicting/tools/page_inspector/ui_tour/index.html index 3210682298..e872753d82 100644 --- a/files/ja/conflicting/tools/page_inspector/ui_tour/index.html +++ b/files/ja/conflicting/tools/page_inspector/ui_tour/index.html @@ -1,8 +1,9 @@ --- title: HTML panel -slug: Tools/Page_Inspector/HTML_panel +slug: conflicting/Tools/Page_Inspector/UI_Tour translation_of: Tools/Page_Inspector/UI_Tour translation_of_original: Tools/Page_Inspector/HTML_panel +original_slug: Tools/Page_Inspector/HTML_panel ---
{{ToolsSidebar}}

{{ fx_minversion_header("10.0") }}

diff --git a/files/ja/conflicting/tools/performance/call_tree/index.html b/files/ja/conflicting/tools/performance/call_tree/index.html index 858b944015..1f857f4b74 100644 --- a/files/ja/conflicting/tools/performance/call_tree/index.html +++ b/files/ja/conflicting/tools/performance/call_tree/index.html @@ -1,8 +1,9 @@ --- title: プロファイラのチュートリアル -slug: Tools/Performance/Profiler_walkthrough +slug: conflicting/Tools/Performance/Call_Tree translation_of: Tools/Performance/Call_Tree translation_of_original: Tools/Performance/Profiler_walkthrough +original_slug: Tools/Performance/Profiler_walkthrough ---
{{ToolsSidebar}}

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

diff --git a/files/ja/conflicting/tools/performance/index.html b/files/ja/conflicting/tools/performance/index.html index c05f177c25..b4c45173f3 100644 --- a/files/ja/conflicting/tools/performance/index.html +++ b/files/ja/conflicting/tools/performance/index.html @@ -1,6 +1,6 @@ --- title: JavaScript プロファイラ -slug: Tools/Profiler +slug: conflicting/Tools/Performance tags: - Debugging - Firefox @@ -10,6 +10,7 @@ tags: - Tools translation_of: Tools/Performance translation_of_original: Tools/Profiler +original_slug: Tools/Profiler ---
{{ToolsSidebar}}

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

diff --git a/files/ja/conflicting/tools/responsive_design_mode/index.html b/files/ja/conflicting/tools/responsive_design_mode/index.html index 90596180ce..35f4517454 100644 --- a/files/ja/conflicting/tools/responsive_design_mode/index.html +++ b/files/ja/conflicting/tools/responsive_design_mode/index.html @@ -1,8 +1,9 @@ --- title: レスポンシブデザインモード (Firefox 52 より前) -slug: Tools/Responsive_Design_Mode_(before_Firefox_52) +slug: conflicting/Tools/Responsive_Design_Mode translation_of: Tools/Responsive_Design_Mode translation_of_original: Tools/Responsive_Design_Mode_(before_Firefox_52) +original_slug: Tools/Responsive_Design_Mode_(before_Firefox_52) ---
{{ToolsSidebar}}

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

-- cgit v1.2.3-54-g00ecf