mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
364f558857
Due to the async nature (??) of the trimming code, this is causing severe performance issues during search. Looking back through commits, doesn't seem like there's a particularly good reason we were trimming here. All I could find is https://github.com/mozilla-mobile/fenix/pull/9986 (comment) which is lacking explanation of why this is actually useful. And currently, we're dealing with an origin (not a full url when this was initially written, I think), i.e. https://accounts.firefox.com vs https://accounts.firefox.com/signin. So, the suffix stripping isn't even doing much beyond removing com in vast majority of cases. So, seems like all of this trimming stuff can be cleaned up. |
||
---|---|---|
.. | ||
sampledata | ||
src | ||
.gitignore | ||
benchmark.gradle | ||
build.gradle | ||
lint-baseline.xml | ||
lint.xml | ||
metrics.yaml | ||
pings.yaml | ||
proguard-rules.pro |