Closed
Bug 1393881
Opened 6 years ago
Closed 6 years ago
Change default bookmark from /firefox/desktop/customize to SUMO article
Categories
(Firefox :: Bookmarks & History, enhancement, P3)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
Firefox 61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: hoosteeno, Assigned: alex, Mentored)
References
Details
(Keywords: good-first-bug, Whiteboard: [lang=html])
Attachments
(1 file)
1.31 KB,
patch
|
standard8
:
review+
|
Details | Diff | Splinter Review |
In bug 1393243 we are decommissioning the content at https://www.mozilla.org/firefox/desktop/customize/. This URL is among the default bookmarks the browser ships with. We will redirect visitors to that URL to the content we've selected to replace it (https://support.mozilla.org/kb/customize-firefox-controls-buttons-and-toolbars), but we should change that bookmark to keep things tidy. Code is here: https://dxr.mozilla.org/mozilla-central/source/browser/locales/generic/profile/bookmarks.html.in#37 Question: * Would it be appropriate to include UTM parameters on these links to help attribute traffic coming from default bookmarks? If so I can provide.
Updated•6 years ago
|
Updated•6 years ago
|
Keywords: good-first-bug
Comment 2•6 years ago
|
||
Did you already go through https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Introduction and do you have a local build (even an artifact build will be fine) working?
(In reply to Marco Bonardo [::mak] from comment #2) > Did you already go through > https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/ > Introduction and do you have a local build (even an artifact build will be > fine) working? I've read the guide and have a build working!
Comment 4•6 years ago
|
||
OK, you can look for bookmarks.html.in, there is a link https://www.mozilla.org/@AB_CD@/firefox/customize/ that should be changed to https://support.mozilla.org/@AB_CD@/kb/customize-firefox-controls-buttons-and-toolbars then you can rebuild the browser, run it on a new profile and check the link in the Firefox folder in the bookmarks menu, it should point to the new url.
Reporter | ||
Comment 5•6 years ago
|
||
Since we're talking about implementation, I'd like to return to the question from comment 0: > Question: Would it be appropriate to include UTM parameters on these links to help attribute traffic coming from default bookmarks? If so I can provide. We have many links in the browser product with UTM parameters[0], and default bookmarks in android include such parameters[1]. :julikatd (or whoever implements), if nobody follows up with a reason not to include such parameters, would you please use the following URL for the default bookmark? The link text itself can remain unchanged. https://support.mozilla.org/kb/customize-firefox-controls-buttons-and-toolbars?utm_source=firefox-browser&utm_medium=default-bookmarks&utm_campaign=customize --- [0] https://dxr.mozilla.org/mozilla-central/search?q=utm_source [1] https://dxr.mozilla.org/mozilla-central/search?q=utm_source+bookmarkdefault&redirect=false
Comment 6•6 years ago
|
||
(In reply to Justin Crawford [:hoosteeno] [:jcrawford] from comment #5) > > Question: Would it be appropriate to include UTM parameters on these links to help attribute traffic coming from default bookmarks? If so I can provide. The best persons to answer this questions is people working on tracking our sites usage. > if nobody follows up with a reason not to include such > parameters, would you please use the following URL for the default bookmark? > The link text itself can remain unchanged. > > https://support.mozilla.org/kb/customize-firefox-controls-buttons-and- > toolbars?utm_source=firefox-browser&utm_medium=default- > bookmarks&utm_campaign=customize plus the language tag (@AB_CD@). I don't have anything against that, but I don't use that info, so I don't even have anything in favor of it. It should cost us anything to add them.
Comment 7•6 years ago
|
||
s/anything/nothing/
Reporter | ||
Comment 8•6 years ago
|
||
> The best persons to answer this questions is people working on tracking our sites usage.
That's me! Let's do it.
Updated•6 years ago
|
Whiteboard: [lang=html
Comment 9•6 years ago
|
||
To summarise and update comment 4, the new URL should be: https://support.mozilla.org/@AB_CD@/kb/customize-firefox-controls-buttons-and-toolbars?utm_source=firefox-browser&utm_medium=default-bookmarks&utm_campaign=customize
Whiteboard: [lang=html → [lang=html]
Comment 10•6 years ago
|
||
Hi, I have a question about testing this. When I rebuild in mozilla-central, then run './mach run -P' and create a new profile, I get the Nightly related default links. What step am I missing to display the other default links?
Comment 11•6 years ago
|
||
(In reply to julikatd from comment #10) > Hi, I have a question about testing this. When I rebuild in mozilla-central, > then run './mach run -P' and create a new profile, I get the Nightly related > default links. What step am I missing to display the other default links? The easiest way I found recently was to temporarily change the ifndef NIGHTLY_BUILD to ifdef NIGHTLY_BUILD, and then rebuild.
Assignee | ||
Comment 12•6 years ago
|
||
Here's a patch to fix this bug. It's my first attempt at contributing to Mozilla :)
Comment 13•6 years ago
|
||
Comment on attachment 8962158 [details] [diff] [review] Change URL for "customize" bookmark Review of attachment 8962158 [details] [diff] [review]: ----------------------------------------------------------------- Thank you for posting the patch Alex, it looks good. r=Standard8. I'll set some flags to get this landed in the tree.
Attachment #8962158 -
Flags: review+
Comment 14•6 years ago
|
||
Info for Sheriffs: this is a simple url change in an html file tested locally, a try server build shouldn't be necessary.
Updated•6 years ago
|
Mentor: mak77 → standard8
Comment 15•6 years ago
|
||
Pushed by ryanvm@gmail.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/330dc2385e33 Change default bookmark from /firefox/desktop/customize to SUMO article. r=Standard8
Keywords: checkin-needed
Comment 16•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/330dc2385e33
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 61
Updated•6 years ago
|
status-firefox57:
fix-optional → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•