Closed
Bug 1065926
Opened 10 years ago
Closed 10 years ago
Set expiration to never for these Places probes
Categories
(Toolkit :: Places, defect)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
mozilla35
People
(Reporter: mak, Assigned: ayushmishra.iit, Mentored)
References
Details
(Whiteboard: [good first bug][lang=js])
Attachments
(1 file)
1.59 KB,
patch
|
mak
:
review+
|
Details | Diff | Splinter Review |
FX_BOOKMARKS_TOOLBAR_INIT_MS should not have been set to expire: 40, per https://bugzilla.mozilla.org/show_bug.cgi?id=1045108#c53
I forgot to comment about PLACES_AUTOCOMPLETE_URLINLINE_DOMAIN_QUERY_TIME_MS, it should also not expire.
Reporter | ||
Updated•10 years ago
|
Mentor: mak77
OS: Windows 8.1 → All
Hardware: x86_64 → All
Whiteboard: [good first bug][lang=js]
Assignee | ||
Comment 1•10 years ago
|
||
Please assign this bug to me. I am a begginer, so please help me and tell about the bug.
Reporter | ||
Comment 2•10 years ago
|
||
Hello, do you already have a working build?
See https://developer.mozilla.org/en-US/docs/Introduction
The bug here is simple, in toolkit/components/telemetry/Histograms.json the 2 probes indicated in comment 0 are set to expire at version "40", instead they should be set to expire "never"
We assign the bugs when the first patch is attached, no worries.
Assignee | ||
Comment 3•10 years ago
|
||
Attached the patch.
Reporter | ||
Comment 4•10 years ago
|
||
Comment on attachment 8488012 [details] [diff] [review]
Patch for this bug.
Review of attachment 8488012 [details] [diff] [review]:
-----------------------------------------------------------------
Thank you, when attaching a patch you should usually (if it's ready) ask for review to someone, usually the mentor is fine, bugzilla can also suggest a good reviewer if you don't know.
You may also ask for feedback if the patch is not ready to be landed but you need feedback.
Btw, the patch looks good, as well as the commit message.
A small not important thing is that we usually use the irc nicknames for reviews, so in this case would be r=mak rather than full name.
Now that the patch has review it should be landed. Since you don't have access you can ask for someone else to land it for you. In the most common case it should be pushed to the Try Server to check it is passing all of the tests (you could do that with commit access level 1, or the mentor can do that for you in case you're missing the access level. See https://www.mozilla.org/hacking/commit-access-policy/)
In this case the patch has no risks so I'll directly ask for someone to push it to the tree.
Thank you for your contribution!
Attachment #8488012 -
Flags: review+
Reporter | ||
Comment 5•10 years ago
|
||
Note for the sheriffs: I'm not pushing this to Try cause the possibility of causing failures is basically nonexistent. Would also be fine to DONTBUILD it.
Comment 6•10 years ago
|
||
Flags: in-testsuite-
Keywords: checkin-needed
Whiteboard: [good first bug][lang=js] → [good first bug][lang=js][fixed-in-fx-team]
Assignee | ||
Comment 7•10 years ago
|
||
Ohh. What should I do next to get the bug status resolved?
Comment 8•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [good first bug][lang=js][fixed-in-fx-team] → [good first bug][lang=js]
Target Milestone: --- → mozilla35
Reporter | ||
Comment 9•10 years ago
|
||
(In reply to Ayush Mishra from comment #7)
> Ohh. What should I do next to get the bug status resolved?
nothing, it gets resolved when the landing branch is merged to Mozilla-Central.
You need to log in
before you can comment on or make changes to this bug.
Description
•