[Pkg-javascript-commits] [pdf.js] 105/204: Adds pdfBugEnabled to the Chrome extension preferences

David Prévot taffit at moszumanska.debian.org
Sat Oct 25 18:50:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository pdf.js.

commit 6f3ae49b8c609c51aa7609a7ce73ab4fcfbaf138
Author: Tim van der Meij <timvandermeij at gmail.com>
Date:   Sat Sep 20 10:24:04 2014 +0200

    Adds pdfBugEnabled to the Chrome extension preferences
---
 extensions/chromium/preferences_schema.json | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/extensions/chromium/preferences_schema.json b/extensions/chromium/preferences_schema.json
index e80f668..66d0fcd 100644
--- a/extensions/chromium/preferences_schema.json
+++ b/extensions/chromium/preferences_schema.json
@@ -38,6 +38,12 @@
       "type": "boolean",
       "default": false
     },
+    "pdfBugEnabled": {
+      "title": "Enable debugging tools",
+      "description": "Whether to enable debugging tools.",
+      "type": "boolean",
+      "default": false
+    },
     "disableRange": {
       "title": "Disable range requests",
       "description": "Whether to disable range requests (not recommended).",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git



More information about the Pkg-javascript-commits mailing list