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

1387 Коммитов

Автор SHA1 Сообщение Дата
smfr%smfr.org 8f59caf52d Fix bug 311453: make the tooltips on bookmark buttons show the title and url separated by a newline. r=pinkerton 2005-10-08 00:13:16 +00:00
smfr%smfr.org 1127e8ff2c Fix gcc 4 build. 2005-10-07 16:55:55 +00:00
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 c4e497cd9f Fix bug 235850: popup displays at wrong location when it's near the bottom of the screen. Fixed by making a little NSView the size of the frame to host the popup cell, rather than using the window's contentView.
Fix bug 239335: select with position:fixed displays at wrong offset: use GetPrimaryFrameFor() to get the frame for the select, and use that to get the popup location (via screen coords).
r=pinkerton on both
2005-10-07 02:14:49 +00:00
smfr%smfr.org 6a86f6a32e Fix bug 311442: exception because of bad string offsets in compare when changing text in the url bar. 2005-10-07 01:33:15 +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 cf8cebe217 Avoid rebuilding the history data source on shutdown (because of an end-batch coming out of entry expiration); this makes quitting faster if you have a big history DB. 2005-10-04 23:09:26 +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
smfr%smfr.org c3a4817fe8 Camino part of fix for bug 297343: avoid re-entrant -[NSWindow makeKeyAndOrderFront:] calls by postponing the focus and activate calls into Gecko so that they get called the next time through the event loop, when window visibility and key status are correct. This allows embedder code that implements to nsIEmbeddingWindow::SetFocus() to check those and avoid re-entrant/redundant makeKeyAndOrderFront: calls. r=mento. Only affects Camino. 2005-09-30 00:55:05 +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 2f5d487548 Fix bug 308356: fix saving keychain info by making sure we map return codes correctly. r=pinkerton 2005-09-13 19:55:22 +00:00
gerv%gerv.net 35149ea17d Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-09-13 18:40:56 +00:00
smfr%smfr.org 6068140ae1 Optimize the tab bar drawing by using [NSColor colorWithPatternImage:] to do tiling. 2005-09-12 23:08:39 +00:00
smfr%smfr.org 40f64a79c2 Avoid redundant autocomplete popup resizing when it's not visible.
Also make a bunch of internal methods private.
2005-09-12 22:57:08 +00:00
smfr%smfr.org a72e7f47b2 Fix bug 308219: don't load the throbber images if we don't have to. 2005-09-12 20:09:00 +00:00
mozilla.mano%sent.com dbc3c993a1 Removing workaround to set the default browser on the pawn tinderbox 2005-09-11 21:44:41 +00:00
mozilla.mano%sent.com f65e420ad3 Bug 305312 - Export Bookmarks save dialog doesn't expose 'Hide Extension' UI. rs=smfr. 2005-09-11 21:26:12 +00:00
smfr%smfr.org 524307e362 Temporarily force Camino as the default browser to fix tinderbox. 2005-09-11 19:01:11 +00:00
mark%moxienet.com af819a21a0 Update developer release doc to reflect changes from bug 302080. 2005-09-10 23:47:35 +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 b917f6b7c5 New NSWorkspace category for default browser functions 2005-09-10 22:28:55 +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
smfr%smfr.org bdf4e95461 Fix bug 230340: support dragging multiple items from the history view. 2005-09-10 22:16:04 +00:00
mark%moxienet.com 7f290c30e3 Bug 244678, change bundle identifier to org.mozilla.camino and creator to MOZC. Changing the last straggler, ICStart(). Camino-only, certainly not navigator. 2005-09-10 06:06:31 +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 e39466d47c Fix bug 307837: Choose sensible window bounds if no bounds are saved in user defaults. r=mark. 2005-09-10 05:27:23 +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
smfr%smfr.org ffbe1b19b6 Tweak the position of the favicon so that it lines up with the text field better. 2005-09-10 03:48:13 +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 c5f8195267 Fix bug 306327: can't drag favicon for local files. Fix by Nick Kreeger, r=me. 2005-09-10 03:41:53 +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 6bc62006b7 Fix the drag image font and spacing for Wevah. 2005-09-10 03:25:23 +00:00
smfr%smfr.org dcc939c750 Fix bug 307775: when running a 2nd copy of camino, dimissing the dialog would cause it to just come up again, because the ProgressDlgController would instantiate another copy of the PreferencesManager on quit. r=kreeger. 2005-09-10 00:22:31 +00:00
smfr%smfr.org b8d0775c65 Fix bug 160008: make keyword lookups happen from the location sheet. patch by Ulrik Sverdrup, r=me, sr=pinkerton. 2005-09-09 17:54:24 +00:00
mark%moxienet.com 772ae6f9bc Bug 187619, Download manager should display downloads from previous sessions. Save and restore downloads from a plist. Patch by Nick Kreeger <nick.kreeger@gmail.com>. r=pink sr=smfr 2005-09-08 22:57:04 +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 cb8e7b3f1f Fix up the certificate view some more, and remove a bogus display of the key escrow dialog that was left in from testing. 2005-09-08 20:27:09 +00:00
smfr%smfr.org cbb887f552 Fix bug 307499: bad drawing in the certificate view, caused by missing return value. 2005-09-08 16:17:08 +00:00
smfr%smfr.org d890e73a43 Fix bug 307446: failure to return a value causes messed-up security dialogs. patch by mento, r=me. 2005-09-08 06:41:21 +00:00