Commit Graph

1090 Commits

Author SHA1 Message Date
hackademix 2c08b0acbe [nscl] Fix for potential race conditions on certain page transitions (issue #205). 2021-07-21 23:34:56 +02:00
hackademix b5c7e971bb Handle exception when accessing navigator.serviceWorker on sandboxed frames. 2021-07-21 17:11:13 +02:00
hackademix 64935445ff MS Edge support. 2021-07-21 16:09:52 +02:00
hackademix 40641ebec2 Version bump: 11.2.10rc1. 2021-07-21 16:07:08 +02:00
hackademix 797ac3c0f8 Version bump: 11.2.9. 2021-06-23 22:53:02 +02:00
hackademix 4e4c9ed436 [L10n] Updated de, mk. 2021-06-19 00:47:17 +02:00
hackademix efbc0a5057 Version bump: 11.2.9rc3. 2021-06-19 00:46:28 +02:00
hackademix 984e68e3cf Replace deprecated extension.getURL() with runtime.getURL(). 2021-06-19 00:28:44 +02:00
hackademix eb9f53e2b8 REUSE-compliant licensing boilerplate. 2021-06-19 00:21:23 +02:00
hackademix ce556a06de Remove unused/refactored-out files. 2021-06-18 23:10:18 +02:00
hackademix c2d303b61b Relicensing as GPL3+ 2021-06-15 00:05:12 +02:00
hackademix 5420d40fea [nscl] Fixed infinite recursion issue on window.open wrappers. 2021-06-15 00:05:12 +02:00
hackademix b592ff9e7c Version bump: 11.2.9rc2. 2021-06-15 00:05:12 +02:00
hackademix 7ba11946de Avoid treating JavaScript files as embeddings when opened as top-level documents. 2021-06-03 22:13:21 +02:00
hackademix 163edb0781 [L10n] Updated de. 2021-05-27 21:43:36 +02:00
hackademix d1e41b99f1 Version bump: 11.2.9rc1. 2021-05-26 22:15:18 +02:00
hackademix e227099110 Version bump: 11.2.8. 2021-05-20 00:16:34 +02:00
hackademix 61db56d39d Quiet down unnecessary debug logging (issue #191). 2021-05-20 00:12:12 +02:00
hackademix b7fdaa84d0 [L10n] Updated he. 2021-05-19 23:49:58 +02:00
hackademix 74a76d4114 Version bump: 11.2.8rc2. 2021-05-19 23:49:46 +02:00
hackademix 96409c9566 Fix meta refresh sometimes ignored on Firefox 78 ESR (issue #192, thanks hackerncoder for report). 2021-05-18 01:23:12 +02:00
Giorgio Maone 3247bc4f6a
Merge pull request #172 from ib/de
[l10n] Updated de.
2021-05-17 22:30:32 +02:00
hackademix 32c459df77 Chromium-specific build-time customizations. 2021-05-17 12:59:15 +02:00
hackademix 3642fae639 Version bump: 11.2.8rc1. 2021-05-17 12:57:51 +02:00
ib 46feb192a0
Merge branch 'main' into de 2021-05-17 12:34:54 +02:00
hackademix 144b0d6f75 Changed nscl submodule reference to relative, so that recursive cloning works with both SSH and HTTPS (issue #190). 2021-05-11 23:34:24 +02:00
hackademix cbf1af1643 Version bump: 11.2.7. 2021-05-05 23:32:07 +02:00
hackademix f764871a38 Better prompt layout (no accidental scrollbar). 2021-05-05 23:27:10 +02:00
hackademix 2fed7c12a2 [nscl] Fix regression causing media patches to break some pages (thanks l0drex for report, issue #189). 2021-05-05 23:26:04 +02:00
hackademix ff9b575580 Version bump: 11.2.7rc1. 2021-05-04 22:02:17 +02:00
hackademix aaabce0170 Version bump: 11.2.6. 2021-05-04 09:23:01 +02:00
hackademix cddebde1f2 [nscl] Various webgl blocking enhancements. 2021-05-04 09:20:26 +02:00
hackademix 9a41297f44 Remove also sticky-positioned elements with click+DEL on scriptless pages (thanks skriptimaahinen for RFE). 2021-05-04 09:19:44 +02:00
hackademix 2c0ce093e2 Version bump: 11.2.6rc1. 2021-05-03 22:08:37 +02:00
hackademix 9c713d6365 Version bump: 11.2.5. 2021-05-03 21:02:29 +02:00
hackademix 3c0c6629a0 [L10n] Updated bn, br, ca, da, de, el, es, fr, he, is, it, ja, lt, mk, ms, nb, nl, pl, pt_BR, ru, sq, sv_SE, tr, zh_CN, zh_TW. 2021-05-03 20:19:00 +02:00
hackademix ea7dfabb09 Policy retrieval origin fine tuning. 2021-05-03 20:16:46 +02:00
hackademix a7064df9ea Version bump: 11.2.5rc6. 2021-05-03 18:07:43 +02:00
hackademix e4b2c53d90 Version bump: 11.2.5rc5. 2021-05-02 22:58:54 +02:00
hackademix 83ffbcbbff Fixed hook not taking in account experimental webgl contexts (issue #187, thanks roman567e45 for report). 2021-05-02 22:57:46 +02:00
hackademix 278b3bb24b Fixed regression in NOSCRIPT emulation (thanks barbaz for reporting). 2021-05-02 21:34:36 +02:00
hackademix e1e8d64509 Version bump: 11.2.5rc4. 2021-04-28 23:37:06 +02:00
Ingo Brückl 19f80d79fe Update German translation 2021-04-28 21:09:05 +02:00
hackademix 87550ac3cd Fixed race condition causing external CSS not to be rendered sometimes when unrestricted CSS is dsabled. 2021-04-28 19:15:47 +02:00
hackademix 06f90aac67 Rename "unchecked CSS" capability to "unrestricted CSS". 2021-04-28 19:01:57 +02:00
hackademix 4e140b4b51 Avoid document rewriting for noscript meta refresh emulation in most cases. 2021-04-28 18:41:33 +02:00
hackademix 83b5d491af Version bump: 11.2.5rc3. 2021-04-27 19:46:27 +02:00
hackademix dfcd35a0e2 Fixed link to guide in README. 2021-04-26 23:39:26 +02:00
hackademix 3573263483 [nscl] Minor fixes from the library. 2021-04-26 23:31:34 +02:00
hackademix 39c8a1e558 [nscl] Fixed XHTML pages broken when served with application/xml MIME type and no "object" capability. 2021-04-26 23:09:54 +02:00