Skip to content

Commit 276d965

Browse files
committed
Sync up pdf.js with the mozilla central version.
1 parent 9c012f8 commit 276d965

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

l10n/en-US/chrome.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Chrome notification bar messages and buttons
22
unsupported_feature=This PDF document might not be displayed correctly.
33
open_with_different_viewer=Open With Different Viewer
4+
open_with_different_viewer.accessKey=o

test/mozcentral/Makefile.in

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ VPATH = @srcdir@
99
relativesrcdir = browser/extensions/pdfjs/test
1010

1111
include $(DEPTH)/config/autoconf.mk
12-
include $(topsrcdir)/config/rules.mk
1312

14-
_BROWSER_TEST_FILES = \
13+
MOCHITEST_BROWSER_FILES = \
1514
browser_pdfjs_main.js \
1615
browser_pdfjs_savedialog.js \
1716
file_pdfjs_test.pdf \
1817
$(NULL)
1918

20-
libs:: $(_BROWSER_TEST_FILES)
21-
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)
19+
include $(topsrcdir)/config/rules.mk

0 commit comments

Comments
 (0)