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

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

Issue 923463003: [Extensions] Remove the Infobar API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 5 years, 10 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
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 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 ], 588 ],
589 [ 589 [
590 404, 590 404,
591 "apps/declare_permissions.html", 591 "apps/declare_permissions.html",
592 "apps/fileSystemProvider.html", 592 "apps/fileSystemProvider.html",
593 "target page not found" 593 "target page not found"
594 ], 594 ],
595 [ 595 [
596 302, 596 302,
597 "apps/declare_permissions.html", 597 "apps/declare_permissions.html",
598 "apps/infobars.html",
599 "redirects to /extensions/infobars.html"
600 ],
601 [
602 302,
603 "apps/declare_permissions.html",
604 "apps/signedInDevices.html", 598 "apps/signedInDevices.html",
605 "redirects to /extensions/signedInDevices.html" 599 "redirects to /extensions/signedInDevices.html"
606 ], 600 ],
607 [ 601 [
608 404, 602 404,
609 "apps/declare_permissions.html", 603 "apps/declare_permissions.html",
610 "apps/system_network.html", 604 "apps/system_network.html",
611 "target page not found" 605 "target page not found"
612 ], 606 ],
613 [ 607 [
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
959 ], 953 ],
960 [ 954 [
961 404, 955 404,
962 "apps/private_apis.html", 956 "apps/private_apis.html",
963 "apps/idltest.html", 957 "apps/idltest.html",
964 "target page not found" 958 "target page not found"
965 ], 959 ],
966 [ 960 [
967 302, 961 302,
968 "apps/private_apis.html", 962 "apps/private_apis.html",
969 "apps/infobars.html",
970 "redirects to /extensions/infobars.html"
971 ],
972 [
973 302,
974 "apps/private_apis.html",
975 "apps/input_ime.html", 963 "apps/input_ime.html",
976 "redirects to /extensions/input_ime.html" 964 "redirects to /extensions/input_ime.html"
977 ], 965 ],
978 [ 966 [
979 404, 967 404,
980 "apps/private_apis.html", 968 "apps/private_apis.html",
981 "apps/inputMethodPrivate.html", 969 "apps/inputMethodPrivate.html",
982 "target page not found" 970 "target page not found"
983 ], 971 ],
984 [ 972 [
(...skipping 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after
2048 "#popups", 2036 "#popups",
2049 "target anchor not found" 2037 "target anchor not found"
2050 ], 2038 ],
2051 [ 2039 [
2052 200, 2040 200,
2053 "extensions/whats_new.html", 2041 "extensions/whats_new.html",
2054 "#tooltip", 2042 "#tooltip",
2055 "target anchor not found" 2043 "target anchor not found"
2056 ] 2044 ]
2057 ] 2045 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698