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

Side by Side Diff: chrome/common/extensions/docs/server2/known_broken_links.json

Issue 730983002: Remove dead script_badge code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mm Created 6 years 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
OLDNEW
1 [ 1 [
2 [ 2 [
3 302, 3 302,
4 "extensions/app_identity.html", 4 "extensions/app_identity.html",
5 "extensions/publish_app.html", 5 "extensions/publish_app.html",
6 "redirects to /apps/publish_app.html" 6 "redirects to /apps/publish_app.html"
7 ], 7 ],
8 [ 8 [
9 404, 9 404,
10 "apps/manifest/storage.html", 10 "apps/manifest/storage.html",
(...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after
1085 ], 1085 ],
1086 [ 1086 [
1087 404, 1087 404,
1088 "apps/private_apis.html", 1088 "apps/private_apis.html",
1089 "apps/screenlockPrivate.html", 1089 "apps/screenlockPrivate.html",
1090 "target page not found" 1090 "target page not found"
1091 ], 1091 ],
1092 [ 1092 [
1093 302, 1093 302,
1094 "apps/private_apis.html", 1094 "apps/private_apis.html",
1095 "apps/scriptBadge.html",
1096 "redirects to /extensions/scriptBadge.html"
1097 ],
1098 [
1099 302,
1100 "apps/private_apis.html",
1101 "apps/sessions.html", 1095 "apps/sessions.html",
1102 "redirects to /extensions/sessions.html" 1096 "redirects to /extensions/sessions.html"
1103 ], 1097 ],
1104 [ 1098 [
1105 302, 1099 302,
1106 "apps/private_apis.html", 1100 "apps/private_apis.html",
1107 "apps/signedInDevices.html", 1101 "apps/signedInDevices.html",
1108 "redirects to /extensions/signedInDevices.html" 1102 "redirects to /extensions/signedInDevices.html"
1109 ], 1103 ],
1110 [ 1104 [
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
2054 "#popups", 2048 "#popups",
2055 "target anchor not found" 2049 "target anchor not found"
2056 ], 2050 ],
2057 [ 2051 [
2058 200, 2052 200,
2059 "extensions/whats_new.html", 2053 "extensions/whats_new.html",
2060 "#tooltip", 2054 "#tooltip",
2061 "target anchor not found" 2055 "target anchor not found"
2062 ] 2056 ]
2063 ] 2057 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/chrome_extensions_client.cc ('k') | chrome/common/extensions_api_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698