Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into fix-worker-loader
Browse files Browse the repository at this point in the history
Conflicts:
	src/core.js
  • Loading branch information
arturadib committed Jan 11, 2012
2 parents b2791c6 + ec030c0 commit 7611a76
Show file tree
Hide file tree
Showing 42 changed files with 2,368 additions and 1,026 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
Yury Delendik
Kalervo Kujala
Adil Allawi <@ironymark>
Jakob Miland <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
13 changes: 12 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ PDF_JS_FILES = \
server:
@cd test; python test.py --port=8888;

# make test
#
# This target runs all the tests excluding the unit-test. This can be used for
# testing all browsers.
test: shell-test browser-test

#
Expand All @@ -69,6 +73,13 @@ bundle: | $(BUILD_DIR)
rm -f *.tmp; \
cd ..

# make unit-test
#
# This target runs in-browser unit tests with js-test-driver and jasmine unit
# test framework.
unit-test:
@cd test/unit/ ; make ;

# make browser-test
#
# This target runs in-browser tests using two primary arguments: a
Expand Down Expand Up @@ -129,7 +140,7 @@ browser-test:
#
# <http://code.google.com/closure/utilities/docs/linter_howto.html>
SRC_DIRS := . src utils web test examples/helloworld extensions/firefox \
extensions/firefox/components extensions/chrome
extensions/firefox/components extensions/chrome test/unit
GJSLINT_FILES = $(foreach DIR,$(SRC_DIRS),$(wildcard $(DIR)/*.js))
lint:
gjslint --nojsdoc $(GJSLINT_FILES)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pdf.js



## Overview

Expand Down
Loading

0 comments on commit 7611a76

Please sign in to comment.