Closed
Bug 53810
Opened 25 years ago
Closed 25 years ago
Security prefs not saved
Categories
(Core Graveyard :: Security: UI, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: junruh, Assigned: ddrinan0264)
References
Details
(Keywords: regression, Whiteboard: [rtm need info])
Attachments
(2 files)
|
3.27 KB,
patch
|
Details | Diff | Splinter Review | |
|
3.80 KB,
patch
|
Details | Diff | Splinter Review |
9/22 WinNT, Win98 and Linux.
1.) Open Security Manager and click on Applications.
2.) Change all of the preferences and close Security Manager.
3.) Open Security Manager and click on Applications.
What is expected: That the prefs would be saved.
What happens: The prefs are not saved.
| Assignee | ||
Comment 5•25 years ago
|
||
| Assignee | ||
Comment 6•25 years ago
|
||
Javi,
Please review my changes to psm_ui.properties.in.
Comment 7•25 years ago
|
||
patch looks good. r=javi
Comment 8•25 years ago
|
||
Most of this patch seems fine. I'm a little confused why your toggle functions
are so verbose. Couldn't they all follow the model, e.g.,
function toggleTLSCipher()
{
enable_tls = !enable_tls;
}
You have several of these. The example above seems clearer to me. I also think
it's better to write |if (enable_tls)| than |if (enable_tls == true)|. It's
idiomatic, and reduces the brain-print your script puts on the reader. Other
than these, the patch looks good. Have you successfully tested these patches
(this one and the one from bug #53198)? I've cc'd myself on this bug, as soon
as you attach the new patch, I can give you the sr=. Just label the patch with
something that mentions my name so I notice, e.g., "updated patch as per scc's
review".
| Assignee | ||
Comment 9•25 years ago
|
||
Comment 10•25 years ago
|
||
Looks good :-) sr=scc
| Assignee | ||
Comment 12•25 years ago
|
||
Marking thus rtm+ again since my previous attempt did not seem to take.
Comment 13•25 years ago
|
||
Critical functionality, but a giant patch for this point in time :-/.
Please land this on the trunk, and put the results in this bug (regressions?
smooth? etc.). After landing on the trunk, and getting feedback for 24 hours,
renominate.
Marking rtm need info
Whiteboard: [rtm+] → [rtm need info]
| Reporter | ||
Comment 14•25 years ago
|
||
The fix is not yet in the 101604 Mtrunk Win98 build.
| Reporter | ||
Comment 15•25 years ago
|
||
*** Bug 57152 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 16•25 years ago
|
||
This bug was fixed on the trunk on Monday. Marking rtm+.
Whiteboard: [rtm need info] → [rtm+]
| Reporter | ||
Comment 18•25 years ago
|
||
This bug of sort of fixed. The pref to "Select Automatically" or "Ask Every
Time" works, as does turning off or on SSL2. SSL3 and TLS.
However, the four Applications/Navigator prefs to turn on or off warnings are
still not saved.
Win98 commerical Trunk 102004 build.
| Reporter | ||
Comment 19•25 years ago
|
||
*** Bug 57680 has been marked as a duplicate of this bug. ***
Comment 20•25 years ago
|
||
Did this get checked into the branch? It has now had rtm++ for 5 days!
| Reporter | ||
Comment 21•25 years ago
|
||
The fix has not even been checked into the trunk. The bug is still there.
The four Applications/Navigator prefs to turn on or off warnings are
still not saved. Trunk commercial Win98 102504.
Comment 22•25 years ago
|
||
So has this been checked in on the branch or not? Left v-mail for ddrinan. If it
has not been checked in on the branch, then this fix has missed the first N6
candidate build, so we can not take it unless we respin. This bug is in
candidate limbo. We will reconsider this fix once we have a candidate in hand,
but we can't take this fix before then. PDT marking [rtm+]
Whiteboard: [rtm++] → [rtm+]
| Reporter | ||
Comment 23•25 years ago
|
||
Linux only now. The four warning prefs under the Applications tab still are
not saved. This works with this weekend's MN6 builds for Mac and Win98.
OS: All → Linux
Hardware: All → PC
Comment 24•25 years ago
|
||
PDT interpretation of this is that the bug was fixed ON THE BRANCH in a way
which does not work on Linux. Marking [rtm need info] then. ddrinan, what's the
story?
Whiteboard: [rtm+] → [rtm need info]
| Assignee | ||
Comment 25•25 years ago
|
||
This was checked into the branch. I will check on why it's still broken on
Linux.
| Reporter | ||
Comment 26•25 years ago
|
||
The fix is still not in the 11-1-19-MN6 Linux build.
Comment 27•25 years ago
|
||
What's the current status of this bug? A quick update would help a lot. Thanks.
Comment 28•25 years ago
|
||
If it's not in the daily builds yet, we'll have to provide a new drop of PSM to
fix this. (I believe the TLS prefs are saved, just some of the SSL related
prefs--entering secure, viewing secure, leaving secure--don't stick.)
| Assignee | ||
Comment 29•25 years ago
|
||
Leaf has just informed me that he has just picked up the correct PSM xpi files
for Linux. This should be fixed in the next N6 build.
Comment 30•25 years ago
|
||
So should this move off the rtm radar now that it has been fixed for rtm?
| Reporter | ||
Comment 31•25 years ago
|
||
Fixed in the 11/3 morning trunk build.
Comment 32•25 years ago
|
||
verified on the 2000-11-03-09-MN6 build on win2k , winNT that security prefs can
are saved.
| Reporter | ||
Comment 33•25 years ago
|
||
Removing vbranch keyword, and marking verified.
Status: RESOLVED → VERIFIED
Keywords: vbranch
| Reporter | ||
Comment 34•25 years ago
|
||
Mass changing Security:Crypto to PSM
Component: Security: Crypto → Client Library
Product: Browser → PSM
Version: other → 2.1
| Reporter | ||
Comment 35•25 years ago
|
||
Mass changing Security:Crypto to PSM
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•