Sync up pdf.js with the mozilla central version.
This commit is contained in:
parent
9c012f8a4d
commit
276d965573
@ -1,3 +1,4 @@
|
|||||||
# Chrome notification bar messages and buttons
|
# Chrome notification bar messages and buttons
|
||||||
unsupported_feature=This PDF document might not be displayed correctly.
|
unsupported_feature=This PDF document might not be displayed correctly.
|
||||||
open_with_different_viewer=Open With Different Viewer
|
open_with_different_viewer=Open With Different Viewer
|
||||||
|
open_with_different_viewer.accessKey=o
|
||||||
|
@ -9,13 +9,11 @@ VPATH = @srcdir@
|
|||||||
relativesrcdir = browser/extensions/pdfjs/test
|
relativesrcdir = browser/extensions/pdfjs/test
|
||||||
|
|
||||||
include $(DEPTH)/config/autoconf.mk
|
include $(DEPTH)/config/autoconf.mk
|
||||||
include $(topsrcdir)/config/rules.mk
|
|
||||||
|
|
||||||
_BROWSER_TEST_FILES = \
|
MOCHITEST_BROWSER_FILES = \
|
||||||
browser_pdfjs_main.js \
|
browser_pdfjs_main.js \
|
||||||
browser_pdfjs_savedialog.js \
|
browser_pdfjs_savedialog.js \
|
||||||
file_pdfjs_test.pdf \
|
file_pdfjs_test.pdf \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
libs:: $(_BROWSER_TEST_FILES)
|
include $(topsrcdir)/config/rules.mk
|
||||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user