From 276d96557354a6a6d5f074f453b2290d9df8f84a Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Thu, 12 Jul 2012 14:49:47 -0700 Subject: [PATCH] Sync up pdf.js with the mozilla central version. --- l10n/en-US/chrome.properties | 1 + test/mozcentral/Makefile.in | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/l10n/en-US/chrome.properties b/l10n/en-US/chrome.properties index 1885e6036..2b3dce42f 100644 --- a/l10n/en-US/chrome.properties +++ b/l10n/en-US/chrome.properties @@ -1,3 +1,4 @@ # Chrome notification bar messages and buttons unsupported_feature=This PDF document might not be displayed correctly. open_with_different_viewer=Open With Different Viewer +open_with_different_viewer.accessKey=o diff --git a/test/mozcentral/Makefile.in b/test/mozcentral/Makefile.in index 93ec187e2..ca686d1b4 100644 --- a/test/mozcentral/Makefile.in +++ b/test/mozcentral/Makefile.in @@ -9,13 +9,11 @@ VPATH = @srcdir@ relativesrcdir = browser/extensions/pdfjs/test include $(DEPTH)/config/autoconf.mk -include $(topsrcdir)/config/rules.mk -_BROWSER_TEST_FILES = \ +MOCHITEST_BROWSER_FILES = \ browser_pdfjs_main.js \ browser_pdfjs_savedialog.js \ file_pdfjs_test.pdf \ $(NULL) -libs:: $(_BROWSER_TEST_FILES) - $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir) +include $(topsrcdir)/config/rules.mk