aboutsummaryrefslogtreecommitdiffstats
path: root/src/js
Commit message (Expand)AuthorAgeFilesLines
...
* this fixes #581gorhill2015-08-171-10/+7
* this really fixes #599, #600gorhill2015-08-151-12/+10
* multiple shadow roots is deprecated: https://www.chromestatus.com/features/46...gorhill2015-08-132-2/+12
* this fixes https://github.com/gorhill/uMatrix/issues/129gorhill2015-08-131-9/+102
* support append from cloud storage + uniformize buttons visual in dashboardgorhill2015-08-125-30/+136
* sync (#80): new filesgorhill2015-08-111-0/+199
* code reviewgorhill2015-08-111-5/+3
* sync feature (#80): draftgorhill2015-08-119-80/+249
* this addresses #583: provide a link to the "Badware risks" wiki pagegorhill2015-08-101-1/+4
* minor code reviewgorhill2015-08-032-4/+6
* code reviewgorhill2015-08-022-9/+11
* try/catch createShadowRoot in contentscriptsSean Rand2015-08-032-2/+12
* code review for last commit: we want to keep namespacing thoughgorhill2015-08-011-23/+25
* this fixes #507gorhill2015-08-012-57/+94
* this fixes #546gorhill2015-07-301-1/+10
* this fixes #536gorhill2015-07-271-1/+6
* this addresses #531gorhill2015-07-272-0/+77
* change of mind: removing 3p-passive because redundancy, better to work on docgorhill2015-07-273-10/+4
* minor code reviewgorhill2015-07-241-4/+1
* new dynamic rule type: "3p-passive", for css/imagesgorhill2015-07-243-49/+10
* this fixes #512gorhill2015-07-201-1/+7
* this fixes the logging of cosmetic filters in iframesgorhill2015-07-181-1/+1
* minor code reviewgorhill2015-07-161-2/+2
* this fixes subscribing to filter lists having a query part in their URLgorhill2015-07-161-1/+1
* this completely fixes #490gorhill2015-07-133-8/+22
* this fixes #490gorhill2015-07-131-1/+3
* minor code reviewgorhill2015-07-121-1/+1
* this will allow to add "tucows downloads"gorhill2015-07-111-12/+12
* removed useless return valuegorhill2015-07-111-1/+1
* DOM inspector: to properly report cosmetic filters for dynamically added elem...gorhill2015-07-111-50/+74
* this fix #476gorhill2015-07-101-5/+5
* minor code reviewgorhill2015-07-091-3/+3
* #465: decompiler should never return a blank stringgorhill2015-07-091-0/+3
* typogorhill2015-07-071-3/+3
* oopsgorhill2015-07-071-1/+1
* popup may be closed before main process respondgorhill2015-07-071-0/+1
* "subdocument" filters reported as "sub_frame"gorhill2015-07-071-1/+1
* dom inspector quirks: keep identical filters in sync, do not create duplicate...gorhill2015-07-061-19/+57
* this makes shadow DOM work on Firefoxgorhill2015-07-065-53/+47
* minor code reviewgorhill2015-07-061-2/+2
* avoid reporting the DOM layout while it is loadinggorhill2015-07-061-0/+5
* Merge branch 'master' of github.com:gorhill/uBlock into shadowgorhill2015-07-061-4/+4
|\
| * this fixes net inspector interfering with modal dialogsgorhill2015-07-061-4/+4
* | #435: using shadow nodes instead of modifying directly nodes' style attrgorhill2015-07-066-60/+188
|/
* this fixes logger v-scroll not being pinned anymore (regression)gorhill2015-07-061-1/+1
* code review: regex perf as per https://www.loggly.com/blog/five-invaluable-te...gorhill2015-07-041-1/+2
* bypass FF's built CSS.escape(), to benefit from serializeAsStringgorhill2015-07-031-6/+1
* CSS.escape: support "serialize a string" to avoid pointless escapinggorhill2015-07-031-8/+20
* this addresses #433gorhill2015-07-031-1/+1
* this fixes broken row filtering for tab selector and popup UIgorhill2015-07-021-2/+2