Closed
Bug 147631
Opened 23 years ago
Closed 23 years ago
New Navigation preference pane
Categories
(Camino Graveyard :: Preferences, enhancement)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: william, Assigned: mikepinkerton)
References
Details
Attachments
(5 files)
10.32 KB,
application/octet-stream
|
Details | |
642 bytes,
text/plain
|
Details | |
3.21 KB,
text/plain
|
Details | |
9.23 KB,
patch
|
Details | Diff | Splinter Review | |
2.40 KB,
patch
|
Details | Diff | Splinter Review |
Implementation of Navigation preference pane.
Reporter | ||
Comment 1•23 years ago
|
||
See also patch attached to bug #147620 which includes changes to
project.pbxproj to arrange for this bundle to be built.
Reporter | ||
Comment 2•23 years ago
|
||
Bug #147620 contains the implementation of preference options presented by this
UI and relevant additions to project.pbxproj for building.
Reporter | ||
Comment 3•23 years ago
|
||
Oh, and the attachment is a .tar.bz2.
Assignee | ||
Comment 5•23 years ago
|
||
i don't recall seeing the pref panel impl in the referenced bug. is it in the
tarfile? regardless, please attach it separately to this bug as text.
Reporter | ||
Comment 6•23 years ago
|
||
The implementation is in the tarball. I will attach it separately now.
Reporter | ||
Comment 7•23 years ago
|
||
This implementation supersedes that in the previous tarball. I originally used
org.mozilla.chimera but the main bundle identifier is org.mozilla.navigator and
I have renamed to suit.
Reporter | ||
Comment 8•23 years ago
|
||
Reporter | ||
Comment 9•23 years ago
|
||
Updated project to add Navigation pane to build.
Reporter | ||
Comment 10•23 years ago
|
||
Adds preference checking to "open new window" behavior.
Assignee | ||
Comment 11•23 years ago
|
||
checked in, with some code mods for simplicity. you might want to check out what
i did for future reference.
as an aside, i'm not sure how i feel about using tabs for panels with like 1
checkbox. the HIGs proffer the multi-tab way and the "use whitespace, luke" way
that I did in the updated Privacy panel. i guess we can duke it out. it's easy
to change, either way.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 12•23 years ago
|
||
ok, oops, i forgot about the CHGetURLCommand patch. well, i'm still a little
unsure about it. I don't like re-using browser.tabs.opentabfor.middleclick as an
indicator of whether or not i want to open a new tab when a url loads.
perhaps we should file a new bug to discuss that rather than morphing this one
to discuss one particular pref. leaving this closed out and attachment 85442 [details] [diff] [review]
unapplied.
Comment 13•23 years ago
|
||
Navigator pref pane is in. vrfy'ing fixed w/2002.06.18.05 build.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•