Commit Graph

12084 Commits

Author SHA1 Message Date
cyeh%netscape.com
ee3a324aa6 oooops. back out everything by commenting it out until i can fix
it next week.
1998-11-25 05:48:38 +00:00
shaver%netscape.com
6807c3fcf4 C++ class decls need a semicolon 1998-11-25 04:54:02 +00:00
shaver%netscape.com
c373687100 Added input callback, in preparation for autogenerating __declspec(inhibit)
and doing the doc comment thing.
Generate method declarations.
More stdout -> state->file fixes.
1998-11-25 04:19:59 +00:00
kipp%netscape.com
0b34fa58c9 Fixed compilation bug with method signature not matching baseclass method 1998-11-25 04:14:55 +00:00
michaelp%netscape.com
52d7df63eb fixed bug where computing *need* for vert/horz scrollbar did not take into
account the fact that there might be a need for the other scrollbar too.
it used to be that if it knew that it *did* need a vert/horz scrollbar it
would take the other one into account properly. it was just in making the
initial decision that there was an error.
1998-11-25 03:32:00 +00:00
cyeh%netscape.com
5e81c03cc3 make it so that if it can't actually find the talkback lib, it fails.
previously, if it didn't fail properly
1998-11-25 03:16:59 +00:00
michaelp%netscape.com
e943cafaea fixed non-painting controls on certain resize operations in xpviewer. 1998-11-25 02:52:04 +00:00
akkana%netscape.com
0777b3f26c Fix C++ comment for Irix build 1998-11-25 02:50:20 +00:00
rickg%netscape.com
9c83928a80 change Parse(nsString&...) so that an empy string doesn't start process 1998-11-25 02:41:17 +00:00
pavlov%pavlov.net
284b625465 fix twipstopixels and got the scrollbars being sized correctly. 1998-11-25 02:35:59 +00:00
pavlov%pavlov.net
c73b9d994a updated gtklayout code. Added lots of assertions to the widget code 1998-11-25 02:34:40 +00:00
rickg%netscape.com
bb2cb9fabd changed the default start page, yet again 1998-11-25 02:19:58 +00:00
rickg%netscape.com
f381d5ccdd fixed bugs 1203, 1067, 1169, 1125, 647 1998-11-25 02:19:22 +00:00
jfrancis%netscape.com
08d1ee43b9 added nsIDOMRange.h 1998-11-25 01:38:46 +00:00
jfrancis%netscape.com
76ebb54d49 removing the accidentally copied "AUTOGENERATED - Do Not Edit" warning 1998-11-25 01:34:59 +00:00
jfrancis%netscape.com
2346f1438b added nsRange.cpp 1998-11-25 01:22:35 +00:00
jfrancis%netscape.com
af33dd4fe6 cleanup 1998-11-25 01:21:42 +00:00
jfrancis%netscape.com
9957a55260 First Checked In. 1998-11-25 00:33:59 +00:00
locka%iol.ie
b8883fd847 Added ControlSite.cpp 1998-11-25 00:13:12 +00:00
locka%iol.ie
810b82ad61 Added header notice 1998-11-25 00:06:22 +00:00
locka%iol.ie
cf3e9062ac Added BeforeNavigate2 and NavigateComplete2 event firing 1998-11-25 00:03:28 +00:00
locka%iol.ie
3b98f1c2e2 ActiveX control site 1998-11-25 00:01:44 +00:00
shaver%netscape.com
b68f23e3f5 Generate getter/setter/`is'er for attributes.
Report errors (and warnings).
Send output to state->file properly, instead of stdout (although state->file
is always stdout right now!).
1998-11-24 23:16:49 +00:00
locka%iol.ie
b46479d5e5 Fixed mistyped macro 1998-11-24 22:44:35 +00:00
law%netscape.com
4c78062f0e Adding program icon 1998-11-24 22:15:40 +00:00
kipp%netscape.com
1850f93a7a Fixed the bleeping build 1998-11-24 21:33:18 +00:00
cyeh%netscape.com
0175ccda87 add support for fullcircle libraries and headers 1998-11-24 21:27:42 +00:00
akkana%netscape.com
1c828df72c Add include line 1998-11-24 21:24:40 +00:00
akkana%netscape.com
3a2b2f6096 Implementation file for nsIDOMRange 1998-11-24 21:20:11 +00:00
law%netscape.com
8117e52b47 Fix for ss: bug #1444) nsBrowserWindow.cpp 1998-11-24 21:17:41 +00:00
joki%netscape.com
a8d57495c7 Implement document.URL access 1998-11-24 21:07:43 +00:00
buster%netscape.com
87d66cfc86 removed debug output 1998-11-24 20:40:43 +00:00
joki%netscape.com
2b2bfb85dd Add missing coordinate transform to getFrameForPoint 1998-11-24 20:31:21 +00:00
rickg%netscape.com
51582a22b5 fixed bug #1203 1998-11-24 20:23:46 +00:00
akkana%netscape.com
87cbc01e26 range shouldn't inherit from node 1998-11-24 19:58:40 +00:00
jfrancis%netscape.com
536f618a2e First Checked In. 1998-11-24 19:43:21 +00:00
buster%netscape.com
9e645e1fc6 bug 1520 (www.mirabilis.com)
the problem was the way table layout apportioned height from a rowspanning cell.
Now, we do 2 things correctly:
1) we handle rows with rowspanning cells and no other cells.
2) we divide the height of a rowspanning cell proportionately to the rows spanned, where the proportion is defined by
the max height of a cell in that row that has no effective rowspan.

the partial fix for bug 1431 has to do with dividing width between percent-width and fixed-width columns in the same
table. You won't see any better layout for this page (ww.boston.com) as a result of the code I added.  The rest of this
fix is a bit risky, so I'm waiting until after stability push.
1998-11-24 19:41:33 +00:00
mjudge%netscape.com
455eb7c6e8 changing makefiles to build test apps on win32 1998-11-24 19:26:45 +00:00
karnaze%netscape.com
0a820f9aa3 fixed bug 1504 (memory leak of select elements) 1998-11-24 18:54:26 +00:00
cyeh%netscape.com
878863c7cb change to pull mozilla/modules/libpref from the tip instead of XPCOM_BRANCH
change to pull mozilla/nsprpub from NSPR_RELEASE_3_0 tag
Fix stop ship bug #1577, approved kipp
1998-11-24 18:16:41 +00:00
rods%netscape.com
b05e123c34 Added paint method for printing (and possible future owner draw) 1998-11-24 14:57:09 +00:00
rpotts%netscape.com
43ff6e4a58 removed invalid asserts for the STANDALONE_IMAGELIB... 1998-11-24 10:55:53 +00:00
joki%netscape.com
e0c8813886 ifdef out some broken code in SetActiveLink until I have time to fix it. 1998-11-24 08:13:55 +00:00
joki%netscape.com
e7f70ce9ce Add click event support for every element and initial keypress event support 1998-11-24 07:46:58 +00:00
joki%netscape.com
16d400d1bf Add keypress event type to nsGUIEvent 1998-11-24 07:45:26 +00:00
joki%netscape.com
047b0f15c5 Have javascript call regular alert instead of dumping to console. 1998-11-24 07:44:39 +00:00
akkana%netscape.com
6fe8539958 Add Range object 1998-11-24 03:06:53 +00:00
pavlov%pavlov.net
af40821be2 fixed my assertions 1998-11-24 02:43:07 +00:00
rickg%netscape.com
e0364847d4 fixed call to ToInteger() to respect the error code 1998-11-24 02:39:36 +00:00
rickg%netscape.com
fdba1f6194 fixed bug 1312 1998-11-24 02:38:50 +00:00