Brendan Dahl
|
cd1fd17f7b
|
Add icon for extension.
|
2012-03-20 15:25:02 -07:00 |
|
Brendan Dahl
|
94fca5edc7
|
Change extension name, creator, description. Remove unpack and icon url. Move strict compatibility entry for MC.
|
2012-03-20 15:24:23 -07:00 |
|
Brendan Dahl
|
84568ee46d
|
Address mc extension code review.
|
2012-03-20 09:39:33 -07:00 |
|
notmasteryet
|
82868ae52c
|
Merge pull request #1348 from notmasteryet/installrdf
Use <em:maxVersion>@FIREFOX_VERSION@</em:maxVersion>
|
2012-03-16 15:44:06 -07:00 |
|
notmasteryet
|
e721c90f77
|
Removing tabs
|
2012-03-16 07:24:58 -05:00 |
|
notmasteryet
|
ffdae468b0
|
#filter substitution
|
2012-03-16 00:55:53 -05:00 |
|
notmasteryet
|
c8d7d88d0a
|
Merge pull request #1347 from brendandahl/app_shutdown
Skip unneeded steps on APP_SHUTDOWN.
|
2012-03-15 20:54:20 -07:00 |
|
notmasteryet
|
ec02862934
|
Use <em:maxVersion>@FIREFOX_VERSION@</em:maxVersion>
|
2012-03-15 22:44:29 -05:00 |
|
Brendan Dahl
|
7c902eb612
|
Skip unneeded steps on APP_SHUTDOWN.
|
2012-03-15 20:08:39 -07:00 |
|
notmasteryet
|
6186ab6004
|
Whitelist GET
|
2012-03-14 18:43:20 -05:00 |
|
notmasteryet
|
24e48d382d
|
Merge pull request #1337 from brendandahl/debugpref
Only enable pdfDebug for the extension if a pref is set.
|
2012-03-14 16:13:01 -07:00 |
|
Brendan Dahl
|
abf8fe39ac
|
Only enable pdfDebug for the extension if a pref is set.
|
2012-03-14 15:34:12 -07:00 |
|
notmasteryet
|
0d08c37b07
|
Change max ff version number for the extension
|
2012-03-13 23:31:07 -05:00 |
|
notmasteryet
|
17164da42d
|
Add additional files for mc build
|
2012-03-13 19:53:25 -05:00 |
|
Brendan Dahl
|
a3d7b1d950
|
Merge pull request #1300 from notmasteryet/tree-85
Chrome extension: uses encodeURIComponent; fixes download button
|
2012-03-12 13:14:22 -07:00 |
|
notmasteryet
|
0c7d45bbfb
|
Chrome extension: uses encodeURIComponent; fixes download button
|
2012-03-03 19:27:35 -06:00 |
|
notmasteryet
|
0ea87068ed
|
Skipping HTTP POST requests in the addon
|
2012-02-22 21:52:29 -06:00 |
|
Lucas Stadler
|
913faac2e4
|
Make chrome extensions compatible with latest API changes.
That is, webRequest is no longer experimental and so it's easier
to start (without --enable-experimental-extension-apis).
|
2012-02-13 20:28:25 +01:00 |
|
Brendan Dahl
|
08d3710bfc
|
Unload the pdfstreamconverter on shutdown.
|
2012-02-08 14:59:30 -08:00 |
|
Brendan Dahl
|
b5f6fba381
|
Merge pull request #1189 from brendandahl/amobump
Fix version number for amo.
|
2012-02-08 10:24:22 -08:00 |
|
Brendan Dahl
|
5ec6f20743
|
Fix version number for amo.
|
2012-02-08 10:20:54 -08:00 |
|
notmasteryet
|
ffd688863d
|
Merge pull request #1188 from brendandahl/amobump
Bump max firefox version.
|
2012-02-08 09:59:55 -08:00 |
|
Brendan Dahl
|
a24a845eed
|
Bump max firefox version.
|
2012-02-08 09:23:38 -08:00 |
|
Brendan Dahl
|
fb31dc3f86
|
Fix some nits.
|
2012-02-07 17:54:40 -08:00 |
|
Brendan Dahl
|
b867aa9922
|
Switch to constant for max database length.
|
2012-02-07 16:44:03 -08:00 |
|
Brendan Dahl
|
1af9a72011
|
Make the add-on truly restartless.
|
2012-02-07 16:39:07 -08:00 |
|
Brendan Dahl
|
9a1741f466
|
Protect against a malicious setDatabase. Remove unneeded save data.
|
2012-02-06 21:04:53 -08:00 |
|
Brendan Dahl
|
7a17676b06
|
Better way to add custom event listener.
|
2012-02-06 16:06:18 -08:00 |
|
Brendan Dahl
|
b6f05fb8c6
|
Throw exception for sync version. Don't use const.
|
2012-02-06 13:23:18 -08:00 |
|
Brendan Dahl
|
4994faa3c1
|
Use services where possible.
|
2012-02-03 16:49:44 -08:00 |
|
notmasteryet
|
84f69eb27f
|
Fix HTTP redirection for the extension
|
2012-02-02 18:29:08 -06:00 |
|
Brendan Dahl
|
6cf3109329
|
Address review concerns.
|
2012-01-31 17:53:42 -08:00 |
|
Brendan Dahl
|
f46b0474ce
|
Change name to reflect what it is now. Change GUID.
|
2012-01-27 11:02:27 -08:00 |
|
Brendan Dahl
|
e7a0a2e129
|
Better way to listen to events and verify them.
|
2012-01-27 10:53:07 -08:00 |
|
Brendan Dahl
|
0d839c1c59
|
Fix how we're storing settings and change how the save pdf works.
|
2012-01-25 17:40:08 -08:00 |
|
Brendan Dahl
|
858aab008f
|
Fix the download button.
|
2012-01-24 21:33:03 -08:00 |
|
Brendan Dahl
|
4d3057aba7
|
Fix lint.
|
2012-01-23 17:52:53 -08:00 |
|
Brendan Dahl
|
178b89342a
|
Switch to stream converter for extension.
|
2012-01-23 16:50:45 -08:00 |
|
Brendan Dahl
|
6814c8f717
|
Fix and add second update comment.
|
2012-01-09 11:17:36 -08:00 |
|
Brendan Dahl
|
e2900f9eba
|
Add comment on update link.
|
2012-01-09 11:12:17 -08:00 |
|
Brendan Dahl
|
91ddd75f04
|
Add the missing update.rdf file.
|
2012-01-07 11:41:46 -08:00 |
|
Brendan Dahl
|
c33e3df143
|
Make it so the github extension updates.
|
2012-01-06 16:20:11 -08:00 |
|
Artur Adib
|
8396406475
|
v0.1.0
|
2011-11-30 10:31:10 -05:00 |
|
Artur Adib
|
6fe0594d93
|
fixing ref so that it passes manifest tests
|
2011-11-30 09:42:52 -05:00 |
|
Vivien Nicolas
|
effddf39ea
|
Bump up firefox version in install.rdf
|
2011-11-14 11:58:21 +01:00 |
|
Artur Adib
|
f2d54d3207
|
Replacing URL flag format
|
2011-11-08 20:02:28 -05:00 |
|
Vivien Nicolas
|
6e10114647
|
Add content/ to the viewer.html path
|
2011-11-07 16:01:50 +01:00 |
|
Vivien Nicolas
|
97ebd26591
|
Merge with upstream
|
2011-11-06 17:27:43 +01:00 |
|
Brendan Dahl
|
a2748cd84c
|
Merge pull request #741 from arturadib/mozilla-repo
Search-replace URLs from andreasgal --> mozilla
|
2011-11-01 09:15:36 -07:00 |
|
Artur Adib
|
1f80b0b266
|
Replace andreasgal/pdf.js --> mozilla/pdf.js
|
2011-11-01 08:46:39 -04:00 |
|