diff options
Diffstat (limited to 'files/ja/tools')
11 files changed, 11 insertions, 0 deletions
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 --- <div>{{ToolsSidebar}}</div><div class="note"> <p>この機能は、まだ新しいデバッガーでサポートしていません。現時点で必要である場合は、about:config で設定項目 "devtools.debugger.new-debugger-frontend" を <code>false</code> に設定して、古いデバッガーに戻すことができます。</p> 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' --- <div>{{ToolsSidebar}}</div><div class="note"> <p>この機能は、まだ新しいデバッガーでサポートしていません。現時点で必要である場合は、about:config で設定項目 "devtools.debugger.new-debugger-frontend" を <code>false</code> に設定して、古いデバッガーに戻すことができます。</p> 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 --- <div>{{ToolsSidebar}}</div><p><a href="/ja/docs/Tools/Debugger/UI_Tour#toolbar">ツールバー</a>のスクリプトフィルタを使用して、デバッガ内にある項目を検索できます:</p> 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 --- <div>{{ToolsSidebar}}</div><div class="geckoVersionNote"> <p>これは Firefox 45 の新機能です。</p> 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 --- <div>{{ToolsSidebar}}</div><p>{{ fx_minversion_header("10.0") }}</p> 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 --- <div>{{ToolsSidebar}}</div><p>ページ調査ツールのスタイルパネルでは、調査を行っているページの CSS を調べたり操作したりすることができます。このパネルには選択されている要素に紐づけられている CSS に関する 2 つのビューがあります: CSS ルールを基にしたビューと、プロパティを基にしたビューです。</p> 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 --- <div>{{ToolsSidebar}}</div><p>JavaScript プロファイラは JavaScript エンジンの状態を定期的にサンプリングして、その時点のコード実行のスタックを記録します。統計的に、個々の関数を実行しているときに取得したサンプル数はブラウザが実行にかけた時間に対応しますので、コード内のボトルネックを発見できます。</p> 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 --- <div>{{ToolsSidebar}}</div><p>プロファイラツールを使用して、JavaScript コードのボトルネックを見つけましょう。プロファイラは周期的に、サンプルについて現在の JavaScript コールスタックやコンパイルの統計情報を抽出します。</p> 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 --- <div>{{ToolsSidebar}}</div><h2 id="Firefox_52" name="Firefox_52">Firefox 52</h2> 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) --- <div>{{ToolsSidebar}}</div><div class="note"> <p>このページでは、Firefox 52 より前のバージョンのレスポンシブデザインモードについて説明します。Firefox 52 以降については、<a href="/ja/docs/Tools/Responsive_Design_Mode">レスポンシブデザインモード</a> をご覧ください。</p> 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 --- <div>{{ToolsSidebar}}</div><p>ソースエディタは <a href="/ja/JavaScript_code_modules/source-editor.jsm" title="source-editor.jsm"><code>source-editor.jsm</code></a> によって提供されるエディタコンポーネントで、<a href="/ja/Tools/Scratchpad" title="Scratchpad">スクラッチパッド</a> や <a href="/ja/Tools/Style_Editor" title="Style Editor">スタイルエディタ</a> などの開発ツールで共用しています。また、<a href="/ja/JavaScript_code_modules/Using_the_Source_Editor_API" title="Using the Source Editor API">Firefox の拡張機能から使用する</a>こともできます。この記事では、テキストを編集するときのエディタ自身の使い方を説明します。</p> |