warren%netscape.com
d944d70a84
Fix for bug 7682: StringBundle can't load URLs from imap thread.
1999-08-13 00:43:48 +00:00
danm%netscape.com
3da241e524
Landing modal dialogs from JS. More like a feature than stabilization. Apologies. approved: chofmann,don
1999-08-12 22:08:17 +00:00
brendan%mozilla.org
6ae312488c
Regenerate to eliminate degenerate unsigned comparisons and dead code.
1999-08-10 07:30:12 +00:00
brendan%mozilla.org
6ae1ed6087
- Avoid generating "if (argc >= 0)" dead code and incurring warnings on some
...
platforms. Those warnings were degrading slamm's tinderbox warning page's
S/N ratio.
- Use const char arrays initialized by string constants, rather than const
pointers to unnamed arrays created by string constants.
- Chop out some extra leading newlines that sometimes tripled up when emitted
after a double trailing newline.
1999-08-10 06:59:03 +00:00
danm%netscape.com
ed2017307f
allow close from JS to close non-JS windows. bug 9703.
1999-08-09 22:28:09 +00:00
vidur%netscape.com
ff5ce3e079
Changed attribute getter glue to use NS_SUCCESS macro instead of comparing to NS_OK
1999-08-09 19:19:49 +00:00
vidur%netscape.com
e6f812551a
changed name of NS_CreateContext to NS_CreateScriptContext
1999-08-09 19:14:49 +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
hoa.nguyen%intel.com
c39a58435a
Added nsJSHTMLEmbedElement.cpp.
1999-08-07 22:37:17 +00:00
hoa.nguyen%intel.com
1347ab70bf
Add nsJSHTMLEmbedElement.cpp.
1999-08-07 22:35:55 +00:00
hoa.nguyen%intel.com
91b7fb8f81
Added nsIDOMHTMLEmbedElement.h to exports.
1999-08-07 21:54:55 +00:00
hoa.nguyen%intel.com
8e76f3abd7
DOM interface for embed tag.
1999-08-07 21:53:28 +00:00
beard%netscape.com
a81127f0a6
removed unnecessary tests of unsigned indices against >= 0 (a tautology, unsigned values are always >= 0).
1999-08-07 20:49:45 +00:00
danm%netscape.com
36cefdc1d3
corrected chrome behaviour in window.open. removed warnings in nsWebShellWindow.
1999-08-07 02:51:03 +00:00
tague%netscape.com
58fc2e72a5
Fix build bustage
1999-08-06 03:54:54 +00:00
tague%netscape.com
6046987286
Missed adding a generated file.
1999-08-06 03:45:59 +00:00
tague%netscape.com
6706d1630d
Added replies from DOM text events
1999-08-06 02:40:45 +00:00
tague%netscape.com
62c9723bdb
Added replies from DOM private text events
1999-08-06 02:39:48 +00:00
tague%netscape.com
8991bb9e57
Added support for replies from DOM private text events.
1999-08-06 02:31:13 +00:00
joki%netscape.com
032ddd5d4b
Adding new Location interface into QueryInterface method.
1999-08-05 22:18:28 +00:00
briano%netscape.com
20ea8a76ad
Deleted all the trailing ^M (carriage return) characters from every single line, to fix the non-gcc Unix builds (almost _all_ of the port builds broke because of this collection of Windoze droppings).
1999-08-05 00:15:42 +00:00
hoa.nguyen%intel.com
87b7b8acc8
Build bustage.
1999-08-04 22:10:54 +00:00
hoa.nguyen%intel.com
4ef7778e4c
Added nsJSHTMLEmbedElement.cpp.
1999-08-04 21:33:30 +00:00
hoa.nguyen%intel.com
c0df54bbb8
DOM Element for JavaScript access of embed tags.
1999-08-04 21:31:34 +00:00
hoa.nguyen%intel.com
01301957c5
Added HTMLEmbedElement.idl.
1999-08-03 23:52:13 +00:00
hoa.nguyen%intel.com
40dffb7112
DOM element for embed tags.
1999-08-03 23:50:07 +00:00
vidur%netscape.com
5104a33513
Relative URLs specified for window.location.href are now resolved relative to the calling location.
1999-08-03 23:16:48 +00:00
briano%netscape.com
e2cc541f86
Cleaned it up and got rid of the redundant HP-specific SHARED_LIBRARY_LIBS stuff.
1999-08-03 21:40:56 +00:00
dp%netscape.com
18934942bc
Fixed extra release of IOService happening for ifdef NECKO.
1999-08-03 19:00:51 +00:00
jfrancis%netscape.com
9e300771a9
workaround for mac console code wierdness w.r.t. newlines and carraige returns
1999-08-03 12:43:06 +00:00
arielb%netscape.com
0d16b83058
add a principal manager to caps api. everything is now xpidled so
...
i removed the public directory from the module.
1999-08-01 21:26:02 +00:00
valeski%netscape.com
db0a61eb53
cyeh approved - stability repairs
1999-07-29 21:16:27 +00:00
mscott%netscape.com
32d4038c24
fix build breakage..include config.mak
1999-07-29 03:46:59 +00:00
mscott%netscape.com
e32e4c5878
fix build breakage....include config.mak
1999-07-29 03:42:19 +00:00
nisheeth%netscape.com
c17e1630e8
Fixing bug 6886. window.outerWidth and window.outerHeight for (i)frames now return the dimensions of the browser window. This is the way 4.x handles these properties.
1999-07-28 07:03:29 +00:00
joki%netscape.com
01b3c0c420
fixing window.open flags so as not to default to all chrome on incorrectly.
1999-07-28 03:05:35 +00:00
briano%netscape.com
007ea62765
Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568.
1999-07-27 23:27:44 +00:00
danm%netscape.com
a5bfeab9c4
straighten out OS chrome flags and synchronize in Windows source
1999-07-27 22:42:34 +00:00
joki%netscape.com
6ef64e1f35
Stop calling JS_ClearScope (and related methods) when leaving about:blank page.
1999-07-27 20:51:39 +00:00
waterson%netscape.com
91a8ac09e7
Land TEMPLATE_19990726_BRANCH; RDF C++ content model builder exorcism.
1999-07-27 17:20:28 +00:00
danm%netscape.com
25c2d9c6ad
hooking up window OS border control from JS/C++
1999-07-27 06:34:25 +00:00
waterson%netscape.com
b30b439a4c
Re-add. Wasn't meant to be deleted yet.
1999-07-27 03:03:25 +00:00
waterson%netscape.com
5b63567221
XULTreeElement.idl
1999-07-27 02:58:39 +00:00
waterson%netscape.com
3e44429c51
Native builder exorcism. Long live templates.
1999-07-27 02:40:40 +00:00
arielb%netscape.com
d00edf950d
removed some enums and migrated them into nsPrivilege, nsIPrivilege and
...
nsPrivilegemanager. cleaning up some old code from the security module
and refining their api's and such like.
1999-07-27 00:50:59 +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
e421c746a4
Adding a menu listener to the DOM for XUL menus and popups.
1999-07-26 09:18:00 +00:00
arielb%netscape.com
8dad60d09d
Fix to the caps security module. I removed the nsPrincipal struct, from now
...
on you can access principals by their xpcomed interface nsIPrincipal.
1999-07-24 03:58:23 +00:00
gordon%netscape.com
07f7e5f6a2
Added nsJSProtocolHandler.h
1999-07-23 05:26:03 +00:00
gordon%netscape.com
892efccd4f
If XP_MAC and NECKO are defined, we include nsJSProtocolHandler.cpp instead of using the rest of this file. This is to work around the fact we can't conditionally link against files without creating addition targets in the project. Once NECKO has landed, I'll change the project file and jsurl.cpp will go away.
1999-07-23 05:23:00 +00:00