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

1290 Коммитов

Автор SHA1 Сообщение Дата
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