Commit Graph

34241 Commits

Author SHA1 Message Date
zuperdee%penguinpowered.com
5f87f36aa4 Fixing 9808 on the Motif side, too. 1999-07-19 20:47:40 +00:00
slamm%netscape.com
79515cfd26 Handle multiple warnings on one source file line. 1999-07-19 20:46:17 +00:00
sspitzer%netscape.com
de6ef74bca get my test app to work with hyatt's xul changes. (window is now a box). remove the do it button. now it works when you hit return. 1999-07-19 20:39:47 +00:00
ramiro%netscape.com
b031e46c56 Dispatch crossing events. Remove superflous DispatchFocusEvent() methods.
NOT PART OF BUILD.
1999-07-19 20:33:23 +00:00
rogerl%netscape.com
c00458de39 Fixed MI dispatch and cleaned up branch slots. 1999-07-19 20:18:02 +00:00
waterson%netscape.com
e5c743b9f7 Use onload handler; fix assertion when related panel first displays. 1999-07-19 20:15:39 +00:00
sspitzer%netscape.com
70171e155d fix my stupidity 1999-07-19 20:03:10 +00:00
sfraser%netscape.com
c4383ee327 Fix the style of toggled titlebuttons to show border. r hyatt. 1999-07-19 19:58:10 +00:00
sspitzer%netscape.com
0b33172e2b hail mary bulletproofing fix for #10035 1999-07-19 19:57:30 +00:00
joki%netscape.com
d752334449 Updating DOM event apis and changing behavior to properly respect capturing, bubbling, and cancellation methods. 1999-07-19 19:54:34 +00:00
pnunn%netscape.com
e3113e7281 Updated list. pnunn. 1999-07-19 19:50:29 +00:00
jband%netscape.com
d0bb997153 doing an explict cast of float to double in printf args in test 1999-07-19 19:43:53 +00:00
ramiro%netscape.com
079835191a Fix bug 9808. Tab key event not being dispatched. Thanks to Alex
Larsson for the patch.
1999-07-19 19:40:02 +00:00
akkana%netscape.com
a0beec3a1a Fix paste html; remove some unneeded inclusions 1999-07-19 19:37:08 +00:00
waterson%netscape.com
8c99515285 Modifications for performance improvements. 1999-07-19 19:23:51 +00:00
waterson%netscape.com
812a9caa1c Use 'chrome:' URL. 1999-07-19 19:21:04 +00:00
waterson%netscape.com
e55647074b Bug 6873. Performance improvements to the generic builder. The template builder now instantiates template content 'lazily' when the frame system asks for it. 1999-07-19 19:18:10 +00:00
tague%netscape.com
9c7638b59a Changed the mapping of C locale from en to en-US 1999-07-19 19:15:40 +00:00
ramiro%netscape.com
0852cb0bbe Respond to button motion. Fixes selection. 1999-07-19 19:14:16 +00:00
ramiro%netscape.com
67ce415714 Send a focus in event whenever we get a focus event. Fixes selection. 1999-07-19 19:13:36 +00:00
ramiro%netscape.com
10b1f3c22c Rect drawing wxh were off by one. 1999-07-19 19:12:20 +00:00
akkana%netscape.com
6d4424c765 Add GetEmbeddedObjects API for mail/news 1999-07-19 19:06:39 +00:00
ramiro%netscape.com
c685347588 Move the trace ifdefs before they are used dumbass. 1999-07-19 18:51:43 +00:00
pnunn%netscape.com
40c5d74a77 Clean up. pn. 1999-07-19 18:46:46 +00:00
warren%netscape.com
5cf0a4cadd Added BeOS fix. 1999-07-19 18:42:44 +00:00
troy%netscape.com
b7a34ec182 Minor cleanup 1999-07-19 18:38:51 +00:00
pnunn%netscape.com
b152583d41 Clean up. pnunn 1999-07-19 18:38:46 +00:00
troy%netscape.com
99e5e0a462 Changed ScrollFrameIntoView() to also do horizontal scrolling if necessary 1999-07-19 18:38:33 +00:00
troy%netscape.com
1f18574df2 Changed semantics for ScrollFrameIntoView() 1999-07-19 18:38:02 +00:00
mjudge%netscape.com
5ac2c1e116 fix for javascript calls to selection bad QI 1999-07-19 18:36:28 +00:00
mjudge%netscape.com
516c093f8b cant query interface from frame selection to dom selection since we now have more than one type of dom selection implementations. you must ask for ANY dom selection then remove yourself as a listener or whatever you want to do. MJ 1999-07-19 18:04:35 +00:00
dcone%netscape.com
5e3ed1564c fixed background tile clipping bug. 1999-07-19 14:37:36 +00:00
brade%netscape.com
31b1217345 constrainProportions 1999-07-19 14:03:12 +00:00
brade%netscape.com
7d0310bd0d fix updating; add constrainProportions (thanks for petejc@postpagan.com and shaver@mozilla.org) 1999-07-19 14:02:24 +00:00
ramiro%netscape.com
a85cb677db fix for beos. 1999-07-19 12:13:55 +00:00
zuperdee%penguinpowered.com
7cc94f4df3 Removed some more deadwood, fixed some more bugs, and enabled some useful debugging output. 1999-07-19 10:24:01 +00:00
ramiro%netscape.com
9cad0486d8 Let "alt" through for key events so that the xpmenu will work. 1999-07-19 10:12:06 +00:00
hyatt%netscape.com
66d44dce92 Fixing Linux bustage. 1999-07-19 09:57:23 +00:00
hyatt%netscape.com
d455d19533 Making sure the left and right arrow navigation only fires when the menu bar
is active.
1999-07-19 09:36:24 +00:00
hyatt%netscape.com
cc5d958e84 Yeah! Got the menu bar looking like a real menu bar. 1999-07-19 09:35:57 +00:00
hyatt%netscape.com
7bcf1dea0f Changes to remove HTML buttons from the equation. Boy does it speed up when :hover and
:active aren't firing.  Must be lots of extra repaints going on with those.
1999-07-19 09:31:39 +00:00
hyatt%netscape.com
6239477090 Making sure the mouse over behavior is right. 1999-07-19 09:18:24 +00:00
hyatt%netscape.com
1293472895 Adding a rule to fix hover problems on the menu bar. 1999-07-19 09:15:54 +00:00
hyatt%netscape.com
572b6f3567 Adding some comments. 1999-07-19 09:09:36 +00:00
hyatt%netscape.com
a532ac5652 Making sure I consume events when the menu bar is active. 1999-07-19 08:52:42 +00:00
hyatt%netscape.com
ba35684f00 You can now keyboard navigate through the menu bar... moving to the left or
right after hitting ALT.
1999-07-19 08:47:02 +00:00
hyatt%netscape.com
b7a4382dfa Teaching the menu bar how to highlight the first item when the ALT key
is pressed.
1999-07-19 08:09:30 +00:00
hyatt%netscape.com
a05d7023a3 Hack to ensure that the ALT key press goes into the DOM (for XP menus). 1999-07-19 08:08:57 +00:00
hyatt%netscape.com
fa6722fca6 Rules for highlighting the active item on the XP menu bar. 1999-07-19 08:08:29 +00:00
rickg%netscape.com
8a30cbf6df fixed stupidity in scanner. Sorry folks 1999-07-19 08:06:24 +00:00