Commit Graph

5118 Commits

Author SHA1 Message Date
warren%netscape.com
15272e93b7 More necko changes. Changed nsIPluginTagInfo2::GetDocumentBase to copy string. 1999-06-23 19:55:21 +00:00
hyatt%netscape.com
325c09cea5 Tweaks to the scrollbar. 1999-06-23 17:00:17 +00:00
hyatt%netscape.com
a3353e6c72 Fun fun fun. 1999-06-23 09:26:50 +00:00
hyatt%netscape.com
4cedb744c8 More methods. 1999-06-23 09:24:26 +00:00
hyatt%netscape.com
c1f71e4aba Adding a scrollbar listener object, so I can be notified. 1999-06-23 09:15:48 +00:00
hyatt%netscape.com
37db4271b6 More savory tree widget goodness. 1999-06-23 09:07:59 +00:00
hyatt%netscape.com
45569c2996 Fix for build bustage. 1999-06-23 04:50:31 +00:00
hyatt%netscape.com
4d046ac216 Fix Linux build bustage. 1999-06-23 04:27:50 +00:00
troy%netscape.com
25d924248a Fix for bug #6903: changed Reflow() to handle reflow commands of type
StyleChanged
1999-06-23 04:18:07 +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
troy%netscape.com
8c614c3f56 Fix for bug #6937: changed ConstructFrameByDisplayType() to use the correct
parent frame pointer for floated elements
1999-06-23 03:14:24 +00:00
hyatt%netscape.com
b66c3c67f2 Landing the tree widget branch. 1999-06-23 03:02:21 +00:00
syd%netscape.com
e37332e97d Make sure pointer has a value before dereferencing it. 1999-06-23 02:36:04 +00:00
evaughan%netscape.com
45cd09c530 Images will now change on hover on titledbuttons. 1999-06-23 01:13:58 +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
akkana%netscape.com
a58fe84a1e Add some error checking, for robustness; fix some warnings 1999-06-22 21:45:00 +00:00
mjudge%netscape.com
2e97e854bb fix for crasher in browser. check for null 1999-06-22 19:41:41 +00:00
peterl%netscape.com
36caaab61a removed unnecessary null tests (tested at call site for performance)
cleaned up null link handler testing to avoid URL conputation
1999-06-22 19:25:31 +00:00
peterl%netscape.com
4025e89b09 removed unnecessary null tests (tested at call site for performance) 1999-06-22 19:24:50 +00:00
peterl%netscape.com
7d7e80396c use '-moz-fixed' for pre fixed font hack instead of 'monospace'
cleaned up font api
1999-06-22 19:23:56 +00:00
peterl%netscape.com
1485469e1a allow underscores in idents 1999-06-22 19:22:59 +00:00
peterl%netscape.com
d27ebaeab1 fixed skipping of unsupported at rules
made ID parsing CSS2 compliant
1999-06-22 19:22:41 +00:00
peterl%netscape.com
62e9153f02 fixed UMR
added error output for charset converter failure
1999-06-22 19:21:54 +00:00
peterl%netscape.com
0676d836b8 set display type for map to block 1999-06-22 19:20:42 +00:00
peterl%netscape.com
d160093ada use '-moz-fixed' font for pre hack instead of 'monospace' 1999-06-22 19:19:13 +00:00
peterl%netscape.com
3df4e1bece better protection against bad calls in resolve style 1999-06-22 19:16:40 +00:00
peterl%netscape.com
17693c2f37 added fixed font flag support 1999-06-22 19:16:16 +00:00
peterl%netscape.com
bb48dd160d added font flag 1999-06-22 19:15:16 +00:00
rods%netscape.com
4722496f0e Turned on dragOver style 1999-06-22 14:21:27 +00:00
rods%netscape.com
63f061e2e4 Fixed clearing of state for setting style for mouse hover and dragOver Bug #3175
Added support for DROP to force a style change.
1999-06-22 14:20:14 +00:00
mcafee%netscape.com
8543e5cc12 Better comment to describe the NORMAL_DRAG_HANDLING #define. 1999-06-21 23:24:33 +00:00
mcafee%netscape.com
7f0efad603 Fixing drag test case, this is #if 0 by default. 1999-06-21 23:19:54 +00:00
sspitzer%netscape.com
e83f4982ee fix build bustage 1999-06-21 21:24:05 +00:00
kmcclusk%netscape.com
b99c5d6f59 Removed commented out code to perform system mouse capture. 1999-06-21 20:46:47 +00:00
kmcclusk%netscape.com
881c29d70e Numerous changes to support gfx-rendered form elements. 1999-06-21 20:41:56 +00:00
mjudge%netscape.com
6dc1cd08e9 commenting out errant printf! 1999-06-21 20:31:30 +00:00
jfrancis%netscape.com
efad00c9ea don't consume mouse down events if no link handler (allows text selection to work in links when link clicking is disabled). 1999-06-21 07:56:49 +00:00
jfrancis%netscape.com
94fabdd3d9 making the world safe for null linkHandlers 1999-06-21 07:47:29 +00:00
jfrancis%netscape.com
9d7fc58091 care and feeding of the compiler... 1999-06-20 23:32:22 +00:00
jfrancis%netscape.com
8531cceb6e spring cleaning of interfaces 1999-06-20 23:02:48 +00:00
sfraser%netscape.com
71b0c91df9 Add a null check to avoid crashing when typing in the profile window text fields. 1999-06-20 00:15:40 +00:00
jfrancis%netscape.com
d7a49fad32 fixing bug that broke selection in docs with generated content 1999-06-20 00:12:59 +00:00
sfraser%netscape.com
70b79ed46b Comment out nsTraceRefCnt lines, which should really be debug only. 1999-06-19 21:51:14 +00:00
sfraser%netscape.com
d384d93b04 stdlib.h should come from system includes 1999-06-19 21:50:41 +00:00
sspitzer%netscape.com
2c44b3b132 safety checks to prevent dereferencing null 1999-06-19 21:18:13 +00:00
sspitzer%netscape.com
4cc0c4c86d fix tree bustage. 1999-06-19 21:13:48 +00:00
mjudge%netscape.com
f94cf28089 oops forgot one 1999-06-19 20:50:20 +00:00
mjudge%netscape.com
f98938bdfd up/down selection BRFrames dont allow selecting upon them for now. horizontal bars are now drawn selected. ect. 1999-06-19 20:36:44 +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
peterl%netscape.com
d9bb5ac226 force display type of viewport frame to BLOCK 1999-06-18 05:36:58 +00:00