rods%netscape.com
b65978b79a
Added ConsumeFocusEvents method to consume all focus event and make sure they don't get dispatched
1999-09-30 11:40:42 +00:00
mscott%netscape.com
d755e21e91
Bug #14816 --> we were leaking a nsIPrincipal object in AddScriptEventListener which could be remedied using a nsCOMPtr.
...
Also clean up for insufficient rv useage, un-commoned JSPRINCIPALS_DROP and improving the control flow for readability.
These changes are actually Brendan's...i'm checking this in on his behalf.
r=mscott. a=brendan
1999-09-24 06:49:33 +00:00
joki%netscape.com
b114e2a582
Various fixes to prevent casting events to the wrong struct subtypes when queried
1999-09-22 06:30:01 +00:00
joki%netscape.com
b2f254f766
Fix scrolling via home/end keys to scroll to beginning and end of doc
1999-09-22 06:28:57 +00:00
joki%netscape.com
4016178c5d
Adding support for event.clickCount, obsoleting old dblclick event.
1999-09-22 02:29:33 +00:00
saari%netscape.com
cb935f51c7
Changing broadcaster to use onbroadcast instead of oncommand. Adding the "braodcast" "commandupdate" and "input" events. Changed all xul observes nodes to use onbroadcast instead of onchange.
1999-09-21 23:02:35 +00:00
joki%netscape.com
95bc014f1b
Fix bug 6258, release of null content pointer due to reentrant event
1999-09-21 19:00:55 +00:00
joki%netscape.com
7304187269
Adding old 4.x capture/release compatibility code, changing dom event VK_* names to DOM_VK_*
1999-09-21 14:18:52 +00:00
rods%netscape.com
df31376942
nailed again by nsCOMPtr
1999-09-20 22:56:32 +00:00
rods%netscape.com
e528a0d539
Added code to make sure that focus gets set on the window for mouse down
1999-09-20 22:18:57 +00:00
kipp%netscape.com
fa963373a6
Squish a warning
1999-09-17 20:15:09 +00:00
kipp%netscape.com
e333e98277
Fixed a memory leak triggered by clicking on content
1999-09-16 14:54:59 +00:00
briano%netscape.com
97faab6716
General cleanup.
1999-09-14 01:02:20 +00:00
evaughan%netscape.com
412cc6b9e8
1) Fixed bugs in deck
...
2) Added visual debugging to boxes
1999-09-10 00:57:01 +00:00
pinkerton%netscape.com
7031693531
clean up some d&d stuff.
1999-09-09 00:28:23 +00:00
pinkerton%netscape.com
a35b56b2b3
fix a bug where capturers would not be called when the event was sent directly to a dom node. clean up of a little d&d stuff.
1999-09-09 00:28:11 +00:00
bruce%cybersight.com
17430c7c3c
Replace delete[] for char* data with nsCRT::free().
1999-09-03 07:20:03 +00:00
kipp%netscape.com
3072eef9ea
Eliminate a uselss string copy
1999-09-03 03:45:44 +00:00
sspitzer%netscape.com
56873de822
bulletproofing to prevent the crash I reported in bug #13007 . assert is better than a crash any day.
1999-09-02 07:22:47 +00:00
pinkerton%netscape.com
e58a5c3434
exposing drag and drop events to JS.
1999-09-02 03:51:03 +00:00
cyeh%netscape.com
34cd2ddae1
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
1999-09-01 01:13:14 +00:00
kipp%netscape.com
d8a5ed19de
Removed GetRC code
1999-09-01 01:00:59 +00:00
briano%netscape.com
45f9b17d23
General cleanup.
1999-09-01 00:47:39 +00:00
tague%netscape.com
97b0bd802c
Added support for a reply from the StartComposition message. Necessary for XIM support on UNIX.
1999-08-31 01:20:32 +00:00
norris%netscape.com
d8507f844e
* clean up nsScriptSecurityManager
...
* remove nsJSSecurityManager
* save principals in nsIChannels and nsIDocuments
1999-08-29 21:58:42 +00:00
brade%netscape.com
b016565625
change error messages to flag inappropriate uses of GetCharCode
1999-08-27 14:16:44 +00:00
ramiro%netscape.com
d3031d8625
lower the volume on printf noise.
1999-08-27 09:38:44 +00:00
hyatt%netscape.com
c1ab40064d
Fix for typing bustage in editor.
1999-08-24 09:37:28 +00:00
hyatt%netscape.com
b08d08ff27
Making focus changes on mouse downs crawl up a parent chain to find the nearest
...
enclosing focusable content. Allows composite widgets to still receive the focus.
1999-08-24 00:42:38 +00:00
hyatt%netscape.com
e0dcec9718
Renaming onaction to oncommand. Also adding getIID to nsIFocusableContent, since
...
I'll need to be using that later on.
1999-08-20 22:56:15 +00:00
arielb%netscape.com
1b252b2e3b
includes updates to codbase matching security checks currently turned off
...
but in place. redefined the script security manager in caps and it is
now generating codebase principals.
1999-08-20 09:51:02 +00:00
pinkerton%netscape.com
277d3d704c
add drag_gesture event.
1999-08-19 19:48:45 +00:00
joki%netscape.com
11585608e8
Adding new onselect event. Also slight modification to ender text widget focus behavior
1999-08-07 23:18:35 +00:00
tague%netscape.com
dad401a40f
Fix build bustage
1999-08-06 03:10:14 +00:00
tague%netscape.com
58316bd322
Added support for replies from private DOM text events. See bug #4826
1999-08-06 02:32:13 +00:00
joki%netscape.com
e49a6d584f
Partial fixes for focus/blur events on windows/frames, fixes for incorrect event.target values
1999-07-27 20:55:03 +00:00
joki%netscape.com
556e5e31e7
Fixing key value for ctrl+keys.
1999-07-27 14:38:07 +00:00
joki%netscape.com
f1c8421c61
Event fixes to allow key event handling by GFX widgets and fixes for window.defaultStatus.
1999-07-26 15:02:19 +00:00
hyatt%netscape.com
17680a4e98
Adding a menu listener to the DOM for XUL menus.
1999-07-26 09:18:31 +00:00
joki%netscape.com
c47e24dc79
Checking in fix for tab navigation submitted by alex@cendio.se
1999-07-19 21:23:57 +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
mjudge%netscape.com
c0b1525970
massive checkin for selection. adjusting nsIDOMSelection api and nsIFrameSelection. many "small" changes. this is not as bad as it looks. layout will not be affected other than "getter" calls for selection. and all consumers of selection should be in good shape.
1999-07-18 02:27:19 +00:00
tague%netscape.com
9032ab797e
Fixed bug #8227 deref errors in tempDOMTextRange
1999-07-14 21:10:55 +00:00
pinkerton%netscape.com
aebf313276
rewite GetScreen* to use nsIWidget::WidgetToScreen(), which actually will work under linux and mac. (rev pavlov, appr cyeh). Bug #9114 .
1999-07-07 22:40:22 +00:00
norris%netscape.com
06317a54b3
Tom Pixley's code for the beginnings of DOM security, with a fix for the previous Mac link failure.
1999-07-07 07:50:03 +00:00
joki%netscape.com
6385394fee
Partial fix for bug 8123, handle spacebar scrolling on keypress, not keydown
1999-07-06 22:55:46 +00:00
joki%netscape.com
37a6739ec1
Backing out js security changes.
1999-07-01 13:03:35 +00:00
joki%netscape.com
ccd5375141
New JavaScript/DOM security stuff.
1999-07-01 10:38:26 +00:00
pinkerton%netscape.com
baabf666ba
filled in widget, clickCount, and mouse location for mouse enter/exit/over and drag enter/exit/over events. This info was just not getting set as it was for mouse clicks.
1999-07-01 04:12:42 +00:00
pinkerton%netscape.com
8c96d9200e
don't crash if parent is null when asking for mouse coordinates.
1999-07-01 03:26:43 +00:00