From 7dba085fa889a4adc51178bdba80a581f3f26922 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sat, 20 Sep 2014 10:22:14 +0200 Subject: [PATCH 1/2] Fixes milestones link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2fd2e56a..5d3553f1f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ get involved checkout: + [Style Guide](https://github.com/mozilla/pdf.js/wiki/Style-Guide) + [FAQ](https://github.com/mozilla/pdf.js/wiki/Frequently-Asked-Questions) + [Good Beginner Bugs](https://github.com/mozilla/pdf.js/issues?direction=desc&labels=5-good-beginner-bug&page=1&sort=created&state=open) -+ [Priorities](https://github.com/mozilla/pdf.js/issues/milestones) ++ [Priorities](https://github.com/mozilla/pdf.js/milestones) + [Attend a Public Meeting](https://github.com/mozilla/pdf.js/wiki/Weekly-Public-Meetings) For further questions or guidance feel free to stop by #pdfjs on From 6f3ae49b8c609c51aa7609a7ce73ab4fcfbaf138 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sat, 20 Sep 2014 10:24:04 +0200 Subject: [PATCH 2/2] 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 e80f6688c..66d0fcd6b 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).",