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

821 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%aol.net 74f8c5bd6e removing, we now use xcode 2004-02-04 23:00:31 +00:00
pinkerton%aol.net f46bb979e7 Move to xcode 2004-02-04 22:57:16 +00:00
pinkerton%aol.net 8232db642c use "Select" in choose directory button instead of "Open" (bug 232926) 2004-02-04 22:52:30 +00:00
pinkerton%aol.net f6c1f8c030 put in a catch-all that checks if a text area has focus before going back
when backspace is pressed. it's not ideal, but it is a short-term fix for
several IME bugs which aren't trivial to resolve (bug 181198)
2004-02-04 22:09:48 +00:00
pinkerton%aol.net 0d299b7683 return self in init 2004-02-04 04:36:45 +00:00
pinkerton%aol.net 27a32d493e fixed the error handling in the d/l location setting 2004-01-29 16:10:07 +00:00
pinkerton%aol.net be978da8fd correctly save the download location in IC (bug 232353) 2004-01-29 15:05:02 +00:00
pinkerton%aol.net df80785c2a require 10.1.5 at minimum (Bug 184864) 2004-01-28 21:50:11 +00:00
pinkerton%aol.net 43bfbc887e cleanup problems with bookmark toolbar and bookmark manager when launched
from odoc or gurl appleEvents. lazily setup bookmark manager to improve
new window open times. (bug 232092)
2004-01-28 19:54:53 +00:00
pinkerton%aol.net 06a7587704 fix bustage and remove dependence on internal header 2004-01-28 17:06:06 +00:00
pinkerton%aol.net 4a173eca28 remove references to system internet prefs since they no longer exist on
panther. first stab at choosing download folder (display works, setting it
does not)
2004-01-27 20:52:18 +00:00
dbaron%dbaron.org 0231f67b81 Remove users of deprecated, no-op, NS_INIT_ISUPPORTS macro from tree. b=178643 r+sr=bryner 2004-01-23 23:12:44 +00:00
pinkerton%aol.net 718ebec520 use aa fonts regardless of font size (bug 180535) 2004-01-23 22:44:23 +00:00
pinkerton%aol.net 63c1087dfa more tweaking of dock icon click behavior. unminimize the frontmost browser if
it's in the dock and the only other browser.
2004-01-23 21:54:23 +00:00
pinkerton%aol.net 40f15211a8 fix warnings 2004-01-23 01:10:02 +00:00
pinkerton%aol.net d6a27bccf5 clear the window-level undo stack to get rid of pending actions when
the window closes (bug 229661)
2004-01-23 00:31:20 +00:00
pinkerton%aol.net 9fd26da686 allow an empty url to be either "" or about:blank (bug 208838) 2004-01-22 22:15:18 +00:00
pinkerton%aol.net e638f1c73d add site icons and urlbar autocomplete prefs back in as they were removed
from all.js
2004-01-21 20:25:31 +00:00
pinkerton%aol.net 784211d5a3 remove font prefs that were always present but getting changed by all.js after
we set them here. Now that this file comes after all.js, they were suddenly
being used and aren't necessarily what we want.
2004-01-21 01:03:49 +00:00
pinkerton%aol.net 21e2ed1f1a change "view source" to cmd-opt-v to match safari and free up cmd-E for its
reserved purpose (bug 160777)
2004-01-20 21:39:15 +00:00
pinkerton%aol.net 4265dc86b8 ensure toolbar is updated when d/l finishes (bug 231581) 2004-01-20 18:28:55 +00:00
bryner%brianryner.com d9f9aad50c Copy all.js and security-prefs.js from and to the greprefs directory. 2004-01-19 23:07:51 +00:00
pinkerton%aol.net 8423426475 keep whatever utility window is in the fg when user clicks on dock tile and
don't bring an existing browser in front of it (bug 196661)
2004-01-15 20:05:49 +00:00
pinkerton%aol.net 9945be6dc8 fix icon in bookmark sheet to 64x64 (bug 230662) 2004-01-15 19:40:08 +00:00
pinkerton%aol.net 2ea1cd346f set the charset detect to what mozilla uses. what we were using wouldn't
always work (bug 180461)
2004-01-14 17:54:25 +00:00
pinkerton%aol.net ee1969518b add widget.xpt 2004-01-14 17:33:35 +00:00
pinkerton%aol.net 144a87d204 use utf8 instead of ascii when converting urls from gecko (bug 226073) 2004-01-14 02:06:26 +00:00
pinkerton%aol.net 19b5a07d8d allow sorting in cookie sites sheet (bug 179054) 2004-01-13 22:42:07 +00:00
pinkerton%aol.net 1498e0eca1 set the title of the window to "bookmark manager" when managing bookmarks and
return to the previous title when going back to web page (bug 199790)
2004-01-13 20:33:10 +00:00
pinkerton%aol.net 76a6e01068 history now listed as a flat list by day, ordered by visit time (bug 227618) 2004-01-13 20:06:02 +00:00
dbaron%dbaron.org 06b2b5464c Fix bustage. b=226522 2004-01-10 03:59:32 +00:00
jst%mozilla.jstenback.com 5ec2748a37 Fixing camino bustage. 2004-01-10 03:11:17 +00:00
pinkerton%aol.net ec564d9f57 use the correct file suffix when exporting bookmarks 2004-01-09 16:07:24 +00:00
pinkerton%aol.net ff559cb6b6 use a popup cell rather than a context menu for html popups so they position
better when they don't fit entirely on the screen (bug 185550)
2004-01-08 22:34:22 +00:00
pinkerton%aol.net 5bd5e0ef9c allow folders as well as groups to open as tabs in a new window (bug 228803) 2004-01-07 21:54:43 +00:00
pinkerton%aol.net 2c7585358a fix licenses 2004-01-07 14:12:41 +00:00
pinkerton%aol.net 57a5992d5e remove traces of splash screen code and images. fix up some inconsistencies
in the MainMenu nib as well (bug 152464)
2004-01-06 21:47:24 +00:00
pinkerton%aol.net 3f537356c8 remove stray NSLog in search window code 2004-01-06 21:38:21 +00:00
pinkerton%aol.net a33ccc1ec9 stop redrawing the entire search area every time the chrome redraws, now
only do it when it has focus (bug 213312)
2004-01-06 21:27:19 +00:00
pinkerton%aol.net d1d245f091 don't reload the page when asking for view-source. use the cached version
if we have one (bug 153884)
2004-01-05 23:28:37 +00:00
pinkerton%aol.net 1882769fc1 remove FilterView (it's now in a different nib, bug 227370) and fix "new window"
in dock menu (wasn't hooked up)
2004-01-05 23:02:43 +00:00
pinkerton%aol.net 5c9460d0fd use a new nib for save accessory panels (bug 227370) 2004-01-05 23:01:53 +00:00
pinkerton%aol.net 037aed0e36 use a separate nib for the save accessory panels (bug 227370) 2004-01-05 23:01:33 +00:00
pinkerton%aol.net 2cac2035b7 new nib for bug 227370 2004-01-05 23:01:04 +00:00
ccarlen%mac.com 00b09c7308 Bug 169789 - Cannot save view-source URLs. r=pink 2004-01-05 20:13:13 +00:00
pinkerton%aol.net e05a4f27db sanity check cancelling d/l at the code level, not just at the UI level
(bug 229856)
2004-01-05 17:56:35 +00:00
pinkerton%aol.net adb962e7f5 that's right, more static build missing files. i hate project builder. 2003-12-30 21:45:05 +00:00
pinkerton%aol.net 43e23d8df1 add progressView.mm to static build (thanks project builder) 2003-12-30 21:41:39 +00:00
pinkerton%aol.net 6909924f9e new d/l manager from josh aas (bug 223583) 2003-12-30 21:15:47 +00:00
pinkerton%aol.net 0a81eccaca allow bookmark collections to accept drops of other types of urls besides just
existing bookmarks (enables drags from history, strings, urls from other apps).
consolodates duplicated code. makes sure string drops are valid urls in
manager and bm toolbar (bug 227040)
2003-12-30 09:25:04 +00:00
pinkerton%aol.net 338168148f fix a variety of graphical issues with the bm manager (bug 227977) 2003-12-29 07:17:30 +00:00
pinkerton%aol.net 21484d24b8 make the bookmark toolbar folder popup menu use the normal font size (bug 229405) 2003-12-29 06:56:24 +00:00
pinkerton%aol.net 41ec9c62a4 new app icons from jasper. not perfect, but better. (bug 228878) 2003-12-23 20:36:50 +00:00
pinkerton%aol.net 05d35201dc always use the selection in the bm manager as the default for "add bookmark"
sheet. remove apis that had that choice as a parameter. (bug 184993)
2003-12-23 20:15:30 +00:00
pinkerton%aol.net 0e4feca5ef fix issues with importing bookmarks, crash if menu separators are present,
import keywords, import bookmark groups (bug 170797)
2003-12-23 19:07:08 +00:00
pinkerton%aol.net b61536c047 separate favicon change notifiaction into its own notification to avoid writes
to the disk. better spread out loading of favicons at startup. turn back
on favicon support since startup perf issues resolved (bug 226140)
2003-12-23 18:33:28 +00:00
pinkerton%aol.net b0e4a772ac fix bustage with removed chrome.xpt file 2003-12-23 17:50:34 +00:00
pinkerton%aol.net 0b9073bed8 change bookmarks.xml -> bookmarks.plist so new profiles don't need to import
on startup. (bug 223615)
2003-12-10 15:50:58 +00:00
pinkerton%aol.net 331f53ddbe make sheet consistent with HIGs (bug 227980) 2003-12-10 15:13:37 +00:00
pinkerton%netscape.com 02f3c52ae3 put "show/hide all bookmarks" strings in, remove sidebar strings 2003-12-09 14:49:44 +00:00
pinkerton%netscape.com a4b56bcf30 fix |return [super foo]| when |foo| has a void return type. a problem with
gcc3.3, it will omit the entire line.
2003-12-08 17:51:17 +00:00
pinkerton%netscape.com e87b9748a1 somehow the connection for new window was lost. fixing it. 2003-12-05 15:25:03 +00:00
pinkerton%netscape.com 5aad39d879 we need to have code to show the about window to customize it to add the
build id. turn off the splash screen to gauge community feedback
2003-12-05 00:05:10 +00:00
pinkerton%netscape.com 8cab4a2e14 leave up/down arrow functionality alone unless the completion window is
open (bug 169067)
2003-12-04 19:18:10 +00:00
pinkerton%netscape.com 1b30afd9e4 fix case where creating a new window with the bm manager open would inherit
the show/hide state of the previous window for the menu item rather than
use the state of the new window.
2003-12-04 17:40:12 +00:00
pinkerton%netscape.com fdbeeb50ab keep the same collection when showing bookmark manager. make cmd-b be
a toggle with "show/hide" menu items instead of just "manage" menu text. make
cmd-y not toggle and always show history. fix updating of bookmark menus
when there are no windows open. remove some outdated cruft from the main
controller and nib. (bug 226904, and then some)
2003-12-04 15:02:32 +00:00
pinkerton%netscape.com 73ee4f8547 use standard aboutbox instead of custom one (bug 227368) 2003-12-03 21:12:39 +00:00
pinkerton%netscape.com 1a4f495558 remove credits list for new about box 2003-12-03 21:08:08 +00:00
pinkerton%netscape.com 74abc17ee7 use a standard aboutbox (bug 227368) 2003-12-03 21:07:09 +00:00
pinkerton%netscape.com 4718bf0ddc removed 2 more icons we don't use anymore (bug 189801) 2003-12-03 19:00:26 +00:00
pinkerton%netscape.com a2b2035fe1 made a bunch of images smaller (bug 189801) 2003-12-03 18:56:42 +00:00
pinkerton%netscape.com 46d80110ef remove unused icons and stop bundling the "personal" pref panel that is
no longer used by anyone (bug 199637)
2003-12-02 20:58:29 +00:00
pinkerton%netscape.com 549d6c7485 removing some unused icons (bug 199637) 2003-12-02 20:57:50 +00:00
pinkerton%netscape.com ab9086d347 don't use 'return' when there's not return value, omits entire line on gcc3.3 2003-12-02 15:11:40 +00:00
pinkerton%netscape.com d32fc03ab1 add "manager.tif" for bookmark manager icon (bug 227047) 2003-12-02 15:01:43 +00:00
pinkerton%netscape.com 6cca5221bd new icon and strings for bookmark manager instead of sidebar (bug 227047) 2003-12-02 14:59:57 +00:00
pinkerton%netscape.com 394d5c2949 New string for bookmark manager over sidebar (bug 227047) 2003-12-02 14:58:51 +00:00
pinkerton%netscape.com 426b7674e4 new bookmark manager icon 2003-12-02 14:58:08 +00:00
pinkerton%netscape.com ec75c26dd4 open bookmark on cmd-downArrow or enter. keep return for edit (bug 209886) 2003-12-02 14:39:44 +00:00
pinkerton%netscape.com 9ba69c036b fix export of html bookmarks to be a better utf8 citizen, fix importing
so that special flags are cleared during import to not conflict (bug 225769)
2003-11-25 17:30:50 +00:00
pinkerton%netscape.com 98de3fd893 allow drops into url bar while it's not being edited (bug 162791) 2003-11-25 17:24:22 +00:00
pinkerton%netscape.com 32d74cc4f1 removing obsolete files 2003-11-24 19:28:29 +00:00
pinkerton%netscape.com 9c55863ec7 typeahead find now needs to be invoked by explicit '/' to avoid people getting
pissed off (bug 226161)
2003-11-19 21:48:24 +00:00
pinkerton%netscape.com 2b2a3617ab apparantly, all-*.js is back to normal. using all-camino.js instead of
all-chimera.js at least.
2003-11-19 21:29:38 +00:00
pinkerton%netscape.com 544fffb22a really changing find nib to be more cocoa-like 2003-11-14 19:47:18 +00:00
pinkerton%netscape.com 218123a613 allow dragging of topmost bookmark container in container list (bug 223325) 2003-11-14 13:42:55 +00:00
pinkerton%netscape.com e3cf218b0c fixing pref ordering issues so camino prefs load last. turning off loading
of favicons at launch time. just too slow.
2003-11-13 20:35:58 +00:00
pinkerton%netscape.com 58b04d3e74 make find panel more consistent with other cocoa apps (bug 160771) 2003-11-13 18:21:02 +00:00
pinkerton%netscape.com ecb7c49302 fix bookmark export for html and plist for safari (bug 223204) 2003-11-13 17:31:31 +00:00
pinkerton%netscape.com 27312e9b61 don't return when there is no return value for a method (bug 224654) 2003-11-07 19:38:24 +00:00
pinkerton%netscape.com 52120c7b4f make search bar part of default toolbar 2003-11-05 17:16:57 +00:00
pinkerton%netscape.com 20e11f0ffa craft search urls so they support utf8 (bug 201642) 2003-11-04 05:08:46 +00:00
pinkerton%netscape.com 62754c7283 fix gap between personal toolbar and tab widget on panther only (bug 223667) 2003-11-03 21:00:24 +00:00
pinkerton%netscape.com 04d207ce3a don't run bookmark menu building code on separate thread as it would case
re-entrancy crashes at startup.
2003-11-03 19:54:43 +00:00
pinkerton%netscape.com 42d80b731d prevent adding personal toolbar buttons twice. handle drops onto toolbar in
the correct order. (bug 223207)
2003-10-31 19:50:55 +00:00
pinkerton%netscape.com b1034a2b68 added IOKit to static target 2003-10-31 03:46:00 +00:00
dwitte%stanford.edu 08c8d38756 fixing bustage 2003-10-30 05:13:20 +00:00
dwitte%stanford.edu 2306dd8f1c removing nsCCookieManager.h in favor of nsNetCID.h.
b=221886, r+sr=darin
2003-10-30 04:37:14 +00:00
pinkerton%netscape.com 63c0fda3df change to 0.7+ and Mozilla Foundation 2003-10-29 20:00:35 +00:00
pinkerton%netscape.com 6ce65b23b1 correct problem where flag not set on toolbar bookmarks and schmear out
the loading of site icons to improve immediate startup (bug 223205)
2003-10-29 19:43:51 +00:00
pinkerton%netscape.com 2afcacc1f3 clean up some issues with nib including placement of "add" buttons and
some images (bug 223413)
2003-10-29 19:40:33 +00:00
pinkerton%netscape.com d487f33aaa fix several issues: a) ensure bookmarks visible when launched via AE, open
search results window if it was hidden, preserves order of BM on drop,
fixes button states depending on container, cleanup some methods. (bug 223209)
2003-10-29 18:45:25 +00:00
pinkerton%netscape.com d286bd223d define for panther 2003-10-29 17:58:15 +00:00
pinkerton%netscape.com 04d250c514 add context menu to history items and change the icon to the normal
bookmark icon (bug 223417)
2003-10-23 19:30:58 +00:00
pinkerton%netscape.com 0de98523bf fix for special folder icons resetting to the default when losing the
blessing of being the dock menu (bug 223210)
2003-10-23 19:04:46 +00:00
pinkerton%netscape.com b9cb76cf88 clean up decomtamination changes 2003-10-22 15:59:25 +00:00
pinkerton%netscape.com f90a14f08c remove "new files" folder left by accident 2003-10-22 15:59:07 +00:00
pinkerton%netscape.com 32fa08513b fix build bustage from decomification of nsIDocument 2003-10-22 14:56:07 +00:00
pinkerton%netscape.com f092b0b1de turn on auto image resizing by default (bug 197323) 2003-10-22 04:29:17 +00:00
pinkerton%netscape.com 8e313f3459 bookmark system rewrite. thanks to dave haas and simon woodside (bug 212630) 2003-10-22 01:08:55 +00:00
pinkerton%netscape.com dee20b1769 use sizeToFit instead of trying to measure the text ourselves (bug 220494) 2003-10-21 22:02:53 +00:00
pinkerton%netscape.com 5f1d25c5d7 fix warnings (bug 173286) 2003-10-21 21:56:16 +00:00
pinkerton%netscape.com c991d402cc fix build bustage (bug 221984, r=bryner/cls) 2003-10-14 19:55:18 +00:00
pinkerton%netscape.com cba67db2ce fix string leak (bug 164293) 2003-10-06 18:37:31 +00:00
bryner%brianryner.com c1ddc1f1c6 allow camino to build with gcc3; patch from cls, r=bryner 2003-10-02 22:23:52 +00:00
bryner%brianryner.com 94f9073178 fixing the last of the camino bustage 2003-10-01 20:28:54 +00:00
bryner%brianryner.com bd61bed225 more bustage fixing. thanks to softkid@mac.com for the patch 2003-10-01 19:05:52 +00:00
bryner%brianryner.com 78b62e4f34 fixing bustage from nsIContent changes 2003-10-01 18:59:48 +00:00
bryner%brianryner.com b74d8438f9 Updating my email address 2003-09-29 06:04:02 +00:00
bryner%brianryner.com 5a65a040e9 remove extra semicolons (bug 218551) 2003-09-09 06:30:54 +00:00
pinkerton%netscape.com fe33386ca8 don't use the capbilities.* prefs to block setting status and window
resizes as they cause websites to break by throwing unexpectedly.
(bug 216779)
2003-09-03 02:51:52 +00:00
pinkerton%netscape.com 4d09668e02 fix compiler warning (bug 202716) 2003-08-21 02:46:11 +00:00
pinkerton%netscape.com 7ffd84ef09 fix leaked target on each select menu item and possibly the menu (patch
from dhaas) bug 212628.
2003-08-16 03:40:03 +00:00
pinkerton%netscape.com 76cf64f0ff updating comment 2003-08-16 03:38:45 +00:00
pinkerton%netscape.com 9ec72c8f0c don't set the "disable during load" popup blocking pref (bug 155351) 2003-08-16 03:09:43 +00:00
pinkerton%netscape.com ceca5f49d2 remove obsolete library from non-static build to fix bustage 2003-08-16 03:03:22 +00:00
pinkerton%netscape.com d657f98737 fix bustage from string moving into xpcom 2003-08-15 19:48:56 +00:00
bryner%brianryner.com 9807a3339b Fixing Camino and Cocoa embedding bustage. Checking in for ben. 2003-08-05 03:33:12 +00:00
bzbarsky%mit.edu 9b58595e19 Updating to new nsIContent stuff to fix build bustage 2003-07-30 07:07:10 +00:00
bzbarsky%mit.edu 7cbe235471 This should be that last of the nsIContent stuff for now. 2003-07-29 06:04:46 +00:00
bzbarsky%mit.edu 961298ff2a This would break too if Camino were actually building right now. 2003-07-29 05:53:19 +00:00
pinkerton%netscape.com aa6c71196f grrr. static target. 2003-07-25 17:35:24 +00:00
pinkerton%netscape.com db97e20bd5 more bustage 2003-07-25 17:22:03 +00:00
pinkerton%netscape.com 000ae2b7ea fix bustage 2003-07-25 16:51:27 +00:00
cbiesinger%web.de bb37693039 147679 GetFromMIMEType on Windows only gets one extension and needs rethinking r=bzbarsky sr=darin
this merges nsIMIMEService::GetFromType and GetFromExtension
2003-07-25 16:48:00 +00:00
dwitte%stanford.edu ee64b32c3e Bug 209475: Make nsIPermissionManager more flexible for extensions.
Changes nsIPermissionManager.idl to accept type strings rather than integers; this allows consumers to register unique types more easily, without fear of conflicting with an already-existing one.

Also fixes some bounds-checking fu (sr=bz on irc for those additional portions).

patch by mvl; r=dwitte, sr=bz.
2003-07-09 00:20:57 +00:00
bryner%netscape.com b6c3914b11 Remove static makefile; you need to be using camino.mk to build. 2003-07-08 21:14:37 +00:00
bryner%netscape.com 7ff4f02e7f Search for either pbxbuild or pbbuild, to allow building with the xcode tools on Mac OS X. Also, use -no-cpp-precomp instead of -traditional-cpp, for gcc 3.3 compatibility. Bug 211895, r=sfraser. 2003-07-07 18:22:04 +00:00
cbiesinger%web.de 805bd84854 193698 r=bzbarsky sr=darin "attachment" content shows a checkbox for "don't ask"
This checkin makes it so that we grey out the "Always ask me" checkbox for files sent
with content-disposition:attachment, and show another text indicating that the server
asked to not display the file.
2003-07-03 13:55:17 +00:00
bzbarsky%mit.edu dda2125d4c Fixing build bustage in camino, followup to bug 211181 2003-07-02 16:43:25 +00:00
bzbarsky%mit.edu 2453e3923f Fixing camino bustage. Follow-up to bug 211169 2003-07-02 04:57:48 +00:00
bryner%netscape.com c1dedd6e7f Fix crash when a new page loads while the previous page's context menu is active, and Customize is in the toolbar (bug 168051). r=pinkerton. 2003-07-02 00:13:40 +00:00
bryner%netscape.com 3696930065 Attempting to fix Camino bustage 2003-06-19 00:39:14 +00:00
dbaron%dbaron.org f27fb41735 Fix bustage from bug 205895. 2003-06-18 05:38:20 +00:00
dbaron%dbaron.org 8c57395c55 Fixing bustage. b=209087 2003-06-14 06:10:29 +00:00
dbaron%dbaron.org ba73587f74 Fixing bustage. b=209087 2003-06-14 06:08:44 +00:00
pinkerton%netscape.com b636b51c8e fix crash when we can't get a content node when counting children. (bug 210506) 2003-06-10 21:43:57 +00:00
bryner%netscape.com 503516e332 Fixing bustage - libjar50 is now a static component. 2003-06-10 00:47:14 +00:00
bryner%netscape.com e0a457989e Fix static build bustage by removing reference to libmng. Also remove .mng from document types list. 2003-06-04 18:56:35 +00:00
bryner%netscape.com 569888bbf2 Implement Find Previous (cmd+shift+G), bug 206918. r=sfraser. 2003-05-27 20:00:56 +00:00