smfr%smfr.org
0477cbfa89
Fix bug 179307: when a sheet is displayed in Camino, push a native code security context onto the stack so that the context is correct for native code that can run via PLEvents while the sheet is being displayed. This fixes backwards typing in other windows. r=mento
...
Also fix warnings.
2006-02-02 06:41:56 +00:00
mark%moxienet.com
887b2ad73e
190307 Add MathML support to Camino, adding a non-blocking alert service to handle MathML's missing-font dialog. Patch by Makoto Yamashita <makotoy@ms.u-tokyo.ac.jp>, fixed up for CaminoStatic by me. r=smfr sr=pink
2006-02-02 02:07:45 +00:00
mark%moxienet.com
c18492a6a4
325408 Omit NSS .chk files during Camino build. These should be generated during packaging. r=smfr r=wtchang
2006-02-01 18:16:34 +00:00
smfr%smfr.org
8659ec4f40
Fix bug 324369: make sure we save a changed history value when closing the prefs pane (if the user hasn't tabbed to another control), while validating that it's a number.
2006-02-01 05:18:47 +00:00
mark%moxienet.com
fc92dbd4a0
300947 Use ld -dead_strip (DEAD_CODE_STRIPPING) for Camino. Camino-only-npotdb. r=smfr sr=pink
2006-01-30 22:03:06 +00:00
smfr%smfr.org
98d34357c7
Fix bug 325193: sheet shows up in lower left corner of the screen. Fixed by converting it to a modal dialog if its parent window is not visible.
2006-01-30 05:52:18 +00:00
smfr%smfr.org
c547216eb5
Fix bug 324861: issues drawing personal toolbar if Camino is launched via a GetURL. That was a problem because we'd create the first window (with bookmarks toolbar) before loading bookmarks, causing the bookmarks toolbar to get bookmark changed notifications on a non-UI thread, thus hosing AppKit. The fix is to ensure that we never fire notifications on the bookmark loading thread (in a threadsafe way!), and fix the bookmarks toolbar to behave if its toolbar folder is nil (indicating that bookmarks haven't loaded yet).
2006-01-30 04:51:33 +00:00
smfr%smfr.org
11e59690c0
Fix bug 296228: focus apparently lost when hiding and then showing Camino. Cocoa on 10.4 seems to have a bug where mouse moves don't get reactivated when re-showing an application, so we do it manually when a browser window becomes the main window.
2006-01-30 04:48:52 +00:00
smfr%smfr.org
2e4ff52d3c
Whitespace change.
2006-01-29 20:49:41 +00:00
smfr%smfr.org
c2befd3b56
Fix the UI from getting into a locked state when Camino puts up sheet while there is already a modal dialog on screen, or the window already has a sheet. Fixes bugs 279350, 314072. r=mento
...
Fix bug 324901: hide the checkbox in prompt dialogs when the checkMsg param is null or an empty string, to match FF behaviour. r=mento.
Disable the open menu commands when the window has a sheet on it.
2006-01-29 04:56:30 +00:00
smfr%smfr.org
031d0e21e8
Fix warnings, and implement some missing bookmarks comparison methods.
2006-01-29 00:07:19 +00:00
smfr%smfr.org
8dd4a21f65
Fix camino bug 324511: "Last visit" should be "Visits" in the Bookmark Info panel.
2006-01-24 16:56:36 +00:00
gerv%gerv.net
078e7a2e3a
Bug 324392: fix bustage caused by lack of checking that the code hadn't changed. Apologies :-(
2006-01-23 11:59:48 +00:00
gerv%gerv.net
ff27848373
Bug 324392: fix licensing on Apple DTS code.
2006-01-23 10:22:40 +00:00
smfr%smfr.org
5769b39b75
Fix bug 323847: save a copy of the corrupted bookmarks file when we fail to read bookmarks.
2006-01-22 19:43:23 +00:00
smfr%smfr.org
dbd7fff204
Fix spelling error (bug 316029). Patch by Smokey.
2006-01-20 15:25:38 +00:00
smfr%smfr.org
4d5921d08a
Fix pref pane bundle version numbers and identifiers.
2006-01-16 05:52:34 +00:00
smfr%smfr.org
f15f464c52
Fix 3 tooltip bugs: 285601, 323387 and 311220. When showing tooltips, make sure that their browser is still frontmost, and that their window is the main window. Also hide tooltips when switching tabs.
...
Also contains a localized string fix related to bug 321882.
2006-01-16 05:41:00 +00:00
smfr%smfr.org
9f2b3504fa
Fix bug 322176: bump copyright year on the app to 2006. Patch by Smokey.
2006-01-16 05:05:34 +00:00
smfr%smfr.org
221455c6e5
Fix bug 316692: add command-shift-L as shortcut for Email Page Location.
2006-01-16 05:01:34 +00:00
smfr%smfr.org
87f1157175
Fix bug 321882: put some missing strings into Localized.strings in the app and Navigation prefs pane. Patches by Smokey.
2006-01-16 04:52:33 +00:00
smfr%smfr.org
e424a2f546
Potential fix for bug 322374: crash sometimes when clearing the download list. Make sure we null out the controller on the progress views. Patch by Nick Kreeger.
2006-01-16 04:25:16 +00:00
smfr%smfr.org
8e04328f64
Camino fix for bug 319004: prevent overlong document.title from bogging down history.
2006-01-15 21:37:02 +00:00
smfr%smfr.org
b8cfb7ce76
Fix bug 169816: implement bookmark sorting (really arranging) in Camino. Selecting a single folder will sort its children. Selecting two or more items will sort them together. Holding down the Option key will do a deep sort of all selected items. If nothing is selected, the current collection is sorted (if allowed).
...
Fix bug 322809: bookmarks toolbar and menu folders should have localized names.
Other fixes:
Re-order the bookmarks and history context menus slightly to reduce the number of separators.
Fix the bookmarks toolbar to not respond to every bookmark update by looking for a button with the changed bookmark.
Fix the bookmarks toolbar to notice child re-orderings and update appropriately.
Clean up the key handling code in ExtendedOutlineView and ExtendedTableView, and make our outline and table views respond to the home and end keys by scrolling to top/bottom.
2006-01-15 21:03:32 +00:00
smfr%smfr.org
8562921cac
Tweak Camino's ad blocking.
2006-01-15 20:31:18 +00:00
wtchang%redhat.com
dbbc444239
Bugzilla Bug 317620: landed NSS 3.11 on the Mozilla trunk. The patch is
...
contributed by Kai Engert <kengert@redhat.com>. r=wtc,bsmedberg.
Bugzilla Bug 288647: (security/manager/Makefile.in only) enable building
NSS with system NSPR. The patch is contributed by Chris Seawood
<cls@seawood.org>. r=wtc,kengert.
Modified Files:
Makefile.in browser/installer/unix/config.it
browser/installer/unix/packages-static
browser/installer/windows/config.it
browser/installer/windows/packages-static
calendar/installer/windows/config.it
calendar/installer/windows/packages-static
camino/Camino.xcode/project.pbxproj
embedding/config/basebrowser-installer-win.pkg
embedding/config/basebrowser-mac-macho
embedding/config/basebrowser-qnx
embedding/config/basebrowser-unix
embedding/config/basebrowser-win embedding/config/minimo-qnx
embedding/config/minimo-unix mail/config/basemail-os2
mail/config/basemail-unix mail/installer/windows/config.it
mail/installer/windows/packages-static
minimo/config/linux_package.sh security/manager/Makefile.in
security/manager/psm.pkg toolkit/mozapps/installer/packager.mk
xpinstall/packager/packages-os2
xpinstall/packager/packages-static-unix
xpinstall/packager/packages-static-win
xpinstall/packager/packages-unix
xpinstall/packager/unix/deliver.pl
xpinstall/packager/win_mfcembed/config.it
xpinstall/packager/windows/browser.jst
xpinstall/packager/windows/config.it
xulrunner/installer/mac/Makefile.in
2006-01-13 18:09:32 +00:00
mark%moxienet.com
27bf57f516
321928 Allow "show in finder" on in-progress downloads. Patch by Nick Kreeger <nick.kreeger@park.edu>. Camino-only. r=me sr=pink
2006-01-04 19:29:39 +00:00
mark%moxienet.com
49d056b94f
322374 Crash [@ libobjc.A.dylib.227.0.0] when clearing download list. Call [(ProgressView) setController] on awakeFromNib in ProgressViewController and take care with mProgressController in ProgressView. Patch by Nick Kreeger <nick.kreeger@park.edu>. Camino-only. r=me
2006-01-04 19:27:51 +00:00
dbaron%dbaron.org
1c2ad07515
Happy new year! Change Mozilla Contributors copyright dates from 2005 to 2006.
2006-01-03 04:19:06 +00:00
darin%meer.net
a1aa1d673f
fixing bustage (bug 318193)
2006-01-02 05:09:29 +00:00
pinkerton%aol.net
a69e0b9f81
fix crash for feeds that don't have an href (bug 321886)
2005-12-30 17:48:36 +00:00
mark%moxienet.com
d7aceb33a9
Bug 314287, command-scroll changes text size which is so incredibly annoying. Remap command-scroll to standard scroll, putting text size on control and history on option. Camino-only, npotdb. r=smfr
2005-12-28 17:01:20 +00:00
smfr%smfr.org
54960c1d33
Fix bug 308897: put a context menu on the lock icon that has items to show the site certificate, and go to Page Info.
...
Fix the "Reset Camino" warning string to remove the reference to saved passwords (re: bug 320208).
Improve some #include hygiene in AutoCompleteDataSource.h and fallout.
Fix it so that main windows don't have to all implement -autosaveWindowFrame.
Fix some ownership issues in AutoCompleteDataSource that could cause us to use potentially released images in the autocomplete popup.
Push the code for accessing page security information down into CHBrowserView, and change Page Info to use it. Also fix some spelling errors, and improve Page Info strings for mixed content.
Fix an nsIDOMWindow leak in Page Info, and use a already_AddRefed<> return value in CHBrowserView to make ref counting of nsIDOMWindows less prone to bugs.
Change some code to use pre-existing CHBrowserView.h constants.
No longer show the "trust" checkboxes in the certificate view if we can't read the trust settings (cert not in DB), unless we're accepting a CA cert.
When showing a cert from Page Info or the lock icon, show trust for SERVER_CERT usage, rather than CA_CERT usage.
Tweak ad blocking.
2005-12-25 01:52:35 +00:00
smfr%smfr.org
2af136f3a0
Fix bug 320845: when a window is miniaturized in the dock, clicking on the app icon should bring it back. Fixed by allowing miniaturized windows to be returned by -getFrontmostBrowserWindow, and included in -browserWindows.
2005-12-20 06:34:51 +00:00
smfr%smfr.org
d66d8e9305
Fix Camino bugs:
...
Bug 319509: When doing Reset Camino, don't prompt about closing windows with multiple tabs open.
Bug 320208: Reset Camino should not clear out keychain passwords, since we don't know whether we created them.
Bug 319491: Reset Camino should clear the visit counts on the bookmarks, thus clearing the top 10 list.
Also changed -getFrontmostBrowserWindow and -browserWindows to not return windows that are not visible (e.g. those that are being created or destroyed), which fixing some odd cascading issues, and should prevent us from ever showing sheets on hidden windows.
2005-12-19 05:23:49 +00:00
smfr%smfr.org
0548df0dcf
Minor tidyup from last set of changes.
2005-12-19 05:09:36 +00:00
smfr%smfr.org
1c9cd51aa9
Improve Top 10 bookmarks list maintenance, ensuring that we look at both visit count and last visit date to keep the list stable in the face of changing visit counts, and optimize list building slightly.
...
Add methods to allow bookmark sorting, currently only used by the top 10 list.
Remove a nasty hack that set the parent of a bookmark item to an NSNumber for Rendezvous bookmarks, replacing it with a RendezvousBookmark Bookmark subclass.
Fix a bug in the Bookmark enumerator, that could cause it to propagate above its root folder, and hang in some cases.
Optimize the notification handlers for various bookmark changes (notably visit count changes) to reduce the amount of work done when resetting all visit counts.
Optimize the building of the dictionary that maps from bookmarks to their favicon urls.
Add a stack-based C++ class that can be used to time an event.
2005-12-19 04:46:48 +00:00
smfr%smfr.org
093f371fe6
Follow-on from bug 315337: allow the user to shift-tab out of the Description text view.
2005-12-17 19:24:57 +00:00
hwaara%gmail.com
ad2356c8b8
fix bug 315337, make bookmark description field tabbable.
...
r=wevah, sr=sfraser
2005-12-16 14:21:12 +00:00
smfr%smfr.org
ceecdbed0c
Fix bug 298458: if page content has a oncontextmenu handler, don't show the normal context menu. r=pinkeron
2005-12-13 07:28:05 +00:00
smfr%smfr.org
6acc176c50
Fix bug 319921: remove New Folder, and enable Copy Location for bookmark toolbar context clicks. Also land part of the code for bug 319491 (Reset Camino should clear visit counts), without yet hooking it up.
2005-12-12 03:35:58 +00:00
smfr%smfr.org
6014a35033
Fix bug 308714: location of prefs window moves around because of window height changes. Changed to center the window the first time, and thereafter store the window top-left point in user defaults.
2005-12-11 19:22:13 +00:00
smfr%smfr.org
3dbd3c6074
Fix the connection state string in the mixed content case.
2005-12-11 18:20:58 +00:00
smfr%smfr.org
ab00ba69a6
Fix bug 319559: dragging a bookmark folder over the content view should replace tabs, rather than append (just like dragging over the tab). Patch by Chris Lawson, r=Julian Pellico.
...
Also fix build warning.
2005-12-10 21:02:06 +00:00
smfr%smfr.org
056ec9a600
Fix bugs 299799 and 254313: add context menu item to copy bookmark and history item urls to the clipboard. Patch by Chris Lawson.
2005-12-10 20:43:17 +00:00
smfr%smfr.org
43356dd602
Fix bug 319257: when opening new windows from external apps, make sure we bring them to the front if appropriate.
2005-12-10 20:19:25 +00:00
smfr%smfr.org
fe123346a9
Whitespace cleanup.
2005-12-10 20:04:46 +00:00
smfr%smfr.org
5bcfdc6db3
Fix bug 319488: make Camino's Page Info look nicer.
2005-12-10 06:19:57 +00:00
smfr%smfr.org
1b4a7b2412
Make sure that we redraw the tab bar background when dropping on it after a drag.
2005-12-10 05:16:39 +00:00
pinkerton%aol.net
8b554d04a1
removing netscape.com from defaults (bug 312969)
2005-12-09 18:28:55 +00:00
smfr%smfr.org
da2bd9cb10
Fixing:
...
Bug 288979: can't resize bookmarks info (you can now), and tidied up the view impl.
Bug 319516: bookmark info panel is blank if you Get Info in bookmarks before selecting anything.
Bug 315338: bookmark info panel should not disappear if you unselect a bookmark. Now we just clear it instead.
Bug 311838: we save bookmark keyword changesnow when you close the panel.
Also fix various other cases where changes to the description would be lost, and changes to the other keyword or description would not show in the bookmarks right away.
Also fixing a misspelling in the download code.
2005-12-08 07:24:59 +00:00
smfr%smfr.org
f25fa05e31
Fix bug 319349: fix scrolling new downloads into view (offset math was broken by my view changes).
2005-12-08 05:21:30 +00:00
smfr%smfr.org
ac39ecf98a
Fix bug 315759: crash when accessing Brother printer via Bonjour. Use the new Tiger -TXTRecordData stuff if we can, and protect against null -protocolSpecificInformations.
2005-12-07 05:53:41 +00:00
smfr%smfr.org
f3600aa101
Fix bug 319257: make sure we bring the browser window to the front when creating new tabs from external apps, if another window (like Downloads) is frontmost.
2005-12-07 04:54:48 +00:00
smfr%smfr.org
5ae73894d2
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
e98f04892f
Make the drag feedback on the bookmarks toolbar prettier.
2005-12-07 04:15:29 +00:00
smfr%smfr.org
0e2989362c
Fix instructions about importing bookmarks.
2005-12-06 07:06:52 +00:00
smfr%smfr.org
2f48bcb184
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
26b5b5c403
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
f12fce5002
Fix bug 292878; support Tiger .webloc files. Patch by Wevah, r=me.
2005-12-05 03:51:59 +00:00
smfr%smfr.org
f9fa02eeeb
Standardize terminology in Send Link/Email Page Location strings. Bug 315877.
2005-12-05 03:02:51 +00:00
smfr%smfr.org
f8409bd2ab
Tidy up Camino UI strings (bug 203235).
2005-12-05 02:21:30 +00:00
smfr%smfr.org
0003272f0f
Fix bug 304036: clean up the Help menu in Camino.
2005-12-05 02:15:00 +00:00
smfr%smfr.org
7f82cc90e4
Tweak dl_cancel and stop toolbar icons.
2005-12-04 23:03:08 +00:00
smfr%smfr.org
17f2bc758b
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
19aceeea8b
Bug 314632, removing unused files.
2005-12-02 21:16:30 +00:00
mark%moxienet.com
697dcee41b
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
939e8c250b
More Info.plist fixing.
2005-12-02 17:42:21 +00:00
smfr%smfr.org
32ddd24daa
Fix Xcode 2.2 build by fixing Info.plist location.
2005-12-02 17:34:15 +00:00
smfr%smfr.org
c9c2daf727
Fix build bustage.
2005-12-02 06:59:22 +00:00
smfr%smfr.org
de27d692d8
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
25967bf9a4
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
31309c7a63
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
c89b0d1e0c
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
1eed63ef89
Bug 317232, enable SVG in Camino. Camino-only, npotdb. r=pink
2005-12-01 22:24:58 +00:00
mark%moxienet.com
0cb676075b
Bug 316965, importing bookmarks from the fox brings apostrophes in as '. 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
7e573af265
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
834727fb57
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
6b779006b8
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
eda56a0015
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
f072291e9a
Fix memory leak.
2005-12-01 06:09:42 +00:00
smfr%smfr.org
e0c16911d4
Fix a stupid, but potentially dangerous typo.
2005-12-01 06:06:11 +00:00
smfr%smfr.org
ed4df33b3c
One more file for the IB palette
2005-12-01 05:05:41 +00:00
smfr%smfr.org
99297a0d63
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
0bf20da7ed
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
59291dc30f
Fix camino build bustage (bug 316794).
2005-11-29 05:59:38 +00:00
timeless%mozdev.org
3db428f6ac
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
b78d0c2416
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
2994bf1ce5
remove nsSupportsArray usage from nsSimpleGlobalHistory. b=317035 sr=smfr
2005-11-22 05:29:16 +00:00
mark%moxienet.com
f127cbb21b
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
273132087c
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
1f0ac15759
Bug 317077, Enable HTML <canvas> support in Camino. Camino-only, npotdb. r=smfr
2005-11-20 19:51:12 +00:00
smfr%smfr.org
6e87692042
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
55daa87ac0
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
c0d59bf833
Block images matching .2mdn.net
2005-11-18 05:27:24 +00:00
smfr%smfr.org
1745dfbcf0
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
69f5552029
Add note to test talkback.
2005-11-18 03:58:53 +00:00
mark%moxienet.com
0f63316de3
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
f4ae82a4f8
change button text to Edit Exceptions List (bug 316002)
2005-11-16 23:47:12 +00:00
smfr%smfr.org
bd1523dd12
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
18f066e317
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
71c1c78e53
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
70edf73326
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
c801011353
correct use of MAC_OS_X_VERSION_MAX_ALLOWED
2005-11-14 15:32:52 +00:00
pinkerton%aol.net
0aa44af375
look at tiger url property first, then fall back to old one (bug 313884)
2005-11-14 14:13:06 +00:00
smfr%smfr.org
f4abea28a6
Fix bug 314478: make sure the "Remove All" button in the "Edit exceptions list" sheet in Camino removes only the cookie permissions, and not any others.
2005-11-14 06:42:19 +00:00
smfr%smfr.org
ff1a4841d7
Fix bug 314557: add a "are you sure" warning before clearing all the cookie site exceptions. Patch by Bill Kocik and Smokey Ardisson.
2005-11-14 06:23:27 +00:00
smfr%smfr.org
f323a47f2d
Fix bug 315886 and bug 295774: add warning sheets when clearing the cache and history in the prefs, and standardize the terminology. Patches based on changes by Smokey Ardisson and Chris Lawson.
2005-11-14 05:31:36 +00:00
smfr%smfr.org
015aab966f
Fix bug 315810: allow shift modifier key to reverse the sense of the "load in background" pref when loading a url with Command-Return. Patch by Chris Lawson.
2005-11-14 04:56:05 +00:00
smfr%smfr.org
6a3cd2aa4c
Fix bug 313776: add ".p7b" and ".pkcs7" to the list of file extensions allowed when importing certificate files.
2005-11-14 04:44:27 +00:00
smfr%smfr.org
b31346eec6
Add a check for a file size > 0 when saving bookmarks, and add some logging to try to catch the losing bookmarks problem.
2005-11-14 04:31:58 +00:00
smfr%smfr.org
33ce70b2c8
Turning new files back on, because they didn't affect startup perf.
2005-11-13 18:08:47 +00:00
pinkerton%aol.net
c0db2fe7a5
use different property on Tiger for homepage, apple depricated the one we
...
were using (bug 313884)
2005-11-13 17:45:44 +00:00
smfr%smfr.org
c8481beb94
Turn off building SiteIconCache.m and NSFileManager+Utils.m to see if they are causing the startup pref regression (even though none of their code should be running).
2005-11-13 07:08:19 +00:00
smfr%smfr.org
7abbce1870
Commenting out additional stat on bookmarks file to measure startup perf impact.
2005-11-13 04:56:22 +00:00
smfr%smfr.org
7038613018
[NSArray lastObject] is already defined; no need for our own version.
2005-11-13 04:48:33 +00:00
smfr%smfr.org
40f98299ee
Fix bug 307753. Use a file system notification callback to detect when downloaded files are moved or deleted, and update UI accordingly. Also fix a couple of leaks, a double-load of the progress view nib file, and tidy up a bunch of code. Parts of patch by Nick Kreeger.
2005-11-13 04:45:19 +00:00
smfr%smfr.org
b4bf54508b
Add unknown_file_icon.tif.
2005-11-13 04:33:42 +00:00
smfr%smfr.org
17ea78d2e7
New file for missing files in the download manager.
2005-11-13 04:11:38 +00:00
smfr%smfr.org
2e9d2380f7
Add a bunch of NSLogs to the bookmarks saving code, and a test for a zero-length bookmarks file, to try to catch bookmarks lossage issues.
2005-11-13 00:16:44 +00:00
smfr%smfr.org
c8379c2a25
Add SiteIconCache.m, and NSFileManager+Utils.*.
2005-11-13 00:14:05 +00:00
smfr%smfr.org
69f211faff
New class to cache site icons outside of the Necko cache (which gets nuked too often).
2005-11-13 00:07:27 +00:00
smfr%smfr.org
8ece8642b3
New util category on NSFileManager.
2005-11-13 00:04:08 +00:00
darin%meer.net
ceef677f97
fixing camino build bustage; necko_data.xpt no longer exists.
2005-11-12 20:41:29 +00:00
smfr%smfr.org
6563569d9f
Remove the "?click" rule, because it breaks some legitimate sites.
2005-11-12 19:35:07 +00:00
smfr%smfr.org
473fc82ff8
Fix bug 313961: don't create history items for hidden url loads (like this for iframes).
...
Fix bug 315667: allow nsIHistoryObserver removal during the "history closing" notification, which fixes history data source cleanup on quit, avoiding a rebuild of the history data source on expiring entries.
2005-11-12 19:31:28 +00:00
smfr%smfr.org
7dcd31e7f9
Replace a hardcoded char code constant with a value from the Cocoa headers.
2005-11-12 19:27:04 +00:00
darin%meer.net
56de173b8c
Initial patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky
2005-11-12 18:17:19 +00:00
bsmedberg%covad.net
dff1dea638
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
2005-11-11 14:36:26 +00:00
mark%moxienet.com
a6ee15d3b2
Bug 315866, "New window" item no longer in dock menu. Connect the proper NSMenuItem to the dock menu's mItemBeforeCustomItems. Camino-only, npotdb. r=pink
2005-11-10 20:26:07 +00:00
joshmoz%gmail.com
f5a2794769
fix bug in which the pause button disappears when customizing the toolbar. b=315578 sr=smfr
2005-11-09 08:01:36 +00:00
smfr%smfr.org
305b6da71f
Fix bug 314803: if saving HTML Complete to a non-writable dir, we'd bail when creating the associated "Files" directory but never cancel the download. This patch fixes that by calling OnStateChanged on the download in the failure case. I also fixed some variables names and comments to make the header sniffing stuff clearer.
2005-11-06 21:42:04 +00:00
smfr%smfr.org
4a852feabb
Fix bug 314803: fix crash on download failure, caused by DownloadDone() getting called twice. Added error reporting for common downloading errors (no permissions in destination dir, and disk full) via a sheet on the downloads window.
...
Implemented nsIInterfaceRequestor on nsDownloadListener and nsHeaderSniffer because I was seeing assertions about this, and to avoid possible uninitialized value usage (bug 315246).
2005-11-06 06:40:36 +00:00
smfr%smfr.org
10f146e768
Add NSString category for methods that get a couple of useful path-related strings (volume name, and file/folder display name).
...
Also fix memory leak in [NSView removeAllSubviews].
2005-11-06 06:32:18 +00:00
smfr%smfr.org
20c6661b36
Make sure the Info tab is selected.
2005-11-05 22:16:19 +00:00
smfr%smfr.org
75b12cdfa3
Fix bug 294732: rename "Name" field to "Title" to be consistent with the rest of the UI. Also tidy up the "Visit count" panel. Patch partly by Markus Magnuson.
2005-11-05 22:14:25 +00:00
smfr%smfr.org
8c82ffde3a
Fix bug 313961: avoid making history items in the UI for "hidden" global history entries, such as those for subframes.
2005-11-05 07:08:22 +00:00
mark%moxienet.com
88507a2755
Bug 314612, Autocomplete broken in location bar. Include libxpautocomplete.
2005-11-03 19:59:44 +00:00
pinkerton%aol.net
9c4447df1a
tweak paths for universalchardet build changes (bug 314911)
2005-11-03 16:31:01 +00:00
pinkerton%aol.net
3955e38dba
increase default size of dialog to fit all buttons (bug 308094)
2005-11-03 14:58:00 +00:00
pinkerton%aol.net
20b036cdc4
remove libtransformiix as it no longer exists outside of layout
2005-11-02 20:23:12 +00:00
pinkerton%aol.net
41ce2054ef
don't rebuild views after each download is removed, wait until all work is
...
done then rebuild them (bug 308680)
2005-11-02 17:32:33 +00:00
pinkerton%aol.net
6e1d572d67
replace ' with apostrophe (bug 308998)
2005-11-02 15:54:29 +00:00
pinkerton%aol.net
c6db4af064
.url files must have CRLF newlines to load properly; otherwise you get a ``loading'' that never finishes. (bug 313308)
2005-11-01 21:02:28 +00:00
smfr%smfr.org
1d1b6399b6
Fix bug 314616: icon disappears for paused downloads. Patch by Nick Kreeger, r=me.
2005-11-01 17:53:52 +00:00
smfr%smfr.org
102f549f08
Fix bug 314376: occasional crash when editing trust settings for a newly-added cert, because we were messing with the view hierarchy for a destroyed window. Fixed by setting the certificate view's certificate to nil in -windowWillClose:
...
Also fix some other bugs in the certificate view that caused the checkbox states to be incorrect, and fail to stick.
Also fix possible exception on quit when quitting with the certificates window frontmost.
2005-11-01 07:30:54 +00:00
smfr%smfr.org
48d50f13f8
Fix bug 311110: dragging onto empty tab bar area should create new tabs, not replace existing ones. Patch partially by Chris Lawson.
2005-11-01 03:16:11 +00:00
mark%moxienet.com
db1886f8e6
Bug 314226, "Unrequested Popup Detected" title should be localizable. The new key name is PopupBlockTitle. Patch by Ludovic Hirlimann <qa-mozilla@hirlimann.net>. Camino-only. r=smfr
2005-10-31 20:21:15 +00:00
smfr%smfr.org
1589614fd7
Fix camino bug 314374: delete is enabled when no certificates are selected.
2005-10-30 18:46:32 +00:00
pinkerton%aol.net
626907d84c
updated disk image icon (bug 307359)
2005-10-26 21:42:38 +00:00