Commit Graph

123 Commits (master)

Author SHA1 Message Date
xofe 7562a3d697 Add missing styling for `fa-icon-vflipped` class
Fixes the search widget down arrow's direction in asset viewer.
4 years ago
xofe 954d827934 Allow line breaking for long domains in popup panel 4 years ago
Raymond Hill 5c06fed370
Make 1st and 3rd columns in logger clickable
These columns are unlikely to be used for text
selection, so there is no harm to make them
clickable.
4 years ago
Raymond Hill 2936d73911
Fix odds and ends from mega commit 9b292304d3
Related commit:
- https://github.com/gorhill/uMatrix/commit/9b292304d33a
4 years ago
Raymond Hill df4a403473
Make use of css flex in matrix UI 4 years ago
Raymond Hill 9b292304d3
Bring uMatrix up to date
Notably:
- Import logger improvements from uBO
- Import CNAME uncloaking from uBO
- Import more improvements from uBO
- Make use of modern JS features

This should un-stall further development of uMatrix.
4 years ago
Raymond Hill ab303d3c17
Fix the logger's rendering of hostnames starting with digits
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/541
5 years ago
xofe 2045397084 Minor fixes (#1005)
* correct cloud-download/upload icon CSS selectors

* fix scope tooltip in logger appearing offscreen

* open logger/dashboard links adjacent to current tab (match uBO's behaviour)

* opera: fix manifest version not being updated

Version code copied from tools/make-chromium-meta.py

* fix https://www.reddit.com/r/uBlockOrigin/comments/9gwrna/when_you_right_click_and_go_to_options_it_keeps/

source:
* 6dd6dc5f1d

* remove unused "processReferer" setting

It was changed to a matrix switch in 5d8bae3da2

* remove unused source code

source:
* f516cd3d26
* 0503f52b1e

* remove bold version of Roboto font (unused from HTTPSB)

* correct FontAwesome license after change from v5 back to v4.7

License copied from bb737e29d5

* fix build scripts after c0f4abfd00
5 years ago
Raymond Hill de56cfe351
Revert to Fontawesome 4.7 icons
Found out Fonteawesome 5 is a different project than
former Fontawesome (of which 4.7 is latest).

See https://github.com/uBlockOrigin/uBlock-issues/issues/249#issuecomment-448587658
5 years ago
Raymond Hill 6dcc90c639
fix tooltip quirk in popup panel; add visual hint in logger for tab-less requests 6 years ago
Raymond Hill 5b1287d2de
use separate CSS file for styles 6 years ago
Raymond Hill 886664abd4
fix https://github.com/uBlockOrigin/uMatrix-issues/issues/59 and other unrelated quirks
Unrelated quirks:

- missing icons for magnifier (because https://github.com/uBlockOrigin/uMatrix-issues/issues/68)
- missing i18n string
- use separate file for CSS styles
6 years ago
Raymond Hill 495dddc389
fix https://github.com/uBlockOrigin/uMatrix-issues/issues/70 6 years ago
Raymond Hill b822ae72d9
fix https://github.com/uBlockOrigin/uMatrix-issues/issues/68 6 years ago
Raymond Hill 52246a5250
convert popup panel icons (https://github.com/uBlockOrigin/uMatrix-issues/issues/68) 6 years ago
Raymond Hill 3ce484688a
add generic support for icon badge (https://github.com/uBlockOrigin/uMatrix-issues/issues/68) 6 years ago
Raymond Hill ec7accc32c
fix icon invisible badge on Firefox (https://github.com/uBlockOrigin/uMatrix-issues/issues/68) 6 years ago
Raymond Hill c6e29be792
bring back popup panel access from logger
Popup panel is now tab selector-bound, rather than logger
entry-bound.

Additonally, start migrating toward svg-based icons rather than
font-based icons.
6 years ago
Raymond Hill 6b8be2ca43
add partiness column in logger 6 years ago
Raymond Hill 2256552899
fix https://github.com/gorhill/uMatrix/issues/951, https://github.com/uBlockOrigin/uMatrix-issues/issues/62 6 years ago
Raymond Hill dd5a3a807c
fix https://www.reddit.com/r/uMatrix/comments/8atw04/2bc8_and_2bc6_characters_are_not_available_in/ 6 years ago
Raymond Hill 62d06792f1
fix #990 6 years ago
Raymond Hill 24289831c2
polish recipe-related code, user interface 6 years ago
Raymond Hill d825b5562e
integrate CodeMirror's MergeView to the 'My rules' pane 6 years ago
Raymond Hill 55b9f1c645
add contributor mode and tools to contribute ruleset recipes (need more) 6 years ago
Raymond Hill c2a46c5da4
add tooltip for global scope + setting to disable tooltips (see https://github.com/gorhill/uMatrix/issues/936#issuecomment-361936827) 6 years ago
Raymond Hill 2cf4a57bf4
first draft toward fixing #30 6 years ago
Raymond Hill 328f9695d8
add ability to vertically expand a specific row 6 years ago
Raymond Hill 7dac50008a
remove unecessary padding 6 years ago
Raymond Hill b2e760f40d
fix #904, #436 6 years ago
Raymond Hill cfaed1e490
add ability to open the logger in sidebar 6 years ago
Raymond Hill 6df5e5212c
code review following feedback: 821e45751a (commitcomment-26587989) 6 years ago
Raymond Hill deeb211c5d
add ability to block web workers on a per-site basis 6 years ago
Raymond Hill 19c32608f3
add visual cue to hint at relevance of per-scope switches 6 years ago
Raymond Hill 6581071b01
prevent hostname labels from wrapping 7 years ago
Raymond Hill 157045924b
fine tune various UI aspects
- more choices of matrix text size
- more accurate wording for matrix switches
- info links for various matrix switches
7 years ago
gorhill 73c8da05b7
Fix #335
Additionally, performance improvements:
- Reduce overhead of collapsing elements
  (see https://github.com/gorhill/uBlock/issues/2839)
- Cache decomposition of source hostname when matrix-filtering

Also, various code review.
7 years ago
gorhill a5a69c2fdf
code review: mind rtl languages 7 years ago
gorhill 9d43f929bc
Revive formerly removed <noscript> tag spoofing code
Also:
- a new per-scope switch has been added to control <noscript> spoofing on
  a per site basis
- a global setting to be used as the default state of the <noscript>
  spoofing switch
- Privacy pane has been merged into Setting pane
7 years ago
gorhill d9cd957f4d highlight on hove only if it would result in a scope change 7 years ago
shub-nougat 113cd638f5 highlight global scope for consistency 7 years ago
shub-nougat 3755655239 highlight scopes which are subject to toggle 7 years ago
gorhill 1825b65d4c various visual fixes 7 years ago
gorhill 0a43c6fedd fix minor rendering issue in popup panel on small viewports 7 years ago
Raymond Hill 11a47c189c
Merge pull request #838 from xofe/remove-unused-resources
Remove some unused resources (holdovers from HTTPSB)
7 years ago
xofe d4c0c1747b fade-in tooltips, like uBO 7 years ago
xofe e6a0379e54 add bottom border to logger toolbar (prevents toolbar blending in to log entries while scrolling) 7 years ago
xofe 5a070388ae remove some unused resources (holdovers from HTTPSB) 7 years ago
gorhill 6ca45c66b8 hopefully improve UI for mobile devices (#828) 7 years ago
Raymond Hill f2a20688c6
Merge pull request #804 from Neui/native-textarea
Use native textarea when editing user rules
7 years ago