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

3846 Коммитов

Автор SHA1 Сообщение Дата
mcafee%netscape.com 2019529b39 Cleaning up layout of offline pref pane. r=rgoodger@ihug.co.nz 2000-01-06 10:21:45 +00:00
mcafee%netscape.com 0359a58ef2 Cleaning up layout of languages pref pane. r=rgoodger@ihug.co.nz 2000-01-06 09:20:45 +00:00
bryner%uiuc.edu 0da2c2a772 Implementing the mousewheel preferences. A new option has been added, "Use system default", which follows the OS
default (on Windows at least) for the number of lines to scroll.  I also changes the default actions for the modifier
keys slightly.
2000-01-06 06:22:00 +00:00
mscott%netscape.com 7108de0925 fix mac breakage for radha by removing two obsolete files from the debug project. 2000-01-06 04:31:15 +00:00
waterson%netscape.com 8a899afa99 Fix 'triple-click' to drop bookmarks in personal toolbar bug. 2000-01-06 03:53:31 +00:00
slamm%netscape.com 5878e927c3 It's only a XUL checkin, don't panic. Fix for bugs 21061 and 21347. r=borto@pacbell.net. 2000-01-06 02:01:30 +00:00
ftang%netscape.com def645e594 remove unneeded XMLEncodingService, fix bug 22282 2000-01-06 01:25:57 +00:00
edburns%acm.org 507ee16e37 I know it's unorthodox to do a top level checkin like this, but I've got so many files
in so many different directories, that I think it's the best way.
I've pulled and clobber_all'd my tree and got

r=dp

on this checkin.

Here are the touched files:

M mozilla/embedding/browser/activex/src/control/MozillaBrowser.cpp
M mozilla/embedding/browser/activex/src/control/MozillaBrowser.h
M mozilla/js/src/xpconnect/shell/xpcshell.cpp
M mozilla/netwerk/protocol/res/src/nsResProtocolHandler.cpp
M mozilla/xpcom/build/nsXPComInit.cpp
M mozilla/xpcom/components/nsComponentManager.cpp
M mozilla/xpcom/components/nsIServiceManager.h
M mozilla/xpcom/components/nsServiceManager.cpp
M mozilla/xpcom/io/nsSpecialSystemDirectory.cpp
M mozilla/xpcom/io/nsSpecialSystemDirectory.h
M mozilla/xpcom/tests/TestBuffers.cpp
M mozilla/xpcom/tests/TestPipes.cpp
M mozilla/xpcom/tests/TestShutdown.cpp
M mozilla/xpcom/tests/windows/TestHelloXPLoop.cpp
M mozilla/xpcom/tools/registry/regExport.cpp
M mozilla/xpcom/tools/registry/regxpcom.cpp
M mozilla/xpinstall/stub/xpistub.cpp
M mozilla/webshell/embed/ActiveX/MozillaBrowser.cpp
M mozilla/webshell/embed/ActiveX/MozillaBrowser.h
M mozilla/webshell/tests/viewer/nsMacMain.cpp
M mozilla/webshell/tests/viewer/nsPhMain.cpp
M mozilla/webshell/tests/viewer/nsWinMain.cpp
M mozilla/webshell/tests/viewer/unix/gtk/nsGtkMain.cpp
M mozilla/xpfe/appshell/src/nsFileLocations.cpp
M mozilla/xpfe/bootstrap/nsAppRunner.cpp

The heart of this checkin is a change in the signature and symantics
of NS_InitXPCOM.

The new signature is

extern NS_COM nsresult
NS_InitXPCOM(nsIServiceManager* *result, nsFileSpec* binDirectory);

I filed a bug for this problem:

b=23157

The original manifestation of this bug was in mozilla/netwerk/protocol/res/src/nsResProtocolHandler.cpp It used the current process directory to find resources, which is not correct when the current process is not mozilla.exe.

I have added a new type to nsSpecialSystemDirectory, Moz_BinDirectory, and made nsResProtocolHandler use that value.
2000-01-06 01:05:13 +00:00
radha%netscape.com 0f69003d64 added files: mozilla/xpfe/components/shistory/src/nsSHistory.cpp 2000-01-06 00:27:11 +00:00
radha%netscape.com 8ba980074f added files: mozilla/xpfe/components/shistory/public/nsISHistory.idl 2000-01-06 00:25:37 +00:00
morse%netscape.com efc2e61498 fix for bug 22132, r=davidm 2000-01-06 00:23:24 +00:00
radha%netscape.com 8f8b2dda9b Fix build warnings 2000-01-06 00:22:53 +00:00
radha%netscape.com 6079ee39c1 Test code for the new Session History all wrapped inside #ifdef DEBUG_radha.
r=dp
2000-01-06 00:18:15 +00:00
radha%netscape.com f29f740657 Initial checkin for nsSHistory.cpp/.h. corresponding makefile changes.
interface changes to nsSHTransaction.
2000-01-06 00:17:27 +00:00
radha%netscape.com efe9deb476 Changes to interface. Adding nsISHistory.idl to makefiles. r=dp, bug=18804 2000-01-06 00:16:01 +00:00
radha%netscape.com edd5ef34d7 Initial checkin for tre new session history component. r=dp. bug=18804 2000-01-06 00:15:05 +00:00
morse%netscape.com 7470310b4b fix bug 22132, a=granrose 2000-01-05 19:17:01 +00:00
mcafee%netscape.com 2ab2e21b5e Fixing layout for mousewheel pref pane, cleaning up table HTML. r=rgoodger@ihug.co.nz 2000-01-05 05:10:36 +00:00
mcafee%netscape.com 536aa44f47 Fixing layout for proxies pref pane. r=rgoodger@ihug.co.nz 2000-01-05 04:52:20 +00:00
rpotts%netscape.com 77544780de Removed multipart/x-mixed-replace sinjce it is now handled as a stream converted in the URI loader. 2000-01-05 04:45:49 +00:00
rjc%netscape.com 4a036305c4 When trying to determine the name of the Personal Toolbar Folder, first check user preferences, then the bookmark service's string bundle, and finally fallback to a hard-coded string. 2000-01-05 04:39:39 +00:00
mcafee%netscape.com df8ca750a5 Cleaning up layout, added table to line up buttons, text input fields. r=rgoodger@ihug.co.nz 2000-01-05 03:51:04 +00:00
rjc%netscape.com a2acf96152 Add support for the "custtoolbar.personal_toolbar_folder" preference which, if set, indicates what the name of the Personal Toolbar folder is. 2000-01-05 03:47:07 +00:00
morse%netscape.com dc94d5dc33 add UniversalDialog, r=davidm 2000-01-05 03:17:11 +00:00
rjc%netscape.com 926cca0e96 Fix bug # 23057: Related Links not working on second instance of RL datasource. 2000-01-05 02:37:51 +00:00
mcafee%netscape.com e3e8f645b3 Removing unneeded vertical spring, this goes with my last change to this file r=matt 2000-01-05 02:37:42 +00:00
mcafee%netscape.com 0f28c7b9db Adding -installer, squishing output to fit in less space (23081) r=syd 2000-01-05 02:30:06 +00:00
mcafee%netscape.com 2ad4f6aa26 Fixing layout to match other pref panels. r=matt 2000-01-05 02:08:19 +00:00
law%netscape.com 6f2e1269c3 Fix for 18404; Convert to use imageURL as var rather than function property; r=matt@netscape.com 2000-01-04 22:37:14 +00:00
alecf%netscape.com d92645c208 some stray title buttons without borders 2000-01-04 06:59:33 +00:00
mcafee%netscape.com 59467e9c77 Adding profile manager startup flag descriptions to -h: -CreateProfile -ProfileWizard -ProfileManager -SelectProfile. r=matt. 2000-01-04 03:06:25 +00:00
akkana%netscape.com 9ee07c8ecc Fix ^N bindings; add ^U bindings (editor backend for delete-to-beginning to be added shortly). r=slamm 2000-01-04 01:58:12 +00:00
jefft%netscape.com ae2d1a1115 fixed bug 22918 - cannot send page with url contains spaces; needs to escape the url; r=rhp 2000-01-03 23:12:42 +00:00
rjc%netscape.com 2a318def05 Hack fix for bug # 21175: bookmarks without schemes now get "http://" as their default scheme. 2000-01-03 08:11:11 +00:00
rjc%netscape.com 2986c0ca30 Fix bug #22615: Problem with IE Favorites in bookmarks menu. 2000-01-02 11:22:03 +00:00
rjc%netscape.com 0e025e9b80 Make sure that we only add event listeners for the content area of the browser window, otherwise we'll also get "load" events when the sidebar panels load in (or are switched in/out as the user clicks on them). 2000-01-02 08:52:33 +00:00
rjc%netscape.com f851438010 Small search changes: open up "Search Results" sidebar panel whenever we have new search results (if pref is set to do so) irregardless of whether its by clicking on the "Search" button or not. 2000-01-02 08:38:55 +00:00
jst%citec.fi 8813b94b42 Don't load link targets in the pref window, I missed this link in my last patch to this file. 2000-01-02 00:40:48 +00:00
rgoodger%ihug.co.nz 4ddafefc31 fix for bug 21819, toolbar button clipping. r=pavlov 1999-12-31 03:08:30 +00:00
rjc%netscape.com 5153e40b2b Search items from the menubar should always open up the search dialog. 1999-12-30 23:39:08 +00:00
rjc%netscape.com ca12d4e784 Bulk read datasets in one read operation... slight speed improvement. 1999-12-30 23:37:35 +00:00
sspitzer%netscape.com 7d6e82ab6b it looks like what's related (in the sidebar) is trying to grab the current
window content.  when in mail news, we don't have that, so it was causing
a javascript exception.  fixes bug #22843
1999-12-30 22:39:28 +00:00
sspitzer%netscape.com 144a209e8f rgoodger accidentally removed an entity that mcafee checked in.
this should get the bloat/leak numbers back.
1999-12-30 22:02:35 +00:00
rjc%netscape.com 58c9eb97c7 Add a "default" search engine option (which defaults to a preference, which happens to be netscape in all.js) 1999-12-30 16:42:33 +00:00
rjc%netscape.com bca5ecb47b The Related Links datasource now attempts to get the "browser.related.provider" preference which is the URL to use for contacting the RL server. (If it can't find the pref, it falls back to the well-known URL.) 1999-12-30 15:39:44 +00:00
rjc%netscape.com e2c1346996 Even better. 1999-12-30 15:18:52 +00:00
rjc%netscape.com 4b37ace8ca Better. Can't use default search engine from prefs (in all.js), as it its for fuzzy URL matching. 1999-12-30 14:56:26 +00:00
rjc%netscape.com f8b2d9122e Get default search engine from prefs. 1999-12-30 14:42:33 +00:00
rjc%netscape.com bd32672545 Add support for automatically opening the "Search Results" panel in the sidebar when the "Search" button is clicked on. [Note: this behavior can be turned off via a preference in the "Search" preferences panel.] 1999-12-30 14:16:17 +00:00
rjc%netscape.com 24b8e3bb71 Small text change. 1999-12-30 11:35:52 +00:00
rjc%netscape.com c7f815cbc9 Add a search preference panel 1999-12-30 11:16:07 +00:00
rjc%netscape.com f793198115 Add some support for various search modes when using the "Search" button. 1999-12-30 11:10:19 +00:00
rjc%netscape.com e8473a73a6 Add GetInternetSearchURL() method. 1999-12-30 11:09:30 +00:00
rgoodger%ihug.co.nz 70cadaf73a hooking up file open/location open shortcut keys properly. 1999-12-30 04:16:32 +00:00
rjc%netscape.com f99fd26bce Add a sidebar panel for Search results instead of having them mixed in with Related Links data. 1999-12-29 09:17:41 +00:00
rpotts%netscape.com e4d36a4fca Removed obsolete arguments from nsIDocumentLoaderObserver OnEndDocumentLoad and OnStartURLLoad. 1999-12-29 07:32:59 +00:00
mcafee%netscape.com 5356cc91d7 Adding File|Send Link (22739). r=sspitzer 1999-12-28 22:07:19 +00:00
mcafee%netscape.com a75239e4f0 Fixing pref/theme link loading content into pref panel (21017), thanks to Johnny Stenback for the fix. r=mcafee 1999-12-28 08:22:34 +00:00
mcafee%netscape.com 92990e630c Adding -h help info (14003) 1999-12-28 07:41:05 +00:00
mcafee%netscape.com 141d2c329b Adding pref for modeless pref window, still modal by default (21698) 1999-12-28 06:09:18 +00:00
rjc%netscape.com 662e7d983f Use a HTML:INPUT field instead of a HTML:TEXTAREA field for the list of Related-Links domain exceptions. 1999-12-27 08:39:10 +00:00
rjc%netscape.com 4ab5a031cd Comment out Related Links preferences from 4.x that aren't used in 5.x 1999-12-27 08:33:53 +00:00
rjc%netscape.com 6f00c2f652 Small XUL changes: get hard-coded text into DTD. Set flex="1" for appropriate cropping. 1999-12-27 08:30:44 +00:00
rjc%netscape.com 0a66f0a4b8 Small search changes. Convert various HTML entities. (We need a service for this, I think!) Fix assert when mParent is null. 1999-12-24 21:14:34 +00:00
sspitzer%netscape.com c75d9fb821 rest of fix for #15845, #15843, and #15861. for check boxes, see if
"reversed" attribute is true.  if so, reverse the value.
1999-12-24 09:57:49 +00:00
sspitzer%netscape.com fb37b06c10 ignore generated makefiles 1999-12-24 09:16:59 +00:00
tor%cs.brown.edu d1d4ab6b3a Build bustage patch for SUNWspro so the compiler doesn't choke
seeing an "extern" and "static" definition of kPlatformCharsetCID.
Removes duplicate definition of PlatformCharsetCID and uses the
one from nsIPlatformCharset.h. r=sspitzer
1999-12-24 08:26:20 +00:00
hangas%netscape.com 3dd5a2cfe5 Fixing bugs (21868 Enter/Esc keys for password dialogs), (21391 new address book), (22213 Enter/Esc keys for prefs dialog), (22218 new address book card menu item). r=sspitzer 1999-12-23 21:38:25 +00:00
rjc%netscape.com 33dbdf97d1 Fix bug # 20817: use default platform charset when reading in bookmarks until if/when we find a META charset tag that says to use something else. Review: ftang@netscape.com 1999-12-23 21:38:16 +00:00
brade%netscape.com 27e229ecfc close tags with /> r=syd (causes crash on Mac when typing any character into an input field) 1999-12-23 15:53:30 +00:00
brade%netscape.com 2edca13eb1 cycle editor option in task menu (r=syd) 1999-12-23 15:31:00 +00:00
brade%netscape.com 9341eb114b wrong pref attached to checkbox 1999-12-23 15:24:47 +00:00
rjc%netscape.com ba80ea0b21 Add description attributes to search datasets. 1999-12-23 12:12:10 +00:00
rjc%netscape.com c1da03fe58 Check in search changes to add support for shopping. 1999-12-23 11:56:24 +00:00
rgoodger%ihug.co.nz 7d2ed36dbb adding font scaling pref to pref window to fix 5599, r=syd@netscape.com 1999-12-23 08:25:08 +00:00
rgoodger%ihug.co.nz c9d5a301c5 moving wallet to tasks menu, r=kerz@en.com 1999-12-23 06:15:59 +00:00
rgoodger%ihug.co.nz 6f877636dd moving wallet to tasks menu... r=kerz@en.com 1999-12-23 06:14:42 +00:00
rgoodger%ihug.co.nz af7b5a6e70 shift wallet to tasks menu. r=kerz@en.com 1999-12-23 06:12:33 +00:00
akkana%netscape.com beeb34ac5b 20498, 22446: up/down arrows in text fields, Mac key for redo, and some other problems we noticed. r=brade,a=don 1999-12-22 23:54:24 +00:00
cmanske%netscape.com 17ab170ce8 Fixed bug 21969, button order in common dialogs for UNIX. a=jar, r=german,brade 1999-12-22 23:50:21 +00:00
radha%netscape.com 94d6d87929 Update the go menu irrespective of whether the page loaded
successfully or not. This is being done to be consistent with the
behavior where partially loaded pages do get in to SH. This
behavior will have to change Browser wil implement nsIStreamListener
or something similar to differentiate between partially loaded pages
and unsuccessfully loaded pages r=law a=don
1999-12-22 23:46:58 +00:00
radha%netscape.com c87db328cd First Checked In. 1999-12-22 23:19:00 +00:00
radha%netscape.com 0201343911 Initial checkin for New SH component r=danm a=don 1999-12-22 23:16:49 +00:00
radha%netscape.com 4ab557048d Remove Session History from the build list r=law a=don 1999-12-22 22:41:30 +00:00
radha%netscape.com bd5831a9aa Remove session hsitory files from the build list 1999-12-22 22:41:00 +00:00
radha%netscape.com 75bc0bc973 Remove Session History files from the build list. r=law a=don 1999-12-22 22:39:21 +00:00
radha%netscape.com 0171f8ebc6 Add shistory to the dirs list 1999-12-22 22:38:00 +00:00
radha%netscape.com c35b184e31 Initial checkin. r=law a=don 1999-12-22 22:35:31 +00:00
radha%netscape.com 8c1b10e10f New Session Hsitory in its own directory.
Initial checkin. r=law a=don
1999-12-22 22:33:16 +00:00
rjc%netscape.com 8ac7b62531 Small search changes. Add description field. Also extend dataset format to support an "alsomatch" field. Review: me 1999-12-22 10:37:21 +00:00
sspitzer%netscape.com a2c775a4b9 fix for #2658, allow the user to set the mailnews start page via prefs.
I'm re-using some of the js in PrefWindow.js to do this, since it very much like
setting the users home page. a=sdagley
1999-12-22 06:09:02 +00:00
sspitzer%netscape.com 1df68ebcfd rest of fix for #21901, a=sdagley (a while ago).
give alerts, prompts, and other common dialogs default titles, if none
are passed in.

todo:  put those defaults into a string bundle so ICP doesn't kill me.
1999-12-22 04:55:43 +00:00
rgoodger%ihug.co.nz de0a8c79ee fixed Ctrl-O keybinding in browser window, 20265, r=hyatt 1999-12-22 04:41:44 +00:00
valeski%netscape.com 1932f70c57 r=waterson. 22306. symbolic links weren't clickable in dir list view. now they are. 1999-12-22 03:37:57 +00:00
sspitzer%netscape.com b8073feab0 fix FMM and UMR from purify, add some null sanity checks to fix various
crashers that I've seen.
1999-12-21 23:11:17 +00:00
sspitzer%netscape.com 7411c47023 warnings fixes, and fix for #21901, all password dialogs to have titles
if the user passes one in, or use "Password" if they pass null.
1999-12-21 23:03:29 +00:00
sspitzer%netscape.com 52b2dfb20b sanity check and adding new line to the end of a file. 1999-12-21 22:56:49 +00:00
sspitzer%netscape.com 8bf7dc9187 adding newline to the end of the file, because I am anal 1999-12-21 01:14:55 +00:00
akkana%netscape.com 94a8dd8af6 18446: change name of keyset back to 'keyset'. r=danm (actually, this is his change), a=chofmann 1999-12-21 00:12:28 +00:00
waterson%netscape.com 82475503bf Bug 22212. Don't support weak reference; this'll ensure that the observer service keeps a strong ref to us. r=scc, a=chofmann 1999-12-21 00:11:37 +00:00
rgoodger%ihug.co.nz 04aa88ce38 fixing 22018, profile wizard problems. r=cls, a=chofmann 1999-12-20 23:26:38 +00:00
brade%netscape.com 2b5573f65e color preferences; parts written or reviewed by sspitzer and brade 1999-12-20 16:03:47 +00:00
brade%netscape.com bde89c27ad handle color preferences; optimize memory usage/fix memory leaks 1999-12-20 16:01:51 +00:00
brade%netscape.com 82f66db914 handle color preferences 1999-12-20 16:01:36 +00:00
morse%netscape.com 1f61dde518 remove compile-time warning that my checkin from this morning introduced 1999-12-20 02:51:36 +00:00
morse%netscape.com aff4cc5ac2 another attempt to fix mac bustage 1999-12-19 23:13:50 +00:00
morse%netscape.com d2553d73df band-aid to fix mac bustage 1999-12-19 19:34:25 +00:00
morse%netscape.com 3199512b93 add SelectDialog, bug=3110, coded by davidm, r=morse, a=chofmann 1999-12-19 18:32:21 +00:00
rjc%netscape.com 4942e5dfe4 Part of fix for bug # 22139: put internet search results for single engines into sidebar. Approval: chofmann 1999-12-19 07:55:15 +00:00
rjc%netscape.com 556d99598a Fix Windows declaration problem. 1999-12-19 07:15:16 +00:00
rjc%netscape.com d4fd9cebc0 Remove const for the moment to fix Unix complaints. 1999-12-19 06:56:47 +00:00
rjc%netscape.com 48bc87c873 Part of fix for bug # 22139: put internet search results for single engines into sidebar. Approval: chofmann 1999-12-19 06:53:18 +00:00
jband%netscape.com 7d0cb0f4bb Landing big set of DOM and XPConnect changes:
DOM: getting rid of JS_GetContextPrivate wherever possible. Use static parent
links where we can. When we do need to find this info about the caller
we call a function that knows how to get that info rather than inline calls
to JS_GetContextPrivate. This is all required for calling DOM objects on
non-DOM JSContexts as we do via xpconnect.

XPConnect: basic refactoring work to disassociate wrappers from the JSContext
that was active when the wrapper was constructed. This allows for calling into
wrapped JS objects on the right JSContext and for proper grouping of wrapped
native objects so that they can share proto objects. This also allows for
better sharing of objects and lays the foundations for threadsafety and
interface flattening.

Also, xpconnect tests are reorganized and improved.

fixes bugs: 13419, 17736, 17746, 17952, 22086

r=vidur r=mccabe r=norris r=cbegle
a=chofmann
1999-12-18 20:29:29 +00:00
rjc%netscape.com 211cec496b Fix LookSmart search dataset regression by updating to latest version. Review/approval: me 1999-12-18 10:13:43 +00:00
rjc%netscape.com e8e77c74f7 Fix Netscape search dataset regression by updating to latest version. Review/approval: me 1999-12-18 09:46:17 +00:00
sspitzer%netscape.com d25013a3d1 changes from bryner@uiuc.edu for the mouse wheel configuration. r=sspitzer
bryner has a final tomorrow at U of I, and yet he hacks on mozilla.
all hail bryner!
1999-12-18 06:45:40 +00:00
rjc%netscape.com f902674f0e Part of fix for bug # 21677: read in bookmarks AFTER trying to get bookmarks string bundle. Approval: chofmann 1999-12-18 05:01:04 +00:00
rjc%netscape.com dcedac7680 Fix bug # 21677: Use a string bundle so that hard-coded strings in nsBookmarksService.cpp can be removed. Approval: chofmann 1999-12-18 04:33:10 +00:00
rjc%netscape.com efff9222b9 Fix bug # 19089: use the correct document's list of RDF datasources, and try and resolve URLs (anonymous, as well as those with "#URL" properties) before loading them in. Approval: chofmann 1999-12-18 04:20:28 +00:00
rjc%netscape.com 6439a438cd Fix bug # 21669: The Related Links datasource needs to observe user preferences, at least for the "skip these domains" list (which can contain wildcards, such as "*.mcom.com") Approval: chofmann 1999-12-18 03:51:16 +00:00
tbogard%aol.net f5164d466f Changed nsWebShellWindow to talk to webshell as an nsIBaseWindow where appropriate. 1999-12-17 23:43:47 +00:00
hyatt%netscape.com 7d8db847b5 Fixing the spacebar problem. r=saari, a=jar 1999-12-17 02:49:59 +00:00
hyatt%netscape.com 922f13e013 Making sure that space key bindings in browser don't fire while in text fields. r=saari, a=jar 1999-12-17 02:47:28 +00:00
waterson%netscape.com d21b4ca079 Bug 21668. Ooops. Almost missed the CAN'T BE KILLED xpfe/AppCores directory. DIE DIE DIE! 1999-12-17 00:41:09 +00:00
akkana%netscape.com 5bc4437915 Fix typo 1999-12-16 23:36:41 +00:00
akkana%netscape.com 1b3c756335 Oops, fix typo 1999-12-16 23:36:10 +00:00
akkana%netscape.com 133fa0dab2 21610, 18033: split off from the global overlay the four
platform-specific key binding files per platform,
  as requested by Hyatt for his new keybinding plan.
  Part of the ongoing mjudge/hyatt/me/saari checkin.
1999-12-16 23:33:51 +00:00
sspitzer%netscape.com dc38c21e70 NOT PART OF THE BUILD. ignore the generated binary "gmake pure" creates 1999-12-16 03:42:04 +00:00
slamm%netscape.com dd386a4784 Remove references to unused dialog entities. r=hyatt a=choffman 1999-12-16 02:54:55 +00:00
slamm%netscape.com b3d567b179 Remove references to unused dialogs. r=hyatt a=choffman 1999-12-15 23:49:12 +00:00
slamm%netscape.com 021bc73f85 Remove references to unused dialogs. 1999-12-15 23:47:19 +00:00
slamm%netscape.com fabfe57f41 Remove obsolete files. r=hyatt a=choffman 1999-12-15 23:46:34 +00:00
mjudge%netscape.com deafa6e488 saari pointed out i forgot to check in these files last night. textarea needs bindings also r=saari a=pdt+ team 1999-12-15 23:23:40 +00:00
shaver%netscape.com 566b8945c7 remove excess 'Netscape' references from the chrome (r=dmose,a=leaf) 1999-12-15 23:00:34 +00:00
dmose%mozilla.org af7c1ebaed fix for bug 20861: remove My Netscape from the personal toolbar; r=slamm@netscape.com, a=shaver@mozilla.org 1999-12-15 21:31:29 +00:00
akkana%netscape.com 06b53ec99e 20519, 21529: another tweak to fix last night's checkin.
r=mjudge, part of mjudge's big checkins a=chofmann
1999-12-15 20:42:55 +00:00
akkana%netscape.com 70dd402486 18033: make platform bindings work again. They were broken by a
checkin last night which mistakenly renamed the input bindings.
  r=mjudge; part of mjudge's key-binding checkin which was a=chofmann
1999-12-15 20:15:22 +00:00
sspitzer%netscape.com 1395314fd6 purify related fixes. first, prevent a crash that was prevent me
from running purify in nsGenericFactory.cpp.  Second, add support
for "mozilla -pure".  Only works if you've build mozilla.bin.pure, of course.
1999-12-15 06:23:50 +00:00
mjudge%netscape.com a11f2f98bb fixing key bindings... will be addint textareabindings.xul soon 1999-12-15 03:49:06 +00:00
tbogard%aol.net 35420090c8 When opening a "Find" dialog we should assure that a blank window is created. To do that we were passing in null which actually evaluates to the string "null". "_blank" ensures a new window. Fix for bug number 21331. r=law a=chofmann 1999-12-15 00:53:52 +00:00
mcafee%netscape.com 81bce7afe8 Adding pref UI for browser.cache.enable in debug pane. Removed unneeded native/partial/gfx rendering option to allow space for new pref. Re-did layout per evaughan's lead on other pref panes. r=syd, a=chofmann,jar 1999-12-14 07:37:03 +00:00
mjudge%netscape.com 9c7a273212 2 xul files updated reviewed by saari and mcluskey(sp) 1999-12-14 01:37:15 +00:00
mjudge%netscape.com b07fe56dc5 adding new export for browserBindings.xul r =saari 1999-12-13 23:25:29 +00:00
mjudge%netscape.com f176e966c6 adding new file for browser pageup/down/ keybindings. 1999-12-13 23:23:15 +00:00
leaf%mozilla.org 90cc7b9fcf starting to remove pics from the build; no bug number. patch from neeti,
r=cyeh,leaf, a=chofmann
1999-12-12 01:27:44 +00:00
hangas%netscape.com c9cc49000b Fixed 21350, styles lost for common dialogs. Most importantly buttons had lost appearance. r=alecf a=jar&chofmann 1999-12-11 01:54:31 +00:00
akkana%netscape.com 8797b01104 18033, 19981:
Adjust inputBindings keyset so that it can be overlaid with
  platformGlobalOverlay.xul.  Rewrite emacs keybindings in the
  unix overlay to track mjudge's latest changes. r=mjudge, a=jar
1999-12-11 01:28:07 +00:00
saari%netscape.com 8ac8cd0586 fix for PDT+ bug 19268. Add css rules to prevent scrollbars from stealing focus. r = hyatt 1999-12-11 01:19:16 +00:00
mjudge%netscape.com 2cf7e901e3 massive changes a=jar.hoffman, r=akkana 1999-12-11 00:02:08 +00:00
saari%netscape.com b2d7a2eb2c Helping to fix 19114 by making a strong ref weak. Potential fix for 19268 by making scrollbars not steal focus. r=hyatt a=chofmann 1999-12-10 00:51:50 +00:00
hyatt%netscape.com 901983dfe3 Adding tree popup routines. 1999-12-08 11:31:31 +00:00
hyatt%netscape.com 70ddfc64dd treecolgroups and treecols didn't quite have the right rules. Fixing. 1999-12-08 11:31:12 +00:00
waterson%netscape.com 29f0f777c6 Fix eager inline closetag on <keyset>. r=hyatt 1999-12-08 09:10:41 +00:00
hyatt%netscape.com 295b505c18 Let's not make CTRL-B to a copy now... heh. r=me 1999-12-08 05:00:26 +00:00
hyatt%netscape.com 2957d8f689 Adding a test input bindings.xul file. r=saari 1999-12-08 04:59:17 +00:00
hyatt%netscape.com 94f30cff36 Removing xulkey. It's not done right. Adding inputBindings.xul for input control
support.
1999-12-08 04:58:54 +00:00
rgoodger%ihug.co.nz 6883c72c0d updated data persistence manager. r=sspitzer 1999-12-08 02:11:15 +00:00
racham%netscape.com d36ab88ab3 error value returned from profile manager to exit the app. removing check on rv. r=sspitzer 1999-12-08 00:25:52 +00:00
law%netscape.com e50db1c7c7 Fix for 10613; don't use setTimeout which crashes Mac; r=matt@netscape.com 1999-12-07 23:48:28 +00:00
cata%netscape.com f6c3b6c78a Moving items from submenu to parent. r=bobj 1999-12-07 22:22:57 +00:00
blizzard%redhat.com 7cfde8d68e add a debugging window utility for gtk 1999-12-07 22:02:40 +00:00
scc%netscape.com f4ad22b9d9 Make observers support weak references. Bug #18682; r=dp. 1999-12-07 14:06:36 +00:00
Jerry.Kirk%Nexwarecorp.com b62de0a844 Added an include to silence some warnings and added a call to munlockall().
r=kedl
1999-12-07 13:12:26 +00:00
waterson%netscape.com 39f28cb85b Bug 20712. Get the presshell from the *content* area, not the enclosing browser window. 1999-12-07 07:07:14 +00:00
sspitzer%netscape.com d3e415dbf5 remove the check on rv. we are already doing the right thing.
fix by=racham, r=sspitzer
1999-12-07 01:58:26 +00:00
matt%netscape.com f68866bbad fix for bug 20967 r-chris 1999-12-07 00:55:11 +00:00
matt%netscape.com 8b4589fccb fix for bug 20967 1999-12-07 00:53:09 +00:00
brendan%mozilla.org 00700519be Tidy whitespace and bracing (r=slamm@netscape.com). 1999-12-07 00:52:42 +00:00
slamm%netscape.com 3feec473c3 Add dialogs. One to verify that the add should be done. Another to warn that the panel has already been added. 1999-12-07 00:41:41 +00:00
warren%netscape.com 0b77d1dea1 2 fixes for directory listings: I added arguments to NewChannel which needed to be added in directory.js. Travis wacked nsHTTPIndexParser::OnStartRequest and didn't preserve the 'call once' stuff. r=waterson 1999-12-06 23:45:34 +00:00
mcafee%netscape.com e75fa21e4c Adding support for -f startup flag, print out execution line. r=leaf 1999-12-06 23:20:26 +00:00
hyatt%netscape.com 8149310a6e Making sure the find dialog gets skinned. 1999-12-06 22:00:17 +00:00
rginda%netscape.com 59c4b601b3 Adding IRC Client to tasks menu. r=mcafee 1999-12-06 19:56:36 +00:00
rjc%netscape.com 91da9a3a68 Fake out the generic builder so that search containers never appear to be "empty" 1999-12-06 13:07:03 +00:00
rjc%netscape.com c122ed1f81 Fix bug where search engines appear twice the first time (due to order of discovery). 1999-12-06 12:50:01 +00:00
rjc%netscape.com 52d88132d3 Fix Win bustage. 1999-12-06 12:03:54 +00:00
rjc%netscape.com 58702c3d2e Make internet search queries stoppable. 1999-12-06 11:56:19 +00:00
rgoodger%ihug.co.nz 3cb92dfe31 making prefs panels skinnable. (bug 19560) 1999-12-06 09:21:10 +00:00
rgoodger%ihug.co.nz 75c4c7283e additional rules for appearance tweaks, html widget optimisation, r=hyatt 1999-12-06 08:56:06 +00:00
danm%netscape.com 5692529042 actually use the 'visible' parameter in NewWebShell. makes new windows from links not be invisible. 1999-12-06 01:44:21 +00:00
danm%netscape.com 302bf8eb7e removing (early) Show() of new, explicitly sized windows (is redundant now, or should be...) 1999-12-06 01:42:11 +00:00
waterson%netscape.com ec535af681 Make prefs skinnable. 1999-12-05 23:57:46 +00:00
sgehani%netscape.com 0588f997f5 Turn on XPInstall cleanup before start on the Mac. (Checkin for dveditz.) 1999-12-05 20:33:51 +00:00
rjc%netscape.com da83e4cd53 Small bookmark icon style fix. 1999-12-05 12:15:30 +00:00
rjc%netscape.com cb2c481427 Try and get icons from RDF graph before falling back to CSS styles. (This allows branding of icons for anonymous search nodes, for example.) 1999-12-05 12:11:02 +00:00
rjc%netscape.com 931de7c873 Fix related links & previous search icons 1999-12-05 11:36:21 +00:00
waterson%netscape.com 451838a42f Support skins. r=hyatt 1999-12-05 09:48:41 +00:00
waterson%netscape.com f002ed1a7e Move import outside of comment. 1999-12-05 09:07:11 +00:00
waterson%netscape.com a427b53d5c Remove related-panel.css. 1999-12-05 09:04:02 +00:00
hyatt%netscape.com 6f53d542b5 Making the directory component compliant with master skin file rules. r=goodger 1999-12-05 08:52:26 +00:00
hyatt%netscape.com dd8de33d41 Making history compliant with master skin file rules. 1999-12-05 08:45:01 +00:00
hyatt%netscape.com be7da15a49 Related links master skin file compliance. 1999-12-05 08:17:15 +00:00
hyatt%netscape.com 08e895b6a7 Making the related package compliant with the master skin file rules. 1999-12-05 08:10:26 +00:00
hyatt%netscape.com 9ffcfca638 Making sidebar package compliant with skin master file rules. 1999-12-05 08:09:21 +00:00
hyatt%netscape.com 58511feb0f Bring related links package into compliance with master skin file rules. 1999-12-05 06:17:25 +00:00
hyatt%netscape.com 30e40a0eee Fix Mac bustage. 1999-12-05 06:10:35 +00:00
sdagley%netscape.com eef8478eff Fix build bustage. hyatt removed contentframe.xul from the tree but didn't update the MANIFEST. Bad hyatt. 1999-12-05 06:03:23 +00:00
hyatt%netscape.com 77e6f3f51a Bringing bookmarks into compliance with master skin file rules. 1999-12-05 06:01:51 +00:00
hyatt%netscape.com ac22fe4382 Bringing navigator package into compliance regarding master skin files. 1999-12-05 05:18:53 +00:00
hyatt%netscape.com 1d713250d2 Shifting scrollbar rules around so that they are loaded always and not just
a part of the global skin.
1999-12-05 05:14:48 +00:00
hyatt%netscape.com d864560a72 Making sure the "navigator" package picks up the global skin properly. 1999-12-05 05:14:24 +00:00
rjc%netscape.com 19b281f1bd Check in an updated Netscape Open Directory dataset. 1999-12-04 12:46:29 +00:00
rjc%netscape.com c740ffbda3 Prune out relative URLs that point back to the search server. 1999-12-04 12:23:56 +00:00
rjc%netscape.com 79b2b231e9 Implement support for "skiplocal". Also, if resultItemStart isn't specified, try defaulting to "HREF=" and skip past that when looking for the item end. 1999-12-04 11:40:53 +00:00
rjc%netscape.com ebaad32303 Update LookSmart dataset. 1999-12-04 11:39:23 +00:00
rjc%netscape.com f39bbf2140 Update HotBot dataset... better results. 1999-12-04 10:55:41 +00:00
rjc%netscape.com fb5536be25 Testing indicates that we should never trim the resultItemEndStr. 1999-12-04 10:55:00 +00:00
warren%netscape.com bf4ef9672f Added buffer size parameters to NewChannel. Allows for optimization of amount of image data consumed. Bug #20408 1999-12-04 10:01:32 +00:00
rjc%netscape.com 3ac912c390 Found new AOL search dataset, so remove the old one. 1999-12-04 09:51:05 +00:00
rjc%netscape.com 46b5607a73 Found new AOL search dataset, so let's use it instead of the old one. 1999-12-04 09:50:05 +00:00
rjc%netscape.com 605d13164d Better quote support; now handle both single and double quotes. 1999-12-04 09:47:40 +00:00
rjc%netscape.com a82159a2f3 Changes/fixes for AOL search site. 1999-12-04 08:22:23 +00:00
rjc%netscape.com b1bcd44f6c Use "_blank" instead of "_BLANK". Review: danm (again) 1999-12-04 02:26:40 +00:00
rjc%netscape.com ee84f8f656 Use "_BLANK" instead of "_NEW". Review: danm 1999-12-04 02:24:17 +00:00
rjc%netscape.com edcff826e0 Add support for search categories. 1999-12-04 02:00:24 +00:00
dveditz%netscape.com 58e2aa4aec bug 12816 init XPInstall before any components are loaded so they can be replaced 1999-12-03 13:39:18 +00:00
waterson%netscape.com 12cf325764 Use 'addEventListener' instead of timer hack. 1999-12-03 09:30:27 +00:00
tbogard%aol.net 648ace3e23 1.) WebShell no longer implements nsIScriptContextOwner.
2.)  WebShell now implements the new nsIScriptGlobalObjectOwner.
3.)  WebShell supports GetInterface to nsIScriptGlobalObject.
4.)  Documents no longer carry around a reference to nsIScriptContextOwner.  Instead they hold on to a nsIScriptGlobalObject.  nsIDocument::GetScriptContextOwner has now become nsIDocument::GetScriptGlobalObject().  Same change to the set methods.
1999-12-03 09:24:22 +00:00
sspitzer%netscape.com df213f0828 add newline to the end of file 1999-12-03 08:24:50 +00:00
rjc%netscape.com 07ca996d90 Fix bug # 17385: calling ServiceManager::GetService() can fail for windows that aren't local due to security, so wrap the call inside of a "try" block. 1999-12-03 02:22:16 +00:00
dougt%netscape.com ed8c8b3cd1 Fix for 20652. 1999-12-03 00:50:42 +00:00
sspitzer%netscape.com 2dc58e715b fix pref xul and window size to look nicer. now the pref window is bigger and now the size is set in pref.xul. fixes #20244 among other bugs 1999-12-02 22:34:19 +00:00
akkana%netscape.com 9a3b05a269 18033: hook up the motion commands to real commands now that the stubs are in place. r=mcafee 1999-12-02 21:53:02 +00:00
mscott%netscape.com db61dee67b api synch with uri loader to use nsIURILoaderCommand.
fill out the canHandleContent method to include
all the primary and secondary content types we want the
browser window to handle.
r=travis
1999-12-02 07:00:54 +00:00
cata%netscape.com f9865e541b Character Set Menu XUL - accomodating the changes in the RDF data source. 1999-12-02 06:43:18 +00:00
cmanske%netscape.com 39af8a48f5 Added immediate saving of sidebar show/hide and width states. r=slamm 1999-12-02 01:36:40 +00:00
slamm%netscape.com 1b3ebcaea4 Use the correct URL for the tinderbox panel. 1999-12-02 01:29:33 +00:00
valeski%netscape.com de5e0f086d r=waterson. 19939. sym links in ftp dir listings now look different and spin when accessed. 1999-12-02 01:21:05 +00:00
cmanske%netscape.com 2889f9fc92 Added immediate saving of sidebar show/hide persist state. r=slamm 1999-12-02 01:15:49 +00:00
danm%netscape.com c136879a5f hooking up 'close' xul event handler. bug 13695. r:hyatt@netscape.com 1999-12-01 22:38:06 +00:00
rjc%netscape.com e16d239175 Fix local find results to show columns. (Thanks, David.) 1999-12-01 12:23:39 +00:00
hyatt%netscape.com 4bb66b6078 Patching search so that column headers show up in upper tree. r=rjc 1999-12-01 12:09:01 +00:00
hyatt%netscape.com 732a246f82 More stubbed themes UI. 1999-12-01 12:04:14 +00:00
hyatt%netscape.com f41b8402a5 Cleaning up bad skin stuff in the search component. 1999-12-01 11:53:48 +00:00
rjc%netscape.com 09b36744e2 Fix silly warning. 1999-12-01 11:25:27 +00:00
hyatt%netscape.com d3fcdb0526 Fixing a bad style rule involving twisties. 1999-12-01 11:24:40 +00:00
hyatt%netscape.com a2114ac03b Changing tree views to use display: none instead of visibility: collapse for closed nodes. 1999-12-01 10:56:17 +00:00
hyatt%netscape.com 199471faf6 Changes to make prefs work with new trees. 1999-12-01 10:55:44 +00:00
rjc%netscape.com ddf595aba2 Fix bug # 18540: select the current search tab. 1999-12-01 08:03:39 +00:00
rgoodger%ihug.co.nz 61077ebcd9 updated WizardManager class. (not currently used in builds) 1999-12-01 07:39:32 +00:00
rgoodger%ihug.co.nz cccbfcdc99 updated wizardHandlerSet for wizardmanager (not currently used in builds) 1999-12-01 07:39:03 +00:00
rgoodger%ihug.co.nz 9695af5c4d updated WidgetStateManager class (not currently used in builds) 1999-12-01 07:38:15 +00:00
davidm%netscape.com 254a081888 14026 [DOGFOOD] Copy/Paste/Cut (etc) disabled within Browser r = hangas 1999-12-01 00:29:27 +00:00
mscott%netscape.com 25e1c1c7de add text/xul to the list of content types the browser content listener cares about. 1999-12-01 00:17:08 +00:00
rginda%netscape.com 4fa5d6db25 Removing window.event IEism, r=pinkerton, bug=19323 1999-12-01 00:12:02 +00:00
slamm%netscape.com fa5fffb19d Sandbox the panel content with type='content' on the iframe. 1999-12-01 00:07:48 +00:00
valeski%netscape.com 95c9f7b598 r=bill law. 18725. The save as dialog now uses OpenInputStream to write files to disk (this pushes all data transfer off the UI thread). 1999-11-30 22:11:44 +00:00
rjc%netscape.com c822981486 Use the correct set of RDF datasources for the bookmarks popup menu on the personal toolbar. 1999-11-30 12:59:48 +00:00
hyatt%netscape.com f7db76a52f Adding the stubs of a UI for theme switching to prefs. 1999-11-30 11:53:17 +00:00
rjc%netscape.com 9ab724dbd0 Search now probes for a match icon file (gif, jpg, jpeg, png) for a search dataset instead of using CSS styles to map icons to search engines. So, specify a "src" on a titlebutton which matches the icon file resource... and we end up with "Previous Search Results" nodes that have the correct icon for a given search engine. Note that doing this required switching back to fully defining titledbutton nodes inside of treecells, as it looks like the "src" attribute on a treecell isn't currently copied onto anonymous titledbutton nodes. 1999-11-30 11:52:35 +00:00