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

32 Коммитов

Автор SHA1 Сообщение Дата
waqar%netscape.com 436bd85dbb # 19452
r mcafee
d Huge menus on gtk+1.23
2000-01-10 22:55:19 +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
briano%netscape.com 8851f9afc4 Hack to work around the std::tm error on Solaris using the Workshop compiler. 1999-12-22 23:43:19 +00:00
neeti%netscape.com 7129fdcf3b fix bug 15820,memory leak in ImageManagerImpl by converting it to a service on gtk, windows and mac.r=dp 1999-11-24 03:41:48 +00:00
blizzard%redhat.com beeafe604a land SUPERWIN 1999-11-17 04:06:21 +00:00
dmose%mozilla.org 8535dda53e updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
dp%netscape.com 5cc08cae11 Fixing viewer starup assert on SetMainThread() happening twice. 1999-10-30 17:17:12 +00:00
ramiro%fateware.com 3f7a5fc46b Fix #ifdef DEBUG_ramiro build bustage. 1999-10-21 19:30:29 +00:00
waterson%netscape.com 85a3c5e01e Change nsTraceRefcnt::WalkTheStack() to accept stream. 1999-10-21 03:45:12 +00:00
kipp%netscape.com 86808b105d Make necko work with the viewer again 1999-10-14 14:43:59 +00:00
kipp%netscape.com 8464de5c3c Enable NS_FreeImageManager now that the call is part of the tip 1999-10-08 20:41:49 +00:00
mgleeson1%netscape.com 52047a579b r=kipp removed unnecessary include for dlfcn.h 1999-10-06 18:53:41 +00:00
kipp%netscape.com d9707e567b Disabled leak cleanup until other reviews come in 1999-10-05 01:26:14 +00:00
shawnp%earthling.net 1176aee8b1 Added missing entries to the menus. Added key accessors for menu items that
were missing them. Reviewed by ramiro@netscape.com.
1999-10-05 01:21:29 +00:00
kipp%netscape.com aaf972a796 r=dp; tidy up exit logic to release more global junk (space team work) 1999-10-04 23:41:53 +00:00
kipp%netscape.com fef0e126af Close up a memory leak 1999-09-30 21:38:56 +00:00
kipp%netscape.com 814bf9c9a0 shutdown xpcom and the image library to help leak anlaysis 1999-09-25 20:10:59 +00:00
ramiro%netscape.com 352e72141e Make the stack output more useful. 1999-09-16 00:22:01 +00:00
briano%netscape.com 03fa8b4585 General cleanup. 1999-09-16 00:03:08 +00:00
ramiro%netscape.com f754ee6896 Add CRAWL_STACK_ON_SIGSEGV to crawl and dump the stack on SIGSEGV and
workaround the totally losing linux development experience.
1999-09-14 13:54:46 +00:00
cls%seawood.org fb6ccf14b6 Add -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 as appropriate with __STRICT_ANSI__ defined in <prinet.h> 1999-09-13 05:09:53 +00:00
cls%seawood.org 1a2e16af42 Add -D_POSIX_SOURCE to DEFS to get rid of those useless 'index shadow' warnings. Add either -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 to whichever Makefile.ins need it to accommodate for Posix' strictness. Add check for getopt.h for nsinstall.c. 1999-09-12 14:25:28 +00:00
ramiro%netscape.com 0a8ae24bd0 Anal cosmetic thing. 1999-09-09 03:51:07 +00:00
ramiro%netscape.com 5a3f0aef0e Add better event debugging. 1999-09-09 02:32:54 +00:00
briano%netscape.com 0b1a816ba5 General cleanup. 1999-09-09 02:14:10 +00:00
ramiro%netscape.com 0b96090536 Add VIEWER_FLASH_PAINT_AREA menu item for debuggin paint events. 1999-09-07 19:36:45 +00:00
shawnp%earthling.net c8f1d2bc65 CreateViewerMenus() now returns the menu bar height. 1999-09-03 01:08:20 +00:00
shawnp%earthling.net 3a80de3b8f Fixed up inserting of separators into the menus. Now return the menu bar
height through CreateViewerMenus().
1999-09-03 01:06:38 +00:00
shawnp%earthling.net 893b4f4b34 Now return the proper value in nsNativeBrowserWindow::GetMenuBarHeight(). 1999-09-03 01:04:20 +00:00
ramiro%netscape.com 290e24b7c7 Fix for bug 12878. Hack the viewer menubar into submission. 1999-09-01 10:48:28 +00:00
ramiro%netscape.com 414e5843de Remove the depenency on the toolkit service. 1999-08-27 06:21:43 +00:00
ramiro%netscape.com 20f53e7664 Finish support for building more than one toolkit at once. 1999-08-22 14:06:52 +00:00