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

857 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%aol.net 45a76361b0 fix warnings 2004-01-23 01:10:02 +00:00
pinkerton%aol.net bd10122a51 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 1603530b6b allow an empty url to be either "" or about:blank (bug 208838) 2004-01-22 22:15:18 +00:00
pinkerton%aol.net 3c9e98ac0b 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 278f8038ff 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 171f6dd182 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 fed2599801 ensure toolbar is updated when d/l finishes (bug 231581) 2004-01-20 18:28:55 +00:00
bryner%brianryner.com e47b4a7767 Copy all.js and security-prefs.js from and to the greprefs directory. 2004-01-19 23:07:51 +00:00
pinkerton%aol.net 41c8aa0d3b 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 39531481da fix icon in bookmark sheet to 64x64 (bug 230662) 2004-01-15 19:40:08 +00:00
pinkerton%aol.net cc46648183 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 1f83b5bdca add widget.xpt 2004-01-14 17:33:35 +00:00
pinkerton%aol.net 9363076677 use utf8 instead of ascii when converting urls from gecko (bug 226073) 2004-01-14 02:06:26 +00:00
pinkerton%aol.net 8ebc54571b allow sorting in cookie sites sheet (bug 179054) 2004-01-13 22:42:07 +00:00
pinkerton%aol.net ece372f07e 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 91f5d2a800 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 a2630ac9bd Fix bustage. b=226522 2004-01-10 03:59:32 +00:00
jst%mozilla.jstenback.com 0b6651d47c Fixing camino bustage. 2004-01-10 03:11:17 +00:00
pinkerton%aol.net 24c2fd6357 use the correct file suffix when exporting bookmarks 2004-01-09 16:07:24 +00:00
pinkerton%aol.net 9ad2cc4140 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 d4f3c00cb9 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 4ce3893764 fix licenses 2004-01-07 14:12:41 +00:00
pinkerton%aol.net cb4d0ec437 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 5eabf7d3a0 remove stray NSLog in search window code 2004-01-06 21:38:21 +00:00
pinkerton%aol.net fb4f88bda3 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 0b66ad68dc 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 a8e931684e 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 01c60c0bbf use a new nib for save accessory panels (bug 227370) 2004-01-05 23:01:53 +00:00
pinkerton%aol.net 5b8b60f410 use a separate nib for the save accessory panels (bug 227370) 2004-01-05 23:01:33 +00:00
pinkerton%aol.net 07845b4cf4 new nib for bug 227370 2004-01-05 23:01:04 +00:00
ccarlen%mac.com dd4276824f Bug 169789 - Cannot save view-source URLs. r=pink 2004-01-05 20:13:13 +00:00
pinkerton%aol.net 802151a835 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 3c63663e0d that's right, more static build missing files. i hate project builder. 2003-12-30 21:45:05 +00:00
pinkerton%aol.net b810d6dece add progressView.mm to static build (thanks project builder) 2003-12-30 21:41:39 +00:00
pinkerton%aol.net 9470c153ce new d/l manager from josh aas (bug 223583) 2003-12-30 21:15:47 +00:00
pinkerton%aol.net 4f85c07f6d 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 408b8f578f fix a variety of graphical issues with the bm manager (bug 227977) 2003-12-29 07:17:30 +00:00
pinkerton%aol.net 10b30cedf5 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 281cb80ef3 new app icons from jasper. not perfect, but better. (bug 228878) 2003-12-23 20:36:50 +00:00
pinkerton%aol.net 99b5df1d48 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 e15c901f1b 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 acf0c823d4 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 443899f60f fix bustage with removed chrome.xpt file 2003-12-23 17:50:34 +00:00
pinkerton%aol.net ae229ae92d 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 5908125888 make sheet consistent with HIGs (bug 227980) 2003-12-10 15:13:37 +00:00
pinkerton%netscape.com fd4bf6aadf put "show/hide all bookmarks" strings in, remove sidebar strings 2003-12-09 14:49:44 +00:00
pinkerton%netscape.com d2fe12a2a8 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 88da54e480 somehow the connection for new window was lost. fixing it. 2003-12-05 15:25:03 +00:00
pinkerton%netscape.com f0e05d6450 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 23e8307062 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 9dd323f556 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 eb88998812 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 ba315ca6d7 use standard aboutbox instead of custom one (bug 227368) 2003-12-03 21:12:39 +00:00
pinkerton%netscape.com 8708e7b327 remove credits list for new about box 2003-12-03 21:08:08 +00:00
pinkerton%netscape.com 80549593f5 use a standard aboutbox (bug 227368) 2003-12-03 21:07:09 +00:00
pinkerton%netscape.com 9d5a193ae4 removed 2 more icons we don't use anymore (bug 189801) 2003-12-03 19:00:26 +00:00
pinkerton%netscape.com 743f361b6c made a bunch of images smaller (bug 189801) 2003-12-03 18:56:42 +00:00
pinkerton%netscape.com 4210e9afe3 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 42593873fc removing some unused icons (bug 199637) 2003-12-02 20:57:50 +00:00
pinkerton%netscape.com 102ce240c6 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 7ca68da0fa add "manager.tif" for bookmark manager icon (bug 227047) 2003-12-02 15:01:43 +00:00
pinkerton%netscape.com 80020d727c new icon and strings for bookmark manager instead of sidebar (bug 227047) 2003-12-02 14:59:57 +00:00
pinkerton%netscape.com 5bd5527646 New string for bookmark manager over sidebar (bug 227047) 2003-12-02 14:58:51 +00:00
pinkerton%netscape.com 534ec00fe4 new bookmark manager icon 2003-12-02 14:58:08 +00:00
pinkerton%netscape.com e34ec2c44b open bookmark on cmd-downArrow or enter. keep return for edit (bug 209886) 2003-12-02 14:39:44 +00:00
pinkerton%netscape.com 1fa95b35d8 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 68eef8e504 allow drops into url bar while it's not being edited (bug 162791) 2003-11-25 17:24:22 +00:00
pinkerton%netscape.com c678ac74fa removing obsolete files 2003-11-24 19:28:29 +00:00
pinkerton%netscape.com f98feaa8da 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 01e6e6aa58 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 acb6f430f7 really changing find nib to be more cocoa-like 2003-11-14 19:47:18 +00:00
pinkerton%netscape.com 89c1c32962 allow dragging of topmost bookmark container in container list (bug 223325) 2003-11-14 13:42:55 +00:00
pinkerton%netscape.com b2faaada14 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 e34103d6a5 make find panel more consistent with other cocoa apps (bug 160771) 2003-11-13 18:21:02 +00:00
pinkerton%netscape.com fca1a4fa2c fix bookmark export for html and plist for safari (bug 223204) 2003-11-13 17:31:31 +00:00
pinkerton%netscape.com 71148401bd 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 f2b2ff4594 make search bar part of default toolbar 2003-11-05 17:16:57 +00:00
pinkerton%netscape.com d51989c9b4 craft search urls so they support utf8 (bug 201642) 2003-11-04 05:08:46 +00:00
pinkerton%netscape.com 805e3434bf fix gap between personal toolbar and tab widget on panther only (bug 223667) 2003-11-03 21:00:24 +00:00
pinkerton%netscape.com 3c49ee24c8 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 2f9af5e17a 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 4faab381d3 added IOKit to static target 2003-10-31 03:46:00 +00:00
dwitte%stanford.edu 4b5efbe397 fixing bustage 2003-10-30 05:13:20 +00:00
dwitte%stanford.edu d148efde49 removing nsCCookieManager.h in favor of nsNetCID.h.
b=221886, r+sr=darin
2003-10-30 04:37:14 +00:00
pinkerton%netscape.com 61fbbae728 change to 0.7+ and Mozilla Foundation 2003-10-29 20:00:35 +00:00
pinkerton%netscape.com 12f4652bc7 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 79295ab779 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 321b1abdbc 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 1674cbc84a define for panther 2003-10-29 17:58:15 +00:00
pinkerton%netscape.com 1ee06ce634 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 d17479d499 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 840e9a6a95 clean up decomtamination changes 2003-10-22 15:59:25 +00:00
pinkerton%netscape.com 24243da2a2 remove "new files" folder left by accident 2003-10-22 15:59:07 +00:00
pinkerton%netscape.com 53289655fc fix build bustage from decomification of nsIDocument 2003-10-22 14:56:07 +00:00
pinkerton%netscape.com bf2d7a7706 turn on auto image resizing by default (bug 197323) 2003-10-22 04:29:17 +00:00
pinkerton%netscape.com dd6aaeeec7 bookmark system rewrite. thanks to dave haas and simon woodside (bug 212630) 2003-10-22 01:08:55 +00:00
pinkerton%netscape.com 060cf95957 use sizeToFit instead of trying to measure the text ourselves (bug 220494) 2003-10-21 22:02:53 +00:00
pinkerton%netscape.com 7dbaf8bc96 fix warnings (bug 173286) 2003-10-21 21:56:16 +00:00
pinkerton%netscape.com 5ac8b96b39 fix build bustage (bug 221984, r=bryner/cls) 2003-10-14 19:55:18 +00:00
pinkerton%netscape.com e37e0ffbb8 fix string leak (bug 164293) 2003-10-06 18:37:31 +00:00
bryner%brianryner.com 889ad77ac8 allow camino to build with gcc3; patch from cls, r=bryner 2003-10-02 22:23:52 +00:00
bryner%brianryner.com a362a22e83 fixing the last of the camino bustage 2003-10-01 20:28:54 +00:00
bryner%brianryner.com 0170b66b64 more bustage fixing. thanks to softkid@mac.com for the patch 2003-10-01 19:05:52 +00:00
bryner%brianryner.com 5ac9ebf04e fixing bustage from nsIContent changes 2003-10-01 18:59:48 +00:00
bryner%brianryner.com cd60efa8ac Updating my email address 2003-09-29 06:04:02 +00:00
bryner%brianryner.com 76dab105d7 remove extra semicolons (bug 218551) 2003-09-09 06:30:54 +00:00
pinkerton%netscape.com 9c8915e027 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 ce68afba13 fix compiler warning (bug 202716) 2003-08-21 02:46:11 +00:00
pinkerton%netscape.com c3de13826d 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 e0ad01820a updating comment 2003-08-16 03:38:45 +00:00
pinkerton%netscape.com 78fbfc1d65 don't set the "disable during load" popup blocking pref (bug 155351) 2003-08-16 03:09:43 +00:00
pinkerton%netscape.com d5c34e0784 remove obsolete library from non-static build to fix bustage 2003-08-16 03:03:22 +00:00
pinkerton%netscape.com b1b93193f2 fix bustage from string moving into xpcom 2003-08-15 19:48:56 +00:00
bryner%brianryner.com b915cb7a1e Fixing Camino and Cocoa embedding bustage. Checking in for ben. 2003-08-05 03:33:12 +00:00
bzbarsky%mit.edu 808162701f Updating to new nsIContent stuff to fix build bustage 2003-07-30 07:07:10 +00:00
bzbarsky%mit.edu 2bdf4ab6e6 This should be that last of the nsIContent stuff for now. 2003-07-29 06:04:46 +00:00
bzbarsky%mit.edu 7662f25d26 This would break too if Camino were actually building right now. 2003-07-29 05:53:19 +00:00
pinkerton%netscape.com 62b653fa0d grrr. static target. 2003-07-25 17:35:24 +00:00
pinkerton%netscape.com 44b724aa44 more bustage 2003-07-25 17:22:03 +00:00
pinkerton%netscape.com 397262e52d fix bustage 2003-07-25 16:51:27 +00:00
cbiesinger%web.de faf8419fc6 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 79a057d46a 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 960d74f2d9 Remove static makefile; you need to be using camino.mk to build. 2003-07-08 21:14:37 +00:00
bryner%netscape.com 26ed56c408 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 a711e6e3a0 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 fded87ee87 Fixing build bustage in camino, followup to bug 211181 2003-07-02 16:43:25 +00:00
bzbarsky%mit.edu e572336394 Fixing camino bustage. Follow-up to bug 211169 2003-07-02 04:57:48 +00:00
bryner%netscape.com e6b3e2f653 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 1b65b3d8ff Attempting to fix Camino bustage 2003-06-19 00:39:14 +00:00
dbaron%dbaron.org a7bb5bed93 Fix bustage from bug 205895. 2003-06-18 05:38:20 +00:00
dbaron%dbaron.org 2c47fe8e97 Fixing bustage. b=209087 2003-06-14 06:10:29 +00:00
dbaron%dbaron.org a5ce87f5a7 Fixing bustage. b=209087 2003-06-14 06:08:44 +00:00
pinkerton%netscape.com df061f5e69 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 1f67224262 Fixing bustage - libjar50 is now a static component. 2003-06-10 00:47:14 +00:00
bryner%netscape.com 213b131aa3 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 5fef2370ad Implement Find Previous (cmd+shift+G), bug 206918. r=sfraser. 2003-05-27 20:00:56 +00:00
bryner%netscape.com 4752a4edbb Adding Makefile.in to support objdir builds. Not yet hooked up to camino.mk. 2003-05-27 06:49:16 +00:00
varga%netscape.com 1214637bc6 Another attempt to fix Camino. 2003-05-23 15:27:15 +00:00
varga%netscape.com 8f8d39f2e4 Trying to fix camino bustage. 2003-05-23 14:06:47 +00:00
pinkerton%netscape.com ee341001ce don't use jaguar-only routines for search field (bug 201796) 2003-05-23 01:45:29 +00:00
bryner%netscape.com dcffce3ee0 Unify the find strings for the find dialog and typeahead find. This also fixes "find again" in conjunction with typeahead find (bug 204645). r=pink. 2003-05-23 00:27:43 +00:00
bryner%netscape.com 8b1843724e It's no longer necessary to pass -DIBMBIDI on the command line; it's defined in mozilla-config.h which we include through the prefix file. 2003-05-22 08:31:23 +00:00
pinkerton%netscape.com ff0ef17ab9 ensure target is set correctly when switching between bm & history 2003-05-22 05:05:20 +00:00
bryner%netscape.com 8c923f7080 fix a few warnings 2003-05-20 10:35:40 +00:00
bryner%netscape.com 9b9f348420 make copying of history.properties objdir-safe 2003-05-20 10:23:52 +00:00
bryner%netscape.com b0ce57cf49 fix a warning 2003-05-20 10:21:15 +00:00
bryner%netscape.com 95f1436516 modules/zlib/src is not needed as a library search path. 2003-05-20 09:57:45 +00:00
pinkerton%netscape.com c95feacd03 fix a variety of crashes caused by me being stupid (window close, quit, clicking
on folder button). (bug 205667)
2003-05-15 18:38:59 +00:00
pinkerton%netscape.com 4a9194ee22 add build phase to add history.properties to embed.jar before we copy it
over since we can't modify the embed manifest (bug 205598)
2003-05-15 01:53:08 +00:00
pinkerton%netscape.com 9dbcbba366 add indicator of blocked popup and a popdown menu to quickly unblock sites 2003-05-14 03:45:06 +00:00
pinkerton%netscape.com 0553257a33 first stab at popup blocked image 2003-05-14 03:23:04 +00:00
bryner%netscape.com 4128c39f61 Set typeahead find to search all text by default. Also, removed some prefs that no longer need to be overridden from all.js 2003-05-07 05:38:34 +00:00
bryner%netscape.com 61e2ac0978 Oops, forgot this file. Enable typeaheadfind for static builds. 2003-05-05 20:48:45 +00:00
bryner%netscape.com 9464dace90 Add typeahead find to Camino (bug 174898). If you're building Camino, you'll need to add typeaheadfind to the extensions list. 2003-05-05 07:14:33 +00:00
pinkerton%netscape.com a96c3f51fb make add to whitelist work on 10.1 by using the routine i really wanted
from the start.
2003-04-29 02:06:57 +00:00
sfraser%netscape.com edd6f67d43 Fix bug 198739: change Camino user-agent string to say 'Camino' rather than 'Chimera'. r=pink, sr=me. 2003-04-28 21:21:03 +00:00
bryner%netscape.com e228e19237 more #include cleanup. 2003-04-27 08:41:02 +00:00
bryner%netscape.com 4eb2df257b Removing unneeded includes. 2003-04-27 07:32:14 +00:00
pinkerton%netscape.com 073f62a903 correctly enable get-info menu item 2003-04-25 17:57:13 +00:00
pinkerton%netscape.com eb030d87ea biffed getting of js/java prefs at panel init 2003-04-25 17:56:47 +00:00
pinkerton%netscape.com e4738f5ca7 new layout of webfeatures panel, added popup whitelist editor and setting
to turn off ability of websites to adjust win size/pos and status bar. Fixed
privacy panel to correctly scan the permission list for cookies.
2003-04-25 06:18:37 +00:00
pinkerton%netscape.com 4068f60700 default "remember decision" button in cookie prompt dialog to on. 2003-04-25 06:16:35 +00:00
pinkerton%netscape.com 673eb4171b fix titles on cookie prompt dialog to be more descriptive. 2003-04-23 17:31:25 +00:00
pinkerton%netscape.com f169106684 make a textedit cell that leaves room for the proxy icon so that we
can use a regular NSTextField for the url bar. from nhamblen@mac.com
(bug 198095)
2003-04-23 16:47:11 +00:00
sfraser%netscape.com efcf8d6576 Fix bug 196704: implement commands to get the selected text, and insert text, to allow for embedders (like Camino) to use them, e.g. for the Mac OS X services menu. Also fix image copy. r=brade, sr=kin. 2003-04-22 18:11:12 +00:00
sfraser%netscape.com ad05d334c3 Fixing path to PrintPDE.plugin now that it goes into dist/package. 2003-04-19 00:57:01 +00:00
sfraser%netscape.com 2281bde0da Add libucvutil_s.a to the project to fix static build bustage. 2003-04-18 02:24:40 +00:00
sfraser%netscape.com c98d2dcd50 Draw the location bar using a textfield-style border, so that it matches the search field more closely (although the search field needs lightening up). 2003-04-13 17:44:49 +00:00
sfraser%netscape.com a810fa93d5 Don't hardcode path to mozilla-config.h, so that objdir builds work. 2003-04-13 03:55:59 +00:00
sfraser%netscape.com d8f1c2f929 Fix include paths to make things work in an objdir build. 2003-04-13 03:55:26 +00:00
sfraser%netscape.com 24f1c3904f Fix more non dist-relative paths 2003-04-13 03:42:23 +00:00
sfraser%netscape.com 02e0a0e7bb Fix paths to gopher image files to be dist-relative. 2003-04-13 03:37:07 +00:00
ccarlen%netscape.com 8eaa1471d2 Bug 201508 - Add Print Dialog PDE to Camino. r=pink/sr=sfraser 2003-04-11 20:27:56 +00:00
pinkerton%netscape.com 36d620031f adding prachi 2003-04-10 03:54:53 +00:00
pinkerton%netscape.com f09984699e removing search field for bug 158246 2003-04-10 03:54:24 +00:00
pinkerton%netscape.com 05ae85ece3 adding google search bar, from pgauria@uark.edu (bug 158246) 2003-04-10 03:48:41 +00:00
sfraser%netscape.com 4ab21e3a6b Add a ; at the end of a line, fixes bug 200339. 2003-04-03 00:36:53 +00:00
sfraser%netscape.com 9508762be1 Fix static target include paths. 2003-04-01 01:55:34 +00:00
pinkerton%netscape.com 2103e47160 implement new cookie dialog api. 2003-03-31 20:34:45 +00:00
pinkerton%netscape.com fb39453fd0 ensure browser is showing when a new tab is created from menubar 2003-03-28 00:33:17 +00:00
pinkerton%netscape.com 2a37aabcb2 fix "open in new tab" when bm manager is visible 2003-03-28 00:26:55 +00:00
pinkerton%netscape.com f3cb275b83 set the url bar's field editor to have the correct font when its
text is empty. bug 182570, from nhamblen@mac.com.
2003-03-26 23:14:52 +00:00
dbaron%dbaron.org 7ddb7cba88 Fix bustage from jst's checkin by including nsString.h. b=124412 2003-03-26 18:02:34 +00:00
dbaron%dbaron.org 6dbe98fd47 Fix bustage from jst's checkin by including nsString.h. b=124412 2003-03-26 16:27:39 +00:00
pinkerton%netscape.com de7c7a83c2 replacing some of the icons to look better in new manager (thanks to
sam nordemann)
2003-03-26 14:57:44 +00:00
pinkerton%netscape.com 454a256166 fix issue where a drag would cause an inline edit to start if a row
was already selected.
2003-03-25 04:05:20 +00:00
pinkerton%netscape.com 2e3dd4a088 some cleanup and fix a crash when closing window with manager showing
(bug 199014)
2003-03-25 02:57:41 +00:00
pinkerton%netscape.com d8bcb99a94 oops, put new files in wrong place 2003-03-24 13:29:17 +00:00
pinkerton%netscape.com e983885d7b remove un-needed code 2003-03-24 13:18:16 +00:00
pinkerton%netscape.com bb2f4ae4b1 from dts 2003-03-24 03:49:02 +00:00
pinkerton%netscape.com 45e820f36d new in-window bookmark manager. 2003-03-24 02:10:08 +00:00
dbaron%dbaron.org 1b7ecced34 Bustage fix. b=191380 2003-03-22 20:55:56 +00:00
dbaron%dbaron.org 669a280743 Bustage fix. b=191380 2003-03-22 19:51:59 +00:00
dbaron%dbaron.org 73a75cc707 Bustage fix from <mvl@exedo.nl>. b=191380 2003-03-22 19:47:45 +00:00
bryner%netscape.com 4cf65180b8 Don't re-focus the download manager window each time a download starts. Patch by nhamblen@mac.com, r=bryner, sr=sfraser. 2003-03-18 23:48:03 +00:00
bryner%netscape.com be9855658b Bug 160880 - multi-line selects displaying popups if you click in an empty area. Patch by ajfeldman@brown.edu, r=bryner. 2003-03-18 23:18:13 +00:00
bryner%netscape.com f2a4ff450b also link the binary against libxpcom_compat for static builds 2003-03-18 11:00:09 +00:00
bryner%netscape.com 8c561ffa25 Fix static build bustage - libxpcom_compat is now always shared. Also, removed unwanted .xpt file from bundle resources. 2003-03-18 07:28:25 +00:00
sfraser%netscape.com a4677b9602 Fix the cancelling of downloads in Camino, and auto-expanding downloads. Bug 192461. Note that this depends on the patch checked in for bug 197745. 2003-03-18 00:09:35 +00:00
sfraser%netscape.com 9c83a7a505 Add linkage with libxpcom_compat.a in static build. 2003-03-16 19:43:50 +00:00