Commit Graph

738 Commits

Author SHA1 Message Date
rods%netscape.com
f2f98584c5 part of fix for Bug 33733
added ShouldRollupOnMouseWheelEvent methos to ask if the rollup want to rollup on MouseWheel events
2000-05-12 20:23:04 +00:00
pinkerton%netscape.com
1ccaf2e479 Added lots of error checking in AdjustClientXYForNestedDocuments so that things will fail gracefully while the content area is in the early stages of development (no view manager, etc). Probably fixes bug #31563. 2000-05-12 03:16:07 +00:00
pinkerton%netscape.com
fbe70352f0 Clear out |mElementFrame| when popup goes away so that subsequent reflows
won't try to access it. Fixes crash with tooltip on a tree when app is
minimized then restored (bug 38872)
2000-05-12 02:58:21 +00:00
pinkerton%netscape.com
efa53299c2 fix for 38816. we would always call the ondestroy() handler even when the oncreate() handler failed. 2000-05-11 00:52:34 +00:00
jst%netscape.com
ee4b181034 Changing the way content elements store their name information, previously the elements generally stored a name atom and a namespace ID, now they store a pointer to a shared structure containing the name atom, the prefix atom and the namespace ID. This structure is shared between nodes with unique names (ie same name, prefix and ns ID) within a document. Documents now hold a hash table of the names in the document. The changes to mozilla/rdf are not reviewed but they are approved by waterson@netscape.com and the changes to mozilla/layout are reviewed by buster@netscape.com. 2000-05-10 13:13:39 +00:00
pinkerton%netscape.com
c8ce4d3d77 fix for 38218. don't setup the menu dismissal listener if the popup is a tooltip. this allows menus to work in conjunction with tooltips. 2000-05-10 01:43:54 +00:00
pinkerton%netscape.com
06dea37227 Fix crasher on linux for tooltips. Widget was going away before we could unregister things. Make sure we addref it if we're going to hold onto it for an extended period of time. Thanks alecf for finding this. bug # 38547. 2000-05-09 22:05:50 +00:00
hyatt%netscape.com
334e31b473 XBL now works with HTML, XUL, SVG, MathML, and XML! 2000-05-09 21:42:40 +00:00
hyatt%netscape.com
f2eafecfc7 Add blankrow capability to tree. 2000-05-08 20:51:50 +00:00
ducarroz%netscape.com
3693b6bbe3 Check for the ignorekeys attribute on the parent of the popup menu and not its grand parent. R=saari 2000-05-04 22:33:08 +00:00
pinkerton%netscape.com
6b2e0b7976 check that there is a childpopup before removing the key listener from it. 2000-05-04 18:50:34 +00:00
saari%netscape.com
7c3c972751 Adding the ability for popups to not install the keyboard navigation listener. Needed for autocomplete. R=hyatt 2000-05-01 22:27:16 +00:00
joki%netscape.com
dc7c4b5dd8 Fix for bug 12379, open tree frame on enter/return keystroke 2000-05-01 22:00:54 +00:00
karnaze%netscape.com
0556a06189 Removed FixBadReflowState, added an assert if boxes try to set outer table reflow state computed values when a caption is present. 2000-05-01 02:25:08 +00:00
karnaze%netscape.com
1053177d73 Fix for Linux bustage, bug 37643. Give outer table reflow state initial computed values of 0 to avoid excessive reflows from boxes. 2000-04-30 22:29:01 +00:00
karnaze%netscape.com
65511dc8d6 new reflow/layout code for outer table to handle captions and margins. better % height handling.
row groups and rows don't include external cellspacing in there dimensions. r=troy.
2000-04-28 21:05:31 +00:00
pavlov%netscape.com
4a804b7f89 new string apis 2000-04-27 22:02:28 +00:00
evaughan%netscape.com
1c04b99bb1 Fix for titledbox bugs 2000-04-26 07:28:19 +00:00
evaughan%netscape.com
2617762f74 Removed friend. 2000-04-26 04:57:31 +00:00
evaughan%netscape.com
8aa1be0dea 1) fixed warnings.
2) scrollbars only work with left mouse
2000-04-26 04:00:29 +00:00
mjudge%netscape.com
2cfb602409 making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
evaughan%netscape.com
3e33f5b852 1) StyleChange coelescing
2) Warning fixes
3) Table fixes
2000-04-25 07:10:48 +00:00
danm%netscape.com
3f96ea336d add null check for target document while positioning popups. bug 35643 2000-04-25 01:44:53 +00:00
joki%netscape.com
bbb0086bfe fixes for 5995, 7304, 10573, 22832, and 9668.
Changes to event handling to deal with reentrant events, cursor fixes, and return value fixes.
2000-04-24 04:41:27 +00:00
rods%netscape.com
21de9f3e8a Add ifdef'ed Performance Reflow Counting code 2000-04-21 14:59:47 +00:00
cmanske%netscape.com
86d83122aa Allow setting 'rows' attribute on a <tree> without children (initially) 2000-04-21 14:50:21 +00:00
hyatt%netscape.com
f5d403674d Tree performance enhancements. 2000-04-21 08:11:39 +00:00
pinkerton%netscape.com
b067edf867 Moving Screen API away from individual attributes for performance reasons (stage 1). Fixes bugs on win32 with xul popups where taskbar is not at bottom of screen. 2000-04-21 06:55:13 +00:00
rods%netscape.com
47329d0362 Not enabling creator's to be asked if they want to create a special frame for anonymous content
bug 33515
2000-04-19 13:55:17 +00:00
pavlov%netscape.com
c790207b30 fix windows bustage 2000-04-19 00:17:51 +00:00
pavlov%netscape.com
57a885621e remove color picker files since it was replaced by the xbl version 2000-04-18 23:06:23 +00:00
evaughan%netscape.com
a794898863 Putting back code that was backed out last week.
-a leaf
2000-04-18 00:17:00 +00:00
scc%netscape.com
37d7f881c6 making string conversions explicit 2000-04-17 10:28:55 +00:00
nisheeth%netscape.com
7b7f9d1021 Fix for bug 30958: Reflow commands are now processed asynchronously all the time. The semantics of the API for queuing and processing reflow commands has changed. Now, AppendReflowCommand() initiates an asynchronous reflow event and all reflow command processing happens when that event fires. It is no longer possible for consumers outside the presentation shell to call ProcessReflowCommands() synchronously. Because of this change, reflow locks are no longer needed and have been removed. 2000-04-17 07:13:57 +00:00
scc%netscape.com
b4caf7e667 making string conversions explicit 2000-04-16 11:19:26 +00:00
cmanske%netscape.com
48f67d5e5a Fix null pointer bugs (35785 and nonfiled), fixes editor bug 35885. r=evaughan 2000-04-15 01:57:16 +00:00
pinkerton%netscape.com
432cb4ccab Adding support for xpmenus not rolling up when a click is inside a parent. 2000-04-13 20:14:23 +00:00
mscott%netscape.com
e25164fdaa this checkin is actually bryners. Backing out the changes that seem to cause various problems
on linux. Eric is going to sit down with a linux guru tomorrow and try to figure out why these changes
were causing a problem.
2000-04-13 07:43:39 +00:00
evaughan%netscape.com
9553090997 Fix for titledbox bugs. 2000-04-12 02:59:26 +00:00
evaughan%netscape.com
227679761c Grid fixes.
Memory leak fixes.
box cleanup.

-a ftang
2000-04-11 23:55:15 +00:00
hyatt%netscape.com
de331637bb Fixing an XBL event handling bug and the menu accelerator bug. r=brendan, a=leaf 2000-04-06 22:32:39 +00:00
evaughan%netscape.com
34cd8c8082 Fixes for bugs
#34079 (context menus)
#34673 (grid crashes)
(Crash opening many of the editor dialogs)

-r hyatt -a leaf
2000-04-05 23:46:48 +00:00
evaughan%netscape.com
93c9646e2f Fix for PDT bugs #34056, #34280 (endor focus bug and tree sorting bug) 2000-04-05 23:02:29 +00:00
evaughan%netscape.com
ff96ed1fb9 Last solaris build bustage fix. 2000-04-05 08:20:24 +00:00
evaughan%netscape.com
fa23feeb41 fix for solaris 2000-04-05 07:35:13 +00:00
evaughan%netscape.com
dcfc545a3d Possible fix for solaris bustage. 2000-04-05 07:27:59 +00:00
evaughan%netscape.com
a00a77c17e 1) Fixed assertion in nsGfxTextFrame
2) More fixes to Grid widget
2000-04-05 06:41:27 +00:00
evaughan%netscape.com
1da9c39027 Forgot a file. 2000-04-05 00:31:30 +00:00
evaughan%netscape.com
fd773cfc36 Added grid files 2000-04-05 00:19:29 +00:00
evaughan%netscape.com
6a2ad59407 1) Bug fixes.
2) Changed to fix rods text control
3) Added new Grid widget
2000-04-05 00:19:00 +00:00