Граф коммитов

513 Коммитов

Автор SHA1 Сообщение Дата
smfr%smfr.org 7c83ac8847 Fix bug 303909: remove ellipsis from the "Create New Folder" context menu item on the bookmark bar. Patch partly by Nick Kreeger. 2005-10-07 04:35:35 +00:00
smfr%smfr.org 5abadfb213 Fixes for Camino bugs:
311049: fix focus issue in popup windows.
307743: export of bookmark keywords etc (patch by Chris Lawson).
293768: we now remember which container was selected in bookmarks.

Fixed HTML export by ensuring that the root folder has the appropriate special flag set.
Fixed "Redo" when moving a bookmark within a folder.
Fixed the first Undo after showing bookmarks (which used to throw an exception) by avoiding using the bookmarks undo manager for URL bar text operations.
Fixed drag and drop in the bookmarks to show the correct feedback when copying, and allow copying into the containers table again.
Fixed Undo in the url bar to not create undo items for no-op changes.
Fixed the context menu for empty rows in the bookmarks to enable the "New Folder" item.

Also cleaning up bookmarks reading and import code to deal better with corrupted bookmarks files, ensuring that we always end up with toolbar and menu containers. Fixed setting up the toolbar folder from a bookmarks.xml conversion. Allow us to read a Safari Bookmarks.plist file as the bookmarks file (rather than an import) in case a user copies it over. Break assumptions about the container ordering, so that if container folders get moved around in the bookmarks file, we'll still find them OK.
2005-10-05 20:24:03 +00:00
smfr%smfr.org ac9420277b Fix bug 286115: display separators in the bookmarks toolbar. Patch by Bruce Davidson, r=me. 2005-10-04 18:27:30 +00:00
smfr%smfr.org 8d36f84fa7 Fix camino ad-blocking issues, bugs 306796, 307849, 310721, 311017. 2005-10-04 17:02:23 +00:00
smfr%smfr.org d1c81a1f76 Fix bug 290520: change the Hide/Show Toolbar and Hide/Show Bookmarks Bar modifiers to use Shift, rather than Option. 2005-09-30 04:27:30 +00:00
smfr%smfr.org a98df28e0a Fix bug 299758: ensure that "Add to Address Book" string is localizable. Patch by Smokey Ardisson. 2005-09-30 04:17:22 +00:00
bryner%brianryner.com 6ba0ca043f Add a global limit to the number of cached content viewers that scales with the amount of physical memory. Patch by Marria Nazif <marria@gmail.com>. Bug 292965, r=biesi, sr=me. 2005-09-23 18:16:40 +00:00
smfr%smfr.org 1a56a2fde4 Fix bug 308700: hang when generating certificates on some sites, because the "completion" PLEvent wasn't getting handled promptly. Fix is to push a new event queue while keygen is in progress. Also wired up the "Cancel" button in the nib. 2005-09-20 16:51:14 +00:00
mark%moxienet.com 080c512944 Typo fix, didn't affect anything before, won't affect anything now. r=your grammar teacher 2005-09-20 03:40:50 +00:00
smfr%smfr.org b4cbfced28 Convert CertificateDialog.strings to UTF-16 for localization. Bug 309019. 2005-09-19 17:12:47 +00:00
bryner%brianryner.com 53d768e870 Backing out 292965 until Tp regression is understood. 2005-09-14 07:28:05 +00:00
bryner%brianryner.com d67792fcc9 Add a global limit to the number of cached content viewers that scales with the amount of physical memory. Patch by Marria Nazif <marria@gmail.com>. Bug 292965, r=biesi, sr=me. 2005-09-14 03:38:40 +00:00
smfr%smfr.org 3d2e377a9f Change the default browser prompt to use "Yes" and "No" for button titles, and fix up nsAlertController methods to return standard cocoa button values. 2005-09-10 23:39:19 +00:00
smfr%smfr.org 340ef9e085 Added a dialog on launch to allow the user to set Camino as their default browser (with a "Don't ask again" checkbox), and code to silently update default browser from org.mozilla.navigator to org.mozilla.camino if necessary.
Added a checkbox to the prefs to turn the default browser checking on and off.
Moved all the default browser code into an NSWorkspace category, so it can be called from the app and pref panels.
Compressed some of the pref panel tiff images.
2005-09-10 22:27:20 +00:00
smfr%smfr.org 462a86ea80 More adblocking tweaking. 2005-09-10 22:22:52 +00:00
mark%moxienet.com 73564e919f Bug 244678, change bundle identifier to org.mozilla.camino and creator to MOZC. r=smfr 2005-09-10 05:43:09 +00:00
smfr%smfr.org 4ec5ed3216 Fix bug 179009: update items in context menus by making the menus autoupdate. 2005-09-10 04:37:37 +00:00
mark%moxienet.com 2555a451fd Removing files obsoleted by bug 302080. 2005-09-10 04:09:08 +00:00
mark%moxienet.com 6f410040c6 Bugs 305717, disk image background is confusing. New background and icon by Jasper Hauser <camino@jasperhauser.nl>. Bug 305369, disk image window clips content and other aesthetic complaints. New .DS_Store by yours truly. Camino-only-npotb. r=me 2005-09-10 03:46:11 +00:00
smfr%smfr.org 0033b94c79 Add new small images for the bookmarks search field, and ensure that the SearchFieldCell correctly responds to setControlSize:. 2005-09-10 03:30:47 +00:00
smfr%smfr.org b7d2679dc6 More ad blocking tweaks. 2005-09-10 03:27:28 +00:00
smfr%smfr.org 45499c4ab2 Fix bug 306565: don't block all yahoo images, bug 306723 block mspaceads.com. Also tweaked some other blocking CSS. 2005-09-08 20:56:31 +00:00
smfr%smfr.org b8576d7ce2 Fix bug 272606 and dependents: implement security in UI that allows you to trust new CAs, generate certificates, pick certs when a site asks for one, and a new certificate manager window accessible from prefs. Fixes bugs 151656 170355 267414 272591. r/sr=me. 2005-09-08 00:26:43 +00:00
pinkerton%aol.net 1577e766a8 use ellipsis instead of ... (bug 307252) 2005-09-07 14:12:23 +00:00
pinkerton%aol.net e36e1d053e rebranding trunk as 1.0+ 2005-08-31 18:11:25 +00:00
mark%moxienet.com 344d5a9208 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 459daf10ff 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 7198ad1000 Make sure CSS is valid. 2005-08-28 00:45:13 +00:00
smfr%smfr.org dee83267ec 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 473548d78f 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 4e188e8ab2 Missed files from bug 302080. 2005-08-18 13:29:55 +00:00
mark%moxienet.com 4e19563146 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 11e658247d 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 6c4bf40715 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 700f885ac8 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 0db9004872 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 99b46a5719 add pause/resume to download manager (bug 187483) 2005-08-02 22:53:43 +00:00
smfr%smfr.org 57e1fe973a Fix bug 160008: make autocomplete work in the Location sheet. 2005-08-02 20:28:45 +00:00
pinkerton%aol.net 41444d5835 change default button to "Add" (bug 285528) 2005-08-01 02:19:51 +00:00
pinkerton%aol.net b70f122721 ran through -cat to reduce file size 2005-08-01 02:03:25 +00:00
pinkerton%aol.net ea84a3bdf0 history toolbar item 2005-08-01 01:03:45 +00:00
pinkerton%aol.net 7be81771d5 add toolbar button to show history (bug 229957) 2005-08-01 01:03:10 +00:00
smfr%smfr.org 10450416d0 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 64a70e6466 adding "camino support" link to help menu (bug 183570) 2005-07-31 21:28:05 +00:00
pinkerton%aol.net a145ec5bd9 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 55428a8dd6 Fix bug 191702: change New Bookmark Folder shortcut to Command-SHIFT-N. 2005-07-30 01:16:37 +00:00
pinkerton%aol.net 55f2b027fb 09a2+ branding 2005-07-20 14:46:33 +00:00
smfr%smfr.org a23627a211 Fix keyboard navigation in the keychain dialogs (bug 173213). 2005-07-17 04:33:09 +00:00
smfr%smfr.org d38cfa3baa Fix bug 298295 (tweak tab corner images), and shrink other images with tiffutil. 2005-07-17 04:27:28 +00:00
pinkerton%aol.net bc88601141 bold title of alert sheets (bug 300581) 2005-07-13 17:11:41 +00:00
pinkerton%aol.net 741ed14037 0.9a2 branding 2005-07-12 18:39:04 +00:00
pinkerton%aol.net cdcfe3b1c8 removing unsued prefs file 2005-07-05 22:48:08 +00:00
pinkerton%aol.net d174d4c550 turn on bfcache pref for nightly builds 2005-07-05 22:41:08 +00:00
smfr%smfr.org 344e87775b 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 d706e4741e add "Reset Camino" to localizable strings. b=294727 r=josh 2005-07-05 19:41:38 +00:00
smfr%smfr.org f50615aecb 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 223a59ef98 0.9a1+ branding for trunk 2005-06-21 00:29:41 +00:00
joshmoz%gmail.com 577588f69c 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 1ac6977895 updating user agent to 09a1 2005-06-09 14:47:30 +00:00
joshmoz%gmail.com 2b94cdd1cf 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 9c0e921559 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 e43a39dc38 much better version of the file from Neil 2005-05-31 13:00:44 +00:00
pinkerton%aol.net 47608aa319 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 767c2fb0f4 0.9a1 alpha branding 2005-05-29 15:48:18 +00:00
pinkerton%aol.net 24fe7f2db1 add adblocking with userContent.css to pref panel. 2005-05-27 22:10:10 +00:00
smfr%smfr.org 161e295483 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 7ba076ce76 use unified toolbars on Mac OS X 10.4. no bug, sr=pink 2005-05-21 08:18:53 +00:00
smfr%smfr.org c8f6c80e45 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 c89819224a 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 f7cb6fa18f 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 11465d3dfe fix copyright statements to match firefox (bug 292304) 2005-05-09 23:30:14 +00:00
pinkerton%aol.net 63013f60fd use error pages instead of sheets (bug 292646) 2005-05-09 23:08:17 +00:00
pinkerton%aol.net 995bfc5939 Rendezvous -> Bonjour 2005-05-07 00:12:38 +00:00
pinkerton%aol.net daaf90980e rearrange tab context menu (bug 291767) 2005-05-04 20:08:11 +00:00
pinkerton%aol.net a9bc6ae307 add toolbar item for form fill 2005-05-03 14:49:57 +00:00
pinkerton%aol.net bebbf3cada manual form fill 2005-05-01 17:59:45 +00:00
pinkerton%aol.net 4c7013314e adding divider line for new tabbed widget (bug 271621) 2005-04-24 21:28:33 +00:00
pinkerton%aol.net f46a4c67fd 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 07e3915225 full history in Go menu 2005-04-21 05:40:38 +00:00
smfr%smfr.org 576ecd0feb 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 201ba8cd2f 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 54f7f1bb87 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 35f255b89b Reinstate the context menu on bookmark collections, that got lost in the reshuffle. 2005-03-25 07:21:45 +00:00
smfr%smfr.org 7759071e53 Fix bug 286157: the Description column was calling -description, rather than -itemDescription. 2005-03-15 06:35:40 +00:00
smfr%smfr.org 9a2346a58b New nib file for Add Bookmarks (part of last checkin). 2005-03-10 19:30:57 +00:00
smfr%smfr.org 7473e0fffe 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 15c52d52f5 Fix typo in pinkerton's last checkin. 2005-03-07 06:44:32 +00:00
joshmoz%gmail.com cbc6eba31f add "Send This Link..." contextual menu item. b=227803 r=joshmoz sr=pinkerton 2005-03-06 01:33:21 +00:00
pinkerton%aol.net dfb520e661 add keycombos for show/hide toolbar and bookmark bar (bug 281504) 2005-03-05 18:14:21 +00:00
joshmoz%gmail.com fb33cb8740 add preference menu for default browser. b=218271 r=smfr sr=pinkerton 2005-03-05 18:14:11 +00:00
pinkerton%aol.net ef1f19ff36 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 b9914657b2 Implement bookmarks in tabs, bug 215235. r=pinkerton. 2005-03-04 17:32:15 +00:00
smfr%smfr.org 6251522572 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 329897bbbb 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 63159e0c7d 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 4c1689e10e 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 51258ac3cb Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-02 23:16:20 +00:00
joshmoz%gmail.com 499c52018a update copyright stuff b=279815 sr=pinkerton 2005-01-31 21:29:38 +00:00
smfr%smfr.org 9799bc1d22 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 3fae4f8645 don't override system pref detection for tabbing behavior. b=277706 sr=pinkerton 2005-01-20 06:37:20 +00:00
smfr%smfr.org 9c755d2c2a Fix the tooltips on the bookmarks editing buttons. 2005-01-19 17:57:29 +00:00
smfr%smfr.org 8c811967f0 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 e9d72efdcd Resources for history rewrite. 2005-01-16 04:35:15 +00:00
joshmoz%gmail.com 37826d0f1f 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 ae281739ca add address book functionality for mailto: links in context menu (bug 166958) 2005-01-10 17:42:12 +00:00
joshmoz%gmail.com 276f49ac6e remove broken bookmark detection code. b=276657 sr=pinkerton 2005-01-04 04:24:27 +00:00
joshmoz%gmail.com 9c60a40fdc change File menu item text to Email Page Location 2004-12-20 18:47:53 +00:00
joshmoz%gmail.com 13b445598b new tab icons for toolbar 2004-12-17 22:02:47 +00:00
joshmoz%gmail.com 5e424a10a5 pref reorganization part 1, no bug 2004-12-17 17:58:21 +00:00
joshmoz%gmail.com 4d14ab0c47 fix spelling mistake. bug=273087 2004-12-06 18:13:30 +00:00
pinkerton%aol.net 0b4f19365d 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 69a9b630c0 fix bug 268441 - Implement network.protocol-handler.external... prefs (no GUI). sr=pinkerton 2004-11-24 04:11:46 +00:00
joshmoz%gmail.com d515c2d196 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 5a94fe1797 confirm when removing all cookies (bug 246738) sr=pinkerton 2004-11-20 00:50:51 +00:00
joshmoz%gmail.com 810a4ebb4a fix bug 269128 - Two bookmarks in default set are missing/changed. sr=pinkerton 2004-11-18 22:27:30 +00:00
joshmoz%gmail.com f8694e02b2 add localized strings for Omniweb 5 importing (bug 258902) 2004-11-11 00:36:04 +00:00
joshmoz%gmail.com 8c1a8602e0 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 6e72fbd5d7 localize cookie editor yes/no values (bug 262780) 2004-11-04 21:23:48 +00:00
joshmoz%gmail.com 22b8061a44 fix for bug 229930 - add toolbar item for showing download manager 2004-10-27 21:11:01 +00:00
joshmoz%gmail.com 68695429cb bug 257281 - add browser reset functionality 2004-10-20 21:25:06 +00:00
joshmoz%gmail.com 4703f25662 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 1c2e1f8995 change finder version to 0.8+ 2004-10-12 14:48:41 +00:00
joshmoz%gmail.com 02b9b7caa9 allow localization of suggested bookmark export file name (bug 262779) 2004-10-07 19:46:32 +00:00
pinkerton%aol.net ee2dfe111b remove 16-tab limit. add overflow menu (chevron). bug 261134 2004-10-03 21:33:08 +00:00
pinkerton%aol.net a048a445b3 new tab widget implementation (bug 235782) 2004-09-02 22:52:29 +00:00
pinkerton%aol.net 77dcd2e084 l10n fixes for 249259, 252407, 248163 2004-08-04 21:03:34 +00:00
pinkerton%aol.net eea7b4d69e 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 56fd518298 use mozilla sourceid for google search 2004-06-23 12:53:40 +00:00
pinkerton%aol.net d9a9fd2428 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 96f532b8a5 add 'open in new tabs' from bookmark bar context menu (bug 247895) 2004-06-21 14:21:51 +00:00
pinkerton%aol.net c7dd9827e2 allow l10n of Credits.rtf file (bug 232828) 2004-06-17 01:12:29 +00:00
pinkerton%aol.net 7e4410a4cd 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 26ee61eb3e 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 96d92fc960 fix horizontal scrollwheel (bug 246879) 2004-06-16 04:56:26 +00:00
pinkerton%aol.net 72505e0d2c 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 15759ba031 cleanup toolbar button strings making them easier to correctly localize
(bug 245911)
2004-06-09 22:19:48 +00:00
pinkerton%aol.net 1ed79fde6f fix typo 2004-06-02 02:45:30 +00:00
pinkerton%aol.net 9e3930b001 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 ead02507b9 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 a5921a41c9 fix alt/shift scrollwheel (bug 244124) 2004-05-24 23:28:53 +00:00
pinkerton%aol.net d2be408d7f bump version to 0.8+ on trunk 2004-05-24 23:17:25 +00:00
pinkerton%aol.net ea6ba72e90 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 439ca96c63 better tif images for tab close widget 2004-04-30 20:29:55 +00:00
pinkerton%aol.net ec38b44182 add cmd-, as prefs shortcut 2004-04-25 23:09:00 +00:00
pinkerton%aol.net d0060238f8 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 bddaee45c4 add cmd-shift-d for download window (bug 229748) 2004-03-26 02:59:34 +00:00
pinkerton%aol.net 794d887070 set a min-size when user clicks maximize button (bug 187164) 2004-03-26 01:50:25 +00:00
pinkerton%aol.net 7818a46822 better gopher/ftp icons 2004-02-25 00:07:13 +00:00
pinkerton%aol.net 85087319ae additional throbber icons 2004-02-24 23:56:43 +00:00
pinkerton%aol.net 3fd4a2a1d1 unused icon 2004-02-24 23:52:33 +00:00
pinkerton%aol.net 32a663009f new icons, aren't we purdy? (bug 234916) 2004-02-24 23:52:03 +00:00
pinkerton%aol.net 7b52db981c removed disclosureTriangles and edit_on button (no longer used) 2004-02-24 01:11:57 +00:00
pinkerton%aol.net 3b5cc1eeb2 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 7b94348835 adding buttons for a close widget on tabs (bug 211570) 2004-02-23 21:38:43 +00:00
pinkerton%aol.net c89ca42c4a tab through text fields and form controls by default (bug 197193) 2004-02-18 00:05:52 +00:00
pinkerton%aol.net c42ea21330 reverting to correct behavior after identifying Tp regression 2004-02-17 19:10:54 +00:00
pinkerton%aol.net ac33e2e1aa backing out fix to 180461 to test a hunch with Tp 2004-02-17 17:02:49 +00:00
pinkerton%aol.net e9d49742db fix urls 2004-02-17 08:14:26 +00:00
pinkerton%aol.net 2bd8b188b7 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 3039c860bf differentiate "view source" tabs and windows (bug 156606) 2004-02-16 22:37:46 +00:00
pinkerton%aol.net 76478be9c6 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 397b367a4c change copyright 2004-02-11 22:37:46 +00:00
pinkerton%aol.net 0d27d0637f 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 c0236527b1 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 8232db642c use "Select" in choose directory button instead of "Open" (bug 232926) 2004-02-04 22:52:30 +00:00
pinkerton%aol.net df80785c2a require 10.1.5 at minimum (Bug 184864) 2004-01-28 21:50:11 +00:00
pinkerton%aol.net 718ebec520 use aa fonts regardless of font size (bug 180535) 2004-01-23 22:44:23 +00:00
pinkerton%aol.net e638f1c73d 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 784211d5a3 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 21e2ed1f1a 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 9945be6dc8 fix icon in bookmark sheet to 64x64 (bug 230662) 2004-01-15 19:40:08 +00:00
pinkerton%aol.net 2ea1cd346f 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 1498e0eca1 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 ec564d9f57 use the correct file suffix when exporting bookmarks 2004-01-09 16:07:24 +00:00
pinkerton%aol.net 57a5992d5e 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 1882769fc1 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 2cac2035b7 new nib for bug 227370 2004-01-05 23:01:04 +00:00
pinkerton%aol.net 6909924f9e new d/l manager from josh aas (bug 223583) 2003-12-30 21:15:47 +00:00
pinkerton%aol.net 338168148f fix a variety of graphical issues with the bm manager (bug 227977) 2003-12-29 07:17:30 +00:00
pinkerton%aol.net 41ec9c62a4 new app icons from jasper. not perfect, but better. (bug 228878) 2003-12-23 20:36:50 +00:00
pinkerton%aol.net b61536c047 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 0b9073bed8 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 331f53ddbe make sheet consistent with HIGs (bug 227980) 2003-12-10 15:13:37 +00:00
pinkerton%netscape.com 02f3c52ae3 put "show/hide all bookmarks" strings in, remove sidebar strings 2003-12-09 14:49:44 +00:00
pinkerton%netscape.com e87b9748a1 somehow the connection for new window was lost. fixing it. 2003-12-05 15:25:03 +00:00
pinkerton%netscape.com 5aad39d879 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 fdbeeb50ab 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 73ee4f8547 use standard aboutbox instead of custom one (bug 227368) 2003-12-03 21:12:39 +00:00
pinkerton%netscape.com 1a4f495558 remove credits list for new about box 2003-12-03 21:08:08 +00:00
pinkerton%netscape.com a2b2035fe1 made a bunch of images smaller (bug 189801) 2003-12-03 18:56:42 +00:00
pinkerton%netscape.com 549d6c7485 removing some unused icons (bug 199637) 2003-12-02 20:57:50 +00:00
pinkerton%netscape.com 394d5c2949 New string for bookmark manager over sidebar (bug 227047) 2003-12-02 14:58:51 +00:00
pinkerton%netscape.com 426b7674e4 new bookmark manager icon 2003-12-02 14:58:08 +00:00
pinkerton%netscape.com 9c55863ec7 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 2b2a3617ab 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 544fffb22a really changing find nib to be more cocoa-like 2003-11-14 19:47:18 +00:00
pinkerton%netscape.com e3cf218b0c 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 52120c7b4f make search bar part of default toolbar 2003-11-05 17:16:57 +00:00
pinkerton%netscape.com 20e11f0ffa craft search urls so they support utf8 (bug 201642) 2003-11-04 05:08:46 +00:00
pinkerton%netscape.com 63c0fda3df change to 0.7+ and Mozilla Foundation 2003-10-29 20:00:35 +00:00