goldendict-ng/scripts
shenleban tongying 540dda26ed cleanup: Replace all usages of qrcx://localhost with qrc://
The replacement command:
git grep -l 'qrcx://localhost' | xargs sed -i 's/qrcx:\/\/localhost/qrc:\/\//g'

The qrcx:// URL scheme was introduced in 2009 or earlier - it is present
in the first commit in GoldenDict's git history. Back then GoldenDict
supported Qt versions earlier than 4.6, in which
QWebSecurityOrigin::addLocalScheme() was introduced. Adding the qrc URL
scheme as local obsoletes the qrcx URL scheme. GoldenDict does not
compile against Qt versions earlier than 4.6, so there is no reason to
use this custom URL scheme anymore.

Co-authored-by:  Igor Kushnir <igorkuo@gmail.com>
2023-03-05 15:20:05 -05:00
..
darkreader.js fix: darkmode extended to html webpage 2022-12-24 09:00:25 +08:00
gd-builtin.js cleanup: Replace all usages of qrcx://localhost with qrc:// 2023-03-05 15:20:05 -05:00
gd-custom.js opt:iframe height auto resize 2022-09-04 19:03:27 +08:00
iframe-defer.js opt:iframe set height logic restricted to most 10 seconds 2022-09-05 20:17:00 +08:00
iframeResizer.contentWindow.min.js opt: use iframe resizer plugin to resize the iframe height. 2022-09-04 10:47:29 +08:00
iframeResizer.min.js opt: use iframe resizer plugin to resize the iframe height. 2022-09-04 10:47:29 +08:00
jquery-3.6.0.slim.min.js opt: move jquery js from resources to scripts folder 2022-09-04 10:47:29 +08:00