Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-sync with uBo master #7

Merged
merged 76 commits into from May 9, 2020

Fine tune CSS of new popup panel

2a5dfc2
Select commit
9a6feb3
Re-order sections in the new popup panel
gorhill Apr 27, 2020
b0f6df8
New revision for dev build
gorhill Apr 27, 2020
96343ec
Make Firefox dev build auto-update
gorhill Apr 27, 2020
578594b
Improve logging capabilities of json-prune scriptlet
gorhill Apr 28, 2020
d462b50
Improve presentation of advanced settings page
gorhill Apr 28, 2020
5227013
Add `uBO:` prefix to logged output in some scriptlets
gorhill Apr 28, 2020
848edbb
Import translation work from https://crowdin.com/project/ublock
gorhill Apr 28, 2020
0606337
new revision for dev build
gorhill Apr 28, 2020
90be78d
Make Firefox dev build auto-update
gorhill Apr 28, 2020
d364eb9
Minor code review
gorhill Apr 28, 2020
3efee01
Fix own-rule text color
gorhill Apr 29, 2020
23633b3
Fix reported "Storage used:" when info is not available
gorhill Apr 29, 2020
0182652
Import translation work from https://crowdin.com/project/ublock
gorhill Apr 29, 2020
647c248
new revision for dev build
gorhill Apr 29, 2020
557e06f
Make Firefox dev build auto-update
gorhill Apr 29, 2020
b295d4a
Make the new "fenix" popup panel the default one
gorhill Apr 30, 2020
2f91277
Import translation work from https://crowdin.com/project/ublock
gorhill Apr 30, 2020
0538d8b
New revision for dev build
gorhill Apr 30, 2020
8f01f71
Make Firefox dev build auto-update
gorhill Apr 30, 2020
1a0cded
Make popup panel more/less buttons easier to click
gorhill Apr 30, 2020
eeae4b2
Add ability to open the dashboard with a keyboard shortcut
gorhill Apr 30, 2020
2a5dfc2
Fine tune CSS of new popup panel
gorhill May 1, 2020
435c888
Add gap between power and ruleset buttons
gorhill May 1, 2020
fd08531
Import translation work from https://crowdin.com/project/ublock
gorhill May 1, 2020
49dea50
new revision for dev build
gorhill May 1, 2020
206d217
Fix persist/revert tools not being shown after changes
gorhill May 1, 2020
040253d
Make Firefox dev build auto-update
gorhill May 1, 2020
38cdb42
Allow hiding blocked count since install in popup panel
gorhill May 1, 2020
0270c50
New revision for dev build
gorhill May 1, 2020
fb85bb2
Make Firefox dev build auto-update
gorhill May 1, 2020
c56607f
Use encodeURIComponent() instead of encodeURI()
gorhill May 2, 2020
42dedfb
Fine tune power button; fix no-popups switch visual regression
gorhill May 2, 2020
4689e47
New revision for dev build
gorhill May 2, 2020
f2ab319
Import translation work from https://crowdin.com/project/ublock
gorhill May 2, 2020
30c7c15
Make Firefox dev build auto-update
gorhill May 2, 2020
1f91e52
Simplify HTML a bit
gorhill May 2, 2020
a547188
Maybe fix rare spurious viewport width test in popup panel
gorhill May 3, 2020
002a825
Add tolerance to popup panel when checking viewport width
gorhill May 3, 2020
5be0be7
Report popup/popunder when using 'other' filter in logger
gorhill May 3, 2020
e2e1558
Import translation work from https://crowdin.com/project/ublock
gorhill May 3, 2020
f9cb23d
New revision for dev build
gorhill May 3, 2020
6497d37
Make Firefox dev build auto-update
gorhill May 3, 2020
a1ef8b3
Fix power button not rendering on Firefox 68 ESR
gorhill May 4, 2020
c7d196d
Re-design document-blocked page as per feedback
gorhill May 4, 2020
56ac0bd
Minor fine tuning of popup panel visual
gorhill May 4, 2020
e75d2ff
New revision for dev build
gorhill May 4, 2020
6103bc7
Make Firefox dev build auto-update
gorhill May 4, 2020
b69d802
Override font size of select on desktop
gorhill May 4, 2020
6c90cda
Avoid fractional pixel in viewport height
gorhill May 5, 2020
374901f
Merge in some changes from dark branch
gorhill May 5, 2020
40b0d3a
Minor visual adjustment in "Filter lists" pane
gorhill May 5, 2020
7ae05e3
New revision for release candidate
gorhill May 5, 2020
88e9254
Make Firefox dev build auto-update
gorhill May 5, 2020
563ba91
Improve heuristic to toggle panel to vertical layout
gorhill May 6, 2020
6c9f01b
Import translation work from https://crowdin.com/project/ublock
gorhill May 6, 2020
ec0e182
new revision for release candidate
gorhill May 6, 2020
f676b8b
Make Firefox dev build auto-update
gorhill May 6, 2020
65d9e3f
Shorten transition duration
gorhill May 6, 2020
104a1af
Opacity transition probably not needed after all
gorhill May 6, 2020
3adeaee
New revision for release candidate
gorhill May 6, 2020
e785017
Make Firefox dev build auto-update
gorhill May 6, 2020
1a4e7a3
Simplify max-width rule of popup panel
gorhill May 6, 2020
4aefbaa
New revision for release candidate
gorhill May 6, 2020
e59ec0c
Make Firefox dev build auto-update
gorhill May 6, 2020
80b758e
Let the platform pick the default suspend state at launch
gorhill May 7, 2020
ae1f014
New revision for release candidate
gorhill May 7, 2020
7fb3ee6
Make Firefox dev build auto-update
gorhill May 7, 2020
2d960cf
Test against `window.innerWidth` to toggle vertical layout
gorhill May 7, 2020
b226873
Wait a bit longer before testing viewport width
gorhill May 7, 2020
365e0a6
New revision for release candidate
gorhill May 7, 2020
4540b7d
Import translation work from https://crowdin.com/project/ublock
gorhill May 7, 2020
6d51c9f
Make Firefox dev build auto-update
gorhill May 7, 2020
d8bf72a
Minor fine-tuning of visual of `select` elements
gorhill May 8, 2020
c42f23c
Rerrange popup panel layout initializing code
gorhill May 8, 2020
a4aa5c1
New revision for release candidate
gorhill May 8, 2020
6ba38f3
Make Firefox dev build auto-update
gorhill May 8, 2020
Merged

Re-sync with uBo master #7

Fine tune CSS of new popup panel
2a5dfc2
Select commit
9a6feb3
Re-order sections in the new popup panel
gorhill Apr 27, 2020
b0f6df8
New revision for dev build
gorhill Apr 27, 2020
96343ec
Make Firefox dev build auto-update
gorhill Apr 27, 2020
578594b
Improve logging capabilities of json-prune scriptlet
gorhill Apr 28, 2020
d462b50
Improve presentation of advanced settings page
gorhill Apr 28, 2020
5227013
Add `uBO:` prefix to logged output in some scriptlets
gorhill Apr 28, 2020
848edbb
Import translation work from https://crowdin.com/project/ublock
gorhill Apr 28, 2020
0606337
new revision for dev build
gorhill Apr 28, 2020
90be78d
Make Firefox dev build auto-update
gorhill Apr 28, 2020
d364eb9
Minor code review
gorhill Apr 28, 2020
3efee01
Fix own-rule text color
gorhill Apr 29, 2020
23633b3
Fix reported "Storage used:" when info is not available
gorhill Apr 29, 2020
0182652
Import translation work from https://crowdin.com/project/ublock
gorhill Apr 29, 2020
647c248
new revision for dev build
gorhill Apr 29, 2020
557e06f
Make Firefox dev build auto-update
gorhill Apr 29, 2020
b295d4a
Make the new "fenix" popup panel the default one
gorhill Apr 30, 2020
2f91277
Import translation work from https://crowdin.com/project/ublock
gorhill Apr 30, 2020
0538d8b
New revision for dev build
gorhill Apr 30, 2020
8f01f71
Make Firefox dev build auto-update
gorhill Apr 30, 2020
1a0cded
Make popup panel more/less buttons easier to click
gorhill Apr 30, 2020
eeae4b2
Add ability to open the dashboard with a keyboard shortcut
gorhill Apr 30, 2020
2a5dfc2
Fine tune CSS of new popup panel
gorhill May 1, 2020
435c888
Add gap between power and ruleset buttons
gorhill May 1, 2020
fd08531
Import translation work from https://crowdin.com/project/ublock
gorhill May 1, 2020
49dea50
new revision for dev build
gorhill May 1, 2020
206d217
Fix persist/revert tools not being shown after changes
gorhill May 1, 2020
040253d
Make Firefox dev build auto-update
gorhill May 1, 2020
38cdb42
Allow hiding blocked count since install in popup panel
gorhill May 1, 2020
0270c50
New revision for dev build
gorhill May 1, 2020
fb85bb2
Make Firefox dev build auto-update
gorhill May 1, 2020
c56607f
Use encodeURIComponent() instead of encodeURI()
gorhill May 2, 2020
42dedfb
Fine tune power button; fix no-popups switch visual regression
gorhill May 2, 2020
4689e47
New revision for dev build
gorhill May 2, 2020
f2ab319
Import translation work from https://crowdin.com/project/ublock
gorhill May 2, 2020
30c7c15
Make Firefox dev build auto-update
gorhill May 2, 2020
1f91e52
Simplify HTML a bit
gorhill May 2, 2020
a547188
Maybe fix rare spurious viewport width test in popup panel
gorhill May 3, 2020
002a825
Add tolerance to popup panel when checking viewport width
gorhill May 3, 2020
5be0be7
Report popup/popunder when using 'other' filter in logger
gorhill May 3, 2020
e2e1558
Import translation work from https://crowdin.com/project/ublock
gorhill May 3, 2020
f9cb23d
New revision for dev build
gorhill May 3, 2020
6497d37
Make Firefox dev build auto-update
gorhill May 3, 2020
a1ef8b3
Fix power button not rendering on Firefox 68 ESR
gorhill May 4, 2020
c7d196d
Re-design document-blocked page as per feedback
gorhill May 4, 2020
56ac0bd
Minor fine tuning of popup panel visual
gorhill May 4, 2020
e75d2ff
New revision for dev build
gorhill May 4, 2020
6103bc7
Make Firefox dev build auto-update
gorhill May 4, 2020
b69d802
Override font size of select on desktop
gorhill May 4, 2020
6c90cda
Avoid fractional pixel in viewport height
gorhill May 5, 2020
374901f
Merge in some changes from dark branch
gorhill May 5, 2020
40b0d3a
Minor visual adjustment in "Filter lists" pane
gorhill May 5, 2020
7ae05e3
New revision for release candidate
gorhill May 5, 2020
88e9254
Make Firefox dev build auto-update
gorhill May 5, 2020
563ba91
Improve heuristic to toggle panel to vertical layout
gorhill May 6, 2020
6c9f01b
Import translation work from https://crowdin.com/project/ublock
gorhill May 6, 2020
ec0e182
new revision for release candidate
gorhill May 6, 2020
f676b8b
Make Firefox dev build auto-update
gorhill May 6, 2020
65d9e3f
Shorten transition duration
gorhill May 6, 2020
104a1af
Opacity transition probably not needed after all
gorhill May 6, 2020
3adeaee
New revision for release candidate
gorhill May 6, 2020
e785017
Make Firefox dev build auto-update
gorhill May 6, 2020
1a4e7a3
Simplify max-width rule of popup panel
gorhill May 6, 2020
4aefbaa
New revision for release candidate
gorhill May 6, 2020
e59ec0c
Make Firefox dev build auto-update
gorhill May 6, 2020
80b758e
Let the platform pick the default suspend state at launch
gorhill May 7, 2020
ae1f014
New revision for release candidate
gorhill May 7, 2020
7fb3ee6
Make Firefox dev build auto-update
gorhill May 7, 2020
2d960cf
Test against `window.innerWidth` to toggle vertical layout
gorhill May 7, 2020
b226873
Wait a bit longer before testing viewport width
gorhill May 7, 2020
365e0a6
New revision for release candidate
gorhill May 7, 2020
4540b7d
Import translation work from https://crowdin.com/project/ublock
gorhill May 7, 2020
6d51c9f
Make Firefox dev build auto-update
gorhill May 7, 2020
d8bf72a
Minor fine-tuning of visual of `select` elements
gorhill May 8, 2020
c42f23c
Rerrange popup panel layout initializing code
gorhill May 8, 2020
a4aa5c1
New revision for release candidate
gorhill May 8, 2020
6ba38f3
Make Firefox dev build auto-update
gorhill May 8, 2020

There are no checks for this commit

You can’t perform that action at this time.