tophf
28e9e38dad
remove 'dysfunctional' page
2018-01-03 10:44:12 +03:00
tophf
3418ac9cb9
FF: support private/container tabs
2018-01-03 10:43:56 +03:00
tophf
62e333a0ba
update locales
2018-01-01 14:14:43 +03:00
tophf
27fe9fa9db
search/replace in extra CodeMirror boxes e.g. lint config
2018-01-01 10:35:22 +03:00
tophf
b2100ea853
fixes for global search/replace
...
* Enter key in input fields:
* [Find mode] closes the dialog and focuses the matched text
* [Replace mode] performs a single replace action
* Undo button checks the new CM changeGeneration and disables itself
if the changes were already undone
* doUndo focuses the visible undo button
2018-01-01 09:56:41 +03:00
Rob Garrison
671b276532
Attempt to get favicon for RegExp match ( #321 )
...
show favicons for regexp() in applies-to column
2018-01-01 08:17:43 +03:00
tophf
60a6fdb481
clear previous update status classes
2018-01-01 08:04:52 +03:00
tophf
5bc4206593
reuse existing usercss installer tab
...
A few additional checks were needed to circumvent FF bugs
so openURL was refactored to keep the code readable
2017-12-31 17:59:32 +03:00
narcolepticinsomniac
0368759081
Fix overlapping hover backgrounds
2017-12-31 04:25:58 -05:00
tophf
205b9ab73f
replace the editor screenshot
2017-12-31 08:34:00 +03:00
tophf
8153a03c19
Add highlights and screenshots sections to readme ( #320 )
...
* Add highlights and screenshots sections to readme
2017-12-30 16:19:10 +03:00
tophf
319b2c2411
bump version
2017-12-30 04:34:55 +03:00
tophf
5e95193ed8
update locales
2017-12-30 04:34:30 +03:00
tophf
46a3038394
don't add soft hyphens at the end of text
2017-12-29 23:37:17 +03:00
tophf
441de984b0
make action buttons in popup auto-fit contents
...
several languages have labels of wildly different lengths so we try to maintain the proportion
2017-12-29 20:27:37 +03:00
tophf
16f98ed250
auto-adjust #add-style-wrapper to various font height
2017-12-29 20:27:37 +03:00
tophf
fef10b1638
use a readable font for Japanese/Chinese
2017-12-29 20:23:54 +03:00
tophf
0f96e2fa4d
set language for CSS :lang and [FF-only] hyphenation
2017-12-29 18:19:35 +03:00
tophf
dea0edbdac
don't wrap entry labels
2017-12-29 18:19:25 +03:00
tophf
673906cfd5
don't cut the text in a closed sort selector
...
#319
2017-12-29 17:54:15 +03:00
tophf
af6c3a79d5
don't show update buttons for local styles in old UI
...
#319
2017-12-29 17:53:11 +03:00
tophf
5ac3662699
fixup 5a07bbb1: parse ISO date strings
...
#319
2017-12-29 17:52:47 +03:00
tophf
a0b2d0ef68
typo in description
2017-12-29 13:22:41 +03:00
tophf
a66c377d8a
fix scrolling over linter issues in usercss mode
2017-12-28 07:01:43 +03:00
tophf
c1dd196acd
fix regexp search in manager
2017-12-28 07:01:18 +03:00
tophf
d9f8d1361f
bump version
2017-12-26 14:42:58 +03:00
tophf
05c9e6db0c
update locales
2017-12-26 14:42:26 +03:00
tophf
743deb14c9
CSSLint: validations for animation, background, cursor and more
...
* CSS Animations Level 1 (ED 2017-11-29) https://drafts.csswg.org/css-animations/
* validation for background, border-image, cursor, text-shadow, background-position
2017-12-26 13:37:25 +03:00
tophf
b6f0b4a44f
CSSLint: CSS Timing Functions Level 1 (WD & ED 2017)
...
WD 2017-02-21 https://www.w3.org/TR/css-timing-1/
ED 2017-12-03 https://drafts.csswg.org/css-timing/
2017-12-26 12:46:27 +03:00
tophf
6e0cb2bc86
CSSLint: validate using an unprefixed definition
2017-12-26 12:14:18 +03:00
tophf
1749f06674
CSSLint: CSS Transform Module Level 2 (ED 2017-11-09)
...
https://drafts.csswg.org/css-transforms-2/
2017-12-26 12:14:18 +03:00
tophf
c3cb687db6
CSSLint: CSS Transforms Module Level 1 (WD 2017-11-14)
...
https://drafts.csswg.org/css-transforms/
2017-12-26 11:51:48 +03:00
tophf
b8d1a0a9ff
CSSLint: expose function's inner expression
2017-12-26 11:50:29 +03:00
tophf
e4f8cf5fb5
simplify usePrefsDuringPageLoad
2017-12-26 08:54:01 +03:00
tophf
4da6eeb746
manage: speed up first meaningful paint
...
by postponing creation of favicon placeholders for the visible entries to the second render run when rendering in chunks or after all styles were displayed when rendering the entire list
2017-12-26 08:52:19 +03:00
tophf
8c5ad8fe4b
postpone addTooltipsToEllipsized more to avoid accidental layout
2017-12-26 08:46:05 +03:00
tophf
afbee9d68f
CSSLint: more microoptimizations
2017-12-26 06:28:27 +03:00
tophf
37f7f1898f
fixup 1406cae6: ) may belong to the parent, also fix readString
2017-12-25 15:32:07 +03:00
tophf
fc673fe9c6
fixup ea709c93: remove the unused variable
2017-12-25 12:25:53 +03:00
tophf
d3c0999541
CSSLint: fixes and tweaks to reduce memory consumption
...
* _hexcolor - actually validate length
* all number regexps - support +- in the exponent
* readCount - single slice
* readMatch - use sticky regexps or string comparison on a chunk of pattern length
* readComment - single sticky match & slice
* readWhile - collect in an array, then join
* PropertyValuePart - do native num/str checks first
* isXXX - do a string comparison first
2017-12-25 12:25:19 +03:00
tophf
1406cae6c5
CSSLint: parse <declaration-value> for --custom-property
...
https://drafts.csswg.org/css-syntax-3/#typedef-declaration-value
Example:
:root {
--fit: {
position: absolute;
top: 0; bottom: 0;
left: 0; right: 0;
}
}
2017-12-25 12:25:19 +03:00
tophf
12fe1b619f
render 20+ styles at once
...
so that the page on a typical 1080p display is completely filled in initial frame at 200ms
2017-12-25 12:18:24 +03:00
tophf
53eac84312
load visible favicons immediately, lazy-load the rest
2017-12-25 12:18:24 +03:00
Rob Garrison
5a07bbb1e3
Add manager sort block
2017-12-25 12:17:18 +03:00
Rob Garrison
1fd0c26e1d
MessageBox: Add focus to OK button
2017-12-25 10:45:11 +03:00
tophf
f2efff64fd
FF weird bug workaround: delay initLint() by 100ms
2017-12-25 09:28:26 +03:00
tophf
5df76b04e2
disable #save button right after opening a style
2017-12-25 02:26:01 +03:00
tophf
4b4b65d961
colorview: support a signed number exponent
2017-12-25 02:21:25 +03:00
tophf
b70beac3c9
CSSLint: rewrite readNumber()
2017-12-25 02:20:53 +03:00
Rob Garrison
4b2bfd4113
CSSLint: Remove tabs causing properties to be ignored
2017-12-25 01:35:01 +03:00