Commit Graph

955 Commits

Author SHA1 Message Date
hyatt%netscape.com
73b08a974d Checking in support for intrinsic sizing of chrome. 1999-07-04 04:09:54 +00:00
sspitzer%netscape.com
1be0682007 fix warning. 1999-07-03 00:26:59 +00:00
dveditz%netscape.com
0eb6c820cf nakefile cleanups 1999-07-02 13:42:17 +00:00
ramiro%netscape.com
f41e67c622 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
17864a291d Trying to fix Win32 dependencies. Lots of broken cut-n-paste makefiles 1999-07-02 11:50:19 +00:00
briano%netscape.com
7c21f906f2 Evidently nsStubs.cpp is no longer needed. 1999-07-02 03:21:43 +00:00
warren%netscape.com
bd73f68e8b 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
7a4d4cb63d Preparing for distribution of fullsoft headers, dlls, and exes 1999-07-01 01:48:08 +00:00
pinkerton%netscape.com
358bcc130a 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
991f56df57 change netlib lib reference to necko lib 1999-06-30 00:44:07 +00:00
sfraser%netscape.com
90131e6812 Call the Output routines with a new param for selection only. 1999-06-29 20:14:58 +00:00
ramiro%netscape.com
b50357a5c0 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
c5617d547f 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
1eb9865561 Fixed more bustage. 1999-06-29 01:25:30 +00:00
gagan%netscape.com
dc1680b25c Necko changes (from Andreas) 1999-06-29 00:26:25 +00:00
mcafee%netscape.com
a174d8f82e Changes for OS/2. Patch provided by Eric Olson (eric.olson@sympatico.ca) 1999-06-28 23:11:18 +00:00
buster%netscape.com
454b861c52 fixed warnings 1999-06-28 14:00:54 +00:00
warren%netscape.com
fbc735f510 Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +00:00
danm%netscape.com
b4fcbcd0b1 added 'content' property to JS window 1999-06-26 21:48:29 +00:00
mcafee%netscape.com
c5c308c2e7 Changes for BeOS. 1999-06-26 07:19:21 +00:00
mcafee%netscape.com
9d89645290 Adding comment for BeOS. 1999-06-26 07:16:51 +00:00
mcafee%netscape.com
63d29d5867 Adding case for BeOS. 1999-06-26 07:15:38 +00:00
mcafee%netscape.com
8a84e0812a BeOS landing; thanks to Duncan Wilcox (duncan@be.com) for these changes. 1999-06-25 11:08:07 +00:00
ramiro%netscape.com
773e34ec7d 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
e2841f5a07 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
408c582e1c Changes to improve demo16 1999-06-23 22:05:31 +00:00
cmanske%netscape.com
53ea2069c1 Adding set background color test cases to debug bug 8697 1999-06-23 20:27:54 +00:00
warren%netscape.com
1f76168d21 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
mcmullen%netscape.com
bf4cefa623 Registered nsIFileSpecWithUI 1999-06-22 23:32:34 +00:00
kmcclusk%netscape.com
aa59d9ab82 Removed commented out line 1999-06-22 21:49:34 +00:00
akkana%netscape.com
c91c3d0b61 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
38be421ca5 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
65fc0e7499 XPCOM switched to using nsIFileSpec. 1999-06-22 14:02:58 +00:00
valeski%netscape.com
e23b3c673c 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
b5504ee299 Adding beeptest.html to the test suite. 1999-06-17 01:12:15 +00:00
sdagley%netscape.com
2a037aa6e6 First Checked In. 1999-06-16 23:24:25 +00:00
sdagley%netscape.com
a3f562aed1 Finish landing XP Beep() functionality (bug #6911). Approved chofmann, reviewed saari & mcafee. 1999-06-16 23:23:45 +00:00
evaughan%netscape.com
8f55891950 Added some scrollbar samples. 1999-06-16 22:20:29 +00:00
pierre%netscape.com
dc04007ab8 File Removed. 1999-06-16 04:51:34 +00:00
mcmullen%netscape.com
b55f9af6c9 Call pref->ReadUserPrefs() 1999-06-15 05:17:56 +00:00
vidur%netscape.com
b752692a2f Fixed memory leak when new windows were opened 1999-06-15 03:15:37 +00:00
ftang%netscape.com
0bf5a2a8a1 fix bug 5565 1999-06-15 01:27:44 +00:00
radha%netscape.com
93ad497c98 New arguments to OnEndDocumentLoad() added 1999-06-14 23:36:24 +00:00
mcafee%netscape.com
36aa30e579 Removing nsDialog from the build. 1999-06-13 01:01:26 +00:00
ftang%netscape.com
1b0ffe2515 remove nsUnicharUtil for win, ifdef XP_MAC untill we verify 1999-06-12 01:21:50 +00:00
mcafee%netscape.com
12a59a35bb 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
689d50b775 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
0eacf9a59e include european characters in text transform test 1999-06-11 21:37:08 +00:00
mcafee%netscape.com
d4cdd32448 Protecting a null pointer dereference. 1999-06-11 02:20:54 +00:00
mcafee%netscape.com
2dd97cce54 Removing usages of obsolete nsDialog. a=rickg 1999-06-10 22:03:27 +00:00