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

715 Коммитов

Автор SHA1 Сообщение Дата
rickg%netscape.com bac5cf794d first pass support for view-source 1998-11-11 11:55:32 +00:00
rpotts%netscape.com db45821759 Pass the view command as the default for the webshell to the document loader... 1998-11-11 10:58:14 +00:00
cls%seawood.org db99ef2696 Moved PNG_LIBS after libimg for final link. 1998-11-11 06:12:10 +00:00
cls%seawood.org 92dbfec844 Fixes to resource install for xpfe. Fixes to make MOZ_NATIVE_* work again. Thanks to Jeremy Lea <reg@shale.csir.co.za> for the diffs. 1998-11-11 01:53:49 +00:00
rpotts%netscape.com 091d1a0344 do not allow the stream listener to be freed during a call to OnDataAvailable... It is possible, that OnStopBinding() wil lbe called while the listener is processing the data (ie. the URL load is interrupted). If this happens, do not free the listener until the OnDataAvailable() call has finished... 1998-11-10 07:06:02 +00:00
karnaze%netscape.com 44b5b9e670 form control content attribute changes (not all) reflected in layout; fixed scrolling on <iframe>, <frame>;
added nsImageControlFrame to handle <input type=image>.
1998-11-09 23:30:16 +00:00
pavlov%pavlov.net 7379ffeddd fix it. honest! 1998-11-06 17:03:18 +00:00
pavlov%pavlov.net 7a218a25b9 fix compiling 1998-11-06 16:37:33 +00:00
pavlov%pavlov.net 1d3e18da4b add menu to layout, not box 1998-11-06 16:34:20 +00:00
akkana%netscape.com 9116f4228b fix build: define gAppContext since it's used and was never defined 1998-11-06 02:02:31 +00:00
joki%netscape.com 1569d53889 Adding focus passing method to nsIWebShellContainer 1998-11-06 01:30:07 +00:00
joki%netscape.com db36fb8dce Removing unneeded methods from nsIBrowserWindow interface. 1998-11-05 23:57:02 +00:00
joki%netscape.com bc6476915f Fixing missing '.h' on filename. 1998-11-05 05:50:20 +00:00
rpotts%netscape.com a4f960b29f fix bug #1112. Free the next stream listener as soon as OnStopBinding(...) is called... 1998-11-05 05:39:16 +00:00
michaelp%netscape.com 414f8bcfbf fixed release mode build issue. 1998-11-05 03:25:02 +00:00
rods%netscape.com afacf49404 Made changes for GetBounds to GetClientBounds conversion 1998-11-04 21:46:00 +00:00
rods%netscape.com ba3200bc30 Made change for GetBounds to GetClientBounds conversion 1998-11-04 21:41:26 +00:00
ramiro%netscape.com b79556a505 Use filter instead of ifdef hacks. 1998-11-04 11:47:21 +00:00
rpotts%netscape.com 49615952b2 Added a skidmark when a content viewer cannot be found for a given content-type... 1998-11-04 08:49:05 +00:00
rpotts%netscape.com 3267ac2e2a Moved the clipboard methods from nsIWebShell into a new interface called nsIClipboardCommands... 1998-11-04 08:48:22 +00:00
rpotts%netscape.com e5faf4e3e9 Added new public interface nsIClipboardCommands.h 1998-11-04 08:46:48 +00:00
pierre%netscape.com aed5f09060 changed a 'delete' to 'delete []' 1998-11-04 06:37:28 +00:00
pierre%netscape.com 972325792a enabled debug info in standalone target 1998-11-04 06:34:46 +00:00
michaelp%netscape.com 6f7deed7e4 removed widget parameters from nsIView::Init(). added CreateWidget() and SetWidget()
APIs to replace this functionality. also added CreateScrollControls() to
nsIScrollableView.
1998-11-04 04:14:10 +00:00
scullin%netscape.com 40d4197f9e Add current directory to path so pref dlls and nspr are looked for in
the dll directory, not the application directory.
1998-11-04 03:04:10 +00:00
scullin%netscape.com 4668fc46f0 Fix to load from dll dir, not program dir. 1998-11-04 02:43:44 +00:00
kipp%netscape.com 9669544dd1 Brought -md back to life 1998-11-04 00:29:58 +00:00
peterl%netscape.com 776a2683ef sync to style resolution api changes 1998-11-03 20:33:43 +00:00
cls%seawood.org e040eb5a30 Fixed TOOLKIT_CFLAGS bug. Thanks to Mike Shaver <shaver@netscape.com> for pointing this out 1998-11-03 19:30:50 +00:00
cls%seawood.org c14d1dd8a3 Removed hardcoded 'gtk-config' 1998-11-03 16:16:37 +00:00
cls%seawood.org f50c938b76 Removed classic build Makefiles from configure.in
Changed --enable-fe to --enable-toolkit which takes a single argument.
Changed MOZ_FE to MOZ_TOOLKIT.
Removed USE_NGLAYOUT and USE_NGLAYOUT_GTK.
Removed FULL_STATIC_BUILD and --enable-min-shared.
Removed checks for gnome and qt.
1998-11-03 15:48:45 +00:00
rpotts%netscape.com 5da97feec2 Removed the exporting of the obsolete nsIDocumentLoadInfo interface... 1998-11-03 10:11:01 +00:00
rpotts%netscape.com db8dc09180 Removed the implementation of the nsIDocumentLoadInfo interface. This is an obsolete interface. 1998-11-03 10:09:42 +00:00
mcafee%netscape.com 85bf19f966 /usr/dt and /usr/openwin don't exist on Irix 1998-11-03 09:27:37 +00:00
mcafee%netscape.com b1070a64d1 Removing bogus OBJS rule 1998-11-03 08:58:05 +00:00
rpotts%netscape.com b5284fa39c Fixed the implementation of nsINetSupport. Before it was totally busted since it assumed that nsString could return a const char *buffer (which it cant). This error was masked because the (assumed) coersion was supposed to occur in a var-args (of course it wouldnt - but thats another story) 1998-11-03 08:07:24 +00:00
rpotts%netscape.com 46454aac79 Added some comments... 1998-11-03 08:04:34 +00:00
rpotts%netscape.com e827f87938 Added an NS_DEFINE_IID for nsINetSupport (in comments) just as a reminder... 1998-11-03 08:04:03 +00:00
rpotts%netscape.com f2648dadc0 Added support of the nsInetsupport interface. The implementation simply calls out through the observer (if it supports nsInetSupport) 1998-11-03 08:03:22 +00:00
rpotts%netscape.com f5882fe29f Removed the implementation of nsINetSupport... 1998-11-03 08:02:33 +00:00
rods%netscape.com 7cd43a5ad8 Added an extra parameter to the Init to tell it whether it should have a sunken border 1998-11-02 22:19:08 +00:00
ramiro%netscape.com 5bc3be29f0 OOPS...the post link command needs to be true or else the binary gets run. 1998-11-02 21:36:31 +00:00
rods%netscape.com 1850a30aaa Added FindNext 1998-11-02 19:11:43 +00:00
ramiro%netscape.com 83de02c53c Add a post link command to do magical things to the binary. 1998-11-02 16:36:06 +00:00
ramiro%netscape.com 9ab462d422 Fix broken solaris and hpux builds. 1998-11-02 16:25:37 +00:00
ramiro%netscape.com 4ebaded613 Cleanup the GTK support. 1998-11-02 16:06:50 +00:00
ramiro%netscape.com 2d5ae8f3f9 Rename gfx and widget libs from 'unix' to 'motif'. 1998-11-02 14:35:03 +00:00
ramiro%netscape.com 4481349d0d Add support for GTK base timer. Rename the 'unix' timer lib to 'motif' 1998-11-02 14:32:12 +00:00
ramiro%netscape.com 130d8bb955 Use -lfoo for libs instead of hardcoding to $(DIST)/bin/libfoo.so. This
makes more unix linker happy.
Simplify the GTK vs motif hackery.
1998-11-02 13:31:43 +00:00
shaver%netscape.com 6d63a94e37 fixing pavlov%pavlov.net's breakage of legacy Motif build 1998-11-01 22:06:10 +00:00