Commit Graph

1514 Commits

Author SHA1 Message Date
smfr%smfr.org
5ba33026e8 Fix bug 319131: eliminate blank area at the bottom of the downloads list by making sure that the CHFlippedShinkWrapView that wraps the CHStackView doesn't add any extra padding. 2005-12-07 04:30:36 +00:00
smfr%smfr.org
e9a37d6927 Make the drag feedback on the bookmarks toolbar prettier. 2005-12-07 04:15:29 +00:00
smfr%smfr.org
e366380d26 Fix instructions about importing bookmarks. 2005-12-06 07:06:52 +00:00
smfr%smfr.org
cb87184320 Prettify the drag feedback for tabs and the tab bar background, and add a (non-visible) title to the tab close button for accessibility. 2005-12-05 06:38:11 +00:00
smfr%smfr.org
b130104534 Fix bug 295858: reuse the frontmost tab for some URL loads if it's empty. Patch by Chris Lawson, r=me 2005-12-05 04:07:54 +00:00
smfr%smfr.org
731e7c2fc1 Fix bug 292878; support Tiger .webloc files. Patch by Wevah, r=me. 2005-12-05 03:51:59 +00:00
smfr%smfr.org
8c11ddb186 Standardize terminology in Send Link/Email Page Location strings. Bug 315877. 2005-12-05 03:02:51 +00:00
smfr%smfr.org
9e1fbbc251 Tidy up Camino UI strings (bug 203235). 2005-12-05 02:21:30 +00:00
smfr%smfr.org
ffa0195799 Fix bug 304036: clean up the Help menu in Camino. 2005-12-05 02:15:00 +00:00
smfr%smfr.org
c6ea28bdb7 Tweak dl_cancel and stop toolbar icons. 2005-12-04 23:03:08 +00:00
smfr%smfr.org
386c93c9c3 Fix bug 318884: crash when closing last window if built with 10.4u SDK. Don't release menus in the nib. 2005-12-03 18:54:31 +00:00
mark%moxienet.com
f2306db024 Bug 314632, removing unused files. 2005-12-02 21:16:30 +00:00
mark%moxienet.com
bf15d3e75a Bug 314632, update toolbar icons. Icons by Jasper Hauser <camino@jasperhauser.nl>. r=me 2005-12-02 21:10:51 +00:00
smfr%smfr.org
1494f4d9c7 More Info.plist fixing. 2005-12-02 17:42:21 +00:00
smfr%smfr.org
42c519791c Fix Xcode 2.2 build by fixing Info.plist location. 2005-12-02 17:34:15 +00:00
smfr%smfr.org
bc54af2e50 Fix build bustage. 2005-12-02 06:59:22 +00:00
smfr%smfr.org
864d6e5598 Fix the IBPalette project to use its own prefix file, and the 10.2.8 SDK. 2005-12-02 06:07:06 +00:00
smfr%smfr.org
8639bf0c77 Fix bug 159048: implement Page Info for camino. This uses a new set of views that have size-to-fix behavior, which are also used now for the certificate view, and the downloads window. 2005-12-02 05:20:36 +00:00
mark%moxienet.com
30b8bf6f41 Bug 318638, tweak security nibs. Changes by Jasper Hauser <camino@jasperhauser.nl>. Camino-only, npotdb. r=me 2005-12-02 03:07:00 +00:00
mark%moxienet.com
c8557a86f3 Bug 308627, Camino should not set the default FTP client. Change suggested by Wevah <mozilla@derailer.org>. Camino-only-npotdb. r=me 2005-12-01 22:47:41 +00:00
mark%moxienet.com
b34e877bc0 Bug 317232, enable SVG in Camino. Camino-only, npotdb. r=pink 2005-12-01 22:24:58 +00:00
mark%moxienet.com
d9d0acce6c Bug 316965, importing bookmarks from the fox brings apostrophes in as &#39;. Seek and destroy, or find and replace. Patch by Chris Lawson <bugzilla@chrislawson.net>. Camino-only-npotdb. r=pink 2005-12-01 22:18:24 +00:00
mark%moxienet.com
389ab1d43b Bug 309008, menu spacer imported as editable bookmark with url of ". Don't do that. Patch by Chris Lawson <bugzilla@chrislawson.net>. Camino-only-npotdb. r=pink sr=smfr 2005-12-01 22:16:04 +00:00
mark%moxienet.com
3fc4b708c6 Bug 317439, make "del" key remove items from the download window in additon to "backspace". Patch by Chris Lawson <bugzilla@chrislawson.net>. Camino-only-npotdb. r=kreeger sr=smfr 2005-12-01 16:58:28 +00:00
mark%moxienet.com
79a730a160 Bug 312244, +[NSURL urlFromWebloc:] uses an FSSpec when it doesn't need to. Perform FSSpec-otomy. Patch by Wevah <mozilla@derailer.org>. Camino-only-npotdb. r=smfr 2005-12-01 16:48:01 +00:00
mark%moxienet.com
fada42bd48 Bug 315697, UI hangs when "are you sure you want to quit?" download sheet is displayed and the pref to close the download window is set. Be careful about putting the sheet up and closing the window. Patch by Nick Kreeger <nick.kreeger@park.edu>. Camion-only-npotdb. r=smfr 2005-12-01 16:28:20 +00:00
smfr%smfr.org
c33ea46121 Fix memory leak. 2005-12-01 06:09:42 +00:00
smfr%smfr.org
75d978b137 Fix a stupid, but potentially dangerous typo. 2005-12-01 06:06:11 +00:00
smfr%smfr.org
dd9ef4ecc5 One more file for the IB palette 2005-12-01 05:05:41 +00:00
smfr%smfr.org
be18eb9689 New files to build an Interface Builder palette containing view classes used by Camino. 2005-12-01 05:04:59 +00:00
mark%moxienet.com
537e3c4829 Bug 317926, Bookmark manager's localized title is not displayed properly. Throw strings around in UTF-8. Original patch by <waveridervsnrz@yahoo.co.jp>, thanks also to Torben and biesi. Camino-only, npotdb. r=smfr 2005-11-29 15:59:41 +00:00
bzbarsky%mit.edu
8f6437f05a Fix camino build bustage (bug 316794). 2005-11-29 05:59:38 +00:00
timeless%mozdev.org
9b0852aaf7 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 21:57:13 +00:00
timeless%mozdev.org
db820cf720 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 08:16:51 +00:00
joshmoz%gmail.com
e089d93a53 remove nsSupportsArray usage from nsSimpleGlobalHistory. b=317035 sr=smfr 2005-11-22 05:29:16 +00:00
mark%moxienet.com
c347949847 Bug 317077, Enable HTML <canvas> support in Camino. Fix filenames as displayed in the Xcode UI. Camino-only, npotdb 2005-11-20 23:34:40 +00:00
mark%moxienet.com
92b60c4eea Bug 314602, Bookmark toolbar doesn't match unified title bar and toolbar on Tiger. When the unified appearance is in effect, draw a matching background for the bookmark toolbar: a vertical gradient with a light top and a darker bottom. Also moves OS feature-check utilities from MainController to NSWorkspace. Camino-only, npotdb. r=smfr 2005-11-20 23:03:37 +00:00
mark%moxienet.com
90ec9e368f Bug 317077, Enable HTML <canvas> support in Camino. Camino-only, npotdb. r=smfr 2005-11-20 19:51:12 +00:00
smfr%smfr.org
344ef84341 Fix bug 316937: store favicons in a separate cache on disk so that you don't lose them on crash. 2005-11-18 05:57:55 +00:00
smfr%smfr.org
d559606b13 Fix bug 269084: allow users to select one or more cookies and say "block these sites" to add the sites to the "deny" list. Also tidy up the UI in the Cookies and Exceptions sheets to use action buttons, and save table and window state. 2005-11-18 05:34:18 +00:00
smfr%smfr.org
2b3e96d5a2 Block images matching .2mdn.net 2005-11-18 05:27:24 +00:00
smfr%smfr.org
1de6ca2672 Fix bug 269084: allow users to select one or more cookies and say "block these sites" to add the sites to the "deny" list. Also tidy up the UI in the Cookies and Exceptions sheets to use action buttons, and save table and window state. 2005-11-18 05:20:41 +00:00
smfr%smfr.org
40d61a7419 Add note to test talkback. 2005-11-18 03:58:53 +00:00
mark%moxienet.com
708422deb4 Bug 316888, Camino builds failing in PreferenceManager.mm, Xcode 2.2 and SDK >= 10.3.9. Work around SDK #define changes. Camino-only, npotdb. r=smfr 2005-11-18 02:59:45 +00:00
pinkerton%aol.net
aad3166d2b change button text to Edit Exceptions List (bug 316002) 2005-11-16 23:47:12 +00:00
smfr%smfr.org
7ded299f27 Fix bug 235848: make sure the focus ring around search text fields is correctly redrawn when a window gains and loses focus. 2005-11-16 04:27:15 +00:00
mark%moxienet.com
af3d4a5b01 Backing out previous MAX_ALLOWED/MIN_REQUIRED change in this file only - seems like Apple's confused over this in the headers too. Mentioned in bug 316412. Camino-only, npotdb. 2005-11-15 04:09:14 +00:00
mark%moxienet.com
4b2d089e03 Bug 316412, Camino build fails, gcc 4.0.1/xcode 2.2. Remove unused code. Camino-only, npotdb. 2005-11-15 04:06:24 +00:00
mark%moxienet.com
aa4d70aff2 Bug 316421, Camino static build fails during link. After bug 312760, two modules in the static components list need to be replaced with "necko". r=pink 2005-11-14 21:00:02 +00:00
pinkerton%aol.net
235d2e3e00 correct use of MAC_OS_X_VERSION_MAX_ALLOWED 2005-11-14 15:32:52 +00:00