Commit 91ce10c6 authored by agable's avatar agable Committed by Commit bot

Fix links to issue tracker in extensions docs

R=michaelpg@chromium.org, pbakaus@chromium.org

Review-Url: https://codereview.chromium.org/2487493005
Cr-Commit-Position: refs/heads/master@{#441732}
parent 7a89d151
......@@ -48,7 +48,7 @@ an HTML page packaged inside your extension.
"notifications"
]</b>,
...
// <strong>Note:</strong> Because of <a href="http://code.google.com/p/chromium/issues/detail?id=134315">bug 134315</a>, you must declare any images you
// <strong>Note:</strong> Because of <a href="http://bugs.chromium.org/p/chromium/issues/detail?id=134315">bug 134315</a>, you must declare any images you
// want to use with createNotification() as a web accessible resource.
<b> "web_accessible_resources": [
"48.png"
......
......@@ -6,8 +6,8 @@
<p>
If you don't find an answer to your question here,
try the
<a href="https://developer.chrome.com/webstore/faq">Chrome Web Store FAQ</a>,
the {{?is_apps}}
<a href="https://developer.chrome.com/webstore/faq">Chrome Web Store FAQ</a>, the
{{?is_apps}}
<a href="http://stackoverflow.com/questions/tagged/google-chrome-app">[google-chrome-app] tag on Stack Overflow</a>, the
<a href="http://groups.google.com/a/chromium.org/group/chromium-apps">chromium-apps group</a>, or the
{{:is_apps}}
......@@ -404,12 +404,12 @@ cros,beta,#.#.###.#,#.#.###.#,mm/dd/yy,mm/dd/yy,#####,#####,#####</pre>
Search the issue tracker at
<a href="http://crbug.com">http://crbug.com</a> to see whether
someone has reported a similar issue. Most issues related to
extensions are filed under <strong>Cr=Platform-Extensions</strong>, so to
extensions are filed under <strong>component=Platform>Extensions</strong>, so to
look for an extension bug related to the
chrome.tabs.executeScript function (for example), search for
"<code>Cr=Platform-Extensions Type=Bug chrome.tabs.executeScript</code>",
"<code>component=Platform>Extensions Type=Bug chrome.tabs.executeScript</code>",
which will give you
<a href="https://code.google.com/p/chromium/issues/list?can=2&q=Cr%3DPlatform-Extensions+Type%3DBug+chrome.tabs.executeScript&colspec=ID+Pri+M+Iteration+ReleaseBlock+Cr+Status+Owner+Summary+Modified&x=m&y=releaseblock&cells=tiles">
<a href="https://bugs.chromium.org/p/chromium/issues/list?can=2&q=component%3DPlatform>Extensions+Type%3DBug+chrome.tabs.executeScript">
this list of results</a>.
</li>
<li>
......@@ -459,12 +459,12 @@ cros,beta,#.#.###.#,#.#.###.#,mm/dd/yy,mm/dd/yy,#####,#####,#####</pre>
Search the issue tracker at
<a href="http://crbug.com">http://crbug.com</a> to see whether
someone has requested a similar feature. Most requests related to
extensions are filed under <strong>Cr=Platform-Extensions</strong>, so to
extensions are filed under <strong>component=Platform>Extensions</strong>, so to
look for an extension feature request related to keyboard shortcuts
(for example), search
for "<code>Cr=Platform-Extensions Type=Feature shortcuts</code>",
for "<code>component=Platform>Extensions Type=Feature shortcuts</code>",
which will give you
<a href="https://code.google.com/p/chromium/issues/list?can=2&q=Cr%3DPlatform-Extensions+Type%3DFeature+shortcuts&colspec=ID+Pri+M+Iteration+ReleaseBlock+Cr+Status+Owner+Summary+Modified&x=m&y=releaseblock&cells=tiles">
<a href="https://bugs.chromium.org/p/chromium/issues/list?can=2&q=component%3DPlatform>Extensions+Type%3DFeature+shortcuts">
this list of results</a>.
</li>
<li>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment