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

1577 Коммитов

Автор SHA1 Сообщение Дата
smfr%smfr.org ec1f22b15e 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 d7a2c9445e 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 0c00f57e07 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 bfd20300ae 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 7ca14d03a5 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 2560be16b9 Convert CertificateDialog.strings to UTF-16 for localization. Bug 309019. 2005-09-19 17:12:47 +00:00
bryner%brianryner.com 33955684cd Backing out 292965 until Tp regression is understood. 2005-09-14 07:28:05 +00:00
bryner%brianryner.com 300a390b7b 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 624534f15e 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 a656eecc05 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-09-13 18:40:56 +00:00
smfr%smfr.org b08c51732b Optimize the tab bar drawing by using [NSColor colorWithPatternImage:] to do tiling. 2005-09-12 23:08:39 +00:00
smfr%smfr.org 315997c4e4 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 8de954fbb5 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 69d4af4402 Removing workaround to set the default browser on the pawn tinderbox 2005-09-11 21:44:41 +00:00
mozilla.mano%sent.com 2feafdd2db 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 c44db09b39 Temporarily force Camino as the default browser to fix tinderbox. 2005-09-11 19:01:11 +00:00
mark%moxienet.com 637877571f Update developer release doc to reflect changes from bug 302080. 2005-09-10 23:47:35 +00:00
smfr%smfr.org a507d4e203 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 5a64b56c75 New NSWorkspace category for default browser functions 2005-09-10 22:28:55 +00:00
smfr%smfr.org c5b84967d6 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 1b34d592d9 More adblocking tweaking. 2005-09-10 22:22:52 +00:00
smfr%smfr.org 91308bb3ca Fix bug 230340: support dragging multiple items from the history view. 2005-09-10 22:16:04 +00:00
mark%moxienet.com 95b0dc32fd 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 bd8137c668 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 8fd5057e96 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 3b11fefaf8 Fix bug 179009: update items in context menus by making the menus autoupdate. 2005-09-10 04:37:37 +00:00
mark%moxienet.com 2873f74e31 Removing files obsoleted by bug 302080. 2005-09-10 04:09:08 +00:00
smfr%smfr.org 3215fef161 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 e6905e68a1 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 dd37a6d876 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 31aa9d6e3c 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 96d921591e More ad blocking tweaks. 2005-09-10 03:27:28 +00:00
smfr%smfr.org 3830b09a1b Fix the drag image font and spacing for Wevah. 2005-09-10 03:25:23 +00:00
smfr%smfr.org 3b11594f75 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 51c8e37f85 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 fc8808f279 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 7423622fe7 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 fc74ec44d3 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 c920f91bc6 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 53a86d6125 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
smfr%smfr.org a62fda3ba1 Fix some refcounting issues seen when building on 10.4. 2005-09-08 01:50:00 +00:00
smfr%smfr.org 4eba246a8c 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 89c4bd7e4b use ellipsis instead of ... (bug 307252) 2005-09-07 14:12:23 +00:00
pinkerton%aol.net 267f28cc11 rebranding trunk as 1.0+ 2005-08-31 18:11:25 +00:00
smfr%smfr.org 6e8d0cd653 Fix bug 209070: make about:config work in Camino by bundling the layout_xul_tree.xpt file. r=pinkerton 2005-08-30 18:00:19 +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
mark%moxienet.com ad1a27aac7 Bug 305314, Save as plain text sometimes fails to use correct extension. Append correct extension. Patch by Nick Kreeger <nick.kreeger@gmail.com>. Camino-only. r=pinkerton 2005-08-29 20:06:55 +00:00
smfr%smfr.org 688744b0be Fix bug 242906 and bug 181158: wrong context menu and possible crash when context-clicking on embeds. We were keeping stale, non-owned pointers to DOM nodes in the BrowserWindowController. Fixed by clearing out those pointers when we get back to the main event loop (making use of the autorelease of a little dummy object). r=pinkerton 2005-08-29 17:55:07 +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 14cfba3bf9 Fix bug 156886: show a file icon for the site icon for file:// urls. 2005-08-28 04:57:36 +00:00
smfr%smfr.org 38ea45f2f3 Fix bug 304006: fix the restoration of folder expanded states when clicking between collections, by ensuring that we restore them after -reloadData. 2005-08-28 00:50:54 +00:00
smfr%smfr.org 964a7f0ff5 Make sure CSS is valid. 2005-08-28 00:45:13 +00:00
smfr%smfr.org f1ebf1dfe0 Fix bug 303359: when pasting a bookmark into the Bookmark Bar collection with nothing selected, put the bookmark at the end of the bookmark bar, rather than the end of the menu. 2005-08-28 00:37:12 +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 70719bc37e Fix bug 306084: avoid crashes when closing the last tab (or trying to move it to a new window), and disable the menu items as appropriate. 2005-08-27 03:38:49 +00:00
smfr%smfr.org 31bf14effd Fix bug 167245: when opening tabs for GetURL events, or various Help menu items, always open the new tab in the front irrespective of the "load in background" pref. r=pinkerton 2005-08-25 22:53:50 +00:00
smfr%smfr.org 0d362f89b5 Fix bug 174427: if hitting Return in an empty url bar, keep focus in the url bar. r=pinkerton 2005-08-25 22:48:17 +00:00
smfr%smfr.org c624284af1 Fix bug 279982: remove "Use system homepage" and associated Internet Config code, other than the code to fetch the downloads folder. r=pinkerton 2005-08-25 22:23:48 +00:00
mark%moxienet.com e16898fc5d Bug 305373, Camino .dmg name changed and other assorted packaging cleanup. Camino-only. r=pink 2005-08-25 17:37:31 +00:00
roc+%cs.cmu.edu 4d8590a4fa Bug 293714. Be smart about guessing whether a vertical scrollbar is needed when we do the first real reflow of a scrollframe; remember in global history whether the page needed a scrollbar or not. r+sr=bzbarsky 2005-08-25 00:10:37 +00:00
pinkerton%aol.net c065031c34 dbl-click on tab bg creates a new fg tab. 2005-08-23 16:50:08 +00:00
mark%moxienet.com 006aa7363c Bug 302080 cleanup, support packaging of Camino srcdir builds (only objdir was working). r=pink 2005-08-19 19:47:41 +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
smfr%smfr.org 0d6859d92d Fix bug 305010: change the ad blocking pref to use nsIStyleSheetService to load the file, rather than copying it into userContent.css, so that we can load and unload the file dynamically, and not clobber the user's userContent.css.
The first time you run a build with this change, it will move any existing userContent.css to userContent_unused.css. r=pinkerton
2005-08-19 17:28:12 +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
smfr%smfr.org e052d7dd0b Fix bug 304565: bookmark descriptions all getting the same value. Make sure we make a copy of [NSTextView string] before setting the bookmark description, and clean up other minor NSString usage. 2005-08-16 04:51:10 +00:00
smfr%smfr.org 76064b1779 Final merge of changes from roc's landing; deal with null aResult in FindRow(). 2005-08-10 22:54:34 +00:00
smfr%smfr.org 8ae879a305 Fix FindRow() to deal with null argument. 2005-08-10 22:15:30 +00:00
smfr%smfr.org f834879a72 Fixing build bustage from roc's checkin. 2005-08-10 22:09:34 +00:00
roc+%cs.cmu.edu d187d8344a Bug 78510. Maintain a per-document hashmap from URI-spec-hash to set of pointers to content elements that are links to those URIs whose state has been queried by the style system. Use this map to efficiently mark visited any links to URIs which get visited. r+sr=dbaron, with input from bryner and bzbarsky, a=jesup with support from dbaron. May impact Tp and other metrics, be careful out there. 2005-08-10 20:21:44 +00:00
smfr%smfr.org 8fd4e456e5 Test checkin. 2005-08-08 03:17:00 +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
pinkerton%aol.net 4afd169905 make text field scroll instead of wrap so it's obvious there's more text
in the field (bug 215991)
2005-08-07 23:32:28 +00:00
smfr%smfr.org 5971533a14 Fix up the keyboard loop. 2005-08-07 22:26:02 +00:00
pinkerton%aol.net 74617a8dda change window stagger to the height of the titlebar to match HIG (bug 288390) 2005-08-07 22:03:10 +00:00
pinkerton%aol.net 29fb58096c option to prevent animaged images from repeating (bug 162395) 2005-08-07 21:40:27 +00:00
pinkerton%aol.net da41e12e42 reduce click-hold delay on back/fwd buttons to 0.45 (bug 296596) 2005-08-07 20:28:07 +00:00
smfr%smfr.org 48a8e064f4 Make sure we save the print settings after printing, otherwise they don't get saved at all. 2005-08-06 22:46:55 +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
pinkerton%aol.net 42b6117d58 disable destructive buttons when window isn't key so they can't be clicked
through (bug 192223)
2005-08-05 18:15:22 +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
smfr%smfr.org ccda8a7692 Use history icon for about:history bookmarks (bug 284829).
Change the bookmarks view splitter defaults key so that we ignore the bogus value set by earlier .9 builds.
2005-08-02 20:23:08 +00:00
smfr%smfr.org 32f3310576 Fix bug 303042: make sure we init the parent folder index hint for new bookmarks. 2005-08-02 17:48:12 +00:00
smfr%smfr.org 52f8c2ecae Fix bug 286438: enabling of Remove All in sheets for editing cookies, and excpetion sites.
Also fix it so that we select the item after the last deleted item when deleting.
2005-08-02 17:27:00 +00:00
pinkerton%aol.net 5df1e40be2 clear the cancel button when the value is set to an empty string (bug 286441) 2005-08-01 02:45:47 +00:00
pinkerton%aol.net c8189bb142 disable "remove all" button in cookies and permissions sheet when the user
has typed in a filter to avoid confusion as to what "all" gets removed
(bug 286438)
2005-08-01 02:33:48 +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
pinkerton%aol.net 7ca9edee35 outlet and code for camino support help menu item 2005-07-31 23:27:55 +00:00
smfr%smfr.org ed99e18861 Fix bug 243840: don't resize columsn in the bookmarks/history when expanding items. 2005-07-31 23:25:31 +00:00
smfr%smfr.org 577d624a82 Fix bug 224525: make sure we call setNeedsDisplay:YES on the browser content view after resizing it when the bookmarks toolbar height changes. 2005-07-31 22:58:55 +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 86506185f6 support dropping text on the field which triggers the target/action (bug 207845) 2005-07-31 22:24:23 +00:00
smfr%smfr.org d168fb315e Don't copy mode1 file when copying project to objdir (Camino only) 2005-07-31 21:49:54 +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
pinkerton%aol.net 11875d5c36 only init blank html string object when called upon, not at startup 2005-07-31 20:14:23 +00:00
pinkerton%aol.net b23e72fb4a allow bookmarks title to be localized (bug 294731) 2005-07-31 20:09:41 +00:00
pinkerton%aol.net fb3f234b5a filtered lists remain filtered and sorted when allow/deny state changed
(bug 280981)
2005-07-31 20:02:02 +00:00
smfr%smfr.org fb9dcf5f86 Fix gcc 4 error. 2005-07-30 03:20:10 +00:00
smfr%smfr.org e4d180bd83 When creating folders in the bookmarks view, create the new folder after the currently selected item by deafult. 2005-07-30 02:43:33 +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 08143d62e7 take two, JEP packaging that works with objdir builds 2005-07-29 02:00:05 +00:00
pinkerton%aol.net cf0c643f57 backing out JEP, breaks objdir 2005-07-28 19:35:47 +00:00
pinkerton%aol.net 22a3af7f9a bundle JEP into Contents/MacOS/plugins 2005-07-28 19:30:59 +00:00
smfr%smfr.org ceac06b70d Fix bug 169801: allow downloads to udpate even when the mouse is tracking a control by adding the timer to the event loop tracking runloop mode. 2005-07-27 04:57:13 +00:00
smfr%smfr.org a7ce0da213 Avoid redrawing the strings in the download view if they haven't changed (since we redraw them every second); helps with bug 293995. 2005-07-27 04:45:17 +00:00
smfr%smfr.org 5b92b62365 Hopefully fix bug 302195: add null check on the nsIDOMWindow so that when showing a cookie for an image, we don't crash. 2005-07-27 02:16:47 +00:00
joshmoz%gmail.com 98e5e3d03c fix bad access of protected variable. b=302264 r=mento 2005-07-26 22:46:47 +00:00
smfr%smfr.org 0091a72ca7 NSWindowController releases the nib items for you, so we don't have to, so these extra retains are wrong. 2005-07-25 15:59:12 +00:00
smfr%smfr.org 6c2b9c744c Fix bug 248716: don't leave odd gap in bookmarks toolbar when trying to delete an undeletable folder (like the dock menu folder). 2005-07-25 02:09:02 +00:00
smfr%smfr.org dc1e1cd05f Fix bug 232765: hide scrollbars when a popup is opened without the scrollbar flag. 2005-07-25 01:56:41 +00:00
smfr%smfr.org cc7ac19eb2 Fix bug 176421: even if window.open() hides parts of the chrome with chrome flags, make sure the user can show the toolbar and bookmarks toolbar. 2005-07-25 01:00:37 +00:00
smfr%smfr.org 85ba36e726 Fix bug 166746: if the bookmark title for a linked image is empty, use the url. 2005-07-24 23:14:48 +00:00
smfr%smfr.org fd0b877165 Add an NSAutoreleasePool on the StreamLoaderContext callback, because autoreleased items under this method don't seem to get reaped otherwise. 2005-07-24 23:05:00 +00:00
smfr%smfr.org 15bd1f3f5d Add a comment about ref cycles. 2005-07-24 23:03:59 +00:00
smfr%smfr.org c6ced2ce5a Turn off threaded animation on the download progress indicators, as it appears to cause a leak. Bug 143303. 2005-07-24 23:03:25 +00:00
smfr%smfr.org f6372a1cc1 New file of C++ utilities, including stack-based autorelease pool creator. 2005-07-24 23:02:55 +00:00
smfr%smfr.org e0edf75bbd Make sure we release top-level nib items to reduce leaking. 2005-07-24 22:56:16 +00:00
bsmedberg%covad.net 1dd3bccfda Revert the camino xcode change from bug 296561 because it's breaking xcode 2.1, at the request of Mark Mentovai 2005-07-22 19:04:07 +00:00
smfr%smfr.org 8e6c2e182c Fix bug 280982: updates for several disjoint areas would get coalesced because the CHBrowserView, which is the opaque ancestor view for all the ChildViews, used a suboptimal drawing path that redraw the union of the dirty rects. r=mento.
Fix bug 301432: in +browserViewFromDOMWindow:, make sure we use the top nsIDOMWindow of the tree so that we get a CHBrowserView for nsIDOMWindows of subframes. Fixes JS alerts on framed pages (like gmail).
2005-07-22 03:56:12 +00:00
smfr%smfr.org d121dd6192 Fix bug 298821: do the right thing with autocomplete whether or not the user types the protocol part of the URL. 2005-07-22 00:26:38 +00:00
smfr%smfr.org 775f7087e0 Finish off bug 294019: when opening a set of urls in tabs, select the first tab that we changed. 2005-07-21 22:30:13 +00:00
bsmedberg%covad.net df550d0124 Bug 296561 - rework static component loading so that nsIXULAppInfo/Runtime/etc are available during autoregistration/xpcom-startup notification (and make static component loading saner in general) - r=shaver+dougt, a=asa 2005-07-21 13:33:43 +00:00
smfr%smfr.org 5577c77bc6 Fix bug 294019: when opening files, open them in the current and later tabs, rather than the first tab (patch by Nick Kreeger).
Clean up bookmarks loading code to be clearer about the threading model, and avoid the need for locking.
Removing the RunLoopMessenger stuff which we no longer need on 10.2 and later.
2005-07-20 19:01:36 +00:00
pinkerton%aol.net 8d44844b8c 09a2+ branding 2005-07-20 14:46:33 +00:00
mark%moxienet.com 378d3f5f3b Bug 300995, crash when dragging bookmark buttons to (re)move when built against SDK >= 10.3. Retain disappearing object. r=pink sr=smfr 2005-07-18 19:20:00 +00:00
smfr%smfr.org c7eed5f33e Fix bug 299839: prevent 'reset camino' from deleting downloaded files by preventing -cancel: from doing anything on completed downloads. r=me, sr=pinkerton. 2005-07-17 04:51:20 +00:00
smfr%smfr.org 0c99614933 Fix bug 196235: if a copy of Camino is already running, clicking on the Dock icon of the second copy will put a dialog for each click. Fixed by checking for an existing prefs manager. 2005-07-17 04:46:23 +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
smfr%smfr.org 7ea90b5d3e Fix bug 287866: let the escape key cancel IME input if there is marked text. Patch by waverider (waveridervsnrz@yahoo.co.jp). 2005-07-17 02:14:48 +00:00
smfr%smfr.org 5c3bbd5570 Fix bug 299807: only change the favicon if the location change has an associated nsIRequest, indicating that it's a new page. This allows the yellow error icon to persist even when we load the error document. 2005-07-17 02:01:30 +00:00
bzbarsky%mit.edu 022ac24279 More uses of EmptyC?String(). Bug 232691, patch by Charles Fenwick
<clf03f@garnet.acns.fsu.edu>, r+sr=bzbarsky, a=bsmedberg
2005-07-15 21:41:47 +00:00
mark%moxienet.com ee5853b052 Bug 299356, image blocking not working in static/release builds. Adjust Camino's static nsStaticComponents.cpp. Camino only. r=smfr 2005-07-15 16:22:36 +00:00
smfr%smfr.org e70ea83b7d New NSThread category with -isMainThread method. 2005-07-14 05:27:23 +00:00
smfr%smfr.org ac14d68fa8 Fix bug 294127: when Camino is launched with a file, or as a result of a GetURL event, we could start making windows and loading URLs before we've finishing initting Gecko in -applicationDidFinishLaunching. These changes make sure that gecko init is complete earlier if necessary. 2005-07-14 04:09:24 +00:00
smfr%smfr.org 8c6e747c33 Fix a possible quit crash caused by the last checkin, if AppKit closes the toolkit window for us on quit. Also rename mPanel to mTooltipWindow. 2005-07-14 03:38:38 +00:00
smfr%smfr.org 7b63144cb7 Fix bug 300152: switching to another app would hide the browser window. Fixed by making tooltips NSWindows rather than NSPanels. 2005-07-14 01:28:29 +00:00
smfr%smfr.org 4d90a37302 Fix bug 299356: fix image blocking in camino by enabling the permissions extension. r=mento 2005-07-14 00:28:21 +00:00
pinkerton%aol.net 3118f4147b bold title of alert sheets (bug 300581) 2005-07-13 17:11:41 +00:00
pinkerton%aol.net 71b81f3703 update notes for 10.4.2 2005-07-13 13:18:27 +00:00
pinkerton%aol.net 0ad3eaaf26 0.9a2 branding 2005-07-12 18:39:04 +00:00
pinkerton%aol.net 054d6a84fc release notes 2005-07-12 18:00:57 +00:00
joshmoz%gmail.com 5cfadba4c6 make dates in "Go" menu localizable. b=299757 r=wevah sr=smfr 2005-07-09 07:52:23 +00:00
cbiesinger%web.de b906f632f4 fixing camino bustage 2005-07-07 00:40:50 +00:00
cbiesinger%web.de 2f21e9c3ee Bug 298842 make the temp file part of nsITransfer
r=mconnor sr=darin a=shaver
2005-07-06 23:12:22 +00:00
pinkerton%aol.net c6145928f9 remove addressBookManager framework/bundle from inclusion as it isn't needed
now that we're 10.2+ (bug 298173)
2005-07-06 20:18:33 +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 30613463c3 Fix warnings. 2005-07-01 01:40:12 +00:00
smfr%smfr.org bbb5c43991 Fix alignment, no code changes. 2005-07-01 01:39:59 +00:00
smfr%smfr.org 0dd4202326 Remove references to platformHTMLBindings.xml and res/builtin, which is no longer present with the fix for bug 296764. 2005-06-30 00:26:17 +00:00
smfr%smfr.org 01447a71c3 Fix bug 298320: when showing a prompt via nsIPromptService, make sure that the tab from which the prompt originates is brought to the front. r=josh 2005-06-29 01:25:35 +00:00
smfr%smfr.org d3cbc86d41 Remove unused context menu outlet (we create the menu dynamically now). 2005-06-29 01:22:14 +00:00
smfr%smfr.org 82911707ca Fix up the keyboard loop in prefs panes (bug 298174). 2005-06-28 05:37:02 +00:00
smfr%smfr.org 2c1228132c Fix bug 279270: remove unused code adding nsICommandParams to cmd_copyImageContents. Also fix warning relating to calling closeTab on a tab view item. 2005-06-28 04:24:16 +00:00
smfr%smfr.org 6bf615753e Fix warnings relating to the embedding container protocols. 2005-06-28 04:06:42 +00:00
smfr%smfr.org ba966bb6c6 Fix a warning. 2005-06-28 04:03:41 +00:00
smfr%smfr.org 5069f492d9 Fix bug 298291: url bar not updated after navigating to relative anchor. Remove over-zealous null check on the nsIRequest, which is null in this case. 2005-06-28 03:43:09 +00:00
smfr%smfr.org 6d66f1f39e Fix bug 165015: hook up Command-Shift-R for reload (patch by Wevah, mozilla@derailer.org). 2005-06-27 17:33:28 +00:00
smfr%smfr.org 63b5aa5629 Fix bug 245019: make tooltips child windows, so that they don't show up in Expos�. 2005-06-26 03:41:33 +00:00
smfr%smfr.org 7373a72f2f Fix bug 296340: make the autocomplete dropdown a child window of the browser window, so that we can keep it up while the window is moved, resized, minimized or hidden. r=pinkerton. 2005-06-26 03:37:00 +00:00
joshmoz%gmail.com 8585f1fc02 Link phase should reference Xcode objects, no hardcoded -l arguments. patch by Mark Mentovai. b=298406 r=pinkerton sr=smfr a=asa 2005-06-24 22:31:23 +00:00
smfr%smfr.org 2850153499 Fix bug 293147: when copying a bookmarks folder, don't propagate the dock menu flag. Patch by englabenny@macnytt.com. 2005-06-24 02:30:03 +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
smfr%smfr.org bd92a072a7 Fix bug 298547: if dragging a url as text onto the bookmarks bar, use the url as the bookmark title (since it's the only thing we have). 2005-06-24 02:00:30 +00:00
smfr%smfr.org 7c1e2f8626 Add the ability to open multiple bookmarks or history items in new tabs/windows from the context menu, and with command-double-click (bug 285182). 2005-06-23 18:10:56 +00:00
smfr%smfr.org 25be3e222f Disable "New Tab" if a non-browser window is the main window. Bug 181560. 2005-06-23 03:38:55 +00:00
pinkerton%aol.net 992df5b26f 0.9a1+ branding for trunk 2005-06-21 00:29:41 +00:00
joshmoz%gmail.com bd538c9ec0 better fix for per-build config. patch by Mark Mentovai. b=296900 r=pink sr=smfr 2005-06-20 19:26:05 +00:00
pinkerton%aol.net 6ee3b97104 release notes for 09a1 in disk image 2005-06-19 18:48:01 +00:00
pinkerton%aol.net d3ae808e69 mention cb.org and cache file external to profile 2005-06-19 18:41:45 +00:00
smfr%smfr.org 79fa335983 Fix bug 181560: allow New Tab to be available when no window is open; it will open a new window, following the pref for what to load in a new tab. 2005-06-18 18:44:31 +00:00
shaver%mozilla.org 5493c722ea Dynamic components are no longer (erroneously, IMO) in dist/lib. Fixing
build bustage for Camino.
2005-06-17 20:43:55 +00:00
smfr%smfr.org bbbc853e99 Fix bug 290375: if option key is down when a download completes, and you have the dl manager set to auto-hide, then all windows get closed. Fixed by using -close rather than -performClose: (and moving the code where it belongs). 2005-06-17 00:26:21 +00:00
joshmoz%gmail.com 112632bd49 gcc 4 build fixes for Camino. Patch by Mark Mentovai. b=297688 r=josh sr=smfr a=asa 2005-06-15 16:39:40 +00:00
pinkerton%aol.net cc0efec789 handle secondary subtags between 2 and 8 characters long, as
per RFC 3066 et al. when setting accept-lang header (bug 293327)
2005-06-10 17:23:17 +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
smfr%smfr.org 395cac2e16 Fix bug 185750: when showing the Advanced font prefs, hide the font panel (and make sure that changeFont: notifications don't change the selected fonts in the main panel). 2005-06-02 04:02:37 +00:00
smfr%smfr.org 593378d76c Fix bug 296001: crash when deleting quicksearch results in history, because we were calling a method on a deleted object. 2005-06-02 02:17:46 +00:00
joshmoz%gmail.com 45f08eef7b make Camino build on 10.4. Patch by Mark Mentovai. b=292530 a=brendan 2005-06-01 23:56:54 +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 d69d2b0310 fallback to the pasteboard string if we can't get the title string from the
core pasteboard url drag flavor. (bug 294001)
2005-05-29 18:12:57 +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 6f39975486 truncate items at 50 chars (bug 294226) 2005-05-29 17:10:04 +00:00
pinkerton%aol.net 10fdda9e81 0.9a1 alpha branding 2005-05-29 15:48:18 +00:00
smfr%smfr.org 820e09bcfa Tweak tooltip sizing to fix a bunch of edge cases. Finally fixes bug 248488. 2005-05-28 06:47:57 +00:00
smfr%smfr.org c9f11ba2a9 Fix bug 295752: crash when going to show history by site. Fixed init method signatures for the history tree builders. 2005-05-28 01:10:24 +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 eb05dfc69a Fix bug 295522: when inserting autocomplete results into the url bar, skip the protocol when trying to figure out where the match is. r=pink. 2005-05-26 16:28:05 +00:00
smfr%smfr.org edae1198c7 Fix bug 289549: don't use -alternateTitle to store the type of proprotional font, because it can be changed by localizers. Instead, get the font type from the region dictionary.
Also fix the updating of the proportional font labels when you change font type, and fix the project so that it knows that the strings file is UTF-16.
2005-05-26 05:31:34 +00:00
smfr%smfr.org 816368ef87 Fix bug 262245: make sure the Downloads location is displayed using localized names. Patch by Ludovic Hirlimann. 2005-05-26 04:38:48 +00:00
smfr%smfr.org 839a0d2559 Fix bug 295429: when seeing a failure code on the nsIRequest on OnLocationChange, set the site icon to a little warning triangle, rather than the site icon. 2005-05-26 04:32:26 +00:00
smfr%smfr.org 060a5a06b3 Fix bug 295375 (random Camino crash on page load). Be sure to remove HistoryDataSources from the notification center. 2005-05-25 01:56:05 +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 74ed88d50b check in the rest of unified toolbar files, also fix for 185985. sr=pink 2005-05-21 08:48:58 +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 37a0196ea8 fix issue where we'd leave off if the selected row was 0 because we were
converting from NSNumber to int too early. Remove hack to workaround it
(ifdef'd out) as well. (bug 283615)
2005-05-09 15:56:02 +00:00
smfr%smfr.org 1294c59957 Fix references to wallet table files which broke objdir builds by symlinking wallet tables into a build-relative location. 2005-05-09 13:48:19 +00:00
pinkerton%aol.net 3c986186d7 delay setting up notifications for bookmark changes until after smart folders
load. also don't write bookmarks or metadata when bookmarks are added to
or changed in smart folders.
2005-05-07 18:48:48 +00:00
pinkerton%aol.net 92693a712b Rendezvous -> Bonjour 2005-05-07 00:12:38 +00:00
pinkerton%aol.net b656e3c86b write bookmarks in two stages in case the write fails for some reason.
hopefully this will solve the cases where we appear to eat bookmarks.
2005-05-07 00:07:44 +00:00
pinkerton%aol.net 282ac68ded don't update metadata for bookmark additions/deletions in smart folders 2005-05-06 23:49:15 +00:00
pinkerton%aol.net eff48f1169 fix regression of not being able to drag-reorder bookmarks on toolbar
(bug 292508)
2005-05-06 23:13:43 +00:00
pinkerton%aol.net 778f6774eb fix regressions regarding dragging multiple weblocs from Finder. Move
webloc/IEweblocs to a separate NSURL extension (bug 155484)
2005-05-06 23:07:16 +00:00
pinkerton%aol.net f814b3012c use GetPrePath() to replace a bunch of code that did the same thing (bug 292671) 2005-05-06 17:46:58 +00:00
pinkerton%aol.net 9fbcae4413 only write out metadata if OS supports spotlight. cache if we're on Tiger so
we only do the work once.
2005-05-06 13:22:48 +00:00
pinkerton%aol.net 703ee332a2 update metadata when an item changes, and make changes to the url trigger an
item update notification.
2005-05-06 08:03:33 +00:00
pinkerton%aol.net 2a29836124 fill in home page (bug 292698) 2005-05-06 07:31:17 +00:00
pinkerton%aol.net acde2fb9d3 don't pitch/rewrite entire metadata store every time, only once at startup
and then make changes incrementally with adds/deletes
2005-05-06 07:23:53 +00:00
pinkerton%aol.net 77b42d1ab0 put cache in ~/Library/Caches/Camino and delete the one in the profile dir
at startup
2005-05-06 03:46:06 +00:00
pinkerton%aol.net 64195f5882 write out bookmark items into a metadata folder so they can be parsed by
spotlight on 10.4
2005-05-06 02:54:10 +00:00
bryner%brianryner.com 12bc8d4362 sync'ing camino and embedding code - null check for bug 274784. 2005-05-04 20:55:24 +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 8bc33b257f make sure the text field has focus after find (bug 284948) 2005-05-02 17:45:55 +00:00
joshmoz%gmail.com a0ca8bdac3 add myself to credits... I recall writing this a while back. Nice job on autofill pink! 2005-05-02 01:54:46 +00:00
pinkerton%aol.net 6d2f6429de manual form fill 2005-05-01 17:59:45 +00:00
pinkerton%aol.net b9745a0808 first pass at form fill 2005-05-01 17:55:11 +00:00
pinkerton%aol.net 108260e79a workaround tiger view hookup ordering changes with user defaults pref to
go back to panther behavior (bug 291355)
2005-04-26 20:57:33 +00:00
pinkerton%aol.net db4e90eaa7 disable close button on single tab when 'always show tab bar' is on
(bug 291758)
2005-04-26 02:52:04 +00:00
pinkerton%aol.net 096b5ad741 check if open is allowed before opening on double-click (bug 291852) 2005-04-25 20:30:14 +00:00
pinkerton%aol.net 3a07a20cb2 if status bar or bookmark bar are turned off from JS flags, dont allow
tab bar to always show if pref is on and don't register for the pref
changed notifications (bug 291786)
2005-04-25 14:49:25 +00:00
pinkerton%aol.net 3b1fa9e380 first stab at improved multi-line tooltips (bug 248488) 2005-04-25 01:52:12 +00:00
pinkerton%aol.net 60726fd634 allow the outline view to ask the data source if the column has an icon
(rather than just assuming) when determining if an inline edit should start
2005-04-25 00:10:40 +00:00
cbiesinger%web.de b57aa8f2c0 fixing camino bustage 2005-04-24 21:42:37 +00:00
pinkerton%aol.net 16140fc8b3 adding divider line for new tabbed widget (bug 271621) 2005-04-24 21:28:33 +00:00
cbiesinger%web.de 354da0f60d Bug 290648 make nsITransfer::init take an nsICancelable, and remove the observer attribute
r=bz sr=darin a=asa
2005-04-24 21:16:28 +00:00
pinkerton%aol.net c0a5b42c28 make the search field in the cookie sheets the first responder. also put
the search fields into the key loop for full keyboard access. put the hack
for tabbing with search fields on toolbars into code that's more restrictive
to the search bar only being on a toolbar so it works more normally when
used in situations such as this in a normal key loop (bug 281031)
2005-04-24 20:27:29 +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 2b6804c5fa dbl-click item in d/l manager to open it 2005-04-24 18:28:24 +00:00
pinkerton%aol.net a7786fce2b pref to have tab bar always visible (bug 162241) 2005-04-23 21:09:04 +00:00
pinkerton%aol.net 0cbc19cb7f separate 64bit progress api from 32bit because of possible compiler bug
passing long long params between c++ and objc (bug 291406)
2005-04-23 19:20:41 +00:00