Commit Graph

703 Commits

Author SHA1 Message Date
norris%netscape.com
c99b609910 Add ability to disable JS. Fix 13978 shopping at webvan.com crashes 1999-09-17 20:13:52 +00:00
waterson%netscape.com
bd4a3e6792 Bug 13970. Implement 'commandupdater=' attribute to hook up command udpater nodes to the XUL document's command dispatcher. Make API modifications to support command filtering. Some improvements to XUL document to factor out iteration code. 1999-09-17 04:01:46 +00:00
norris%netscape.com
ab7d233891 Remove obsolete jsurl.cpp and jsurl.h 1999-09-16 23:04:45 +00:00
norris%netscape.com
fa0f574ad3 removed files: mozilla/dom/src/jsurl/jsurl.cpp 1999-09-16 23:03:45 +00:00
pollmann%netscape.com
0e7916f242 Bug 12350: selected read/write 1999-09-16 20:13:41 +00:00
warren%netscape.com
c16371cf34 Changed signature of NewInputStreamChannel to pass load group. 1999-09-16 09:00:12 +00:00
norris%netscape.com
cea0d14277 Remove use of nsCOMPtr to fix Mac bustage. 1999-09-15 23:27:34 +00:00
norris%netscape.com
9acf604770 Add security support for javascript: uris. 1999-09-15 20:58:41 +00:00
waterson%netscape.com
1ec11e3732 Handle case where JS object is really _just_ a JS object, not an XPConnect-wrapped native. 1999-09-15 18:05:09 +00:00
norris%netscape.com
0865f1cdaa Create preferences for security checks.
Add new methods on nsIScriptSecurityManager for capabilities.
Fix 13739 MLK: nsScriptSecurityManager::CreateCodebasePrincipal
Fix 11666 Eliminate plvector (was: [infinite loop] bugs - plvector.c)
1999-09-15 04:05:43 +00:00
ramiro%netscape.com
e8ba593918 Cleanup the neckutil linking thing. 1999-09-15 02:15:11 +00:00
sfraser%netscape.com
158f1044d3 Remove old unused files. 1999-09-14 00:48:12 +00:00
colin%theblakes.com
0b912d4466 Add MOZ_TIMER_LIBS to EXTRA_DSO_LDOPTS 1999-09-12 12:43:19 +00:00
briano%netscape.com
58f4f0bdb7 General cleanup. 1999-09-11 02:35:09 +00:00
briano%netscape.com
1d66d27e7a General cleanup. 1999-09-11 00:59:11 +00:00
kipp%netscape.com
b450a10c7a Manually eliminate a warning for now until vidur fixes the tool 1999-09-10 18:56:17 +00:00
kipp%netscape.com
fc22fc06b6 Updated to use property object to find implementor of nsIPrompt...(bug 5418 sort of) 1999-09-10 18:55:06 +00:00
sfraser%netscape.com
87e4a9d3c8 Fix the autogeneration of nsIDOMSelection so that the header is in synch with the IDL 1999-09-10 00:53:04 +00:00
sfraser%netscape.com
7ea22097c2 Remove the base DLL 1999-09-10 00:52:24 +00:00
warren%netscape.com
40ed9d6ad2 Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked. 1999-09-09 22:05:05 +00:00
Jerry.Kirk%Nexwarecorp.com
72379dc89f nsJSCSS2Properties.cpp has problems compiling under Neutrino gcc 2.8.1
with the optimize flag turned on so this makes sure its turned off for
the "nto" target   sorry for this hack...
1999-09-09 20:58:40 +00:00
kipp%netscape.com
1fb62ba53f Get string malloc/free out of event pathway 1999-09-09 20:51:10 +00:00
slamm%netscape.com
ec1413bb5e Backout autogenerate changes. This file has been hand modified. 1999-09-09 19:54:54 +00:00
slamm%netscape.com
735d033b94 Fix build warnings. 1999-09-09 19:16:12 +00:00
colin%theblakes.com
b89380dd5e Back out last change 1999-09-09 14:30:25 +00:00
colin%theblakes.com
530d75050c Define MOZ_TIMER_LIBS in EXTRA_DSO_LDOPTS 1999-09-09 12:56:30 +00:00
vidur%netscape.com
93b36c3ebe added files: mozilla/dom/src/base/nsJSDOMException.cpp, mozilla/dom/src/base/nsDOMException.cpp 1999-09-08 23:19:48 +00:00
vidur%netscape.com
cb561f35bc Added JS exceptions to DOM glue. Added implementation for nsIDOMDOMException. Added nsIScriptContextOwner::ReportScriptError. 1999-09-08 23:14:30 +00:00
briano%netscape.com
817ba95486 Removed the obsolete non-NECKO leftovers. 1999-09-08 23:12:13 +00:00
shaver%netscape.com
46973057fb JSRuntime svc now controls lifetime 1999-09-07 19:44:15 +00:00
norris%netscape.com
2d8e12375f * Add checks on urls formed from web scripts
* Make nsScriptSecurityManager implement nsXPCSecurityManager
* Fix unix warnings
1999-09-07 02:54:19 +00:00
brendan%mozilla.org
345de56bbf Use NS_GET_IID instead of longer nsCOMTypeInfo template call. 1999-09-06 23:01:40 +00:00
bruce%cybersight.com
af8245b6b1 Use nsCRT::free() instead of delete[] on char* data. 1999-09-06 05:21:29 +00:00
davidm%netscape.com
f6a1ee8672 1877 [FEATURE] Javascript window.screen implementation use new routines to get avail* data. 1999-09-05 02:51:25 +00:00
shaver%netscape.com
97cca12af5 work with service to manage JSRuntimes 1999-09-05 00:43:39 +00:00
danm%netscape.com
e68f60f671 implemented intrinsic sizing method on DOM Window 1999-09-03 22:41:56 +00:00
hoa.nguyen%intel.com
31b3911ffb Handle case for embed tag. 1999-09-03 22:07:36 +00:00
bruce%cybersight.com
443ae40b6e Use nsCRT::free() instead of delete[] for char* data. 1999-09-03 07:42:41 +00:00
waterson%netscape.com
2239643aca Persistence, again. 1999-09-03 07:02:25 +00:00
bruce%cybersight.com
ff96bfbc48 Replace delete[] of char* data with nsCRT::free(). Cleaning up a lot of purify noise. 1999-09-03 06:48:27 +00:00
kipp%netscape.com
78bace2449 Use nsAutoString instead of nsString for temps 1999-09-02 18:13:07 +00:00
law%netscape.com
5d33b80fa7 Add forward decls to resolve references in generated .h files 1999-09-02 01:07:55 +00:00
vidur%netscape.com
f26d4e7dd9 Removed as per DOM Level 1 errata 1999-09-02 00:31:55 +00:00
sfraser%netscape.com
0e39384d26 Removed jsurl.cpp, which is now built in the JSUrl.mcp project. 1999-09-01 22:24:02 +00:00
sfraser%netscape.com
b0ad2c93b8 First Checked In. 1999-09-01 22:06:42 +00:00
sfraser%netscape.com
a03a71ee7d First Checked In. 1999-09-01 21:55:16 +00:00
kipp%netscape.com
dfa012228f new 1999-09-01 01:14:01 +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
654d4c6bf8 Get copy to directory name right (ick) 1999-09-01 00:59:02 +00:00
kipp%netscape.com
cd62d0233c updated from idlc 1999-09-01 00:57:28 +00:00