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

Unified Diff: chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json

Issue 18401004: Continuously update status in the buildbot extension popup window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add copyright Created 7 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json
diff --git a/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json b/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json
index d2ba004369d89d20f48fd11b967b4453993075d9..37eea10f4a94df51f8298aa6b0c4e3c6178a553b 100644
--- a/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json
+++ b/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json
@@ -1,10 +1,14 @@
{
"name": "Chromium Buildbot Monitor",
- "version": "0.8.1",
+ "version": "0.8.2",
"description": "Displays the status of the Chromium buildbot in the toolbar. Click to see more detailed status in a popup.",
"icons": { "128": "icon.png" },
"background": {
- "scripts": ["utils.js", "prefs.js", "try_status.js", "bg.js"]
+ "scripts": ["utils.js",
+ "prefs.js",
+ "try_status.js",
+ "active_issues.js",
+ "bg.js"]
},
"permissions": [
"notifications",

Powered by Google App Engine
This is Rietveld 408576698