pinkerton%aol.net
267f28cc11
rebranding trunk as 1.0+
2005-08-31 18:11:25 +00:00
mark%moxienet.com
52046b4c25
Bug 289334, Download manager text is cut off if too long. Set truncation on NSTextFields. Fix by Nick Kreeger <nick.kreeger@gmail.com>. Camino-only. r=me
2005-08-29 22:51:33 +00:00
smfr%smfr.org
3c14996b83
Add some error dialogs for various fatal errors that can happen during launch of Camino. Addresses bug 201506.
2005-08-28 21:27:04 +00:00
smfr%smfr.org
964a7f0ff5
Make sure CSS is valid.
2005-08-28 00:45:13 +00:00
smfr%smfr.org
468d6720c3
Fix bug 296783: clean up ad_blocking.css to avoid lots of false hits. Make the rules more specific; testing by visiting many of the top 200 sites. r=me
2005-08-28 00:18:35 +00:00
smfr%smfr.org
9e1946dbbc
Fix bug 231736: get the Proxy Auto-Config settings from the OS if possible. Added a new hidden pref "camino.use_system_proxy_settings" which can be used to turn off the automatic reading of proxy info from the OS, if you want to specify it yourself.
...
Also turned off the dumping of JS/CSS errors to the console. r=pinkerton
2005-08-19 19:20:22 +00:00
mark%moxienet.com
3880160a51
Missed files from bug 302080.
2005-08-18 13:29:55 +00:00
mark%moxienet.com
95e7ab9173
Bug 302080, Mac products need to display EULA. New Mac dmg packager, EULA resources, dmg backgrounds, and icons. Also fixes 180837, 257854, 283598. r=josh sr=smfr sr=bryner
2005-08-18 13:11:46 +00:00
smfr%smfr.org
123cc73771
Fix bug 259903: allow the user to show file extensions when saving web pages, and correctly fix up the file extension when they swap formats.
2005-08-17 18:30:12 +00:00
pinkerton%aol.net
5d5b095be5
implement "use selection for find" and move more of the find code into
...
the CHBrowserView and change it to using the firstResponder. (bug 157051)
2005-08-08 02:59:20 +00:00
smfr%smfr.org
864b05dde1
Optimize the performance of bookmarks loading in Camino so that we launch must faster with large bookmarks files. Changes include:
...
* Change from having every bookmark register for page and favicon load notifications to having the BookmarksManger watch for loads, and then notify the relevant bookmarks. Requires the BookmarksManager to maintain two maps, one of page url -> bookmark, and another of favicon url -> bookmark.
* Now we build the bookmarks menus lazily on display: BookmarkMenu is now an NSMenu subclass.
* The writing of Spotlight Metadata for bookmarks now happens on a thread, after we've set up the rest of the bookmarks.
* We no longer save some empty keys for bookmarks and folders to the bookmarks plist file, which reduces its size (and saving cost). Also changed some bookmarks members from being object types (NSNumber) to primitive types.
* Delay the loading of bookmark icons until requested (rather than when the bookmarks url is set on bookmark loading).
* Bookmark changed notifications now go out with a set of change flags, so we know what changed and can avoid saving bookmarks for trivial changes.
* We no longer save the bookmarks when you tab between fields in the Info panel, if you didn't change anything.
* Sundry bookmarks code cleanup for readability and leg-cocking.
* We now save custom (i.e. <link>-based) favicon URLS with bookmarks, which allows us to avoid hitting the Necko cache for every bookmark up-front as we try to figure out the favicon url for a bookmark.
* The site icon provider code now provides info in the "loaded" notification about whether the load came from the network.
Fixes bug 279994, bug 236373.
2005-08-06 20:14:30 +00:00
smfr%smfr.org
730c541360
Take out a rule that matches any div with "popup" in the id because it's too general (bug 302547).
2005-08-05 03:36:36 +00:00
pinkerton%aol.net
f8e5d82100
add pause/resume to download manager (bug 187483)
2005-08-02 22:53:43 +00:00
smfr%smfr.org
80bbacfa81
Fix bug 160008: make autocomplete work in the Location sheet.
2005-08-02 20:28:45 +00:00
pinkerton%aol.net
01ff08ee96
change default button to "Add" (bug 285528)
2005-08-01 02:19:51 +00:00
pinkerton%aol.net
9a7916d519
ran through -cat to reduce file size
2005-08-01 02:03:25 +00:00
pinkerton%aol.net
ccba77430f
history toolbar item
2005-08-01 01:03:45 +00:00
pinkerton%aol.net
a1ef01911e
add toolbar button to show history (bug 229957)
2005-08-01 01:03:10 +00:00
smfr%smfr.org
70b3ea46f1
Fix bug 302732: favicon can remain in tab when going back/forward; fixed by swapping favicons even if there is no new network load (which happens wiht bfcache).
...
Fix bug 195169: when making bookmarks, we save the URL with relataive anchors now (before, we just used the page URL).
Fix bug 295731: when a favicon loads, make sure it's for the current page before showing it.
Fix bug 231039: we save the bookmarks splitter location now.
Fix bug 284829: about:bookmarks/about:history have a favicon now.
Fix bug 293768: we save the expanded state of bookmarks folders in the bookmarks outliner now (which requires us to save UUIDs to the bookmarks file)
Maybe help bug 289769: avoid using 'nil' as a premature argument to [NSDictionary dictionaryWithObjectsAndKeys], which may have contributed to lost bookmarks.
Fix bug 285097: show the correct (localizable) window title for bookmarks and history.
Code cleanup: removed [CHBrowserView getCurrentURLSpec] and replaced all calls with calls to [CHBrowserView getCurrentURI], which should return the same thing. Standardized wrapper methods to match.
2005-07-31 22:36:56 +00:00
pinkerton%aol.net
71ea4cb477
adding "camino support" link to help menu (bug 183570)
2005-07-31 21:28:05 +00:00
pinkerton%aol.net
62e066a40c
move bookmarks.plist into localized folder so default bookmarks can be
...
tailored per localization. (bug 179900)
2005-07-31 21:09:14 +00:00
smfr%smfr.org
a07d57cc28
Fix bug 191702: change New Bookmark Folder shortcut to Command-SHIFT-N.
2005-07-30 01:16:37 +00:00
pinkerton%aol.net
8d44844b8c
09a2+ branding
2005-07-20 14:46:33 +00:00
smfr%smfr.org
1ace8a3ff8
Fix keyboard navigation in the keychain dialogs (bug 173213).
2005-07-17 04:33:09 +00:00
smfr%smfr.org
236a008b93
Fix bug 298295 (tweak tab corner images), and shrink other images with tiffutil.
2005-07-17 04:27:28 +00:00
pinkerton%aol.net
3118f4147b
bold title of alert sheets (bug 300581)
2005-07-13 17:11:41 +00:00
pinkerton%aol.net
0ad3eaaf26
0.9a2 branding
2005-07-12 18:39:04 +00:00
pinkerton%aol.net
7b3c72fb2c
removing unsued prefs file
2005-07-05 22:48:08 +00:00
pinkerton%aol.net
b718840f60
turn on bfcache pref for nightly builds
2005-07-05 22:41:08 +00:00
smfr%smfr.org
e9c8c68aaf
Fix bug 248304: turn off the universal charset detector by default, but allow users to turn it back on via an item at the bottom of the Text Encodings menu. Also add a new item for GB 18030. r=pinkerton.
2005-07-05 20:11:34 +00:00
joshmoz%gmail.com
66a92a88ff
add "Reset Camino" to localizable strings. b=294727 r=josh
2005-07-05 19:41:38 +00:00
smfr%smfr.org
94a32617e9
Fix bug 298629: clear search results when switching between history and bookmarks. Also fix the action menu when history is visible to use the dynamically created context menu.
2005-06-24 02:23:43 +00:00
pinkerton%aol.net
992df5b26f
0.9a1+ branding for trunk
2005-06-21 00:29:41 +00:00
joshmoz%gmail.com
dce080d536
get rid of blue globe/lock icon in status bar for UI cleanliness reasons. what did the blue globe mean anyway? b=297138 r=armen sr=pinkerton
2005-06-09 18:09:57 +00:00
pinkerton%aol.net
a7f59e5f6c
updating user agent to 09a1
2005-06-09 14:47:30 +00:00
joshmoz%gmail.com
03f8c0e0d1
Get rid of "Document: Done" from status bar. b=246112 r=josh sr=smfr
2005-06-09 07:59:05 +00:00
joshmoz%gmail.com
3a51a00558
Make scrollbar size consistent in bookmark manager. Collections scrollbar is now big. No bug, trivial change. r=josh r=armen
2005-06-09 02:34:16 +00:00
pinkerton%aol.net
3b15bf4ae2
much better version of the file from Neil
2005-05-31 13:00:44 +00:00
pinkerton%aol.net
877f157b1a
make description a text view so that return works inside it. also lets
...
spellchecking work on 10.3. (bug 292613)
2005-05-29 17:28:35 +00:00
pinkerton%aol.net
10fdda9e81
0.9a1 alpha branding
2005-05-29 15:48:18 +00:00
pinkerton%aol.net
7374d205ed
add adblocking with userContent.css to pref panel.
2005-05-27 22:10:10 +00:00
smfr%smfr.org
b70df9235e
Add site icons to the history outliner and history menus.
...
Add support for site icons specified in link elements (bug 162893), part of patch by Ludovic Hirlimann.
Add a site icon image cache, so that we can get site icons without a round trip through necko, and avoid duplicate images (bug 294675).
Add a Clear History item to the end of the go menu (bug 294205).
Make the history menus no more than 100 items long, with a "Show More" item at the end, to avoid long delays when showing them (bug 291414).
2005-05-23 03:36:08 +00:00
joshmoz%gmail.com
0cef8134b7
use unified toolbars on Mac OS X 10.4. no bug, sr=pink
2005-05-21 08:18:53 +00:00
smfr%smfr.org
36bea03510
Fix bug 292694 (Go menu missing history on Tiger) and improving history menu display performance (bug 291414). Fix both by not relying on [NSMenu update] to rebuild the menu, but by using a Carbon Event which fires on menu display.
2005-05-17 16:47:22 +00:00
smfr%smfr.org
3750d05aec
Put global history on the Go menu, implemented using the HistoryDataSource this time. Bugs 179676 and 291414.
2005-05-14 05:30:47 +00:00
pinkerton%aol.net
9812caeadd
force camino to tab to form controls, regardless of the system pref. this
...
best matches user expectation as nobody knows about the system pref, or that
that particular pref would impact camino's content area tabbing.
2005-05-11 03:26:08 +00:00
pinkerton%aol.net
edd303aedf
fix copyright statements to match firefox (bug 292304)
2005-05-09 23:30:14 +00:00
pinkerton%aol.net
f59aecc7e9
use error pages instead of sheets (bug 292646)
2005-05-09 23:08:17 +00:00
pinkerton%aol.net
92693a712b
Rendezvous -> Bonjour
2005-05-07 00:12:38 +00:00
pinkerton%aol.net
eed79327dd
rearrange tab context menu (bug 291767)
2005-05-04 20:08:11 +00:00
pinkerton%aol.net
fc21a2dbd3
add toolbar item for form fill
2005-05-03 14:49:57 +00:00
pinkerton%aol.net
6d2f6429de
manual form fill
2005-05-01 17:59:45 +00:00
pinkerton%aol.net
16140fc8b3
adding divider line for new tabbed widget (bug 271621)
2005-04-24 21:28:33 +00:00
pinkerton%aol.net
1230e9783f
add "looking glass" to search fields that don't have a popup (bug 282540)
2005-04-24 19:46:32 +00:00
pinkerton%aol.net
7a2511f32a
full history in Go menu
2005-04-21 05:40:38 +00:00
smfr%smfr.org
242ee65f2b
Improve sorting of history categories and items, taking care to sort categories sensibly given the current sort order.
...
Also save the expanded state of the history view in user defaults, to preserve it across launches.
No bug.
2005-04-01 18:12:16 +00:00
smfr%smfr.org
1081ba2d85
Improved bookmarks menu item enabling. Rather than try to recreate the logic for automatic item enabling (which is non-trivial), use a dummy, auto-enabling bookmarks menu, loaded from the nib, to get correct enable states and item titles. This really fixes bug 287339.
2005-03-26 04:05:46 +00:00
smfr%smfr.org
c6d8a395b5
Fix bug 287339: correctly enable/disable bookmark items when tabs close, and windows change layers.
...
Make the NSOpenPanel into a sheet when a window is up.
Allow opening multiple items in the open panel, opening them in tabs.
Remove [MainController pumpGeckoEventQueue] which is obsolete and unused.
Add NSResponder+Utils.h/m to the project.
Remove #ifdefs in AppComponents.mm now that we will be using nsSimpleGlobalHistory.
2005-03-25 18:23:31 +00:00
smfr%smfr.org
8d516f7208
Reinstate the context menu on bookmark collections, that got lost in the reshuffle.
2005-03-25 07:21:45 +00:00
smfr%smfr.org
13a2632e73
Fix bug 286157: the Description column was calling -description, rather than -itemDescription.
2005-03-15 06:35:40 +00:00
smfr%smfr.org
d2dac35611
New nib file for Add Bookmarks (part of last checkin).
2005-03-10 19:30:57 +00:00
smfr%smfr.org
61495240a5
Rewrite the add bookmark code (no bug) so that we don't need a BookmarksViewController for this.
...
Fix bug 285339 (progressive slowdown with more tabs) by releasing all the nib members of the BookmarksEditing nib when closing tabs.
Delay loading the bookmarks editing nib until bookmarks are shown, making new tab creation faster.
When creating a bookmark when bookmarks are showing, use the previous page as the bookmark by looking back in session history.
Save the state of the history folders for a given bookmarks view.
Fix bug 247543 (remember last used Add Bookmark folder across windows).
Change [BookmarkItem description] to [BookmarkItem itemDescription] because -description should be reserved.
When creating a new folder deep in bookmarks, expand all parent folders so that the new folder is visible.
Rename various "add bookmark" methods so that they are all consistent (allowing us to write to FirstResponder when appropriate).
2005-03-10 18:10:23 +00:00
smfr%smfr.org
bda7e84a12
Fix typo in pinkerton's last checkin.
2005-03-07 06:44:32 +00:00
joshmoz%gmail.com
fd8473ff70
add "Send This Link..." contextual menu item. b=227803 r=joshmoz sr=pinkerton
2005-03-06 01:33:21 +00:00
pinkerton%aol.net
adc2530b15
add keycombos for show/hide toolbar and bookmark bar (bug 281504)
2005-03-05 18:14:21 +00:00
joshmoz%gmail.com
79f91e430f
add preference menu for default browser. b=218271 r=smfr sr=pinkerton
2005-03-05 18:14:11 +00:00
pinkerton%aol.net
01a1b4d770
fix case where prefs could not exist and we'd get uninitialzed values for
...
opening tabs/windows with cmd-click. (bug 283363)
2005-03-05 18:06:25 +00:00
smfr%smfr.org
3368ed86e9
Implement bookmarks in tabs, bug 215235. r=pinkerton.
2005-03-04 17:32:15 +00:00
smfr%smfr.org
5aa1cb78de
Add "Installed Plug-Ins" menu item to the bottom of the Help menu (bug 166966).
2005-03-03 05:59:21 +00:00
smfr%smfr.org
87bfd774ab
Sync up BrowserWindow.nib with the removal of the mBookmarkViewController and mHistoryDataSource outlets from the BrowserWindowController.
2005-02-24 07:11:21 +00:00
smfr%smfr.org
5c785c2c97
Remove the HistoryDataSource instance from the nib, and instantiate it in code so that we can more clearly release it, fixing history leaks. No bug.
2005-02-24 06:43:20 +00:00
pinkerton%aol.net
564dc31c38
if not all languages are in the right format, fall back to en-us rather than
...
picking the first one that is in the right format (bug 281107)
2005-02-11 18:44:39 +00:00
gerv%gerv.net
1dc8a1c9a4
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-02-02 23:16:20 +00:00
joshmoz%gmail.com
64439d7a7c
update copyright stuff b=279815 sr=pinkerton
2005-01-31 21:29:38 +00:00
smfr%smfr.org
906a7db5e3
Fix bug 279473: prefs were not getting saved if you quit with the prefs window open.
...
Fix [MVPreferencesController sharedInstance] to really return a shared instance for which a ref is kept around, and remove the mPreferencesController member from MainController.
Add [MVPreferencesController clearSharedInstance] so that we can tear down the window on quit, allowing MVPreferencesController to release its embedding reference, so that we can proceed through xpcom shutdown, and thence save the prefs file.
Also cleaned up member naming in MVPreferencesController.
2005-01-27 03:41:26 +00:00
joshmoz%gmail.com
ca9204cc28
don't override system pref detection for tabbing behavior. b=277706 sr=pinkerton
2005-01-20 06:37:20 +00:00
smfr%smfr.org
baa7b6c7b7
Fix the tooltips on the bookmarks editing buttons.
2005-01-19 17:57:29 +00:00
smfr%smfr.org
6cb2a009c7
Fix the context menu on the bookmarks containers pane, and fix the table view selection behaviour when bringing up a context menu (you need to select the item). r=josh
2005-01-17 04:53:23 +00:00
smfr%smfr.org
e40256544b
Resources for history rewrite.
2005-01-16 04:35:15 +00:00
joshmoz%gmail.com
151e0f101e
rename navigation pref pane to "General", also remove multiple pane view and default to "General". no bug, sr=pinkerton
2005-01-14 01:40:13 +00:00
pinkerton%aol.net
69289bff11
add address book functionality for mailto: links in context menu (bug 166958)
2005-01-10 17:42:12 +00:00
joshmoz%gmail.com
8f145d2a04
remove broken bookmark detection code. b=276657 sr=pinkerton
2005-01-04 04:24:27 +00:00
joshmoz%gmail.com
327c8b2986
change File menu item text to Email Page Location
2004-12-20 18:47:53 +00:00
joshmoz%gmail.com
cb874dd7a0
new tab icons for toolbar
2004-12-17 22:02:47 +00:00
joshmoz%gmail.com
e727e361f0
pref reorganization part 1, no bug
2004-12-17 17:58:21 +00:00
joshmoz%gmail.com
6f66c8cbe4
fix spelling mistake. bug=273087
2004-12-06 18:13:30 +00:00
pinkerton%aol.net
838fc9b0f8
add "Empty Cache" item to camino menu that just empties the cache, nothing
...
more.
2004-11-24 15:23:38 +00:00
joshmoz%gmail.com
c742f524b6
fix bug 268441 - Implement network.protocol-handler.external... prefs (no GUI). sr=pinkerton
2004-11-24 04:11:46 +00:00
joshmoz%gmail.com
2d41d985d8
remove pref ui for disbling plugins as it has some major problems (specifically with js). bug 210724. sr=pinkerton
2004-11-20 01:05:27 +00:00
joshmoz%gmail.com
47dd437793
confirm when removing all cookies (bug 246738) sr=pinkerton
2004-11-20 00:50:51 +00:00
joshmoz%gmail.com
f052bc7d76
fix bug 269128 - Two bookmarks in default set are missing/changed. sr=pinkerton
2004-11-18 22:27:30 +00:00
joshmoz%gmail.com
8e4c7dcb2d
add localized strings for Omniweb 5 importing (bug 258902)
2004-11-11 00:36:04 +00:00
joshmoz%gmail.com
394a441f83
update nib files to 10.2+ format, done to make future modifications easier, get rid of future incompatability issues, memory usage improvements (objects are keyed), possible performance improvements, no bug
2004-11-05 06:48:42 +00:00
joshmoz%gmail.com
9a9da97694
localize cookie editor yes/no values (bug 262780)
2004-11-04 21:23:48 +00:00
joshmoz%gmail.com
981459781e
fix for bug 229930 - add toolbar item for showing download manager
2004-10-27 21:11:01 +00:00
joshmoz%gmail.com
9d21b202c2
bug 257281 - add browser reset functionality
2004-10-20 21:25:06 +00:00
joshmoz%gmail.com
fa6766534d
quick grammatical fix for a dl manager tooltip - "Remove all inactive download(s)" should not have a parenthesized "s" (no bug, sr=pinkerton)
2004-10-14 19:21:49 +00:00
pinkerton%aol.net
f2c105c65c
change finder version to 0.8+
2004-10-12 14:48:41 +00:00
joshmoz%gmail.com
9792ffdbf7
allow localization of suggested bookmark export file name (bug 262779)
2004-10-07 19:46:32 +00:00
pinkerton%aol.net
7c46b1f416
remove 16-tab limit. add overflow menu (chevron). bug 261134
2004-10-03 21:33:08 +00:00
pinkerton%aol.net
40fe460f45
new tab widget implementation (bug 235782)
2004-09-02 22:52:29 +00:00
pinkerton%aol.net
97936c55b1
l10n fixes for 249259, 252407, 248163
2004-08-04 21:03:34 +00:00
pinkerton%aol.net
c5228539f8
remove unused 10.1.x code, make min version be 10.2, general cleanup
2004-07-12 17:52:33 +00:00
pinkerton%aol.net
09d1dce809
use mozilla sourceid for google search
2004-06-23 12:53:40 +00:00
pinkerton%aol.net
d6264c8fc5
dual-page nav buttons to look better on small size. fix dpi on some others.
...
add mini down-arrow to back/fwd.
2004-06-21 21:55:35 +00:00
pinkerton%aol.net
b221b87536
add 'open in new tabs' from bookmark bar context menu (bug 247895)
2004-06-21 14:21:51 +00:00
pinkerton%aol.net
be5f71918a
allow l10n of Credits.rtf file (bug 232828)
2004-06-17 01:12:29 +00:00
pinkerton%aol.net
135ffda14a
better manage the info tab panels to fix black bg on 10.1 and forgetting
...
which tab is selected when going between folders/items. Also cleans up the
code a lot (bugs 242650, 243246)
2004-06-16 22:17:44 +00:00
pinkerton%aol.net
8a9c8776c1
fix a large number of context menu and bookmark info bugs and cleanup the
...
code. see http://bugzilla.mozilla.org/show_bug.cgi?id=245710#c11 for a
comprehensive list (bug 245710)
2004-06-16 06:09:47 +00:00
pinkerton%aol.net
1d92f2d542
fix horizontal scrollwheel (bug 246879)
2004-06-16 04:56:26 +00:00
pinkerton%aol.net
7a7f3f513f
moving import/export bookmarks to file menu. standardizing file menu, removing
...
some separators. removing "window" from zoom/minimize. changing next/prev tab
cmd keys to cmd-opt-left/right arrow
2004-06-09 22:46:51 +00:00
pinkerton%aol.net
125814a072
cleanup toolbar button strings making them easier to correctly localize
...
(bug 245911)
2004-06-09 22:19:48 +00:00
pinkerton%aol.net
a152bc18f4
fix typo
2004-06-02 02:45:30 +00:00
pinkerton%aol.net
55b074a219
better l10n for bookmark containers. rename "bookmark toolbar" to "bookmark
...
bar" consistently in UI. (bug 243770)
2004-06-01 22:36:24 +00:00
pinkerton%aol.net
656d92855a
better feedback importing bookmarks, show where they end up in manager on
...
completion (bug 242545)
2004-06-01 22:21:33 +00:00
pinkerton%aol.net
6e409ef3e0
fix alt/shift scrollwheel (bug 244124)
2004-05-24 23:28:53 +00:00
pinkerton%aol.net
3e93996a80
bump version to 0.8+ on trunk
2004-05-24 23:17:25 +00:00
pinkerton%aol.net
446e9607ce
fix bookmark manager context menu so they are more consistent. don't show info
...
for folders. deselect when clicking an area where there is no row. (bug
223701)
2004-05-12 01:57:13 +00:00
pinkerton%aol.net
a469c5b8e1
better tif images for tab close widget
2004-04-30 20:29:55 +00:00
pinkerton%aol.net
c528767672
add cmd-, as prefs shortcut
2004-04-25 23:09:00 +00:00
pinkerton%aol.net
4f7945028c
better icons for nav bar, fixed resolution on tab buttons, updated the globe,
...
better loading-image. (bug 182492)
2004-03-30 03:39:10 +00:00
pinkerton%aol.net
f685e8a652
add cmd-shift-d for download window (bug 229748)
2004-03-26 02:59:34 +00:00
pinkerton%aol.net
50bbab0018
set a min-size when user clicks maximize button (bug 187164)
2004-03-26 01:50:25 +00:00
pinkerton%aol.net
f5e176e5eb
better gopher/ftp icons
2004-02-25 00:07:13 +00:00
pinkerton%aol.net
8230f54542
additional throbber icons
2004-02-24 23:56:43 +00:00
pinkerton%aol.net
968f3c9fc3
unused icon
2004-02-24 23:52:33 +00:00
pinkerton%aol.net
ceba89fe2f
new icons, aren't we purdy? (bug 234916)
2004-02-24 23:52:03 +00:00
pinkerton%aol.net
38a2555c33
removed disclosureTriangles and edit_on button (no longer used)
2004-02-24 01:11:57 +00:00
pinkerton%aol.net
6d41b0af1e
new icons for bookmark manager and a new nib that slightly rearranges things
...
so it's not so cluttered (bug 226696)
2004-02-24 00:58:26 +00:00
pinkerton%aol.net
c39d7f8128
adding buttons for a close widget on tabs (bug 211570)
2004-02-23 21:38:43 +00:00
pinkerton%aol.net
78dcd1e0df
tab through text fields and form controls by default (bug 197193)
2004-02-18 00:05:52 +00:00
pinkerton%aol.net
b96755c27b
reverting to correct behavior after identifying Tp regression
2004-02-17 19:10:54 +00:00
pinkerton%aol.net
e50868630d
backing out fix to 180461 to test a hunch with Tp
2004-02-17 17:02:49 +00:00
pinkerton%aol.net
9294ef7a53
fix urls
2004-02-17 08:14:26 +00:00
pinkerton%aol.net
27bcd90e53
adding items to help for release notes, tips&tricks, and search customization
...
(bug 228249)
2004-02-17 08:06:08 +00:00
pinkerton%aol.net
f602f3dad6
differentiate "view source" tabs and windows (bug 156606)
2004-02-16 22:37:46 +00:00
pinkerton%aol.net
740146122c
pin search field to the right and make it a little bigger so the rounded
...
version looks correct
2004-02-12 07:41:51 +00:00
pinkerton%aol.net
490d78058c
change copyright
2004-02-11 22:37:46 +00:00
pinkerton%aol.net
17fce2cdd0
use exterior focus rings (panther only) set row height on item/search panels
...
to 16 to better match safari
2004-02-11 17:54:09 +00:00
pinkerton%aol.net
ae0d7e6e37
reconnect the autocomplete text field to the browser window so it can
...
pass the escape key to it. it got disconnected at some point.
2004-02-08 20:41:48 +00:00
pinkerton%aol.net
08352808a4
use "Select" in choose directory button instead of "Open" (bug 232926)
2004-02-04 22:52:30 +00:00
pinkerton%aol.net
7e512f226f
require 10.1.5 at minimum (Bug 184864)
2004-01-28 21:50:11 +00:00
pinkerton%aol.net
b357334cfb
use aa fonts regardless of font size (bug 180535)
2004-01-23 22:44:23 +00:00
pinkerton%aol.net
3c9e98ac0b
add site icons and urlbar autocomplete prefs back in as they were removed
...
from all.js
2004-01-21 20:25:31 +00:00
pinkerton%aol.net
278f8038ff
remove font prefs that were always present but getting changed by all.js after
...
we set them here. Now that this file comes after all.js, they were suddenly
being used and aren't necessarily what we want.
2004-01-21 01:03:49 +00:00
pinkerton%aol.net
171f6dd182
change "view source" to cmd-opt-v to match safari and free up cmd-E for its
...
reserved purpose (bug 160777)
2004-01-20 21:39:15 +00:00
pinkerton%aol.net
39531481da
fix icon in bookmark sheet to 64x64 (bug 230662)
2004-01-15 19:40:08 +00:00
pinkerton%aol.net
cc46648183
set the charset detect to what mozilla uses. what we were using wouldn't
...
always work (bug 180461)
2004-01-14 17:54:25 +00:00
pinkerton%aol.net
ece372f07e
set the title of the window to "bookmark manager" when managing bookmarks and
...
return to the previous title when going back to web page (bug 199790)
2004-01-13 20:33:10 +00:00
pinkerton%aol.net
24c2fd6357
use the correct file suffix when exporting bookmarks
2004-01-09 16:07:24 +00:00
pinkerton%aol.net
cb4d0ec437
remove traces of splash screen code and images. fix up some inconsistencies
...
in the MainMenu nib as well (bug 152464)
2004-01-06 21:47:24 +00:00
pinkerton%aol.net
a8e931684e
remove FilterView (it's now in a different nib, bug 227370) and fix "new window"
...
in dock menu (wasn't hooked up)
2004-01-05 23:02:43 +00:00
pinkerton%aol.net
07845b4cf4
new nib for bug 227370
2004-01-05 23:01:04 +00:00
pinkerton%aol.net
9470c153ce
new d/l manager from josh aas (bug 223583)
2003-12-30 21:15:47 +00:00
pinkerton%aol.net
408b8f578f
fix a variety of graphical issues with the bm manager (bug 227977)
2003-12-29 07:17:30 +00:00
pinkerton%aol.net
281cb80ef3
new app icons from jasper. not perfect, but better. (bug 228878)
2003-12-23 20:36:50 +00:00
pinkerton%aol.net
acf0c823d4
separate favicon change notifiaction into its own notification to avoid writes
...
to the disk. better spread out loading of favicons at startup. turn back
on favicon support since startup perf issues resolved (bug 226140)
2003-12-23 18:33:28 +00:00
pinkerton%aol.net
ae229ae92d
change bookmarks.xml -> bookmarks.plist so new profiles don't need to import
...
on startup. (bug 223615)
2003-12-10 15:50:58 +00:00
pinkerton%aol.net
5908125888
make sheet consistent with HIGs (bug 227980)
2003-12-10 15:13:37 +00:00
pinkerton%netscape.com
fd4bf6aadf
put "show/hide all bookmarks" strings in, remove sidebar strings
2003-12-09 14:49:44 +00:00
pinkerton%netscape.com
88da54e480
somehow the connection for new window was lost. fixing it.
2003-12-05 15:25:03 +00:00
pinkerton%netscape.com
f0e05d6450
we need to have code to show the about window to customize it to add the
...
build id. turn off the splash screen to gauge community feedback
2003-12-05 00:05:10 +00:00
pinkerton%netscape.com
eb88998812
keep the same collection when showing bookmark manager. make cmd-b be
...
a toggle with "show/hide" menu items instead of just "manage" menu text. make
cmd-y not toggle and always show history. fix updating of bookmark menus
when there are no windows open. remove some outdated cruft from the main
controller and nib. (bug 226904, and then some)
2003-12-04 15:02:32 +00:00
pinkerton%netscape.com
ba315ca6d7
use standard aboutbox instead of custom one (bug 227368)
2003-12-03 21:12:39 +00:00
pinkerton%netscape.com
8708e7b327
remove credits list for new about box
2003-12-03 21:08:08 +00:00
pinkerton%netscape.com
743f361b6c
made a bunch of images smaller (bug 189801)
2003-12-03 18:56:42 +00:00
pinkerton%netscape.com
42593873fc
removing some unused icons (bug 199637)
2003-12-02 20:57:50 +00:00
pinkerton%netscape.com
5bd5527646
New string for bookmark manager over sidebar (bug 227047)
2003-12-02 14:58:51 +00:00
pinkerton%netscape.com
534ec00fe4
new bookmark manager icon
2003-12-02 14:58:08 +00:00
pinkerton%netscape.com
f98feaa8da
typeahead find now needs to be invoked by explicit '/' to avoid people getting
...
pissed off (bug 226161)
2003-11-19 21:48:24 +00:00
pinkerton%netscape.com
01e6e6aa58
apparantly, all-*.js is back to normal. using all-camino.js instead of
...
all-chimera.js at least.
2003-11-19 21:29:38 +00:00
pinkerton%netscape.com
acb6f430f7
really changing find nib to be more cocoa-like
2003-11-14 19:47:18 +00:00
pinkerton%netscape.com
b2faaada14
fixing pref ordering issues so camino prefs load last. turning off loading
...
of favicons at launch time. just too slow.
2003-11-13 20:35:58 +00:00
pinkerton%netscape.com
f2b2ff4594
make search bar part of default toolbar
2003-11-05 17:16:57 +00:00
pinkerton%netscape.com
d51989c9b4
craft search urls so they support utf8 (bug 201642)
2003-11-04 05:08:46 +00:00
pinkerton%netscape.com
61fbbae728
change to 0.7+ and Mozilla Foundation
2003-10-29 20:00:35 +00:00
pinkerton%netscape.com
79295ab779
clean up some issues with nib including placement of "add" buttons and
...
some images (bug 223413)
2003-10-29 19:40:33 +00:00
pinkerton%netscape.com
bf2d7a7706
turn on auto image resizing by default (bug 197323)
2003-10-22 04:29:17 +00:00
pinkerton%netscape.com
dd6aaeeec7
bookmark system rewrite. thanks to dave haas and simon woodside (bug 212630)
2003-10-22 01:08:55 +00:00
bryner%brianryner.com
cd60efa8ac
Updating my email address
2003-09-29 06:04:02 +00:00
bryner%netscape.com
5fef2370ad
Implement Find Previous (cmd+shift+G), bug 206918. r=sfraser.
2003-05-27 20:00:56 +00:00
pinkerton%netscape.com
c95feacd03
fix a variety of crashes caused by me being stupid (window close, quit, clicking
...
on folder button). (bug 205667)
2003-05-15 18:38:59 +00:00
pinkerton%netscape.com
9dbcbba366
add indicator of blocked popup and a popdown menu to quickly unblock sites
2003-05-14 03:45:06 +00:00
pinkerton%netscape.com
0553257a33
first stab at popup blocked image
2003-05-14 03:23:04 +00:00
bryner%netscape.com
4128c39f61
Set typeahead find to search all text by default. Also, removed some prefs that no longer need to be overridden from all.js
2003-05-07 05:38:34 +00:00
sfraser%netscape.com
edd6f67d43
Fix bug 198739: change Camino user-agent string to say 'Camino' rather than 'Chimera'. r=pink, sr=me.
2003-04-28 21:21:03 +00:00
pinkerton%netscape.com
f169106684
make a textedit cell that leaves room for the proxy icon so that we
...
can use a regular NSTextField for the url bar. from nhamblen@mac.com
(bug 198095)
2003-04-23 16:47:11 +00:00
pinkerton%netscape.com
36d620031f
adding prachi
2003-04-10 03:54:53 +00:00
pinkerton%netscape.com
05ae85ece3
adding google search bar, from pgauria@uark.edu (bug 158246)
2003-04-10 03:48:41 +00:00
sfraser%netscape.com
4ab21e3a6b
Add a ; at the end of a line, fixes bug 200339.
2003-04-03 00:36:53 +00:00
pinkerton%netscape.com
2103e47160
implement new cookie dialog api.
2003-03-31 20:34:45 +00:00
pinkerton%netscape.com
de7c7a83c2
replacing some of the icons to look better in new manager (thanks to
...
sam nordemann)
2003-03-26 14:57:44 +00:00
pinkerton%netscape.com
45e820f36d
new in-window bookmark manager.
2003-03-24 02:10:08 +00:00
sfraser%netscape.com
d5ef88cd6d
Add a New Window command to the Dock menu.
2003-03-13 04:08:27 +00:00
sfraser%netscape.com
ef018ea8a2
Turn Rendezvous support on by default.
2003-03-11 07:03:55 +00:00
pinkerton%netscape.com
4840c0dbe7
bookmarks load when clicked in manager, switching to manager stops all
...
page loads. back button responds appropriately if manager is frontmost.
2003-03-07 03:58:24 +00:00
pinkerton%netscape.com
51f8215dae
More changes for in-window bookmarks. bookmarks display and can be edited,
...
buttons hooked up. Still off by default.
2003-03-07 03:06:47 +00:00
bryner%netscape.com
94da3c6af6
Bump version to 0.7 on the trunk (and 0.7+ for UA string identifier).
2003-03-07 02:45:59 +00:00
pinkerton%netscape.com
bfc4629369
beginnings of new bookmark manager, off by default
2003-03-06 19:04:15 +00:00
sfraser%netscape.com
48ec51ae19
Funky new splash screen
2003-03-06 07:55:46 +00:00
bryner%netscape.com
e8a3718c0c
no longer needed
2003-03-05 07:07:15 +00:00
sfraser%netscape.com
293e5b966d
Add .DSStore file for disk image.
2003-03-05 02:48:37 +00:00
sfraser%netscape.com
c0093a7a0f
Merge Chimera->Camino name changing to the trunk.
2003-03-04 18:18:53 +00:00
bryner%netscape.com
4b5d102721
Landing changes from CHIMERA_M1_0_1_BRANCH. (I know I'm breaking the static build, I'll fix it later). Code depending on other Mozilla changes is #ifdef'd BRANCH_CHANGES_NEED_MERGED.
2003-02-13 10:26:09 +00:00
bryner%netscape.com
b434ea0790
Merging changes from CHIMERA_M1_0_1_BRANCH.
2003-01-08 06:33:05 +00:00
bryner%netscape.com
aa8cff95d3
Landing all changes from CHIMERA_M1_0_1_BRANCH onto the trunk, and adapting to trunk API changes. Not part of any normal build.
2002-12-12 11:34:25 +00:00
sfraser%netscape.com
2f24216993
Fix some references to CHHistoryDataSource -> HistoryDataSource.
2002-08-21 02:14:52 +00:00
sfraser%netscape.com
1c0afebfe4
Updating files for the new class names ('CH' for Gecko-embedding wrapper, all other classes have no prefix).
2002-08-21 02:06:38 +00:00
pinkerton%netscape.com
ff2876e028
make status bar text field scrollable instead of wrapping for long
...
urls (bug 163245)
2002-08-19 14:33:04 +00:00
bryner%netscape.com
51ae4e0cf7
Sync Chimera changes with CHIMERA_M1_0_1_BRANCH (bug 161668). In addition to landing all the Chimera-specific changes here, I'm creating a new chimera.js file with our Chimera-specific prefs (and moving them out of all.js). r=brade.
2002-08-16 17:34:24 +00:00
pinkerton%netscape.com
ad8f252e2d
reduce size of splash screen. ifdef'd off use of "loading..." which we never
...
used anyway. fixed huge leak that basically leaked the entire splash screen.
2002-08-16 03:20:54 +00:00
sfraser%netscape.com
1a12bf02a8
Rename CHExtendedTabView to BrowserTabView (because that's what it is), and add a new subclass of CHIconTabViewItem, BrowserTabViewItem, for browser tabs.
2002-08-16 00:58:10 +00:00
sfraser%netscape.com
38ed722467
Adding a Get Info item to the Edit menu, which, for now, only applies to the selected bookmark in the bookmarks sidebar. This is part of bug 155484.
2002-08-15 19:39:14 +00:00
pinkerton%netscape.com
02c62b89e1
Remove pause/resume button from d/l progress dialog and ui strings (bug 157826)
2002-08-15 19:15:24 +00:00
pinkerton%netscape.com
3065f52caa
updated icon from ugo
2002-08-15 19:05:52 +00:00
sfraser%netscape.com
8664c2b72c
Fixing alignment of proxy icon so that site icons don't clip the text border.
2002-08-15 19:01:51 +00:00
pinkerton%netscape.com
4137cd86f3
updated icons from ugo
2002-08-15 18:55:54 +00:00
pinkerton%netscape.com
691171dbdd
Untitled -> untitled per aqua guidelines
2002-08-15 18:21:13 +00:00
sfraser%netscape.com
2b8a7eabcb
Nib changes for bug 160725: hook up mProxyIcon on the BrowserWindowController.
2002-08-15 18:03:38 +00:00
pinkerton%netscape.com
364efe8141
going back to a NSTextField with field editor for the url bar. fixes a lot
...
of hacks and crashes with the NSTextView, while still managing to provide
undo support (bug 161621).
2002-08-13 16:23:42 +00:00
sfraser%netscape.com
dee8dd79ef
Fix for bug 152975. Add a Show/Hide Sidebar menu item with key shortcut Command-/. Patch from Prachi Guariar.
2002-08-06 20:42:25 +00:00
pinkerton%netscape.com
5ba24c811f
Fix problem where hiding the status bar in a popup would cause the content
...
area to extend below the window and scrolling would be messed up and the
horizontal scrollbar would be hidden. (bug 153116).
2002-08-06 19:20:28 +00:00
pinkerton%netscape.com
6113656ea6
adding max horn
2002-08-06 02:32:34 +00:00
pinkerton%netscape.com
e81eb50a28
Somehow we lost the connections on the ok/cancel buttons in the password
...
dialog. hook those up and finiah changing all setEnabled's to setTransparent's
(bug 160758)
2002-08-06 01:10:29 +00:00
sfraser%netscape.com
91634c3b1f
Don't rebuild the entire history data source (and leak it) every time the sidebar is opened, which makes sidebar opening animate more smoothly. Also put in some #ifdefs to it's easier to play with the browser window positioning code on sidebar open.
2002-08-02 23:12:00 +00:00
sfraser%netscape.com
73dad95ce0
Fixing key shortcuts for Previous/Next tab, and reordering those menu items so that Previous comes before Next.
2002-07-30 21:06:49 +00:00
sfraser%netscape.com
c640562437
Keep Navigator.scriptTerminology in sync with Navigator.scriptSuite.
2002-07-30 16:53:09 +00:00
pinkerton%netscape.com
0949187dc6
Sherlock uses the spyglass suite (bug 160130).
2002-07-30 16:02:38 +00:00
sfraser%netscape.com
28b2fd6d95
Adding a 'Search Page' item to the Go menu (bug 160056). Made it and the Home item always enabled.
2002-07-30 05:09:44 +00:00
sfraser%netscape.com
a4d6db1b95
Fix for bug 160037; remove the SearchPageDefault key so that we go to IC for the default search page.
2002-07-30 05:00:14 +00:00
pinkerton%netscape.com
1f5bb58831
Fix cases where the bookmarks info window would remember the last selection,
...
even after it had been deleted. Also changes focus when losing key status so
the field editor gets properly released. We seem to have lost the outlets
in the bm sidebar for the info and edit buttons, re-add and re-attach them
and ensure that they are disabled when there is no selection (bug 159655).
2002-07-29 15:13:49 +00:00
sfraser%netscape.com
f9196b4175
Fixing bug 156893: strip control characters out of strings which are to become bookmark titles, to avoid saving corrupt XML.
2002-07-27 01:24:42 +00:00
sfraser%netscape.com
b244a25789
Fix bug 159461: make the progress window remember its position, and (bug 159460) have it appear in the Windows menu, with a useful name.
2002-07-26 23:37:10 +00:00
pinkerton%netscape.com
3e601834c0
Fixes crash when selecting text during URL load, adds undo/redo to url bar,
...
reduces the number of times we load about:blank to 1 per window, fixes
unicode characters in bookmarks. (bug 149198, 153263, 155710)
2002-07-26 18:50:01 +00:00
bryner%netscape.com
38b27b0e31
Change ShortVersion to be just the version number, not including the product name.
2002-07-25 19:05:56 +00:00
sfraser%netscape.com
dd3f6d57bd
Changing the 'Wrap' checkbox keyboard shortcut from Command-W to Command-R, to avoid conflict with Command-W closing the window.
2002-07-25 05:59:33 +00:00
sfraser%netscape.com
e578686e0a
Fix for bug 159296 -- put the build ID in the about window. Also tweaked the scrolling text timer to fire much less fequently (and scroll more each time, but still remain smooth). Added dist/include to the include paths in the project (for nsBuildID.h), and fixed some file access paths to stuff in widget/src/cocoa.
2002-07-25 05:47:16 +00:00
sfraser%netscape.com
a86b22b9ed
Fix for bug 158378: fix the bookmark info panel to behave correctly, support Undo, and not crash. Patch from David Hass, hacked on by me.
2002-07-25 02:07:43 +00:00
sfraser%netscape.com
fe26729757
Fix bug 157950: make sure that Find Again is disabled if there is no search string stored. Also changed the Find dialog behaviour to stay up when you hit Find (as it should, since it's a panel), to default to 'wrap' and 'ignore case' being on, and added key shortcuts for the checkboxes.
2002-07-25 00:42:53 +00:00
pinkerton%netscape.com
5458ab3cd6
Changed "Save Link As..." in context menus to "Download Link Target..." (bug 159201)
2002-07-24 22:00:11 +00:00
pinkerton%netscape.com
a022433519
localize d/l progress dialog and put strings in localizable.strings (bug 143093)
2002-07-24 21:48:08 +00:00
pinkerton%netscape.com
df3417f20a
fix phantom checkbox and password field in prompt dialog (bug 156561)
2002-07-24 20:41:30 +00:00
pinkerton%netscape.com
9ea5a2d5b3
aqua-looking broken image icon
2002-07-24 17:47:34 +00:00
sfraser%netscape.com
eaff371e3b
Fix bug 145800 -- implement downlod progress UI in chimera. These changes allow us to reuse the nsDownloadListener and progress dialog for both Saving (with an nsIWebBrowserPersist) and downloading (where necko creates an nsIDownload, which we implement). They are also factored so that other cocoa apps could reuse the downloading backend with their own progress dialog. r=pinkerton/bryner/ccarlen.
2002-07-24 05:53:14 +00:00
pinkerton%netscape.com
047cac1b22
Change bookmark sidebar panel buttons to be "momentary change" to get
...
rid of icky border when depressed.
2002-07-23 20:42:39 +00:00
pinkerton%netscape.com
5de18c78dc
Replace the standard gecko 'image placeholder' with a more aqua-one from ugo
2002-07-12 15:22:28 +00:00
bryner%netscape.com
a18b09b2b2
Remove non-functional help menu item, add an Info menu item that goes to the download page.
2002-07-12 04:53:12 +00:00
bryner%netscape.com
cb47d22261
0.4 splash from ugo
2002-07-11 03:33:12 +00:00
bryner%netscape.com
7352fcb104
Oops, I didn't mean to change the format of this file.
2002-07-10 21:11:12 +00:00
bryner%netscape.com
ffb788f35b
Version # -> 0.4.0
2002-07-10 21:06:28 +00:00