Closed
Bug 945851
Opened 11 years ago
Closed 11 years ago
Remove pref security.suppress_nss_rw_impossible_warning and which_nss_problem
Categories
(Core :: Security: PSM, defect)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: briansmith, Assigned: Cykesiopka)
Details
(Whiteboard: [good first bug][mentor=briansmith][qa-])
Attachments
(1 file, 1 obsolete file)
|
11.31 KB,
patch
|
briansmith
:
review+
briansmith
:
checkin+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #915937 +++
We should remove the preference security.suppress_nss_rw_impossible_warning and the which_nss_problem enum from nsNSSComponent::InitializeNSS. We don't need to ever show a dialog box when NSS initialization fails.
Cykesiopka, are you interested in taking this?
| Assignee | ||
Comment 1•11 years ago
|
||
(In reply to Brian Smith (:briansmith, was :bsmith; Please NEEDINFO? me if you want a response) from comment #0)
> Cykesiopka, are you interested in taking this?
Sure.
Assignee: nobody → cykesiopka.bmo
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•11 years ago
|
||
After this patch, the indentation for the block of coding starting at:
mNSSInitialized = true;
to
PR_LOG(gPIPNSSLog, PR_LOG_DEBUG, ("NSS Initialization done\n"));
is off, but I wasn't sure if it was worth changing blame history just for indentation.
Attachment #8343471 -
Flags: review?(brian)
| Reporter | ||
Comment 3•11 years ago
|
||
Comment on attachment 8343471 [details] [diff] [review]
bug945851_v1.patch
Review of attachment 8343471 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks for the patch. Looks pretty good to me.
Please do adjust the indention. The main thing is to optimize for long-term readability of the source, not optimize for blame. We have some RFE's for our blame tools to make them easier to navigate.
THe patch needs a little more work done. In particular, all references to NSSInitProblemX need to be removed from the string bundles and anywhere else they may appear.
Attachment #8343471 -
Flags: review?(brian) → review-
| Assignee | ||
Comment 4•11 years ago
|
||
(In reply to Brian Smith (:briansmith, was :bsmith; Please NEEDINFO? me if you want a response) from comment #3)
> Please do adjust the indention. The main thing is to optimize for long-term
> readability of the source, not optimize for blame. We have some RFE's for
> our blame tools to make them easier to navigate.
Ok, thanks for the info!
> THe patch needs a little more work done. In particular, all references to
> NSSInitProblemX need to be removed from the string bundles and anywhere else
> they may appear.
Ah yes, will do.
| Assignee | ||
Comment 5•11 years ago
|
||
+ Fix indentation
+ Remove NSSInitProblemX from string bundle
Attachment #8343471 -
Attachment is obsolete: true
Attachment #8343480 -
Flags: review?(brian)
| Reporter | ||
Comment 6•11 years ago
|
||
Comment on attachment 8343480 [details] [diff] [review]
bug945851_v2.patch
Review of attachment 8343480 [details] [diff] [review]:
-----------------------------------------------------------------
https://hg.mozilla.org/integration/mozilla-inbound/rev/4a2337e621f1
Attachment #8343480 -
Flags: review?(brian)
Attachment #8343480 -
Flags: review+
Attachment #8343480 -
Flags: checkin+
| Reporter | ||
Updated•11 years ago
|
Target Milestone: --- → mozilla28
Comment 7•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Whiteboard: [good first bug][mentor=briansmith] → [good first bug][mentor=briansmith][qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•