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

8966 Коммитов

Автор SHA1 Сообщение Дата
shaver%netscape.com c9f6712c37 fix sloppy errors in DOM_GetStyleDatabaseFromContext 1998-09-29 23:32:58 +00:00
bjorn%netscape.com 5d16cd691d Additional fix to assembly to accommodate for nv < 0. 1998-09-29 23:31:27 +00:00
karnaze%netscape.com 4e3952b977 initial fieldset, legend content classes. minor cleanup on form control content. 1998-09-29 23:22:42 +00:00
shaver%netscape.com 18b85a8f41 initialize toplevel <HTML> properly (duh) 1998-09-29 23:22:25 +00:00
buster%netscape.com 3cc5736a1a fixed a minor bug in colspan layout
the layout strategy can now query the outer frame for the caption min width,
and use it to expand the table if necessary
did some related cleanup while I was in there.
1998-09-29 23:15:01 +00:00
rjc%netscape.com c38ee8fa04 Expose support for Shack. 1998-09-29 23:11:32 +00:00
shaver%netscape.com ebd6bef33c lock layout when setting up style_db 1998-09-29 23:11:05 +00:00
terry%netscape.com 6fa30ce1e1 Fixed bug which was stomping on "file" field if there was no dir field
and the file field had no slash.
1998-09-29 22:54:59 +00:00
valeski%netscape.com df72b6c60c removed NET_HostName() routine to cut down on size. 1998-09-29 22:52:46 +00:00
valeski%netscape.com a7268ea7a6 removed NET_HostName() call as this routine is no longer implemented. 1998-09-29 22:51:30 +00:00
michaelp%netscape.com f3393c3fdb we only notify the plugin instance via the plugin host and only if the notify
data is non-null.
1998-09-29 22:47:42 +00:00
valeski%netscape.com e1ea248022 Added get/set methods to nsINetService interface for http request version manipulation. You can specify whether or not you want 1.1 or 1.0. 1998-09-29 22:43:32 +00:00
akkana%netscape.com 97d9801e0c Turn on MOZ_MAIL_COMPOSE. Approved by Briano 1998-09-29 22:43:22 +00:00
bjorn%netscape.com dfbc18b043 Changed the assertion which used to trigger when nv < 0 in CompareAndSwap.
It now triggers when nv == -1. This is only relevant on a Solaris compiled
for SPARC v8.
1998-09-29 22:42:08 +00:00
valeski%netscape.com 395b172fad initializing line_buffer in build_http_request. added ability to set different http request versions and some optimizations. 1998-09-29 22:40:53 +00:00
kipp%netscape.com 193bf42cd4 Create table-cell's body as a top-level body so that it doesn't shrink wrap around it's children during pass2 table reflow 1998-09-29 22:36:30 +00:00
gagan%netscape.com 6fe3be08f0 NuCache wasn't building on Unix. Fixed. 1998-09-29 22:36:06 +00:00
kipp%netscape.com a7429e11c7 Better margins 1998-09-29 22:35:24 +00:00
kipp%netscape.com 15c9e8aff7 Parse OL/UL type=A|a|I|i properly 1998-09-29 22:34:30 +00:00
kipp%netscape.com 37a0848e7a Removed duplicate adjustment of the width/height; only use max-size-width if width is unconstrained AND it's a top-level body 1998-09-29 22:33:47 +00:00
slamm%netscape.com 4613e22c4b Fix build bustage. Put a newline at the end of the file. 1998-09-29 22:33:36 +00:00
kipp%netscape.com 95214f1753 Add in a bottom-line-margin when dealing with a zero-height line that contains a BR frame 1998-09-29 22:32:56 +00:00
kipp%netscape.com f92bd37241 Added SetBRFrame/GetBRFrame for handling 0 height line layout and BR's 1998-09-29 22:32:04 +00:00
kipp%netscape.com a94cce592f Made BR frames 0,0; inform line layout of presence of the BR frame 1998-09-29 22:31:22 +00:00
rods%netscape.com 280c8e8c53 Added HWND cast for STRICT compiler problem. 1998-09-29 22:22:30 +00:00
rods%netscape.com d99b270ece Commented out the setup of the dispatch listener because the AppViewer
doesn't do anything.
1998-09-29 22:18:18 +00:00
rods%netscape.com 3ffd1a24f3 Run method now does an AddRef so it stays alive until the last message can
come through the pump.
1998-09-29 22:16:23 +00:00
jsun%netscape.com c89e1d4e2d Renamed more classes from Julian* to nsCal*.
Didn't rename JulianPtrArray, JulianString, JulianFormFactory.
1998-09-29 22:11:18 +00:00
pinkerton%netscape.com 3789b2b28a remove semicolon after #ifdef. 1998-09-29 22:05:27 +00:00
kmcclusk%netscape.com f966189c3a Initialize mFont to nsnull in constructor. 1998-09-29 22:01:50 +00:00
cyeh%netscape.com e87c3dad72 hasta la vista, MOZ_GOLD 1998-09-29 21:57:03 +00:00
cyeh%netscape.com 18436830f5 Remove old NSPR20 #ifdef 1998-09-29 21:55:00 +00:00
pinkerton%netscape.com 082d691b1a weak-link against NavServices. 1998-09-29 21:43:27 +00:00
cyeh%netscape.com 7dae289923 Remove old NSPR20 and MOCHA #ifdefs 1998-09-29 21:35:57 +00:00
kmcclusk%netscape.com 80d86afa27 Moved common Create(nsIWidget... and Create(nsNativeWidget to a StandardWindowCreate
utility method then call it from each of the Creates.
1998-09-29 21:34:58 +00:00
cyeh%netscape.com 04c778c9f7 If NSPR20 isn't defined, the makefile wouldn't look in the NSPR header directory. 1998-09-29 21:32:29 +00:00
rods%netscape.com d52158d3e5 Changed the menu creation code 1998-09-29 21:32:21 +00:00
rods%netscape.com 15d635a9f2 Reworked all the menu code and removed nsWindow from several classes 1998-09-29 21:30:31 +00:00
gagan%netscape.com b8295994bd Wrong version went in. Correcting. 1998-09-29 21:30:00 +00:00
cyeh%netscape.com 007541d4a2 Remove old NSPR20 #ifdef 1998-09-29 21:29:23 +00:00
cyeh%netscape.com d115f8b177 Remove old NSPR20 #ifdefs 1998-09-29 21:28:25 +00:00
shaver%netscape.com 6841da51a5 update DOM stuff for new style data, and make DOM_HTMLPushNode do more implicit-pop stuff 1998-09-29 21:23:15 +00:00
gagan%netscape.com 1b2202fade Inlined pref accessor/modifiers. 1998-09-29 21:18:53 +00:00
cyeh%netscape.com 69402f3d88 this file isn't used anymore and is very obsolete 1998-09-29 21:13:14 +00:00
cyeh%netscape.com e1f5036fd7 Remove old NSPR20 and MOCHA #ifdefs 1998-09-29 21:12:32 +00:00
cyeh%netscape.com f22017eec7 Remove old NSPR20 #ifdefs 1998-09-29 21:02:23 +00:00
cyeh%netscape.com 9f3258ce4f Removing old NSPR20 #ifdef 1998-09-29 20:59:25 +00:00
nisheeth%netscape.com 76ca8b961d Ifdef out support for the window.hardware JS object. If you want support to
get compiled, define NAV_HARDWARE.
1998-09-29 20:57:59 +00:00
cyeh%netscape.com 909c2bfdc6 Remove old NSPR20 #ifdef 1998-09-29 20:57:07 +00:00
nisheeth%netscape.com 5fd22684ab Remove support for the window.hardware JS object. 1998-09-29 20:56:19 +00:00