mcafee%netscape.com
|
63958d5e40
|
Fixing comment within comment warnings, duh. r=pavlov
|
2000-07-12 02:35:59 +00:00 |
ericb%neoplanet.com
|
ed3ff3ad8b
|
resizers and titlebars r:hyatt a:hyatt
|
2000-07-11 23:34:44 +00:00 |
cls%seawood.org
|
bca014f1bb
|
Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner
|
2000-07-02 18:44:42 +00:00 |
bryner%uiuc.edu
|
01bd071f07
|
Attempting to fix mac bustage.
|
2000-06-28 02:32:45 +00:00 |
evaughan%netscape.com
|
6438d4d375
|
Forgot file add for last checkin.
|
2000-06-28 00:01:19 +00:00 |
evaughan%netscape.com
|
4db3654be5
|
Clean up for autoscrolling menu landing. ScrollBox events need their own type and should not be
on top of menu events.
-r hyatt
|
2000-06-28 00:00:18 +00:00 |
evaughan%netscape.com
|
969d067559
|
Autoscrolling menus feature landing #32730
-r hyatt, saari
|
2000-06-23 05:15:04 +00:00 |
saari%netscape.com
|
537596e625
|
adding GetRootCommandDispatcher to nsPIDOMWindow for utility.
Needed for beta2+ bug 38673. r=hyatt
|
2000-06-23 00:42:21 +00:00 |
danm%netscape.com
|
7491482e25
|
changing name of window.content to _content. bug 33650. r=hyatt@netscape.com
|
2000-06-22 00:42:34 +00:00 |
hyatt%netscape.com
|
8072ceb8f8
|
Fix for 42806. r=waterson
|
2000-06-21 02:02:24 +00:00 |
vidur%netscape.com
|
3be227878d
|
Fix for bug 9392. document.plugins now aliases to window.navigator.plugins. r=nisheeth
|
2000-06-21 00:53:26 +00:00 |
vidur%netscape.com
|
2017802f4c
|
Fix for bug 42860. nsIScriptNameSpaceManager::RegisterGlobalName() now takes an additional IID parameter. If the IID is that of the nsIScriptObjectOwner interface, we assume it's an old-style idlc interface. Otherwise we try to wrap it using XPConnect. r=rginda
|
2000-06-21 00:42:59 +00:00 |
vidur%netscape.com
|
9ee00ac156
|
Work for bug 33475 - completion of Document related DOM Level 2 support. Load no longer takes extra unused argument. r=jst,nisheeth
|
2000-06-17 01:46:59 +00:00 |
hyatt%netscape.com
|
1336bf7022
|
Bug #30511. r=ben
|
2000-06-14 06:14:24 +00:00 |
hyatt%netscape.com
|
0248ddd28c
|
30511. r=ben
|
2000-06-14 04:50:20 +00:00 |
mjudge%netscape.com
|
44280fcc41
|
commiting generated file from SelectionListener.idl. r=hyatt bug = 34896
|
2000-06-09 04:14:53 +00:00 |
mjudge%netscape.com
|
cc69465978
|
34896, change to move constants to this file. r=hyatt
|
2000-06-09 04:12:50 +00:00 |
danm%netscape.com
|
cadb12d58a
|
window.prompt() returns jsval instead of string, allowing it to return null when required. wants to be changed back to a string once the DOM APIs support this same thing. bug 12021. r=jst@netscape.com
|
2000-06-09 00:14:44 +00:00 |
akkana%netscape.com
|
5530c009d8
|
Needed for bug 40457: Add API for range methods to tell
whether a node or point intersects the range. r=vidur, a=beppe.
|
2000-06-07 22:56:55 +00:00 |
jst%netscape.com
|
0f3586fdaf
|
Fixing nsbeta2+ bug 30249, the problem was that the type of various attributes (in the DOM spec) on image elements was string and not number (long), this broke backwards compatibility with 4.x and also compatibility with IE. r=vidur
|
2000-06-07 01:23:55 +00:00 |
hyatt%netscape.com
|
d69e9db8ca
|
Updating tree selection. bug#30511. r=danm
|
2000-06-07 00:01:04 +00:00 |
hyatt%netscape.com
|
d0a6787edf
|
Tree/grid XBL foundation work.
|
2000-06-02 08:11:55 +00:00 |
hyatt%netscape.com
|
a7baf1212b
|
More XBL work for tree/grid rewrite.
|
2000-06-02 08:11:27 +00:00 |
hyatt%netscape.com
|
cfbf3533d1
|
Removing XUL DOM elements.
|
2000-05-30 08:20:06 +00:00 |
hyatt%netscape.com
|
c8bc84a0a3
|
Removing obsolete headers from the build.
|
2000-05-30 08:07:54 +00:00 |
hyatt%netscape.com
|
62b074a8ce
|
Removing obsolete C++ code.
|
2000-05-30 08:06:59 +00:00 |
hyatt%netscape.com
|
430af5709b
|
Adding anonymous content getter. r=waterson, a=waterson
|
2000-05-26 22:45:26 +00:00 |
jst%netscape.com
|
46e894cbec
|
Fix typo.
|
2000-05-25 14:48:50 +00:00 |
jst%netscape.com
|
ffb0b2b591
|
Exporting nsIDOMHTMLEmbedElement.h on the mac too.
|
2000-05-25 14:37:02 +00:00 |
joki%netscape.com
|
c22fd60f54
|
More support for onresize and onscroll, bug 960
|
2000-05-17 06:53:58 +00:00 |
joki%netscape.com
|
08d1d06617
|
fix for resize event support, bug 960, and additional support for DOM 2 events.
|
2000-05-17 05:27:22 +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 |
jst%netscape.com
|
798ded8a8e
|
Checking in DOM Level 2 version of the DOM interface Element.
|
2000-05-15 20:31:55 +00:00 |
jst%netscape.com
|
ee926f445f
|
Adding DOM Level 2 LinkStyle interface.
|
2000-05-14 00:01:02 +00:00 |
mjudge%netscape.com
|
4674af6de9
|
changing api for 2 string to force a output type.
|
2000-05-13 08:01:47 +00:00 |
jst%netscape.com
|
c7e8bcaa77
|
Fix the DOM prop enum table, seems like putting tabs in the file doesn't work.
|
2000-05-12 02:05:23 +00:00 |
saari%netscape.com
|
6d85c44bba
|
missed this file
|
2000-05-11 23:08:13 +00:00 |
jst%netscape.com
|
1eeff4277a
|
Add the glue code for more DOM Level 2 interfaces to the build.
|
2000-05-11 23:03:25 +00:00 |
saari%netscape.com
|
62bcd1b1eb
|
last checkin for 29800
|
2000-05-11 22:54:14 +00:00 |
saari%netscape.com
|
127a21c2fc
|
more for 29800
|
2000-05-11 22:43:32 +00:00 |
jst%netscape.com
|
8fff1cbbbd
|
Landing support for the 'innerHTML' property on HTML elements in mozilla, fixes part of bug 9201.
|
2000-05-11 21:49:16 +00:00 |
jst%netscape.com
|
4e3ceb93f9
|
Checkin in headers for new DOM Level 2 interfaces.
|
2000-05-11 19:31:07 +00:00 |
jst%netscape.com
|
3b9f583f69
|
Adding more DOM Level 2 CSS interfaces.
|
2000-05-11 19:24:31 +00:00 |
javi%netscape.com
|
769af07e62
|
Update header files with new constant so that dom recognizes the crypto
JS object as part of the window object. r=jst@netscape.com
|
2000-05-11 19:20:59 +00:00 |
javi%netscape.com
|
1d0ef43775
|
Public headers for getting crypto object into the window object. r=jst@netscape.com
|
2000-05-11 19:18:44 +00:00 |
javi%netscape.com
|
77683d86ed
|
Adding new idl files for the crypto object. r=jst@netscape.com
|
2000-05-11 19:13:31 +00:00 |
hyatt%netscape.com
|
11c8e7cf5c
|
XBL now works with HTML, SVG, MathML, XML, and XUL.
|
2000-05-09 21:41:01 +00:00 |
bryner%uiuc.edu
|
e8170d1269
|
Fixing the out of order DOM properties assertion. r=shaver.
|
2000-05-07 20:19:08 +00:00 |
brendan%mozilla.org
|
655468fe9a
|
Make sure the enumerator names are sorted (r=waterson@netscape.com).
|
2000-05-07 07:10:55 +00:00 |
jst%netscape.com
|
36cc288ddd
|
Hooking up document.getOverrideStyle() in the DOM JS glue code, no implementation yet.
|
2000-05-06 18:05:10 +00:00 |