Commit Graph

7721 Commits

Author SHA1 Message Date
Raymond Hill 64cb7fa843
Import translation work from https://crowdin.com/project/ublock 2020-04-22 16:29:57 -04:00
Raymond Hill ffb6c9c319
Make Firefox dev build auto-update 2020-04-22 11:30:33 -04:00
Raymond Hill 550a9637d1
New revision for dev build 2020-04-22 11:18:34 -04:00
Raymond Hill b277b084d5
More fine tuning of latest UI changes 2020-04-22 11:17:58 -04:00
Raymond Hill 5b82966cd1
Make Firefox dev build auto-update 2020-04-22 10:45:54 -04:00
Raymond Hill 5ce7f0d9d6
New revision for dev build 2020-04-22 10:42:35 -04:00
Raymond Hill 4eef5432a9
More fine tuning of UI 2020-04-22 09:56:37 -04:00
Raymond Hill 6bcc371d05
Make Firefox dev build auto-update 2020-04-21 16:51:10 -04:00
Raymond Hill cfb2461263
New revision for dev build 2020-04-21 16:39:52 -04:00
Raymond Hill 5bee33253f
More work toward redesigning the UI
As per email feedback from Mozilla's
https://github.com/brampitoyo

This is yet another incremental step toward
redesigning the UI, much more is left to do.
The idea is to align uBO's UI to that of
Firefox Preview.

Additionally, code has been added to reset
the new popup panel to vertical layout should
the viewport be not wide enough to
accomodate the horizontal layout.

Related feedback:
- https://www.reddit.com/r/uBlockOrigin/comments/g4ufvi/
2020-04-21 16:33:08 -04:00
Raymond Hill a213c89eaa
Make Firefox dev build auto-update 2020-04-20 10:00:57 -04:00
Raymond Hill e59f1f4185
New revision for dev build 2020-04-20 09:56:19 -04:00
Raymond Hill b5b72059eb
Import translation work from https://crowdin.com/project/ublock 2020-04-20 09:51:30 -04:00
Raymond Hill 8a6dc8ee88
Minor fine tuning of some dashboard visuals
More left to do as per reference documentation:
- https://protocol.mozilla.org/
- https://material.io/
2020-04-20 09:45:18 -04:00
Raymond Hill 7f999b759f
Fix broken DOM inspector [regression]
Regression from:
- 0bcf04d3dd

Related feedback:
- https://github.com/gorhill/uBlock/commit/0bcf04d3dda2#commitcomment-38594585

The DOM inspector client code is injected as
content script, thus it must be categorized as
non-privileged code.
2020-04-19 08:33:09 -04:00
Raymond Hill 7adf1515ed
Make Firefox dev build auto-update 2020-04-18 10:01:28 -04:00
Raymond Hill 9cb701105a
New revision for dev build 2020-04-18 09:55:06 -04:00
Raymond Hill 15c5b48326
New revision for dev build 2020-04-18 09:54:25 -04:00
Raymond Hill 21d7c7ee3d
More fine tuning of various visuals
Summarily:
- Bring back horizontal layout for fenix popup panel
  to be used in desktop environment
- Address feedback from
  https://github.com/gorhill/uBlock/commit/54b68ebd9426#commitcomment-38549940
- Allow future dark theme to be enabled programmatically
2020-04-18 09:48:53 -04:00
Raymond Hill d95b27915f
Bring fingerprint2.js scriptlet up to date
Related issue:
- https://github.com/uBlockOrigin/uAssets/pull/4961
2020-04-18 09:45:07 -04:00
Raymond Hill db5967731d
Update information about Microsoft Edge version 2020-04-17 07:29:54 -04:00
Raymond Hill 64a82880dc
Make Firefox dev build auto-update 2020-04-16 09:35:58 -04:00
Raymond Hill 08be3a0558
Add CDN URLs for "uBlock filters -- Unbreak" 2020-04-16 09:03:29 -04:00
Raymond Hill bc62892928
New revision for dev build 2020-04-16 08:53:33 -04:00
Raymond Hill 54b68ebd94
Fine tune various visuals
Related feedback:
- e917213e81 (commitcomment-38533349)
2020-04-16 08:49:34 -04:00
Raymond Hill 0bcf04d3dd
Centralize access to browser.storage.local('localStorage')
Related commit:
- 2ac288397c

Instead of having the `localStorage` data being accessed
from different locations, all accesses are now funnelled
to the main process.

Doing so simplifies the code in auxiliary processes and
also remove the need for browser.storage.local.onChanged()
listeners.

No longer using an onChanged() listener also happens to
remove spurious warnings from the Firefox console.
2020-04-15 15:55:29 -04:00
Raymond Hill 572750584c
Make Firefox dev build auto-update 2020-04-15 10:40:26 -04:00
Raymond Hill 9ca43e186e
New revision for dev build 2020-04-15 10:36:15 -04:00
Raymond Hill 1de0e820b8
Replace requestAnimationFrame-if.js with no-requestAnimationFrame-if.js
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/981

To be consistent with no-setTimeout-if.js.

requestAnimationFrame-if.js is deprecated and must no longer be
used, it will be removed in the near future when it's no longer
in use in default filter lists.

no-requestAnimationFrame-if.js is aliased to norafif.js.
2020-04-15 10:06:53 -04:00
Raymond Hill 042935b22a
Ensure element picker's height is not affected by web sites
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/987
2020-04-15 09:46:12 -04:00
Raymond Hill ea87ccfa0d
Make Firefox dev build auto-update 2020-04-14 18:32:13 -04:00
Raymond Hill 64ef9cec5b
New revision for dev build 2020-04-14 11:59:35 -04:00
Raymond Hill efa3c140ab
Fix typo in last commit
Related commit:
- 36711a7c07
2020-04-14 11:57:59 -04:00
Raymond Hill 676fff6843
Make Firefox dev build auto-update 2020-04-14 09:27:21 -04:00
Raymond Hill e11c59e310
New revision for dev build 2020-04-14 09:20:26 -04:00
Raymond Hill 8c1a055bfe
Import translation work from https://crowdin.com/project/ublock 2020-04-14 09:19:31 -04:00
Raymond Hill b20e33ff18
Fine tune CSS to restore intended visuals on fenix 2020-04-14 09:15:36 -04:00
Raymond Hill 36711a7c07
Fix `denyallow` thrown away with pure hostname patterns 2020-04-14 09:10:59 -04:00
Raymond Hill ab324b1374
Make Firefox dev build auto-update 2020-04-13 16:51:04 -04:00
Raymond Hill a399676664
New revision for dev build 2020-04-13 16:42:44 -04:00
Raymond Hill 7f55e5d54d
Fine tune CSS and fix CSS regressions in last commit
Related commit:
- e917213e81

Specifically, intended font size was no longer
set properly for mobile in popup panel.
2020-04-13 16:40:12 -04:00
Raymond Hill 051cb27f9b
Fix syntax highlighting of line continuation
Thix fixes an exception being thrown when the
line being continued is the last one.
2020-04-13 14:26:17 -04:00
Raymond Hill 94935a4b9e
Pure origin filters can't have `denyallow` option
This fixes filters of the form:

  *$[...],denyallow=[...],domain=[...]
  |http://$[...],denyallow=[...],domain=[...]
  |https://$[...],denyallow=[...],domain=[...]
2020-04-13 14:22:21 -04:00
Raymond Hill 415035b42d
Make Firefox dev build auto-update 2020-04-13 09:41:08 -04:00
Raymond Hill b5d8b0a9f0
Import translation work from https://crowdin.com/project/ublock 2020-04-13 09:31:22 -04:00
Raymond Hill a0465c93a0
new revision for dev build 2020-04-13 09:27:24 -04:00
Raymond Hill e917213e81
Sixth pass to re-design the dashboard
Related commits:
- 0662767dd6
- 99b2a0a761
- a8e3118fea
- 453f5450b6
- a45a21f337

This commit focuses on implementing the use of
CSS `var(...)` throughout so as to make it easy
to create themes -- a requirement for uBO to
support a dark theme.

There is still work to do regarding converting
uBO's CSS to completely support `var(...)` but
being able to start using theming will help
complete and fine tune CSS `var(...)` support.

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/401
2020-04-13 09:19:58 -04:00
Raymond Hill cb08c978f0
Make Firefox dev build auto-update 2020-04-11 12:00:40 -04:00
Raymond Hill 2b04434fb7
New revision for dev build 2020-04-11 11:53:20 -04:00
Raymond Hill e4065ec05c
Import translation work from https://crowdin.com/project/ublock 2020-04-11 11:41:33 -04:00