Closed
Bug 365529
Opened 19 years ago
Closed 19 years ago
Take advantage of new yes/no constant in nsIPrompt
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: csthomas, Assigned: sciguyryan)
References
()
Details
Attachments
(5 files, 1 obsolete file)
|
1018 bytes,
patch
|
Biesinger
:
review+
Biesinger
:
superreview+
|
Details | Diff | Splinter Review |
|
1.05 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
|
1.11 KB,
patch
|
neil
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
|
1.31 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
|
2.28 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
Bug 351881 added yes/no constant to nsIPrompt. Callers that currently create it themselves should be updated. URL field contains search for some candidate callers.
| Assignee | ||
Comment 1•19 years ago
|
||
Patch v1 for nsHttpChannel
Assignee: nobody → sciguyryan+bugzilla
Status: NEW → ASSIGNED
Attachment #250097 -
Flags: superreview?(cbiesinger)
Attachment #250097 -
Flags: review?(cbiesinger)
| Assignee | ||
Comment 2•19 years ago
|
||
Patch v1 for nsPasswordManager
| Assignee | ||
Comment 3•19 years ago
|
||
Attachment #250099 -
Flags: superreview?(mconnor)
Attachment #250099 -
Flags: review?(mconnor)
| Assignee | ||
Comment 4•19 years ago
|
||
Patch v1 for nsMsgDBFolder.cpp
Attachment #250105 -
Flags: superreview?(mconnor)
Attachment #250105 -
Flags: review?(mconnor)
| Assignee | ||
Updated•19 years ago
|
Attachment #250098 -
Flags: superreview?(gavin.sharp)
Attachment #250098 -
Flags: review?(gavin.sharp)
| Assignee | ||
Comment 5•19 years ago
|
||
Patch v1 for EmbedPasswordMgr.cpp
| Assignee | ||
Updated•19 years ago
|
Attachment #250105 -
Flags: superreview?(neil)
Attachment #250105 -
Flags: superreview?(mconnor)
Attachment #250105 -
Flags: review?(neil)
Attachment #250105 -
Flags: review?(mconnor)
Updated•19 years ago
|
Attachment #250097 -
Flags: superreview?(cbiesinger)
Attachment #250097 -
Flags: superreview+
Attachment #250097 -
Flags: review?(cbiesinger)
Attachment #250097 -
Flags: review+
| Assignee | ||
Updated•19 years ago
|
Attachment #250099 -
Attachment is obsolete: true
Attachment #250099 -
Flags: superreview?(mconnor)
Attachment #250099 -
Flags: review?(mconnor)
| Assignee | ||
Comment 6•19 years ago
|
||
Previous patch had a missing license line, fixed it for this one.
Attachment #250108 -
Flags: superreview?(mconnor)
Attachment #250108 -
Flags: review?(mconnor)
Comment 7•19 years ago
|
||
Comment on attachment 250098 [details] [diff] [review]
Patch for nsPasswordManager
No SR is needed for /browser and /toolkit (see http://www.mozilla.org/projects/firefox/review.html and http://www.mozilla.org/projects/toolkit/review.html)
Attachment #250098 -
Flags: superreview?(gavin.sharp)
Attachment #250098 -
Flags: review?(gavin.sharp)
Attachment #250098 -
Flags: review+
| Assignee | ||
Updated•19 years ago
|
Attachment #250107 -
Flags: review?(gavin.sharp)
Updated•19 years ago
|
Attachment #250107 -
Flags: review?(gavin.sharp) → review+
Updated•19 years ago
|
Attachment #250108 -
Flags: superreview?(mconnor)
Attachment #250108 -
Flags: review?(mconnor)
Attachment #250108 -
Flags: review+
Updated•19 years ago
|
Attachment #250105 -
Flags: superreview?(neil)
Attachment #250105 -
Flags: superreview+
Attachment #250105 -
Flags: review?(neil)
Attachment #250105 -
Flags: review+
| Assignee | ||
Updated•19 years ago
|
Whiteboard: [checkin needed]
Comment 8•19 years ago
|
||
mozilla/netwerk/protocol/http/src/nsHttpChannel.cpp 1.303
mozilla/toolkit/components/passwordmgr/base/nsPasswordManager.cpp 1.90
mozilla/mailnews/base/util/nsMsgDBFolder.cpp 1.287
mozilla/extensions/wallet/src/wallet.cpp 1.380
mozilla/embedding/browser/gtk/src/EmbedPasswordMgr.cpp 1.5
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Whiteboard: [checkin needed]
| Reporter | ||
Comment 9•19 years ago
|
||
Can some of these patches go on branch (e.g. the nsMsgDBFolder patch)?
You need to log in
before you can comment on or make changes to this bug.
Description
•