Commit Graph

2113 Commits

Author SHA1 Message Date
radha%netscape.com
98ab0bb7c2 Fix for bug #13329 . Back and forward not consistent all the time.
Fix already checked in to the M10 branch. Merging changes to tip.
1999-10-05 04:49:58 +00:00
rpotts%netscape.com
89f54ea1ae bug #15341 and bug #15344. Use the documentloader observer instead of a stream observer. 1999-10-05 04:04:16 +00:00
kipp%netscape.com
7b7c3b1eb6 Disabled leak cleanup until other reviews come in 1999-10-05 01:26:14 +00:00
shawnp%earthling.net
017409f3ab 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
ce0e9a63f0 r=dp; more leak tracking hooks added 1999-10-05 00:08:41 +00:00
kipp%netscape.com
b8fa545444 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
2d86782610 r=dp,vidur,beard; close up some memory leaks related to shutdown of the viewer 1999-10-04 23:41:25 +00:00
beard%netscape.com
208d328010 changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:47:12 +00:00
beard%netscape.com
e684f9a224 changed from directly using "MSL AppRuntime.Lib" to using "NSAppStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:43:01 +00:00
beard%netscape.com
01f6019676 changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:37:53 +00:00
hyatt%netscape.com
0c1aef9920 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com 1999-10-01 20:49:07 +00:00
vidur%netscape.com
d2d27887f3 Removed parser entries from nsSetupRegistry. Parser is now a module. To be reviewed by RickG. 1999-09-30 22:09:51 +00:00
kipp%netscape.com
208b561b6d Close up a memory leak 1999-09-30 21:38:56 +00:00
rods%netscape.com
24d9e54d0f Added closing tags for several option elements 1999-09-30 11:58:45 +00:00
morse%netscape.com
07080efeb1 fix bug 14958 -- approved chofmann 1999-09-29 05:39:18 +00:00
beard%netscape.com
ff93b2bee6 removed link dependency on view.shlb. 1999-09-29 00:17:51 +00:00
mscott%netscape.com
7cec99d246 Bug #12198 --> bullet proof this code. return if we don't have a nsIURI instead of trying to dereference it. r=sspitzer 1999-09-28 22:11:26 +00:00
ramiro%netscape.com
b4b18c7a85 NOT PART OF SEAMONKEY. Ressurect GtkMozilla again. Apparently mozilla
dont work no without no prefs.  Blessed by Mr. Shaver.
1999-09-28 18:03:17 +00:00
dp%netscape.com
9926752843 Removing pref and ifndef necko dlls from registration. 1999-09-27 23:57:15 +00:00
beard%netscape.com
6a98c41e75 fixing leaked nsIAppShell 1999-09-27 23:39:29 +00:00
beard%netscape.com
a3886abf5a breaking cycle between crawler and browser window to fix a leak, using NS_WITH_SERVICE to manage metacharset service. 1999-09-27 23:39:03 +00:00
kipp%netscape.com
dfbdc6f2a7 Fixed shutdown crash found by warren 1999-09-27 16:33:05 +00:00
warren%netscape.com
cdd8569e05 Fixed history state leak 1999-09-26 10:07:49 +00:00
warren%netscape.com
483f34ce5d Added Purify menu. 1999-09-26 05:52:24 +00:00
kipp%netscape.com
3a42b306dc More build bustage fixes 1999-09-25 22:11:08 +00:00
kipp%netscape.com
5b078c4d89 Fixed the throbber 1999-09-25 21:23:38 +00:00
kipp%netscape.com
200f5df587 added files: mozilla/webshell/tests/viewer/nsThrobber.cpp 1999-09-25 21:17:02 +00:00
kipp%netscape.com
29c7fcb9b4 new 1999-09-25 20:11:47 +00:00
kipp%netscape.com
1f0953ddad shutdown xpcom and the image library to help leak anlaysis 1999-09-25 20:10:59 +00:00
kipp%netscape.com
e477d1f16f Switch to local throbber 1999-09-25 20:10:29 +00:00
kipp%netscape.com
2ac86155c5 Removed throbber from registry setup 1999-09-25 20:10:02 +00:00
kipp%netscape.com
46af1fd20e removed files: mozilla/webshell/src/nsThrobber.cpp 1999-09-25 20:09:52 +00:00
kipp%netscape.com
d3958d2bfb Removed throbber from factory 1999-09-25 20:08:52 +00:00
kipp%netscape.com
303f6054de Don't build nsThrobber - its moved 1999-09-25 20:08:40 +00:00
kipp%netscape.com
2848f39658 Don't export nuked nsIThrobber 1999-09-25 20:08:21 +00:00
mscott%netscape.com
349dfbb9f1 Bug #14813 --> we are leaking all nsIURI's that go through here. Using a nsCOMPtr fixes the leak.
r=vidur, a=leaf.
1999-09-24 21:03:58 +00:00
nisheeth%netscape.com
4df0e5010a a=chofmann. If MOZ_PERF is defined in the environment, set up the RAPTOR_PERF_METRICS compiler define for windows. 1999-09-24 19:26:00 +00:00
nisheeth%netscape.com
38d524ab94 Use NSPR logging rather than printf's for stopwatch output. 1999-09-24 08:57:36 +00:00
nisheeth%netscape.com
d0bb69aaaa a=chofmann. Add a stopwatch to measure total (layout+page load) time in the webshell. 1999-09-24 07:13:39 +00:00
dp%netscape.com
5118758633 Removing unused servMgr. 1999-09-24 06:07:19 +00:00
dp%netscape.com
e2b0e5ab83 Removing unused servicemanager in Init and Shudown XPCOM. 1999-09-24 06:05:28 +00:00
briano%netscape.com
53bf6a9543 Fixed for compilers that don't permit a comma at the end of an enum list. 1999-09-23 21:30:07 +00:00
ftang%netscape.com
f15fddd967 fix bug 13946 1999-09-23 03:27:53 +00:00
rpotts%netscape.com
e0096d3c31 bug #14457. Getting the webcrawler working again for QA... 1999-09-22 22:58:29 +00:00
briano%netscape.com
8ab8db4608 Backed out cls's change. When realclean is added to the list, the Tinderbox builds fail because they generate the Makefiles in webshell/embed/gtk, and then the realclean (aka distclean) deletes them. That's bad.... 1999-09-22 06:28:46 +00:00
shaver%netscape.com
c0d314734c missed an NS_DEBUG->DETECT_WEBSHELL_LEAKS 1999-09-22 03:14:44 +00:00
nisheeth%netscape.com
1965d582ce Changed the ifdef NS_DEBUG around webshell leak detection code to ifdef DETECT_WEBSHELL_LEAKS. 1999-09-22 01:24:20 +00:00
cls%seawood.org
3e2bfa5eb5 Fix for the problem of GtkMozilla not being properly cleaned up from client.mk's cleansrcdir target. 1999-09-22 00:40:11 +00:00
kmcclusk%netscape.com
853ad0e68d Added test_weight.html to exercise CSS font weight. 1999-09-21 22:06:07 +00:00
scc%netscape.com
a1ff4d8cc5 take action to prevent re-entering the destructor 1999-09-21 21:10:22 +00:00
sfraser%netscape.com
b15861f35e Removed some obsolete files that are no longer needed (allxpstr.c, xp_foo.c, pwcapi.c etc) 1999-09-21 21:04:21 +00:00
rjc%netscape.com
85d1810ae8 Expose clipboard to JS and start hooking up bookmark window's cut/copy/paste/delete/select-all menu items. 1999-09-21 12:34:16 +00:00
mscott%netscape.com
9f4482f2c5 The doc loader should release the underlying channel once the channel issues a OnStopRequest. This allows the
channel to go away after we load the url instead of making it stick around until the next url comes in (that's
when we used to get rid of the previous channel).
r=rpotts.
1999-09-21 05:36:49 +00:00
vidur%netscape.com
979ab6a214 Changed nsIWebShell::GoTo to use LOAD_HISTORY as the load flag - going to the current entry shouldn't reload. 1999-09-21 05:27:35 +00:00
mike%neoplanet.com
2acf11c8fe Implemented cut/copy/paste. Added stubs for a couple other functions. 1999-09-21 02:39:53 +00:00
hyatt%netscape.com
0dd1266ea1 chrome event stuff 1999-09-21 01:02:29 +00:00
vidur%netscape.com
46982161df webshell now gets its nsIPrompt reference from its container and not its observer. restored ftang's webshell change that i inadvertantly removed in a prior checkin. 1999-09-21 00:04:31 +00:00
locka%iol.ie
5fdf2b068d Added some documentation 1999-09-20 22:07:09 +00:00
locka%iol.ie
af97cd068f Added safe for scripting support 1999-09-20 22:00:30 +00:00
locka%iol.ie
7400eda93c A long lost file finds its way into the world 1999-09-20 21:59:30 +00:00
bienvenu%netscape.com
9f48620357 fix listener leak r+a=mscott,valeski 1999-09-20 21:10:46 +00:00
radha%netscape.com
2c83b5f862 Clean up leaks 1999-09-20 21:09:16 +00:00
warren%netscape.com
bde1055a86 Fixed warnings. 1999-09-20 20:57:21 +00:00
warren%netscape.com
68e64ab5e6 freed global service manager in NS_ShutdownXPCOM 1999-09-20 20:53:49 +00:00
warren%netscape.com
50eed17971 freed mWebCrawler in nsBrowserWindow 1999-09-20 20:53:40 +00:00
warren%netscape.com
88f126ca95 cleaned up nsWebShell's use of services 1999-09-20 20:53:31 +00:00
beard%netscape.com
04361a6b14 bug #6251: changed Repaint() method to call nsIViewManager::UpdateAllViews() to force a globa redraw. 1999-09-19 00:54:55 +00:00
beard%netscape.com
478deb6e42 registering the JVMManager component. 1999-09-18 22:39:55 +00:00
davidm%netscape.com
5b8ba03b42 Add extra chrome flag for the sidebar and taskbar 1999-09-18 03:23:52 +00:00
bienvenu%netscape.com
eca0ce0538 fix inadvertent checkin of nsBrowserWindow.cpp 1999-09-17 22:02:52 +00:00
bienvenu%netscape.com
0c7e3ece03 fix build bustage 1999-09-17 22:00:15 +00:00
warren%netscape.com
aac2ad9fe7 Added a -x option to viewer to allow us to test for shutdown leaks. Eliminated leaks. 1999-09-17 21:00:54 +00:00
vidur%netscape.com
378030e7f4 Fixed leak of service manager 1999-09-17 20:19:00 +00:00
rpotts%netscape.com
eae00c990c DocLoader cleanup... Also trying to get the notifications correct :-) 1999-09-17 07:56:03 +00:00
rpotts%netscape.com
9886532136 Removed NECKO ifdefs... 1999-09-17 07:54:11 +00:00
vidur%netscape.com
f7d252970b Further corrections in referrer propagation. 1999-09-17 06:54:58 +00:00
vidur%netscape.com
21477c4cd3 Document referrer propagation through webshell and docloader. 1999-09-17 04:26:02 +00:00
jdunn%netscape.com
f0ee4dbce2 add support for MOZ_POST_PROGRAM_COMMAND to process $(PROGRAM): in rules.mk
and the binaries in viewer/Makefile.in
1999-09-17 00:53:36 +00:00
danm%netscape.com
7c7d8c7d8d stop webshell embed if the the window in which to embed has been destroyed. fixes bug 14020 1999-09-16 23:35:05 +00:00
dp%netscape.com
d0ccf9a6eb Ability for XPCOM to use non-default component registry and component directory 1999-09-16 19:28:57 +00:00
ftang%netscape.com
65c7799cdb fix 5974 by receiving parser command as optional argument 1999-09-16 14:15:16 +00:00
briano%netscape.com
a1c5f09502 Fixed my stupid mistake that caused the generated Makefile to be immediately deleted. 1999-09-16 06:01:39 +00:00
warren%netscape.com
7d5e565fd5 Factored file transport service out of file: protocol. 1999-09-16 01:16:22 +00:00
sfraser%netscape.com
7bc683bd82 Removed security.o 1999-09-16 01:13:04 +00:00
ramiro%netscape.com
3cd9f5596e Make the stack output more useful. 1999-09-16 00:22:01 +00:00
briano%netscape.com
3bfa9ab2b4 General cleanup. 1999-09-16 00:03:08 +00:00
rods%netscape.com
672cddb8f7 a few fixes to my tests 1999-09-15 22:28:50 +00:00
rods%netscape.com
d5a5ed21a0 Added a lot of tests for the select. 1999-09-15 22:04:04 +00:00
radha%netscape.com
9f00583602 When invoking the mail composer upon on a click on a mailto: link, make
sure the to, cc, subject arguments are passed to the composer
1999-09-15 19:33:46 +00:00
valeski%netscape.com
a162f60fbe removed stream converter stuff from webshell 1999-09-15 17:46:56 +00:00
ramiro%netscape.com
e8ba593918 Cleanup the neckutil linking thing. 1999-09-15 02:15:11 +00:00
kipp%netscape.com
a5662fff6f Removed #ifdef NECKO noise 1999-09-15 00:23:40 +00:00
radha%netscape.com
30ae7065dc Pass OnStartDocumentLoad() notifications received for child frames up to the DocLoaderListeners 1999-09-14 21:49:21 +00:00
ramiro%netscape.com
f8e5598b73 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
troy%netscape.com
b09c6bfe4e Changed Run() to give priority to system messages over application messages 1999-09-13 18:45:03 +00:00
valeski%netscape.com
6a276ed201 added user agent language portion initialization 1999-09-13 18:38:02 +00:00
Jerry.Kirk%Nexwarecorp.com
518ccedc23 Add new (old?) Event Debugging options to Viewer for Photon 1999-09-13 14:13:57 +00:00
locka%iol.ie
1daecbf647 Replace the hand-crafted QueryInterface with a macro one 1999-09-13 13:11:40 +00:00
locka%iol.ie
f4d7f54e55 Removed the USE_NGPREF macro #ifdefs since prefs are pretty much mandatory now 1999-09-13 13:10:14 +00:00
locka%iol.ie
d7890b6393 Added safe for scripting check to site class and changed some BOOLs to bitfields 1999-09-13 13:08:17 +00:00
locka%iol.ie
2ced386a5b Added recursion to methods so that get_all operation on IHtmlDocument finally works the way its supposed to (sort of) 1999-09-13 13:06:58 +00:00
cls%seawood.org
fd901c54d0 Must put .c source files in CSRCS. 1999-09-13 05:49:20 +00:00
cls%seawood.org
9403bee785 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
adf94e4618 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
e036f0750c Forgot a .c file. 1999-09-11 09:06:38 +00:00
vidur%netscape.com
9749f2fcf0 Fixed memory leak related to UrlDispatcher 1999-09-11 02:25:59 +00:00
ramiro%netscape.com
c5c34882ec ressurect 1999-09-11 00:24:33 +00:00
ramiro%netscape.com
e2e11788fc This one should be ignored. 1999-09-10 23:33:17 +00:00
ramiro%netscape.com
a7b2911bcd Fix a small typo. 1999-09-10 23:30:39 +00:00
ramiro%netscape.com
5cf52ec0aa Forgot some stuff. 1999-09-10 22:07:50 +00:00
ramiro%netscape.com
c223f99fe8 More unix embedding examples, contributed by
Milind Changire <milindc@corel.com>.
NOT PART OF BUILD.
1999-09-10 20:29:28 +00:00
valeski%netscape.com
c6a7cf8cf3 adding FTP dir listing stream conv registration 1999-09-10 16:01:36 +00:00
Jerry.Kirk%Nexwarecorp.com
8d90b21de0 Fix the Menubar which wasn't being created 1999-09-10 12:52:35 +00:00
briano%netscape.com
586ed41a6c Needs to be XP_LIBS, because the EXTRA_DEPS 'amazingness' doesn't like search path flags. 1999-09-10 02:35:09 +00:00
vidur%netscape.com
56c104a8a3 Fixed circular references. nsDocLoader now supports weak references to it. Init() method moves out of constructor. nsDocLoader now has Destroy() method to start breakdown process. 1999-09-09 23:53:55 +00:00
colin%theblakes.com
de42666720 Add MOZ_TIMER_LIBS to EXTRA_DSO_LDOPTS 1999-09-09 23:49:02 +00:00
kipp%netscape.com
e33ca93a02 Fixed build hosage 1999-09-09 23:10:30 +00:00
briano%netscape.com
dc62137ae9 Enable the use of Talkback, if available. 1999-09-09 21:45:28 +00:00
vidur%netscape.com
0f91376aa8 Fixed leak in LoadURL 1999-09-09 14:52:07 +00:00
ramiro%netscape.com
7688cf5b92 Anal cosmetic thing. 1999-09-09 03:51:07 +00:00
ramiro%netscape.com
b76f526bd0 Make event debuggin more useful in windows. 1999-09-09 03:47:56 +00:00
ramiro%netscape.com
0dd37aec4a Add better event debugging. 1999-09-09 02:32:54 +00:00
briano%netscape.com
b660ad4475 General cleanup. 1999-09-09 02:14:10 +00:00
briano%netscape.com
9042bc1580 Minor cleanup and removal of the obsolete non-NECKO stuff. 1999-09-09 01:49:14 +00:00
briano%netscape.com
6074b8b8a4 Removed the obsolete non-NECKO leftovers. 1999-09-09 00:11:48 +00:00
vidur%netscape.com
b325137126 Added nsIScriptContextOwner::ReportScriptError. 1999-09-08 23:16:49 +00:00
mscott%netscape.com
79046fde76 LoadDocument and LoadSubDocument now take nsIURIs instad of unicode strings. This is part of a webshell optimization
to cut down on the number of nsIURI objects which we currently create in order to run a url in the webshell.
1999-09-08 04:00:08 +00:00
mscott%netscape.com
d8ee120a9e Support LoadURI which is a new method on the webshell which takes a nsIURI. This is part of a webshell optimization
to cut down on the number of nsIURI objects which we currently create in order to run a url in the webshell.
1999-09-08 03:59:21 +00:00
mscott%netscape.com
f5609d9205 LoadDocument and LoadSubDocument now take an nsIURI instead of a unicode string. This is part of a webshell optimization
to cut down on the number of nsIURI objects which we currently create in order to run a url in the webshell.
1999-09-08 03:58:57 +00:00
ramiro%netscape.com
563928f869 Add VIEWER_FLASH_PAINT_AREA menu item for debuggin paint events. 1999-09-07 19:36:45 +00:00
alla%lysator.liu.se
54e2c2aeaa Fixed the runtime crash in GtkMozilla. 1999-09-07 12:58:06 +00:00
brendan%mozilla.org
a84076e44e Expand tabs to spaces per Emacs modeline; other space cleanups. 1999-09-06 22:59:11 +00:00
cls%seawood.org
689113d465 Added mozilla-config script so that external modules (like say GtkMozilla) can built with the same config (defines) that Mozilla proper does. This has been killing GtkMozilla for libc5 boxes for awhile now. Moved -DMOZILLA_CLIENT out of DEFS. Currenlty, only mozilla-config --cflags returns something useful.
Had to regenerate the Makefiles on a machine with the proper version of automake.
1999-09-06 04:26:10 +00:00
cls%seawood.org
d4fd34d75a Added mozilla-config script so that external modules (like say GtkMozilla) can built with the same config (defines) that Mozilla proper does. This has been killing GtkMozilla for libc5 boxes for awhile now. Moved -DMOZILLA_CLIENT out of DEFS. Currenlty, only mozilla-config --cflags returns something useful.
Set $prefix to `pwd`/dist .
Removed -DUSE_AUTOCONF.
1999-09-06 04:20:50 +00:00
beard%netscape.com
7d6cc001a0 renamed all kC*IID to kC*CID, added progID strings for GFX. 1999-09-05 23:55:20 +00:00
mscott%netscape.com
0cc0bf5862 If the to content type is message/rfc822 then we need to call into the stream converter service to find an appropriate
converter.
1999-09-05 19:54:28 +00:00
locka%iol.ie
1d89a7ffb8 Tweaked edit bar position code 1999-09-05 14:28:09 +00:00
locka%iol.ie
1b3569c314 Added italic/bold/underline editing 1999-09-05 14:26:55 +00:00
danm%netscape.com
e68f60f671 implemented intrinsic sizing method on DOM Window 1999-09-03 22:41:56 +00:00
dcone%netscape.com
fa47e1b487 added the PopUpCID 1999-09-03 13:34:50 +00:00
shawnp%earthling.net
295a198fbe CreateViewerMenus() now returns the menu bar height. 1999-09-03 01:08:20 +00:00
shawnp%earthling.net
5179b84bd4 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
d5b25b2633 Now return the proper value in nsNativeBrowserWindow::GetMenuBarHeight(). 1999-09-03 01:04:20 +00:00
radha%netscape.com
dd092fdc48 Hook up session history with the history state object.
Let LoadURL() accept a historystate as an argument
1999-09-02 21:39:01 +00:00
bienvenu%netscape.com
72b550a943 fix build bustage 1999-09-02 20:08:23 +00:00
shaver%netscape.com
65327d1dd8 fix bustage-causing typo 1999-09-02 19:44:38 +00:00
scc%netscape.com
6679c3caef added dlldeps 1999-09-02 18:58:35 +00:00
scc%netscape.com
b0a9fc07ba First Checked In. 1999-09-02 18:51:57 +00:00
kipp%netscape.com
78bace2449 Use nsAutoString instead of nsString for temps 1999-09-02 18:13:07 +00:00
pinkerton%netscape.com
87f33acbde give progid's to transferable and the drag service. 1999-09-02 06:53:32 +00:00