Commit Graph

811 Commits

Author SHA1 Message Date
hyatt%netscape.com
f40d61a341 Tree/grid work. Bug#30511. r=danm 2000-06-06 23:13:05 +00:00
evaughan%netscape.com
d43e56932a Fixed for ender-lite painting problems. bug #34896
-r mjudge
2000-06-06 01:25:03 +00:00
warren%netscape.com
512c8bf433 Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
evaughan%netscape.com
dab70e5b33 Just adding comments. 2000-06-03 02:12:19 +00:00
evaughan%netscape.com
04d65b243b Patch from:
Davor Cubranic
Tomi Leppikangas

That implements middle mouse click to position on unix.

Bug #24117

-r evaughan -a brendan
2000-06-03 02:07:52 +00:00
evaughan%netscape.com
942f331446 Fixed build horkage. 2000-06-02 22:48:36 +00:00
evaughan%netscape.com
90aa7a4744 Made grids scroll for dogfood bug 30511.
-r hyatt
2000-06-02 22:15:09 +00:00
dveditz%netscape.com
29dbabd8e8 fixing two .xpt files of same name, raptor.xpt on windows and layout.xpt on unix. One version was getting overwritten 2000-06-02 08:12:57 +00:00
hyatt%netscape.com
caa8850d04 New tree grid bindings. 2000-06-01 01:49:45 +00:00
mjudge%netscape.com
75cf395f21 bug = 41088. r=hyatt. moving releasing the editor shell earlier in the process so the document gets a chance to release its listeners. 2000-06-01 00:18:35 +00:00
evaughan%netscape.com
4401bea579 Fix for dogfood bug 41027 -r hyatt 2000-05-31 20:14:28 +00:00
hyatt%netscape.com
44dfce67d3 Turning on XBL tree event bindings. Patching table frame construction to deal with anonymous content. 2000-05-31 08:32:45 +00:00
hyatt%netscape.com
8f27fa06b0 Eliminating browser, editor, and iframe content objects. 2000-05-31 07:22:20 +00:00
hyatt%netscape.com
376e74051d Fix windows. 2000-05-30 08:54:11 +00:00
hyatt%netscape.com
77ac4e5ac9 Removing more obsolete files. 2000-05-30 08:40:46 +00:00
hyatt%netscape.com
58360a272f Removing obsolete checkbox code. 2000-05-30 08:39:18 +00:00
hyatt%netscape.com
a5c72be8e7 Patching IDL for Win32. 2000-05-30 08:23:05 +00:00
hyatt%netscape.com
660512e242 Fix linux makefile. 2000-05-30 08:12:37 +00:00
hyatt%netscape.com
ebc54523ca Adding box object impls 2000-05-30 07:59:13 +00:00
hyatt%netscape.com
eb875d5c2d Adding interfaces for the scriptable XUL layout objects. 2000-05-30 07:57:51 +00:00
hyatt%netscape.com
430af5709b Adding anonymous content getter. r=waterson, a=waterson 2000-05-26 22:45:26 +00:00
evaughan%netscape.com
55816643f1 fix for [beta2] bugs:
37835
39085
32920

-r pinkerton, rods, hyatt
2000-05-26 06:42:29 +00:00
evaughan%netscape.com
c78bbabd0b Fix for bug 40324 -r hyatt 2000-05-26 01:10:50 +00:00
hyatt%netscape.com
54c8a392f1 menu patch for rods, r=ben 2000-05-24 08:26:04 +00:00
hyatt%netscape.com
481e0fdf9a XBL Fixes r=ben 2000-05-24 08:19:10 +00:00
saari%netscape.com
ca7fd51ec8 Fix for nsbeta2+ 35100, typing is wedged after using the color picker in editor. r=pinkerton 2000-05-23 00:56:52 +00:00
evaughan%netscape.com
abeceb3744 Fixed a round off error bug #29949
-r pinkerton
2000-05-22 23:23:04 +00:00
danm%netscape.com
e19c959728 fix crash on startup bug 40150. code=hyatt r=me 2000-05-22 21:40:11 +00:00
hyatt%netscape.com
a08562a971 support for dynamic multiple insertion points r=ben 2000-05-22 09:15:54 +00:00
hyatt%netscape.com
a506c6e88a oops. files aren't supposed to be built. 2000-05-21 07:46:46 +00:00
hyatt%netscape.com
0db13c201f grid fixes. 2000-05-21 07:45:12 +00:00
hyatt%netscape.com
da1379408b New XUL tree code. Not turned on (and therefore harmless) 2000-05-21 07:02:15 +00:00
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