YFdyh000
6e77ec33ff
Correct issue links
2015-04-07 09:46:26 +08:00
gorhill
b938022d0b
this fixes #1102
2015-03-27 09:50:31 -04:00
gorhill
d0113278aa
code review
2015-03-11 14:52:20 -04:00
gorhill
145e5da7ce
this fixes #990 + code review for #978
2015-03-11 11:05:13 -04:00
gorhill
7b21d7270d
code review
2015-03-11 00:31:11 -04:00
gorhill
39ad1585e9
this fixes #982 , #978 , #965
2015-03-10 23:46:18 -04:00
Deathamns
95b778fbc7
Change extension description
2015-03-07 19:20:18 +01:00
gorhill
a9a4c739a1
comment review
2015-02-24 15:35:32 -05:00
gorhill
c7bab5502e
this mitigates #520 , #376
2015-02-23 18:31:29 -05:00
Chris
23bfecfa50
Asset loader: take local file XHR status in mind
2015-02-15 16:49:37 -07:00
gorhill
42dcfa88b8
this has been unrequired since a while
2015-02-15 09:04:56 -05:00
gorhill
388ac77166
preparing for 1st release candidate
2015-02-15 07:16:31 -05:00
gorhill
bca949748d
this fixes #376
2015-02-13 12:10:10 -05:00
gorhill
064f8f0f61
this fixes #771
2015-02-11 12:44:17 -05:00
gorhill
a24d22cd0f
this fixes #708
2015-02-06 12:20:30 -05:00
gorhill
d7b16a8383
this fixes #515
2015-01-16 10:57:56 -05:00
gorhill
97bf6e279e
further fix re #426
2014-12-21 00:07:08 -05:00
gorhill
4f229c7c27
this fixes #426
2014-12-20 15:28:16 -05:00
Raymond Hill
172f98d462
this should help with #402
2014-12-08 14:16:13 -02:00
Raymond Hill
84c069dfaa
continued: corralling platform-specific stuff into their meta folder
2014-11-16 00:21:13 -02:00
Raymond Hill
eafc96859c
further separate platform-specific code
2014-11-15 16:15:11 -02:00
Deathamns
d98a8161f9
Drop js-loader, updates from gorhill/uBlock/master
2014-11-09 17:41:02 +01:00
Deathamns
ac272afb4b
"Purge all caches" button seemingly didn't work
2014-11-09 17:40:43 +01:00
Deathamns
749b6f186d
Use a dedicated file for storing extension info
...
Chrome has getManifest(), Safari doesn't have anything, Firefox has an
asynchronous API...
So, instead of using extension APIs, store the common informations
(extension name, version, homepage url) in a file (vapi-appinfo.js), which
can be included when it's needed (its data will be available at vAPI.app.____).
The file's content is updated each time the extension is being built, so
it shouldn't be modified manually.
2014-11-09 17:39:38 +01:00
Deathamns
1a83d1a753
Move vAPI into .jshintrc as a global
2014-11-09 17:39:22 +01:00
Deathamns
0886f7e886
Add .jshintrc, and use the "use strict" directive
...
.jshintrc's otion-set is a personal choice, merely a suggestion.
Beside that, it includes some common globals for specific browsers, so
there's no need to set the globals in every .js file.
In order to force strict coding, "use strict" directive was added into
every .js file.
2014-11-09 17:39:17 +01:00
Deathamns
5b79bf3536
Work on vendor API abstraction, and near complete Safari support
2014-11-09 17:39:12 +01:00