View Issue Details

IDProjectCategoryView StatusLast Update
0005038Talerwallet (WebExtension)public2019-12-20 19:11
ReporterFlorian Dold Assigned ToFlorian Dold  
PrioritynormalSeveritytweakReproducibilityhave not tried
Status closedResolutionno change required 
Product Versiongit (master) 
Target Version0.6Fixed in Version0.6 
Summary0005038: use smaller URL parsing library, since its included on every page
DescriptionWe currently use urijs, which is pretty huge (64KB unminified). This is more than double the size of our own code in the content script.
TagsNo tags attached.

Activities

Florian Dold

2019-08-29 23:04

manager   ~0014826

The content script now doesn't do any URI parsing. Everything is handled by the wallet backend, which offers a more simplified API as of recently.

Issue History

Date Modified Username Field Change
2017-05-29 02:29 Florian Dold New Issue
2017-05-29 02:29 Florian Dold Status new => assigned
2017-05-29 02:29 Florian Dold Assigned To => Florian Dold
2017-06-01 22:57 Christian Grothoff Severity minor => tweak
2017-06-01 22:57 Christian Grothoff Product Version => git (master)
2017-06-01 22:57 Christian Grothoff Target Version => 0.7.1
2019-08-29 23:04 Florian Dold Target Version 0.7.1 => 0.6
2019-08-29 23:04 Florian Dold Status assigned => resolved
2019-08-29 23:04 Florian Dold Resolution open => no change required
2019-08-29 23:04 Florian Dold Note Added: 0014826
2019-12-20 19:11 Christian Grothoff Fixed in Version => 0.6
2019-12-20 19:11 Christian Grothoff Status resolved => closed
2023-04-13 20:37 Florian Dold Category wallet (WebExtensions) => wallet (WebExtension)