Commit Graph

1161 Commits

Author SHA1 Message Date
Raymond Hill 281dc7038e this fixes #362 2014-11-21 10:05:59 -02:00
Raymond Hill 33969e8b2e more spurious warnings in console foiled 2014-11-20 23:18:33 -02:00
Raymond Hill 94e5635053 update of third-party assets 2014-11-20 14:54:40 -02:00
Raymond Hill f7c61647d8 this fixes #174 2014-11-20 14:48:28 -02:00
Raymond Hill 426aaa2803 oops 2014-11-20 01:50:39 -02:00
Raymond Hill 51b756d5b7 fix spurious warning in console 2014-11-20 01:36:06 -02:00
Raymond Hill 62acea8263 this addresses 1st case of #373 2014-11-19 23:29:35 -02:00
Raymond Hill 36befae83c cleanup before rebuilding 2014-11-18 13:35:57 -02:00
Raymond Hill 578735dd58 avoid memory leaks in case no request handler found 2014-11-18 11:35:42 -02:00
Raymond Hill f090144d09 requests must be deemed unhandled by default 2014-11-18 11:29:55 -02:00
Raymond Hill d4402dfe02 assets has to be in project root, because existing installations 2014-11-18 08:42:00 -02:00
Raymond Hill 888b820278 to reflect changes in mirror-candidates.txt 2014-11-18 08:36:20 -02:00
Raymond Hill 2ee7d34880 Merge branch 'master' of https://github.com/gorhill/uBlock 2014-11-18 08:31:07 -02:00
Raymond Hill 6f4b703b38 update of third-party assets 2014-11-18 08:30:53 -02:00
Raymond Hill 965f0bff2f Merge pull request #370 from rlex/master
Re-add yastatic to proper asset
2014-11-18 08:06:10 -02:00
Lex Rivera 3043051598 Re-add yastatic to proper asset 2014-11-18 12:13:38 +03:00
Raymond Hill 10ec58fd4a Merge pull request #369 from rlex/master
add yandex to mirror candidates
2014-11-17 11:42:22 -02:00
Lex Rivera cc1811b1b6 Be more precise about yandex.st caching 2014-11-17 16:28:11 +03:00
Lex Rivera 5936d88346 add yandex to mirror candidates 2014-11-17 15:57:46 +03:00
Raymond Hill 9bd81aee8c Merge pull request #368 from ialexsilva/patch-2
Update from crowdin
2014-11-17 09:31:43 -02:00
Alex Silva 5b5c50255b Update from crowdin 2014-11-17 01:19:56 -02:00
Raymond Hill 7ea6f9dd0a Merge pull request #367 from ialexsilva/patch-1
Update from crowdin
2014-11-17 01:12:39 -02:00
Alex Silva f89ac7cf48 Update from crowdin 2014-11-17 01:04:59 -02:00
Raymond Hill 0d920e4e44 code review 2014-11-16 22:40:34 -02:00
Raymond Hill 17044ebdd9 put back obsolete JPN list for the time being 2014-11-16 21:39:56 -02:00
Raymond Hill 81a0052f39 remove code failing at trying to be smart re. obsolete filter lists 2014-11-16 21:27:48 -02:00
Raymond Hill 458e0abec2 redirection is not working, avoid it for now 2014-11-16 21:13:04 -02:00
Raymond Hill 4eab87a6a3 put back obsolete list until all moved to new 2014-11-16 20:39:21 -02:00
Raymond Hill d54e8f1c83 updated checksums 2014-11-16 20:30:36 -02:00
Raymond Hill 7be60a89cd removing obsolete filter list 2014-11-16 20:29:45 -02:00
Raymond Hill 94ffaafd98 Merge pull request #366 from xupefei/master
New URL for Japanese filter
2014-11-16 20:28:14 -02:00
Paddy Xu 805fa7aab5 Add "old" property to the new URL and remove the old one 2014-11-16 23:10:55 +01:00
Paddy Xu 19d1297380 Add new URL for AdBlock Japanese filter 2014-11-16 22:44:17 +01:00
Paddy Xu 133efcf11f "の" in Japanese is "'s", should be removed 2014-11-16 22:14:40 +01:00
Raymond Hill 1626051299 now it's fixed... 2014-11-16 17:22:27 -02:00
Raymond Hill c4838581fd this fixes #365 2014-11-16 17:06:29 -02:00
Raymond Hill f88d1849d0 fix bug introduced in 338bf59507 2014-11-16 17:04:37 -02:00
Raymond Hill 370ff5aee8 updated according to new project layout 2014-11-16 14:41:20 -02:00
Raymond Hill adbc0ee2aa code review 2014-11-16 14:39:38 -02:00
Raymond Hill 91276bebfb eliminate overhead of creating two funcs/closure for each port connection 2014-11-16 12:49:55 -02:00
Raymond Hill 338bf59507 give specific message handlers priority over default one 2014-11-16 11:09:28 -02:00
Raymond Hill 2b957dc389 respect project layout as set by @Deathamns 2014-11-16 08:47:47 -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
Raymond Hill 8444923c0c forgot to push 3rd-party assets 2014-11-15 16:10:46 -02:00
Raymond Hill a515c99cbf we need this for installed clients until uAssets 2014-11-14 08:59:16 -05:00
Raymond Hill 54a91b9374 Merge pull request #360 from Deathamns/ports/safari
Portability
2014-11-14 08:32:02 -05:00
Deathamns 8f0b3cf592 Move MutationObserver shim
Since it will be used only for older Safari versions, move it to Safari
related code, so it doesn't pollute the content scripts.
2014-11-12 10:22:57 +01:00
Deathamns 36ad23a1db Respect `defer` attribute when mirroring 2014-11-11 16:33:50 +01:00
Deathamns 812da0900e Call XHR.open even if the request will be blocked
Without calling it an error may be thrown if other XHR parameters are set.
2014-11-11 16:32:17 +01:00