Closed
Bug 95159
Opened 24 years ago
Closed 24 years ago
autocomplete preferences ambiguous
Categories
(SeaMonkey :: Autocomplete, defect, P4)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.8
People
(Reporter: diego, Assigned: hewitt)
Details
Attachments
(1 file, 3 obsolete files)
2.28 KB,
patch
|
samir_bugzilla
:
review+
|
Details | Diff | Splinter Review |
This continues bug 84809 as duggested by Dean Tessman..
In the preferences the "Advanced" button should be disabled if "Enable Location
bar autocomplete" is not checked.
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•24 years ago
|
Priority: -- → P4
Target Milestone: --- → mozilla1.0
Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla1.0 → mozilla0.9.8
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 2•24 years ago
|
||
OK, to celebrate bugweek I hacked together my first mozilla patch. Code review
would be greatly appreciated. Bear in mind that I am completely new to this. It
is a trivial patch, but there are probably endless opportunities for error.
Assignee | ||
Comment 3•24 years ago
|
||
Comment on attachment 56244 [details] [diff] [review]
first try
thanks for the patch, diego
sr=hewitt, however, could you please change the formatting of that if statement to be like this:
if (a)
b;
else
c;
Attachment #56244 -
Flags: superreview+
Reporter | ||
Updated•24 years ago
|
Attachment #56244 -
Attachment is obsolete: true
Reporter | ||
Comment 4•24 years ago
|
||
Reporter | ||
Comment 5•24 years ago
|
||
Your wish is my command, hewitt ;)
I changed the formatting of the if statement. Hope this is good enough now.
Reporter | ||
Comment 6•24 years ago
|
||
Come on Hewitt, check it in, make me famous and the envy of all my friends ;-)
This should be safe enough for 0.9.6.
Reporter | ||
Comment 7•24 years ago
|
||
The file I edited changed, here is the updated patch.
Attachment #56307 -
Attachment is obsolete: true
Reporter | ||
Comment 8•24 years ago
|
||
Seems like I catched a glitch in patch maker here. This version of the patch
should be applyable with patch. Have fun.
Attachment #57912 -
Attachment is obsolete: true
Comment 9•24 years ago
|
||
Comment on attachment 57921 [details] [diff] [review]
patch that patch can apply
r=sgehani
Attachment #57921 -
Flags: review+
Assignee | ||
Comment 10•24 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 11•24 years ago
|
||
VERIFIED on latest Linux and Windows nightly builds ---> VERIFIED
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•