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

1233 Коммитов

Автор SHA1 Сообщение Дата
evaughan%netscape.com 1285ce0dc0 Fixed test to work with new boxes. 1999-08-05 23:44:56 +00:00
ramiro%netscape.com 0adc684bbc Dont link in zlib, its not needed. 1999-08-05 22:38:08 +00:00
cmanske%netscape.com e68131610b Fixed build bustage 1999-08-05 20:35:55 +00:00
ramiro%netscape.com a8a89c6a82 Dont link -lxp, its not needed. 1999-08-05 13:46:52 +00:00
ramiro%netscape.com 914648dac0 Dont link in libcaps. Its not needed. 1999-08-05 13:00:14 +00:00
valeski%netscape.com 493ae6bd9e api change to nsIWebShell and nsIDocumentLoaderObserver. I've replaced all the old method delarations with the new versions. We now pass 'nsresult' types into the On*() methods instead of PRInt32. The PRInt32 arg type was causing data loss.
I also checked in a fix for bug 10848 (which prompted the api change), and 10549 (these changes were in nsWebShell.cpp).
1999-08-05 01:28:30 +00:00
cmanske%netscape.com bb766508da Remove param from test method 1999-08-04 02:05:16 +00:00
Jerry.Kirk%Nexwarecorp.com b71eb1bcf0 Fix problem where menubar shows up on top of toolbar for Photon 1999-08-02 21:43:39 +00:00
ramiro%netscape.com deb7d3b582 Landing unix toolkit exorcism changes. #ifdef-ed OFF for now. 1999-08-02 13:53:49 +00:00
mscott%netscape.com 240bb551ea fix build breakage....include config.mak 1999-07-29 04:19:17 +00:00
briano%netscape.com ea37bbc00a Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org. 1999-07-29 01:18:12 +00:00
warren%netscape.com 40021f91f4 Added NS_ShutdownXPCOM to facilitate leak detection in purify. 1999-07-28 08:03:49 +00:00
briano%netscape.com d99daeea9b Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568. 1999-07-27 23:27:44 +00:00
kmcclusk%netscape.com 18b946cc00 bug #7032 Changed nsIWidget::Resize(...), nsIWidget::Move(...) to
use PRInt32 instead of PRUInt32. Modified Mac, and Linux to match.
bug #2010 Applied David Barrons patch for MakeSide ins CSSRendering.
nsIWidget - removed GetAbsoluteBounds - Not needed. Can use WidgetToScreen instead.
1999-07-27 23:26:36 +00:00
pavlov%netscape.com 8b8b9c3727 window creation changes 1999-07-27 04:27:17 +00:00
joki%netscape.com deb676cd44 Event fixes to allow key event handling by GFX widgets and fixes for window.defaultStatus. 1999-07-26 15:02:19 +00:00
Jerry.Kirk%Nexwarecorp.com e39b4cb37a Add Demo Names to Menu for Photon 1999-07-26 13:23:14 +00:00
hoa.nguyen%intel.com c0f1a81582 Within SetupRegistry, intialize the metacharacter service so that the charset field in the http content-type header is recognized and acted upon correctly. 1999-07-25 23:28:13 +00:00
Jerry.Kirk%Nexwarecorp.com 2954243f73 Fix problem with viewer under Photon, if you opened multiple windows
it would send the menu events only to the first window/browser
1999-07-25 19:51:19 +00:00
sdagley%netscape.com 1e9ee313e0 Necko specific change. The IOService component is self registering so it doesn't belong here any more. 1999-07-25 01:55:26 +00:00
mcafee%netscape.com 2f20d7a986 Adding caps library to fix Solaris linkage. 1999-07-24 10:40:42 +00:00
pavlov%netscape.com bf635c1ce4 actually add the sound test 1999-07-24 05:01:29 +00:00
danm%netscape.com 2e39eab67d removing IsMenuBarVisible -- it was a mistake, and unused 1999-07-22 23:41:50 +00:00
ramiro%netscape.com 569d22b9fa Removed un needed stubs. 1999-07-22 19:21:19 +00:00
zuperdee%penguinpowered.com d653ba1afd Fixing another instance of bug 8227. 1999-07-21 19:49:13 +00:00
danm%netscape.com 6c4769c9d9 make window.open windows visible 1999-07-21 06:37:58 +00:00
jfrancis%netscape.com 774ea8435e assorted work to expose nav html dtd to editor 1999-07-19 22:52:48 +00:00
rickg%netscape.com 844a7e45ef switch to faster string search API 1999-07-19 03:29:56 +00:00
zuperdee%penguinpowered.com 09e66f6cd8 Fixes to get the Motif port to compile on Solaris 7 with native compiler (5.0). Special thanks to Tomi Leppikangas (tomilepp@ousrvr2.oulu.fi) for this patch. 1999-07-19 02:23:52 +00:00
peterl%netscape.com 165b01b7e2 synt to new color api 1999-07-18 00:35:51 +00:00
ramiro%netscape.com ca57fc99d2 Step 3 of cleaning up link time toolkit dependencies. Name the timer libs
according to the toolkit they match.  Also set the damn name in one place to
make it easy to change in the future.
1999-07-17 23:52:12 +00:00
ramiro%netscape.com b69b9faa9a Step 2 of cleaning up link time toolkit dependencies. Change the names of
the gfx and widget dsos to be readable by normal human beings that expect
some kind of spacer between cryptic acronyms.  Thank you.
1999-07-17 22:24:49 +00:00
ramiro%netscape.com fecd737d22 Landing timer move on windows. 1999-07-17 15:52:01 +00:00
ramiro%netscape.com 342b5083f1 Landing timer move on unix. 1999-07-17 14:22:51 +00:00
warren%netscape.com c5684bf4d7 Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome). 1999-07-16 11:14:36 +00:00
kmcclusk%netscape.com f052dc2f0d fixed bugs #6303, #6753, #6756, #6759
Re-wrote nsComboboxFrame.
removed the obsolete nsHTMLAtoms: comboText,comoTextSelected,comTextSelectedFocus,dropDownVisible,
dropdownHidden, dropDownBtnOut, dropDownBtnPressed,
Added nsHTMLAtoms::combobox, nsLayoutAtoms::popupList
Renamed dropDownList to dropDownListPseudo
Added "arrow.gif" as to be used the background-image for the combobox button
ua.css - added rules for select to differentiate between comboboxes and listboxes.
Added style rules to more closely match the XPTOOLKIT XPWidgets look.
removed the following :-moz-combobox-text, -moz-combobox-textselected
nsIFormControlFrame.h - Added SetSuggestedSize method.
nsButtonControlFrame - Implemented SetSuggestedSize.
nsCSSFrameConstructor.cpp - Rewrote ConstructSelectFrame.
nsIWidget.h -Added GetAbsoluteBounds method.
nsWindow.cpp - Implemented GetAbsoluteBounds.
1999-07-14 22:00:24 +00:00
akkana%netscape.com 6d07c8eeb4 Restructure the editor output routines to allow passing in
a mime type and a flag argument.  Also fix the following bugs:
9746: get rid of bogus empty <style> in head.
8143: save wrap column in editor shell in case it's set before the
      editor is created.
9470, 9488: allow explicit specification of formatted output.
1999-07-14 18:54:29 +00:00
duncan%be.com 867656f29d Changes to get BeOS tinderbox to work.
BeOS only changes authorized by cyeh.
1999-07-11 09:51:51 +00:00
warren%netscape.com 6a0313832e Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods. 1999-07-07 08:19:38 +00:00
warren%netscape.com 9efa754f74 Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods. 1999-07-07 08:08:40 +00:00
ramiro%netscape.com abf0cc4a0f Define the toolkit flags in one place an reuse that. Hopefully this will
put an end to the cut-n-paste insanity.
1999-07-07 04:38:18 +00:00
ramiro%netscape.com 8cd650ca49 Factor out xlibrgb. 1999-07-07 01:36:25 +00:00
andreas.otte%primus-online.de d968fa955b NECKO only: replacing GetBuffer with ToNewCString and some error checking 1999-07-06 23:08:16 +00:00
sdagley%netscape.com ca8d0c1570 Fix for bug #8733. I know the tree is closed because of Linux but this is a Mac specific change. Normally I'd wait for the tree to open or get approval but I've been up for over 24 hours and I can't find cyeh or chofmann so I'm checking in and going to get some sleep. If there are any questions ask dp as he's the one that figured out the wrong registration call was being made for filespecwithui. 1999-07-06 20:53:32 +00:00
hyatt%netscape.com d4b72f7be5 Trying to fix bustage. 1999-07-06 18:52:38 +00:00
rickg%netscape.com 2cdd7515fc fixed bug 9185 1999-07-05 00:24:23 +00:00
hyatt%netscape.com 2af7a6b407 Checking in support for intrinsic sizing of chrome. 1999-07-04 04:09:54 +00:00
sspitzer%netscape.com 9c00417def fix warning. 1999-07-03 00:26:59 +00:00
dveditz%netscape.com 4c4f269dd4 nakefile cleanups 1999-07-02 13:42:17 +00:00
ramiro%netscape.com b86c78a296 Separate the widget and gfx toolkits into two variables.
Instead of MOZ_TOOLKIT, we now have MOZ_WIDGET_TOOLKIT and MOZ_GFX_TOOLKIT.
There is also a new configure flag, --enable-gfx-toolkit which does what its
name implies.
The configure script should continue to work as before.
1999-07-02 13:06:48 +00:00
dveditz%netscape.com 5dd9cff22d Trying to fix Win32 dependencies. Lots of broken cut-n-paste makefiles 1999-07-02 11:50:19 +00:00
briano%netscape.com 287d21c600 Evidently nsStubs.cpp is no longer needed. 1999-07-02 03:21:43 +00:00
warren%netscape.com 8462929dda Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport. 1999-07-01 19:30:20 +00:00
leaf%mozilla.org 8a0c3e25cd Preparing for distribution of fullsoft headers, dlls, and exes 1999-07-01 01:48:08 +00:00
pinkerton%netscape.com 3a463448b6 Changing CreatePopup to return the popup. Adding a bunch of stuff for tooltips to the popup code. Fixing some bugs in webshell with loading malformed popups. Renamed "popup" to "popupElement" in the document and added "tooltipElement" as well. 1999-07-01 00:07:41 +00:00
valeski%netscape.com 7aa37cd473 change netlib lib reference to necko lib 1999-06-30 00:44:07 +00:00
sfraser%netscape.com 1452e2050a Call the Output routines with a new param for selection only. 1999-06-29 20:14:58 +00:00
ramiro%netscape.com 1c4ae84cee Place the Style menu in the same location on the menu bar as on Windoze.
Mostly to unconfuse my brain everytime I toggle the rendering mode on either
platoform.
1999-06-29 15:00:06 +00:00
ramiro%netscape.com 876dd05911 Make the parent for the test sites dialog null, so that a top level window
is created.  Otherwise, the widget gets created inside of the viewer itself.
1999-06-29 14:43:29 +00:00
gagan%netscape.com 776160acfd Fixed more bustage. 1999-06-29 01:25:30 +00:00
warren%netscape.com 8ec724a5ef Added group arg back for necko. 1999-06-29 00:31:02 +00:00
gagan%netscape.com a78cd1e21b Necko changes (from Andreas) 1999-06-29 00:26:25 +00:00
mcafee%netscape.com f81dc61901 Changes for OS/2. Patch provided by Eric Olson (eric.olson@sympatico.ca) 1999-06-28 23:11:18 +00:00
valeski%netscape.com 34a671540b necko builds 1999-06-28 14:02:28 +00:00
buster%netscape.com 88fa417a4b fixed warnings 1999-06-28 14:00:54 +00:00
warren%netscape.com f5e1196f42 Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +00:00
danm%netscape.com 18e69811ef added 'content' property to JS window 1999-06-26 21:48:29 +00:00
mcafee%netscape.com 0e7d956e43 Changes for BeOS. 1999-06-26 07:19:21 +00:00
mcafee%netscape.com e5d61c9fc4 Adding comment for BeOS. 1999-06-26 07:16:51 +00:00
mcafee%netscape.com ca3d3dcf86 Adding case for BeOS. 1999-06-26 07:15:38 +00:00
mcafee%netscape.com 562ee19b4b BeOS landing; thanks to Duncan Wilcox (duncan@be.com) for these changes. 1999-06-25 11:08:07 +00:00
ramiro%netscape.com 05ae9c3868 Changes to turn gfxps into a true component. Thanks to alecf@netscape.com
for providing the base patch.
1999-06-25 09:38:26 +00:00
nisheeth%netscape.com ab4763a7e3 Fix bug 2760. The webcrawler only registers itself as a document loader observer if the right command line arguments are given to viewer. 1999-06-25 00:57:16 +00:00
kmcclusk%netscape.com 4bc85b882d Changes to improve demo16 1999-06-23 22:05:31 +00:00
cmanske%netscape.com da9cd63305 Adding set background color test cases to debug bug 8697 1999-06-23 20:27:54 +00:00
warren%netscape.com 23864df5e3 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
mcmullen%netscape.com 7adad5586a Registered nsIFileSpecWithUI 1999-06-22 23:32:34 +00:00
kmcclusk%netscape.com 6e4939e808 Removed commented out line 1999-06-22 21:49:34 +00:00
akkana%netscape.com e1b3dd32f4 Remove selection methods from nsIDocument -- they were bogus anyway, real selection lives in the pres shell 1999-06-22 21:47:45 +00:00
kmcclusk%netscape.com 8ad32b3bef Fix for crash when bringing up the test sites dialog.
Also fixed crash when bringing up the debug robot dialog.
1999-06-22 21:44:38 +00:00
dp%netscape.com 3513f3783a XPCOM switched to using nsIFileSpec. 1999-06-22 14:02:58 +00:00
valeski%netscape.com 487d9ea921 NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061. 1999-06-18 17:34:08 +00:00
mcafee%netscape.com 447cd270de Adding beeptest.html to the test suite. 1999-06-17 01:12:15 +00:00
sdagley%netscape.com ddb33fc121 First Checked In. 1999-06-16 23:24:25 +00:00
sdagley%netscape.com 67dd013973 Finish landing XP Beep() functionality (bug #6911). Approved chofmann, reviewed saari & mcafee. 1999-06-16 23:23:45 +00:00
evaughan%netscape.com f6a6cc5bf8 Added some scrollbar samples. 1999-06-16 22:20:29 +00:00
pierre%netscape.com 4f89ece0d0 File Removed. 1999-06-16 04:51:34 +00:00
mcmullen%netscape.com f58c72ff72 Call pref->ReadUserPrefs() 1999-06-15 05:17:56 +00:00
vidur%netscape.com deab31ecaa Fixed memory leak when new windows were opened 1999-06-15 03:15:37 +00:00
ftang%netscape.com 2e0c5f6b89 fix bug 5565 1999-06-15 01:27:44 +00:00
radha%netscape.com 061c3df6c9 New arguments to OnEndDocumentLoad() added 1999-06-14 23:36:24 +00:00
mcafee%netscape.com 19f6d2acff Removing nsDialog from the build. 1999-06-13 01:01:26 +00:00
ftang%netscape.com fe6580cc28 remove nsUnicharUtil for win, ifdef XP_MAC untill we verify 1999-06-12 01:21:50 +00:00
mcafee%netscape.com 8c21f52b34 Purging nsDialog from the code, robot & test site menu items were the last straggler users, rickg says purge & fix these two usages later. 1999-06-11 23:26:59 +00:00
ftang%netscape.com bc71107e9f remove nsUnicharUtil since it is a componment, the #ifdef will take out after we verify w/ mac and win 1999-06-11 21:44:15 +00:00
ftang%netscape.com 9950ae84f4 include european characters in text transform test 1999-06-11 21:37:08 +00:00
mcafee%netscape.com 32bd0fffad Protecting a null pointer dereference. 1999-06-11 02:20:54 +00:00
mcafee%netscape.com 37efad8f81 Removing usages of obsolete nsDialog. a=rickg 1999-06-10 22:03:27 +00:00
Jerry.Kirk%Nexwarecorp.com 5b612a2b43 - Fixes Typo on MenuBar 1999-06-10 21:07:56 +00:00
dp%netscape.com 09b981cc6e Code cleanup 1999-06-09 19:15:08 +00:00
danm%netscape.com 150967b568 teach top-level windows to show/hide and query visible state of menubars 1999-06-09 19:03:24 +00:00
ramiro%netscape.com 3e8c2fcd3e Motif Ressurection. Thanks to Daniel Roberts <zuperdee@yahoo.com> for
doing the painful job of identifying everything that is missing and
stubbing it out.
1999-06-09 11:35:26 +00:00
hyatt%netscape.com b84d2f62d5 Altering the args for createPopup. 1999-06-09 08:36:06 +00:00
morse%netscape.com 9ef5ccfa6a fix build bustage 1999-06-08 21:06:22 +00:00
akkana%netscape.com 7902d3e4ac Track change in editor API 1999-06-07 21:31:18 +00:00
briano%netscape.com 730439007e Handle the (Unix) platform-specific DLL naming conventions properly. 1999-06-04 21:54:38 +00:00
morse%netscape.com 4080fe81f1 reimplement cookie viewer 1999-06-04 21:51:57 +00:00
Jerry.Kirk%Nexwarecorp.com edf2328d51 - Adding support for the Photon UI for viewer
- Modified Makefile.in and added nsPhMain.cpp and nsPhMenu.cpp
1999-06-03 12:16:22 +00:00
evaughan%netscape.com 69f8da50f8 added a fieldset example. 1999-06-01 22:30:59 +00:00
alecf%netscape.com af1f1289fa register nsIPref with a useable progID 1999-05-28 23:02:13 +00:00
kmcclusk%netscape.com d22e0e971e Added test16 to GTK menu. Also added missing aform.css, bform.css, cform.css
mozform.css and demoform.css file to be exported in Makefile.in
1999-05-28 21:55:33 +00:00
pinkerton%netscape.com 5604cadfd7 remove obsolete tree/toolbar cid's 1999-05-27 23:39:49 +00:00
mcmullen%netscape.com 9a5115d432 Removed obsolete base/baseDebug.shlb 1999-05-27 23:28:37 +00:00
kmcclusk%netscape.com 56cb572831 fixes for bugs #5809, #5852, #6828, #6973.
Added a new test16.html sample to test gfx-rendered widgets to viewer.
Added support for test17.html sample to test printing.
1999-05-27 21:17:10 +00:00
dp%netscape.com 0443b20e33 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
evaughan%netscape.com 06458e523d fixed bug #5857. Permission from hofmann. 1999-05-21 23:36:56 +00:00
gayatrib%netscape.com 6c1f9d7da3 removed all references to profile as it is a component now 1999-05-19 05:17:32 +00:00
mcmullen%netscape.com db4d70f028 #6589 File | Open broken in viewer. I broke this when I removed the use of path strings. In addition to being more correct, using nsFileSpec and nsFileURL makes this file over 40 lines shorter. 1999-05-18 01:16:27 +00:00
rods%netscape.com f1bf09376e Added nsFontRetrieverService registration 1999-05-17 20:34:52 +00:00
morse%netscape.com 1b400664e7 fix build bustage 1999-05-16 20:35:28 +00:00
dougt%netscape.com 9f421cbe4b Removing xpinstall and silentdl references from the viewer. 1999-05-16 19:07:19 +00:00
hyatt%netscape.com c575f00e29 Added an arg to createPopup. 1999-05-16 07:52:02 +00:00
mcmullen%netscape.com fbf94f4007 filewidget no longer accepts string paths. 1999-05-15 22:58:28 +00:00
bruce%cybersight.com b94243c954 Warning fix for ANSI C++ violation. 1999-05-15 22:38:28 +00:00
hyatt%netscape.com 9d817c20c4 Making sure context menus can be made. 1999-05-15 02:53:03 +00:00
hyatt%netscape.com 9f66a3ec43 Adding a method to the webshell container for creating popup/context menus. 1999-05-14 22:40:03 +00:00
rods%netscape.com d2df1b8ae9 removed GenericTransferable 1999-05-13 22:03:01 +00:00
tague%netscape.com 7a16caead0 Fixed bug #5564, #6214. Problems with nsLocale.dll components not loading. dp reviewed changes 1999-05-12 22:24:20 +00:00
pinkerton%netscape.com 3df89f5c4e change #ifndef TARGET_CARBON to #if !TARGET_CARBON so it can be defined as 0 in DefinesMac.h 1999-05-12 06:44:03 +00:00
pinkerton%netscape.com 2bc2a63d42 dont use OpenDeskAcc under Carbon. 1999-05-11 21:32:51 +00:00
slamm%netscape.com f62e194601 Fix shift error that shows up on Solaris. Get DEPTH with perl. 1999-05-10 18:44:49 +00:00
mcafee%netscape.com 1e9ab980a4 Class nsprPath has been renamed to nsNSPRPath; straggler references were being converted with a typedef, this was confusing Solaris, so I'm converting all nsprPath references to the new name, hope that's Ok. 1999-05-10 05:34:26 +00:00
sfraser%netscape.com 4bb96839e5 Added the cfmAlias resource files, and set the Library Folder ID in the PEF settings accordingly (alias ID 128 for debug, 129 for opt). 1999-05-07 21:23:08 +00:00
sfraser%netscape.com 2025af025e First Checked In. 1999-05-07 21:20:23 +00:00
mcafee%netscape.com b3ec81da95 Fixed crash; toolbar buttons need to be specified in a css file now? toolbar buttons still blank. 1999-05-07 00:57:19 +00:00
kipp%netscape.com ddac1af254 Removed libraries no longer needed to link 1999-05-06 19:35:59 +00:00
kipp%netscape.com bcfe1bbe55 Removed layout registry hackery 1999-05-06 19:32:56 +00:00
kipp%netscape.com 0b1ec8be25 Use component manager instead of direct linking against the html library 1999-05-06 19:32:42 +00:00
dp%netscape.com 03cb5998dd Fixed AutoregisterComponent() to return a value 1999-05-06 14:27:09 +00:00
dp%netscape.com 0940fc0041 Moving Autoregitration out of SetupRegistry() 1999-05-06 13:35:25 +00:00
dougt%netscape.com 5ec1eeb367 Hooking up xpinstall to the viewer. This will cause a new instance of the
xpinstall to be created when the viewer launches.  This will be removed
(along with the startup of silentdl) once we have a way of starting up
components less intrusive.

nsViewer.cpp - Added CreateInstance and related code to start component
makefile.win - Added new include path
1999-05-06 03:59:47 +00:00
pinkerton%netscape.com c98b5fd8c1 renamed <tristatecheckbox> to <checkbox> 1999-05-06 00:55:32 +00:00
hyatt%netscape.com 402a56b829 Changes to the APIS for webshellcontainer. 1999-05-04 23:33:55 +00:00
vidur%netscape.com 42f2b9a718 Added HTMLOptionElement factory registration. 1999-05-04 20:54:26 +00:00
karnaze%netscape.com 45336c285a prints out regression file name when generating initial data 1999-05-04 03:32:42 +00:00
kostello%netscape.com 46183c00e3 Removed debug save code -- no longer relevant 1999-05-03 18:50:48 +00:00
karnaze%netscape.com 3945f41e52 removed compositing from table 5 1999-04-30 19:52:33 +00:00
pnunn%netscape.com 82485c948a These libs should only be linked with the appropriate decoder component in the
imglib. refer to bug#5459. pnunn. review:slamm, blessed:chofmann.
1999-04-30 18:27:31 +00:00
kipp%netscape.com 9a7addb20e Made the web crawler a nsIDocumentLoaderObserver and hooked up page transitions to OnEndDocumentLoad 1999-04-30 00:12:52 +00:00
kipp%netscape.com 59283a8df5 Removed compiler warning 1999-04-30 00:12:17 +00:00
kipp%netscape.com d1fcc42e90 Hookup crawler to browser-window; let crawler deal with notifications instead of passing them on from here 1999-04-30 00:12:03 +00:00
kipp%netscape.com 1b2682b129 Let web crawler deal with notifications directly 1999-04-30 00:11:18 +00:00
pinkerton%netscape.com bcd125e76c small fix for leaking the url bar XP in CreateToolbar. Part of the fix for bug 4883. approved for checking by chofmann. 1999-04-28 23:43:02 +00:00
ramiro%netscape.com d1aefb090a Add command line parsing and debugger support. 1999-04-28 06:16:25 +00:00
bruce%cybersight.com da367edd71 Remove dependency upon -lnetutil and use of it on Unix. 1999-04-28 04:50:43 +00:00
erik%netscape.com c784b6857c Fix for bug 5567. Removed registration of strres.dll, since it is handled
by the auto-registration facility for DLLs living in the "components"
directory.
1999-04-28 00:33:06 +00:00
karnaze%netscape.com 8e51cc07c8 removed table compositing example 1999-04-27 23:30:06 +00:00
cata%netscape.com 070b7c1ced Elliminated the RegisterComponent() calls from NS_SetupRegistry() for some true components. 1999-04-27 20:26:20 +00:00
mcafee%netscape.com 47ef035945 Adding checkoutTest.xul to exports for Linux, Win32. a=pinkerton 1999-04-26 18:42:15 +00:00
kipp%netscape.com 16432eec87 nit 1999-04-23 19:48:55 +00:00
kipp%netscape.com 797a0451f9 Added command option from measuring doc load time 1999-04-23 19:48:43 +00:00
kipp%netscape.com d3b4b92a62 Removed dead code 1999-04-23 19:48:16 +00:00
kipp%netscape.com 502d3702ec Added code to measure document load times 1999-04-23 19:48:05 +00:00
mcafee%netscape.com 8cb63795c9 Removing nsSelectionMgr from the build 1999-04-23 16:50:17 +00:00
rickg%netscape.com df292ca440 update to sync with nsString2 1999-04-22 07:46:51 +00:00
warren%netscape.com 91d0be4809 Started factoring nsIPersistentProperties from nsIProperties. 1999-04-22 07:32:51 +00:00
mcafee%netscape.com eab12d1df3 Removing NEW_CLIPBOARD_SUPPORT ifdef. 1999-04-22 06:46:51 +00:00
karnaze%netscape.com 6b82820b3c added right-to-left direction example 1999-04-22 03:54:06 +00:00
mcmullen%netscape.com 670521ba61 Prefs API changed to use filespecs instead of string paths. Added Get/SetFilePref. Cleaned up the API so that StartUp() does not need to be called. 1999-04-21 22:04:35 +00:00
hyatt%netscape.com f0c29e969c window.open lives. 1999-04-20 22:35:11 +00:00
rickg%netscape.com 0d1b06ca19 sync with nsString2 API 1999-04-20 07:20:21 +00:00
pierre%netscape.com 5c67d1b0b7 use eBorderStyle_window instead of eBorderStyle_dialog as part of #4780 1999-04-20 04:01:43 +00:00
pierre%netscape.com bf272ab316 removed the NS_IWINDOW_IID hack / use eBorderStyle_window instead of eBorderStyle_dialog as part of #4780 1999-04-20 03:58:42 +00:00
hyatt%netscape.com 83e90659ca Added a method to webshell so that a root container can find out when
new webshells are added to its hierarchy.
1999-04-20 01:50:03 +00:00
peterl%netscape.com fe93b243d6 removed bogus :active rule... 1999-04-20 00:13:25 +00:00
cata%netscape.com f00d74b578 Fixed CID declaration. 1999-04-19 22:22:52 +00:00
hyatt%netscape.com 47df321322 Changes to enable an asynchronous creation of a webshell in response to a
window.open call.
1999-04-19 21:08:44 +00:00
rods%netscape.com 0fcb0d4bac Fixed nsIGenericTransferable registry, added D&D to Registry 1999-04-17 13:56:22 +00:00
morse%netscape.com 3f080b13a4 fix build bustage 1999-04-17 05:29:05 +00:00
pinkerton%netscape.com 25bbf684ce First Checked In. 1999-04-16 22:03:19 +00:00
rods%netscape.com 0142e18907 fixed 1999-04-16 21:14:33 +00:00
mcafee%netscape.com 7659059eb0 Removing //#define NEW_CLIPBOARD_SUPPORT 1999-04-16 17:36:33 +00:00
michaelp%netscape.com 01d3e2ea30 added zooming front end. 1999-04-16 04:25:17 +00:00
mcmullen%netscape.com b1a8f30e93 Added profile to the Macintosh build 1999-04-15 22:45:44 +00:00
nisheeth%netscape.com 698b9deb63 Adding tests 14 and 15 to list of files exported out to dist/*. 1999-04-13 02:37:14 +00:00
nisheeth%netscape.com e76aaea9cb Adding Vidur's XML demos as test cases... 1999-04-13 02:36:33 +00:00
nisheeth%netscape.com 923c24f5bb Adding XML tests 14 and 15 to the Samples Menu. 1999-04-13 00:16:27 +00:00
nisheeth%netscape.com 36e97638ac Adding XML tests 14, 15 to the File...Samples menu. 1999-04-13 00:13:54 +00:00
nisheeth%netscape.com 7718ba4dc8 Adding XML tests 14 and 15 to the samples menu. 1999-04-13 00:10:00 +00:00
joki%netscape.com 4fe1ea4222 New argument to nsIWebShellContainer::FocusAvailable method 1999-04-12 21:25:08 +00:00
neeti%netscape.com 7f61c09edc Enabled ObserverService api on Mac and Unix 1999-04-12 19:13:42 +00:00
gayatrib%netscape.com a8b3c105d4 Added profile module back 1999-04-11 09:41:53 +00:00
gayatrib%netscape.com 709d417d0d removed profile module. Need to use RegFactory to manually register the xpprofile32.dll for now. This problem will be fixed shortly 1999-04-11 08:53:35 +00:00
gayatrib%netscape.com 75f3b87c97 removed BUILD_PROFILE ifdef 1999-04-11 05:13:58 +00:00
blizzard%redhat.com b824ae4dd4 xlib mainloop code for viewer 1999-04-10 15:28:21 +00:00
braddr%puremagic.com f28375937e Add BUILD_PROFILE to more profile code 1999-04-10 10:52:38 +00:00
gayatrib%netscape.com b80d781c1c added profile module 1999-04-10 07:02:26 +00:00
gayatrib%netscape.com 7f2efcaae7 added ProfileManager CID information 1999-04-10 06:58:10 +00:00
pinkerton%netscape.com 3a6a48bf99 Move all apple libs into MacOS target of interfaces.mcp. Only "apple" lib in each project should now be InterfacesStubs (with some minor exceptions). permission to checkin granted by cyeh. 1999-04-10 00:15:14 +00:00
ramiro%netscape.com 18946ae76a Fix for 4856. run-mozilla scripts were broken in release tarballs. 1999-04-09 21:41:23 +00:00
kipp%netscape.com 014b61ccba Delay first move until onload has finished 1999-04-08 00:01:12 +00:00
toshok%hungry.com 6af08c392f wrap the OJI/liveconnect specific stuff with #ifdef OJI 1999-04-07 05:54:35 +00:00
toshok%hungry.com df1c24eec9 add CapsManager, Liveconnect, and JVMManager components to the unix viewer. 1999-04-07 05:16:45 +00:00
mcafee%netscape.com 5995dd0f57 Moving more old clipboard stuff into #ifdef-land. 1999-04-07 04:31:03 +00:00
mcafee%netscape.com a1846f6ec5 Support for nsPresShell::DoCopy() 1999-04-07 04:12:19 +00:00
mcafee%netscape.com 68fdd5c6a5 Support for nsPresShell::DoCopy() 1999-04-07 04:10:04 +00:00
sspitzer%netscape.com 944269fb44 convince the viewer to use all 30 (0-29) frames of the animation, not just
15
1999-04-07 03:55:22 +00:00
sspitzer%netscape.com ee042ff3be it turns out that viewer needs all the frames of the animated gif to work.
also, I fixed the clobber target in makefile.win to remove all 30 frames
1999-04-07 03:50:05 +00:00
nisheeth%netscape.com c0701131df Fixing well-formedness errors reported by expat... 1999-04-07 02:03:08 +00:00
sspitzer%netscape.com 7624232b4d changed the makefiles to only export anim.gif and anims00.gif, as that's
all the current xul requires.

mac is still copying the entire directory, so they're on their own.
1999-04-07 00:48:51 +00:00
evaughan%netscape.com 41381a07dc fixed toolbar test bug. 1999-04-07 00:10:22 +00:00
beard%netscape.com a6da5ad6cd checking result of Initialize() call, so it won't crash. 1999-04-06 23:56:07 +00:00
rods%netscape.com 31dfece192 Commented out Drg & Drop Stuff 1999-04-06 21:10:08 +00:00
neeti%netscape.com e3fb94a8c1 register component for ObserverService api 1999-04-06 20:48:08 +00:00
sspitzer%netscape.com 1797ffc3c9 added lines for anims15.gif - anims29.gif 1999-04-06 06:08:55 +00:00
sspitzer%netscape.com d389978f3d getting rid of the throbber.
Mozilla is from mozilla.org
Communciator is from www.netscape.com
1999-04-06 06:06:00 +00:00
jdunn%netscape.com 7c8d08b9a1 include ctype.h for tolower function prototype.
NOTE: also added a return PR_FALSE to remove compiler warning
1999-04-05 20:48:43 +00:00
rickg%netscape.com 4eb5b512dc tweaked top 100 list 1999-04-04 19:52:47 +00:00
morse%netscape.com 05fc650f68 fix build bustage 1999-04-04 00:40:56 +00:00
kipp%netscape.com 7e2d837cb6 Support -w and -h arguments (finally!) 1999-04-03 18:46:22 +00:00
kipp%netscape.com 1d97296ba3 Fixup deletion order to delete children before the parent when closing a window 1999-04-03 18:45:31 +00:00
dp%netscape.com 26332bfbc6 Removed all wallet defines. Wallet will self register. It is a TRUE component now. 1999-04-03 01:38:54 +00:00
ramiro%netscape.com cc2d00b068 Fix broken builds. Use PR_{TRUE,FALSE} instead of {TRUE,FALSE}. 1999-04-02 22:15:26 +00:00
ramiro%netscape.com 1ac78d0e27 Patches from reg@shale.csir.co.za (Jeremy Lea) to fix run scripts when
building on separate objdirs.
1999-04-01 20:36:29 +00:00
kipp%netscape.com 47c646855f Landed patch from Jeremy Lea <reg@shale.csir.co.za> 1999-04-01 18:22:32 +00:00
rods%netscape.com 72d9a1159d Added Clipboard and D&D registerations 1999-04-01 14:25:30 +00:00
ramiro%netscape.com 29698c53b5 Add shell scripts to run mozilla viewer and apprunner. The scripts should
setup all the environment voodoo needed to run the programs.
1999-04-01 08:01:07 +00:00
mcafee%netscape.com aea0bbb470 Adding clipboard support, #ifdef NEW_CLIPBOARD_SUPPORT. r=rods@netscape.com 1999-04-01 02:02:40 +00:00
erik%netscape.com 0443004d27 The URL Location text field font size was wrong. It forgot to multiply by
the "device to app" factor. Corrected.
1999-03-31 22:51:25 +00:00
waterson%netscape.com af6cf891cd Removed NODEPEND. 1999-03-31 06:55:48 +00:00
rjc%netscape.com 8606bcfc2e Add references to "Wallet" shared libraries (debug and optimized) into Viewer project. 1999-03-31 06:49:55 +00:00
nisheeth%netscape.com 811987ce95 Adding expat and xmltok to the link phase of viewer... 1999-03-30 05:47:48 +00:00
pierre%netscape.com bba0389b8c Use delete[] for strings allocated with ToNewCString() 1999-03-30 00:50:21 +00:00
karnaze%netscape.com 8567387c71 prints out dir and file name of regression test page 1999-03-30 00:28:55 +00:00
kipp%netscape.com 22a1e2a39d Quited down most of the crawler noise 1999-03-29 23:51:40 +00:00
joki%netscape.com 5abbeab8a7 Changing api uses in editor, rdf, and xpfe to match DOM2 api name/param changes. 1999-03-28 22:27:38 +00:00
sfraser%netscape.com 3d37126cc7 Fix for 4224 -- Mac crash on startup in registry code. sfraser & dp, approved sar. 1999-03-24 19:55:38 +00:00
pierre%netscape.com 1b49c4aeaa Increased the stack size to 256K. 1999-03-23 20:41:29 +00:00
kipp%netscape.com 5986b13e84 Cleaned up help info; for unix added code to translate unix path names into file urls - but only for the url command line argument 1999-03-23 15:54:39 +00:00
kmcclusk%netscape.com 3ecd16ef89 Various modifications/fixes/cleanup for frame-based listboxes.
Set display type to block for option elements in ua.css.
Enable frame-based listboxes when widget render mode is gfx.
1999-03-22 21:32:12 +00:00
pinkerton%netscape.com 24bb95293f updated to show off min-height working with empty toolbars. 1999-03-22 19:20:13 +00:00
mcmullen%netscape.com 745a1edcf3 Fixing another bustage. 1999-03-20 01:09:10 +00:00
mcmullen%netscape.com ca9f75576d Fixing another bustage. 1999-03-20 01:06:19 +00:00
tague%netscape.com 21fe067546 Added support for basic Japanese input on Win32 1999-03-19 23:36:20 +00:00
rods%netscape.com 75c74fbabd Enabled debug menu for all typed of builds 1999-03-19 20:59:11 +00:00
rods%netscape.com a469099a75 Add debug menu enabled for all types of builds 1999-03-19 20:58:11 +00:00
rickg%netscape.com 0656e4362b updated top100 order 1999-03-19 08:48:24 +00:00
pierre%netscape.com bbfff1e5e0 Fix for #3899. Bumped the stack size to 128K from 64K. r: beard. a:chofmann. 1999-03-19 00:02:52 +00:00
leaf%mozilla.org 0a0f5ac00f Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
kmcclusk%netscape.com 06bd4629b1 Approved by Chris Hofmann.
Patch for #bug #2226. This patch modifies the nsBrowserWindow to call SetDisplayDirectory
to set the default directory when using the viewer's file open dialog.
1999-03-17 00:45:33 +00:00