From 3484583e64ef98c3675dab8b780004f80232cb35 Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Thu, 30 Jan 2014 17:15:59 -0800 Subject: [PATCH] Updated Updating pdf.js on Mozilla Central (markdown) --- Updating-pdf.js-on-Mozilla-Central.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Updating-pdf.js-on-Mozilla-Central.md b/Updating-pdf.js-on-Mozilla-Central.md index cefe22b..1af2a56 100644 --- a/Updating-pdf.js-on-Mozilla-Central.md +++ b/Updating-pdf.js-on-Mozilla-Central.md @@ -56,7 +56,7 @@ hg pull -u + update pdf.js and build extension ``` -node make extension +node make mozcentral ``` + Open new bugzilla bug @@ -69,8 +69,9 @@ hg qnew bug-743264-fix -m "Bug 743264 - Update pdf.js to Version 0.2.537." ``` + Update Files + ``` -copy updated files into mozilla-central/browser/app/profile/extensions/uriloader\@pdf.js +# copy files build ./build/mozcenral/* into mozilla-central/ root hg qrefresh ```