Commit Graph

4236 Commits

Author SHA1 Message Date
joki%netscape.com
d7e6e4df20 Turning on scripts by default. This should just show an error or two
and not affect how pages show up.  If this proves not to be true we'll
turn it back off.  But it will help show where we are.
1998-07-17 04:38:47 +00:00
troy%netscape.com
a9687ae23e Added code to do bit-blt with a mask using a SRCAND of the mask
followed by a SRCPAINT of the image
1998-07-17 04:37:18 +00:00
joki%netscape.com
ad815f4e2a Adding new events code to JS event handler support 1998-07-17 04:29:16 +00:00
troy%netscape.com
20e203fb53 Sets the frame's view to indicate transparency if an image
associated with the frame is transparent
1998-07-17 03:43:46 +00:00
mccabe%netscape.com
2082db86d6 Modified grammar for for/in and the in operator to exclude parsing the
'in' keyword as an operator in the init clause of for loops; this
disambiguates for/in loop parsing.  (Previously, there was some
treenode examination magic going on.)  Per recent ECMA submission.
1998-07-17 02:56:04 +00:00
rickg%netscape.com
9b423afccd major changes to nested tag handling 1998-07-17 02:35:23 +00:00
pierre%netscape.com
9377f826c6 #301870 (Subscribe dialog: crash on Cancel) call AttemptClose() instead of DoClose(). Full explanations in the bug report. 1998-07-17 00:49:17 +00:00
troy%netscape.com
7598292705 Some more work on transparent images 1998-07-17 00:09:19 +00:00
pierre%netscape.com
2a21bd184c Imported the Offline panels from Nova. 1998-07-17 00:02:23 +00:00
donm%netscape.com
ad0dcced36 update build number automatically. approved by: briano 1998-07-16 23:58:00 +00:00
donm%netscape.com
d2c5578df0 update build_number automatically. approved by: briano 1998-07-16 23:57:55 +00:00
spider%netscape.com
be8b0eba11 Fix for throbber and offset painting 1998-07-16 23:50:29 +00:00
kmcclusk%netscape.com
d83456d74f Removed setting the boundary size in the resize callback directly. This fixes a bug
where the web widget window does not display initially.
1998-07-16 23:46:54 +00:00
vidur%netscape.com
e4c8079dac Rotation test revamped 1998-07-16 23:39:08 +00:00
kipp%netscape.com
2ef5aa2ece Implement paint method 1998-07-16 23:32:04 +00:00
kipp%netscape.com
a8093e38e4 Size the placeholder differently when visually debugging; render it too: 1998-07-16 23:31:53 +00:00
kipp%netscape.com
9130b882c4 Tweaked assertions 1998-07-16 23:31:33 +00:00
kipp%netscape.com
bdcc5349b1 Remove descent from BR 1998-07-16 23:31:08 +00:00
kipp%netscape.com
ac9f0ebc3b Treat floating tables better; place below current line floaters BEFORE clearing over them for nav compatability 1998-07-16 23:30:49 +00:00
kipp%netscape.com
368f07d59c Build win-dns too 1998-07-16 23:29:34 +00:00
kipp%netscape.com
f687609cc9 Enable async-dns for windows in the modular netlib 1998-07-16 23:29:18 +00:00
kipp%netscape.com
4124f6c572 updated a comment 1998-07-16 23:28:47 +00:00
kipp%netscape.com
24090dcf89 new 1998-07-16 23:28:21 +00:00
law%netscape.com
c414f21aa8 Fix for bug#301644; don't call SetContext if we ain't got no context 1998-07-16 23:26:42 +00:00
buster%netscape.com
1e57359168 ua.css changed to match Nav default for cell padding 1998-07-16 23:24:53 +00:00
buster%netscape.com
51fe86ee79 fundemental overhaul of the BasicTableLayoutStrategy
We now cache lots of useful info in the colframes
we now properly account for margins just as uniform cellspacing
1998-07-16 23:23:31 +00:00
kin%netscape.com
dff21bbf04 Fix for 5.0 SF1in bug #301716: Table WIDTH parameter lost when loaded in
composer

Changed the type of the m_iWidth field of the CEditTableElement class from
XP_Bool to int32.

Reviewed by mjudge.
1998-07-16 22:19:46 +00:00
troy%netscape.com
f98b66a3df Fixed Init() to compute the mask row size correctly 1998-07-16 22:18:36 +00:00
kipp%netscape.com
8a146ed86e Fix incremental reflow bug 1998-07-16 22:15:02 +00:00
spider%netscape.com
bd87c6c4f2 Performance Optimization: Do not create a writeable GC on every
instantiation of a rendering context.  Re-use the old one.
1998-07-16 22:02:36 +00:00
spider%netscape.com
329f22d194 Optimization: Don't create a writeable GC for non-html drawing area 1998-07-16 22:01:47 +00:00
kin%netscape.com
0b6a300c6b Fix for 5.0 SF1in bug #300809: Composer adds and deletes tags; bad image
display; HTML does not validate
There are actually 3 different bugs reported in 300809. This checkin fixes
the problem where the spacing and the image are too close: <P></P><BR><IMG>

edtbuf.cpp:
    - Modified CEditBuffer::ParseOpenTag() so we don't discard a <BR> that
      comes after a </P>.
    - Commented out code that adds a blank container before a table that
      follows a </P>.

edtele.cpp:
    - Modified CEditContainerElement::AdjustContainers() to add a blank
      container after a paragraph that ends with a </P> tag.
1998-07-16 21:56:54 +00:00
kmcclusk%netscape.com
15d22d92ca Removed commented out CreateWindow code 1998-07-16 21:43:15 +00:00
spider%netscape.com
3b2507bae4 Do not reset the clip mask when drawing to onscreen buffer. 1998-07-16 21:36:39 +00:00
vidur%netscape.com
847154c1e7 Fixed memory leak in the case where a view already exists for a frame 1998-07-16 21:36:25 +00:00
kmcclusk%netscape.com
1ba3030044 Added code to set the XmNx and XmNy attributes in the resize method 1998-07-16 21:28:51 +00:00
vidur%netscape.com
13174d69b8 Rotation test 1998-07-16 21:13:10 +00:00
karnaze%netscape.com
d38ecde734 revised hack for input controls 1998-07-16 19:50:03 +00:00
karnaze%netscape.com
a7e143ec46 removed hack for input, textarea 1998-07-16 19:48:37 +00:00
rickg%netscape.com
6f95c347a6 fixed frameset/frames 1998-07-16 19:36:28 +00:00
jevering%netscape.com
2c3b709bf3 null out related links item. 1998-07-16 19:00:11 +00:00
spider%netscape.com
c7265362fc Remove broken-image.gif from install of Makefile. It was moved
to layout/html...
1998-07-16 18:44:32 +00:00
troy%netscape.com
2698502e58 Turned back on optimized images 1998-07-16 18:32:17 +00:00
kmcclusk%netscape.com
3c7c5e8b26 Removed #ifdef (!XP_PC) so the VIEWER_UI is defined for Unix 1998-07-16 18:24:56 +00:00
guha%netscape.com
850489e013 Fix for bug reported by Mr. Hickman 1998-07-16 18:22:23 +00:00
kipp%netscape.com
39fd8b6e99 Deal with lingering leaf content properly during append reflow 1998-07-16 18:19:53 +00:00
spider%netscape.com
a78b5bc6ef Update for new cvs server 1998-07-16 17:54:57 +00:00
spider%netscape.com
5fb3452263 Misc fixes to build on Unix 1998-07-16 17:53:13 +00:00
kmcclusk%netscape.com
99e5b09d92 Changed CopyOffScreenBits to copy from 0,0 instead of using the aBounds (x,y) 1998-07-16 17:40:47 +00:00
troy%netscape.com
0f8921d050 Fixed some more nsColor.h captitalization problems 1998-07-16 17:09:26 +00:00