hyatt%netscape.com
|
21e5ef59a2
|
fix for making skins script-safe. r=scc
|
2000-05-19 04:48:43 +00:00 |
|
pinkerton%netscape.com
|
bf532f8791
|
fix for 39684, context menus not showing up. we forgot to show the view. doh!
|
2000-05-18 00:52:05 +00:00 |
|
evaughan%netscape.com
|
14c154301b
|
Fix for mac xp menus not comming up at all.
|
2000-05-18 00:37:27 +00:00 |
|
pinkerton%netscape.com
|
dadf68d2ba
|
fix for 39567, not being able to type in text fields after menu or tooltip displayed. added a new flag, separate from |mMenuOpen| since that was overloaded too much. a=sspitzer.
|
2000-05-18 00:21:32 +00:00 |
|
ducarroz%netscape.com
|
ae83b7156a
|
Fix for bug 36736. We need to create and ininiatize mRowGroupInfo before using it else we crash. R=hyatt
|
2000-05-17 04:58:41 +00:00 |
|
evaughan%netscape.com
|
d4513de096
|
Fixed bug that crashed when menus are used with native scrollbars.
|
2000-05-17 04:45:44 +00:00 |
|
pavlov%netscape.com
|
803190ad4b
|
changes all usages of NS_NewTimer to CreateInstance
|
2000-05-17 02:49:35 +00:00 |
|
evaughan%netscape.com
|
88c462d7b2
|
1) Fixed collapsing code. So sidebar does not assert when brought up closed.
2) fixed menu dismissing bug.
|
2000-05-16 20:46:08 +00:00 |
|
mjudge%netscape.com
|
2ad43fc5b7
|
if you ever override mouseup, tell nsFrame about it. this maintains the selection/capture state.
|
2000-05-16 13:53:04 +00:00 |
|
joki%netscape.com
|
a743e2b38b
|
Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed.
|
2000-05-16 11:35:12 +00:00 |
|
joki%netscape.com
|
d7557a57a5
|
Adding accesskey support. Bug 959.
|
2000-05-16 10:22:20 +00:00 |
|
evaughan%netscape.com
|
072150beed
|
Now splitters can only be dragged with left mouse not both.
|
2000-05-15 22:43:47 +00:00 |
|
evaughan%netscape.com
|
2316308130
|
1) Scrolling menus
2) many bug fixes
3) box debuging flags
|
2000-05-15 04:12:31 +00:00 |
|
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 |
|