gorhill
89a2610ab1
various fixes
10 years ago
gorhill
13c03d802d
oops
10 years ago
gorhill
4a86eb0525
https://xkcd.com/1296/
10 years ago
gorhill
c18db8cc7f
a few css fixes
10 years ago
gorhill
a49340b57a
firefox: cookie and browser cache management
10 years ago
gorhill
4ad7c65362
various fixes
10 years ago
gorhill
33b5ac1a57
minor css changes
10 years ago
gorhill
5b513a005f
committing missing files
10 years ago
gorhill
b4254db51c
refactoring: many changes throughout -- not close to be done
10 years ago
gorhill
b7e5a7bd44
fixed content script's clean shutdown
10 years ago
gorhill
818a3db9e4
code review: easier to maintain
10 years ago
gorhill
fb639870df
code review
10 years ago
gorhill
d32137ced0
code review
10 years ago
gorhill
622d0a7e9d
provide iframe URL in placeholders
10 years ago
gorhill
3fe5d48c05
this addresses 44f1a61c42 (commitcomment-11015041)
10 years ago
gorhill
dac3bab44f
1st step of refactoring request logger
10 years ago
gorhill
b4fb58891d
oops
10 years ago
gorhill
4e76965155
remove useless code
10 years ago
gorhill
be3e86e055
user is responsible to reload + fixed cleanup of stale tabs
10 years ago
gorhill
d47d8bf0bf
this fixes #158
10 years ago
gorhill
44f1a61c42
placeholder styling gone: it's bloat-ish
10 years ago
gorhill
cd13d2870b
this fixes sticky popup on FF
10 years ago
gorhill
ddaa948cf4
new way of handling blocked documents
10 years ago
gorhill
e751a5403b
code review
10 years ago
gorhill
0e77cbd15d
this fixes #45 + revised color-blind mode + support shutdown of content script
10 years ago
gorhill
1583a3edc6
no longer needed
10 years ago
gorhill
dbe14694c8
code review
10 years ago
gorhill
eb42375215
code review
10 years ago
gorhill
c472e23c7d
assets updater, hosts files pane, etc.
10 years ago
gorhill
f4807b6b29
code review
10 years ago
gorhill
37331b1ef2
various fixes re. behind-the-scene scope
10 years ago
gorhill
b01964db9b
more fixes for rule edit mode
10 years ago
gorhill
171fef784e
this fixes rule rendering in edit mode in FF
10 years ago
gorhill
f815223f27
https://github.com/gorhill/uBlock/issues/150 needs to be fixed here too
10 years ago
gorhill
1c05281183
comments
10 years ago
gorhill
1f4ff9c809
more refactoring, code review
10 years ago
gorhill
8ae33e9c12
FF: this fixes availability of response headers for when item pulled from cache
10 years ago
gorhill
7cd060a15f
refactoring, fixing script/frame blocking on FF, etc., more to do
10 years ago
gorhill
cb29f10173
fixed matrix css
10 years ago
gorhill
c1314e496b
support ping request type explicitly
10 years ago
gorhill
595de33e83
sanitizing outgoing headers (drafty)
10 years ago
gorhill
5106c4bc44
this fixes rendering of toolbar icon
10 years ago
gorhill
0b1ddfa17b
code review
10 years ago
gorhill
5f177a2e30
this fixes reload button
10 years ago
gorhill
2d4431fe0c
punycode: use non-minified version
10 years ago
gorhill
9340975606
a whole lot more left to do, at least popup shows
10 years ago
gorhill
19ddf588fb
i18n work
10 years ago
gorhill
ed67045360
first pass
10 years ago
Deathamns
e54c09da8a
Ports cleanup
- Remove duplicate platform specific (from src/) and other unnecessary
files
- Fix and update vapi-*.js files for Safari
- Add tools/make-safari.sh
- Move js/vapi-appinfo.js to meta/ (so, every vendor specific file will be
at the same location)
10 years ago
Deathamns
e6e3868080
Building extension files
Adds possibility to build extension files (Chrome and Safari) from
command line.
To run from the project directory:
python tools/build.py [meta]
If the optional `meta` argument is set, then only the manifest and
language files are uptated.
Without that everything is being built (extension files too) into the
`dist/build/version_number` folder.
For Chrome there will be two files, a crx, and a .zip file which
includes the key.pem private key (so this must not be shared,
it's just a bit help for publishing it to the Chrome Web Store).
Beside the extension files, update-files are generated too (for self
hosting - Safari needs it).
10 years ago