Open
Bug 1504764
Opened 6 years ago
Updated 2 years ago
Visiting yandex.ru multiple times creates a top site shortcut for yandex.com
Categories
(Firefox :: New Tab Page, enhancement, P5)
Firefox
New Tab Page
Tracking
()
NEW
Iteration:
68.3 - Apr 15 - 28
Tracking | Status | |
---|---|---|
firefox65 | --- | wontfix |
firefox66 | --- | fix-optional |
People
(Reporter: mkaply, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
If you create a new profile and then visit yandex.ru and do some searches, when you restart you have a yandex alias.
When you click on this alias, it goes to yandex.com, not yandex.ru.
In addition, delete from history doesn't remove the alias because it's trying to remove yandex.com URLs, not yandex.ru URLs.
Reporter | ||
Comment 1•6 years ago
|
||
So the problem is here:
https://searchfox.org/mozilla-central/source/toolkit/modules/NewTabUtils.jsm#1185
This code creates a shortURL for yandex.ru (yandex) and then passes it to getSearchProvider which returns yandex.com based on the list here:
https://searchfox.org/mozilla-central/source/browser/components/newtab/lib/SearchShortcuts.jsm#14
We shouldn't be converting search URL domains to other search URL domains We should just be using the original domain and stripping off the rest of the URLs.
There's no concept of a canonical URL - every search engine has a domain specific engine.
Reporter | ||
Comment 2•6 years ago
|
||
> every search engine has a domain specific engine.
Should be:
Most search engines have country specific engines.
Reporter | ||
Comment 3•6 years ago
|
||
Updated•6 years ago
|
Assignee: nobody → mozilla
Iteration: --- → 65.2 (Nov 16)
Updated•6 years ago
|
Priority: -- → P2
Updated•6 years ago
|
Priority: P2 → P1
Updated•6 years ago
|
Iteration: 65.2 (Nov 16) → 65.3 (Nov 30)
Updated•6 years ago
|
Iteration: 65.3 (Nov 30) → 66.2 - Dec 24 - Jan 6
status-firefox66:
--- → fix-optional
Updated•6 years ago
|
Iteration: 66.2 - Dec 24 - Jan 6 → 66.3 - Jan 7 - 20
Updated•6 years ago
|
Iteration: 66.3 - Jan 7 - 20 → 67.1 - Jan 28 - Feb 10
Updated•6 years ago
|
Iteration: 67.1 - Jan 28 - Feb 10 → 67.3 - Feb 25 - Mar 10
Updated•6 years ago
|
Iteration: 67.3 - Feb 25 - Mar 10 → 67.4 - Mar 11 - 17
Updated•6 years ago
|
Iteration: 67.4 - Mar 11 - 17 → 68.1 - Mar 18 - 31
Updated•6 years ago
|
Iteration: 68.1 - Mar 18 - 31 → 68.2 - Apr 1 - 14
Reporter | ||
Comment 4•6 years ago
|
||
This patch is simply waiting for review from Mardak and is ready to go in.
Reporter | ||
Updated•6 years ago
|
Status: NEW → ASSIGNED
Updated•6 years ago
|
Iteration: 68.2 - Apr 1 - 14 → 68.3 - Apr 15 - 28
Comment 5•6 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:mkaply, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(mozilla)
Assignee | ||
Updated•5 years ago
|
Component: Activity Streams: Newtab → New Tab Page
Updated•5 years ago
|
Updated•5 years ago
|
Attachment #9023085 -
Attachment description: Bug 1504764 - Use origin URLs for search tiles → Bug 1504764 - Use origin URLs for search tiles.
Reporter | ||
Comment 6•5 years ago
|
||
I'm doing a try build and I'll get this checked in.
Honestly, I didn't have enough confidence in my skills on this 2 years. I have more now.
This is the right fix for now and we have other bugs to fix this completely with search.
Flags: needinfo?(mozilla)
Updated•5 years ago
|
Priority: P1 → P5
Updated•4 years ago
|
Reporter | ||
Comment 7•3 years ago
|
||
I'm just going to give this one back. We've really had no reports of this and we should probably revisit at some point.
Assignee: mozilla → nobody
Status: ASSIGNED → NEW
Updated•3 years ago
|
Attachment #9023085 -
Attachment is obsolete: true
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•