tld service for webextensions
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
| Reporter | |
Descriptionā¢9 years ago
|
Comment 1ā¢9 years ago
|
Updatedā¢9 years ago
|
Updatedā¢9 years ago
|
Comment 2ā¢9 years ago
|
| Reporter | |
Comment 3ā¢9 years ago
|
Comment 4ā¢9 years ago
|
Comment 5ā¢9 years ago
|
Comment 6ā¢9 years ago
|
Updatedā¢9 years ago
|
Updatedā¢9 years ago
|
Comment 7ā¢9 years ago
|
Comment 8ā¢9 years ago
|
Comment 9ā¢9 years ago
|
Comment 11ā¢8 years ago
|
Comment 12ā¢8 years ago
|
Comment 13ā¢8 years ago
|
Comment 14ā¢8 years ago
|
Updatedā¢7 years ago
|
| Reporter | |
Comment 15ā¢6 years ago
|
ni? Fallen to consider and fit in somewhere.
Comment 16ā¢6 years ago
|
Thanks for tagging me. I'm fine with having this sort of API available, though I'm not sure about the approach. If we are going to be exposing this on the window I'd prefer if we could work towards standardizing it instead of having a WebExtensions specific window property.
Comment 17ā¢5 years ago
|
BTW: there are also Rust implementations in an attempt to parse PSL quickly:
https://crates.io/crates/psl
There are hundreds of JS libraries and all big extensions like Adblock Plus parse the PSL multiple times on each link on a every website. However, these are all not very efficient.
I use a Regex in my scripts that is executed on every website link. This Regex checks if a link is a referrer link (e.g. http://www.yahoo.de/redirect.cgi?=www.standard.co.uk). For different conditions, the PSL has to be parsed 4 times on each link on a website.
Adbuster's reference implementation is using an array map which results in an overall performance loss of 20% for each website, but it would be awesome if there would be a faster, FF integrated solution.
Updatedā¢4 years ago
|
Updatedā¢4 years ago
|
| Assignee | |
| obsolete | |
| Comment hidden (obsolete) |
Updatedā¢4 years ago
|
| Assignee | |
| obsolete | |
| Comment hidden (obsolete) |
Comment 20ā¢4 years ago
|
I filed an issue to discuss this feature in the WebExtensions Community group:
https://github.com/w3c/webextensions/issues/231
("Extension API to find the public suffix (eTLD) of a given URL/domain")
Updatedā¢4 years ago
|
| Assignee | |
Comment 21ā¢3 years ago
|
Exposes a call to Services.eTLD.getPublicSuffix(url) as a new
webextensions API method: browser.dns.getPublicSuffix(url)
E.g. getPublicSuffix("https://www.mozilla.co.uk:80") => "co.uk"
The method also takes an optional "additionalParts" integer parameter:
E.g. getPublicSuffix("https://www.mozilla.co.uk:80", 1) => "mozilla.co.uk"
This will save Addon creators from having to reinvent the wheel.
The Mozilla Multi-Account Containers Addon team intends to use this functionality
for a Wildcard Subdomains feature that is currently in development, see PR:
https://github.com/mozilla/multi-account-containers/pull/2352
Updatedā¢3 years ago
|
| off-topic | |
| Comment hidden (off-topic) |
| off-topic | |
| Comment hidden (off-topic) |
Updatedā¢3 years ago
|
Comment 24ā¢3 years ago
|
The severity field for this bug is relatively low, S3. However, the bug has 277 votes and 5 See Also bugs.
:3ecdbelo, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Comment 25ā¢3 years ago
|
The last needinfo from me was triggered in error by recent activity on the bug. I'm clearing the needinfo since this is a very old bug and I don't know if it's still relevant.
Comment 26ā¢3 years ago
|
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Updatedā¢2 years ago
|
Comment 27ā¢1 year ago
ā¢
|
:mcfrenka
After some discussions in the WECG there is a generally positive sentiment towards a (cross-browser) extension API for public suffix. Are you interested in creating a proposal in the WECG so that we can finalize the details of the API? Once that is done the patch can be tweaked based on the feedback and landed.
The proposal process is described at https://github.com/w3c/webextensions/blob/main/proposals/proposal_process.md
I mentioned this status at https://github.com/w3c/webextensions/issues/231#issuecomment-2247438680
Updatedā¢1 year ago
|
| Assignee | |
Comment 28ā¢1 year ago
|
:robwu
Thanks for pushing this forward. Yes I would be interested in creating a WECG proposal. What sort of timeframe would be good (for creating the proposal)?
Comment 29ā¢1 year ago
|
There is no time pressure here. It is totally fine if you need a few weeks to find time. Feel free to contact me on Matrix if you have some quick questions.
Comment 30ā¢1 year ago
|
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Comment 31ā¢1 year ago
|
Clear a needinfo that is pending on an inactive user.
Inactive users most likely will not respond; if the missing information is essential and cannot be collected another way, the bug maybe should be closed as INCOMPLETE.
For more information, please visit BugBot documentation.
| Assignee | |
Comment 32ā¢1 month ago
|
Updatedā¢1 month ago
|
| Assignee | |
Comment 33ā¢1 month ago
|
Depends on D295511
| Assignee | |
Comment 34ā¢1 month ago
|
Depends on D295512
| Assignee | |
Comment 35ā¢1 month ago
|
Depends on D295513
Updatedā¢1 month ago
|
Updatedā¢22 days ago
|
Updatedā¢22 days ago
|
| Assignee | |
Comment 36ā¢17 days ago
|
Depends on D295513
Updatedā¢16 days ago
|
Updatedā¢16 days ago
|
Comment 37ā¢13 days ago
|
Comment 38ā¢13 days ago
|
|
| bugherder | |
https://hg.mozilla.org/mozilla-central/rev/d7930fce5f5f
https://hg.mozilla.org/mozilla-central/rev/cbaac863416c
https://hg.mozilla.org/mozilla-central/rev/3acb0ec288ca
https://hg.mozilla.org/mozilla-central/rev/19d514f906a1
Comment 39ā¢12 days ago
|
Thanks a lot Francis for your contribution here. This marks the completion of one of the most voted on bugs in WebExtensions on Bugzilla!
:mckenfra contributed the following significant pieces:
- Public Suffix API proposal document: https://github.com/w3c/webextensions/blob/main/proposals/public-suffix.md
- Public Suffix API in Firefox (patches above).
Through the effort he showed a lot of patience, since it took over a year between the start of the proposal and the final approvals. But the cross-browser alignment and community efforts paid off, because we now have a cross-browser publicSuffix extension API implementation, including a late fixup to the API (part 4 patch of the patch stack, renaming "unicode" to "display") following cross-browser implementer experience that highlighted an issue (https://github.com/w3c/webextensions/pull/1013).
Updatedā¢12 days ago
|
Comment 40ā¢8 days ago
|
Documentation updates in:
- (BCD) Bug 1315558 webExtensions Public Suffix API #29822
- (content) Bug 1315558 documentation for the publicSuffix API #44401
Updatedā¢12 hours ago
|
