ftang%netscape.com
d1bb25d16d
fix bug 13946
1999-09-23 03:27:53 +00:00
rpotts%netscape.com
c924d68b90
bug #14457 . Getting the webcrawler working again for QA...
1999-09-22 22:58:29 +00:00
briano%netscape.com
28159a27f5
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
4adab79ba0
missed an NS_DEBUG->DETECT_WEBSHELL_LEAKS
1999-09-22 03:14:44 +00:00
nisheeth%netscape.com
d5b56cdcfa
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
5843ef4e5c
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
3bf9bb6905
Added test_weight.html to exercise CSS font weight.
1999-09-21 22:06:07 +00:00
scc%netscape.com
feee7fb939
take action to prevent re-entering the destructor
1999-09-21 21:10:22 +00:00
sfraser%netscape.com
ca4a780aa6
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
55dd5c3658
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
f4d75a8c84
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
f982113234
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
7a862ca0cb
Implemented cut/copy/paste. Added stubs for a couple other functions.
1999-09-21 02:39:53 +00:00
hyatt%netscape.com
dca1ddfd11
chrome event stuff
1999-09-21 01:02:29 +00:00
vidur%netscape.com
2906fa4a19
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
3e92a74352
Added some documentation
1999-09-20 22:07:09 +00:00
locka%iol.ie
9be60db63b
Added safe for scripting support
1999-09-20 22:00:30 +00:00
locka%iol.ie
233b3217ad
A long lost file finds its way into the world
1999-09-20 21:59:30 +00:00
bienvenu%netscape.com
3b77a14a9a
fix listener leak r+a=mscott,valeski
1999-09-20 21:10:46 +00:00
radha%netscape.com
122b9b2728
Clean up leaks
1999-09-20 21:09:16 +00:00
warren%netscape.com
1c51d9a00b
Fixed warnings.
1999-09-20 20:57:21 +00:00
warren%netscape.com
c06b47f091
freed global service manager in NS_ShutdownXPCOM
1999-09-20 20:53:49 +00:00
warren%netscape.com
10a7062e0d
freed mWebCrawler in nsBrowserWindow
1999-09-20 20:53:40 +00:00
warren%netscape.com
2b95eceabb
cleaned up nsWebShell's use of services
1999-09-20 20:53:31 +00:00
beard%netscape.com
dc0a1f0202
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
c0c7604c50
registering the JVMManager component.
1999-09-18 22:39:55 +00:00
davidm%netscape.com
9adabf0ca1
Add extra chrome flag for the sidebar and taskbar
1999-09-18 03:23:52 +00:00
bienvenu%netscape.com
faa0b879ab
fix inadvertent checkin of nsBrowserWindow.cpp
1999-09-17 22:02:52 +00:00
bienvenu%netscape.com
33ec7de690
fix build bustage
1999-09-17 22:00:15 +00:00
warren%netscape.com
a005383135
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
9de393e3cc
Fixed leak of service manager
1999-09-17 20:19:00 +00:00
rpotts%netscape.com
3bb0c7a102
DocLoader cleanup... Also trying to get the notifications correct :-)
1999-09-17 07:56:03 +00:00
rpotts%netscape.com
2692a0e4bc
Removed NECKO ifdefs...
1999-09-17 07:54:11 +00:00
vidur%netscape.com
580d892e67
Further corrections in referrer propagation.
1999-09-17 06:54:58 +00:00
vidur%netscape.com
384c09eb30
Document referrer propagation through webshell and docloader.
1999-09-17 04:26:02 +00:00
jdunn%netscape.com
838485909c
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
1148b2e9d7
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
78ee9ec7ec
Ability for XPCOM to use non-default component registry and component directory
1999-09-16 19:28:57 +00:00
ftang%netscape.com
d47ea310ea
fix 5974 by receiving parser command as optional argument
1999-09-16 14:15:16 +00:00
briano%netscape.com
e9bd78c726
Fixed my stupid mistake that caused the generated Makefile to be immediately deleted.
1999-09-16 06:01:39 +00:00
warren%netscape.com
48cf4685a9
Factored file transport service out of file: protocol.
1999-09-16 01:16:22 +00:00
sfraser%netscape.com
4cc07e8ff3
Removed security.o
1999-09-16 01:13:04 +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
rods%netscape.com
66238d7d40
a few fixes to my tests
1999-09-15 22:28:50 +00:00
rods%netscape.com
a07769e758
Added a lot of tests for the select.
1999-09-15 22:04:04 +00:00
radha%netscape.com
d729a77d5e
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
af333fd004
removed stream converter stuff from webshell
1999-09-15 17:46:56 +00:00
ramiro%netscape.com
26dd94b010
Cleanup the neckutil linking thing.
1999-09-15 02:15:11 +00:00
kipp%netscape.com
91849a778d
Removed #ifdef NECKO noise
1999-09-15 00:23:40 +00:00
radha%netscape.com
acf250aeb2
Pass OnStartDocumentLoad() notifications received for child frames up to the DocLoaderListeners
1999-09-14 21:49:21 +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
troy%netscape.com
7fa6dc1c0b
Changed Run() to give priority to system messages over application messages
1999-09-13 18:45:03 +00:00
valeski%netscape.com
834019642a
added user agent language portion initialization
1999-09-13 18:38:02 +00:00
Jerry.Kirk%Nexwarecorp.com
2a2607193e
Add new (old?) Event Debugging options to Viewer for Photon
1999-09-13 14:13:57 +00:00
locka%iol.ie
bc1d5123f4
Replace the hand-crafted QueryInterface with a macro one
1999-09-13 13:11:40 +00:00
locka%iol.ie
165e6177e0
Removed the USE_NGPREF macro #ifdefs since prefs are pretty much mandatory now
1999-09-13 13:10:14 +00:00
locka%iol.ie
9f66c82f30
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
d691caaaf3
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
d776fad240
Must put .c source files in CSRCS.
1999-09-13 05:49:20 +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
8fa4990bf6
Forgot a .c file.
1999-09-11 09:06:38 +00:00
vidur%netscape.com
7d32634780
Fixed memory leak related to UrlDispatcher
1999-09-11 02:25:59 +00:00
ramiro%netscape.com
434dcff398
ressurect
1999-09-11 00:24:33 +00:00
ramiro%netscape.com
2ed71364d2
This one should be ignored.
1999-09-10 23:33:17 +00:00
ramiro%netscape.com
655a983187
Fix a small typo.
1999-09-10 23:30:39 +00:00
ramiro%netscape.com
c37b257dab
Forgot some stuff.
1999-09-10 22:07:50 +00:00
ramiro%netscape.com
ffe42c86fb
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
53287a21c9
adding FTP dir listing stream conv registration
1999-09-10 16:01:36 +00:00
Jerry.Kirk%Nexwarecorp.com
5c84a09795
Fix the Menubar which wasn't being created
1999-09-10 12:52:35 +00:00
briano%netscape.com
77383e292d
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
b7d78b67ae
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
7dd5447671
Add MOZ_TIMER_LIBS to EXTRA_DSO_LDOPTS
1999-09-09 23:49:02 +00:00
kipp%netscape.com
20b9f0b85a
Fixed build hosage
1999-09-09 23:10:30 +00:00
briano%netscape.com
2d2d97c92d
Enable the use of Talkback, if available.
1999-09-09 21:45:28 +00:00
vidur%netscape.com
2cd7f1c13c
Fixed leak in LoadURL
1999-09-09 14:52:07 +00:00
ramiro%netscape.com
0a8ae24bd0
Anal cosmetic thing.
1999-09-09 03:51:07 +00:00
ramiro%netscape.com
4d6d6af96b
Make event debuggin more useful in windows.
1999-09-09 03:47:56 +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
briano%netscape.com
6fc2ec495a
Minor cleanup and removal of the obsolete non-NECKO stuff.
1999-09-09 01:49:14 +00:00
briano%netscape.com
5176aaf0df
Removed the obsolete non-NECKO leftovers.
1999-09-09 00:11:48 +00:00
vidur%netscape.com
1d13b612cb
Added nsIScriptContextOwner::ReportScriptError.
1999-09-08 23:16:49 +00:00
mscott%netscape.com
d02baa35c7
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
c6c89ad305
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
9a2e367e96
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
0b96090536
Add VIEWER_FLASH_PAINT_AREA menu item for debuggin paint events.
1999-09-07 19:36:45 +00:00
alla%lysator.liu.se
7bbf2672e9
Fixed the runtime crash in GtkMozilla.
1999-09-07 12:58:06 +00:00
brendan%mozilla.org
d31330dd99
Expand tabs to spaces per Emacs modeline; other space cleanups.
1999-09-06 22:59:11 +00:00
cls%seawood.org
2578acdc11
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
1a9963ad09
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
74dd3aeb05
renamed all kC*IID to kC*CID, added progID strings for GFX.
1999-09-05 23:55:20 +00:00
mscott%netscape.com
05b68c4102
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
1c4f36b031
Tweaked edit bar position code
1999-09-05 14:28:09 +00:00
locka%iol.ie
a4e7f00dbd
Added italic/bold/underline editing
1999-09-05 14:26:55 +00:00
danm%netscape.com
fe1d16cc98
implemented intrinsic sizing method on DOM Window
1999-09-03 22:41:56 +00:00
dcone%netscape.com
7fd0cabe7f
added the PopUpCID
1999-09-03 13:34:50 +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