diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-31 12:04:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-01 01:04:19 +0900 |
commit | 0114a214791c357c3dd3fdde5fc47b9ca33796cc (patch) | |
tree | 2c82bee24d61bfc6da4f68f9ebf3e9cb7c4c1cd9 /files/ja/tools/web_console | |
parent | 75258c7a0fa043c3e373f8a933332595e298a3f1 (diff) | |
download | translated-content-0114a214791c357c3dd3fdde5fc47b9ca33796cc.tar.gz translated-content-0114a214791c357c3dd3fdde5fc47b9ca33796cc.tar.bz2 translated-content-0114a214791c357c3dd3fdde5fc47b9ca33796cc.zip |
remove link 'title' attributes that's just the 'href' (ja, part 2) (#1807)
Diffstat (limited to 'files/ja/tools/web_console')
-rw-r--r-- | files/ja/tools/web_console/remoting/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/tools/web_console/remoting/index.html b/files/ja/tools/web_console/remoting/index.html index bbbef525fa..d134c5b1f4 100644 --- a/files/ja/tools/web_console/remoting/index.html +++ b/files/ja/tools/web_console/remoting/index.html @@ -17,9 +17,9 @@ translation_of: Tools/Web_Console/remoting <h2 id="WebConsoleActor_と_WebConsoleClient"><code>WebConsoleActor</code> と <code>WebConsoleClient</code></h2> -<p><code>WebConsoleActor</code> は、<a href="http://mxr.mozilla.org/mozilla-central/source/toolkit/devtools/webconsole/"><code>toolkit/devtools/webconsole</code></a> フォルダの <a href="http://mxr.mozilla.org/mozilla-central/source/toolkit/devtools/webconsole/dbg-webconsole-actors.js" title="http://mxr.mozilla.org/mozilla-central/source/toolkit/devtools/webconsole/dbg-webconsole-actors.js"><code>dbg-webconsole-actors.js</code></a> にあります。</p> +<p><code>WebConsoleActor</code> は、<a href="http://mxr.mozilla.org/mozilla-central/source/toolkit/devtools/webconsole/"><code>toolkit/devtools/webconsole</code></a> フォルダの <a href="http://mxr.mozilla.org/mozilla-central/source/toolkit/devtools/webconsole/dbg-webconsole-actors.js"><code>dbg-webconsole-actors.js</code></a> にあります。</p> -<p><code>WebConsoleClient</code> は (<a href="http://mxr.mozilla.org/mozilla-central/source/toolkit/devtools/webconsole/" title="http://mxr.mozilla.org/mozilla-central/source/toolkit/devtools/webconsole/"><code>toolkit/devtools/webconsole</code></a> の) <a href="http://mxr.mozilla.org/mozilla-central/source/toolkit/devtools/webconsole/WebConsoleClient.jsm"><code>WebConsoleClient.jsm</code></a> にあり、Web コンソールアクターで作業するときにWeb コンソールで使用されます。</p> +<p><code>WebConsoleClient</code> は (<a href="http://mxr.mozilla.org/mozilla-central/source/toolkit/devtools/webconsole/"><code>toolkit/devtools/webconsole</code></a> の) <a href="http://mxr.mozilla.org/mozilla-central/source/toolkit/devtools/webconsole/WebConsoleClient.jsm"><code>WebConsoleClient.jsm</code></a> にあり、Web コンソールアクターで作業するときにWeb コンソールで使用されます。</p> <p>デバッガが Web コンソールコードでどのように使用されているかを確認するには、<a href="http://mxr.mozilla.org/mozilla-central/source/browser/devtools/webconsole/webconsole.js"><code>browser/devtools/webconsole/webconsole.js</code></a> を開き、<code>WebConsoleConnectionProxy</code> を検索します。</p> |