Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Side by Side Diff: chrome/common/extensions/docs/templates/articles/app_known_issues.html

Issue 13604002: Devserver: remove the Known Issues. They're empty and it was a silly idea to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <h1>Known Issues</h1>
2
3 <p>Chrome's support for packaged apps is under active development and rapidly
4 evolving, so there are still a few rough edges. Here's a list of known issues
5 in the current <a href="https://tools.google.com/dlpage/chromesxs/">Chrome
6 Canary</a>:</p>
7 {{+partials.known_issues}}
8 <p>
9 If one of the above describes an issue you've run into, and you wish to be
10 updated when it's resolved, click the star icon on the page header. Do not
11 respond to the bug to say "me too" or ask "when will this be fixed?"; such
12 updates can cause hundreds of emails to be sent. Add a comment only if you have
13 information (such as a better test case or a suggested fix) that is likely
14 to be helpful.
15 </p>
16
17 <h2 id="cant_find_it">Can't find it in the list?</h2>
18
19 <p>
20 If none of the issues listed above describe what you're running into, you
21 may wish to <a href="http://code.google.com/p/chromium/issues/list?can=2&q=Fea ture%3DApps+Type%3DBug">search</a>
22 the bug tracker, in case it has been reported but not marked as being known
23 yet.
24 </p>
25
26 <p>
27 If you still can't find something that matches the problem you're having, you
28 can <a href="https://code.google.com/p/chromium/issues/entry?template=Defect r eport from user&labels=Feature-Apps,Type-Bug,Area-Internals,Pri-2">report
29 the bug</a> on the Chromium bug tracker. Please include as many details as
30 possible in your bug report, including Chrome version number, operating
31 system, and any other relevant configuration details. Bug reports that attach
32 a small app that exhibits the problem are especially appreciated.
33 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698