rjc%netscape.com
|
351acab54e
|
Use same strings.
|
1999-09-07 09:41:24 +00:00 |
|
rjc%netscape.com
|
970c6554bc
|
Persist "open" attribute in bookmark's panel, and be sure to set "status" and "type" attributes so that we get proper icons!
|
1999-09-07 09:31:20 +00:00 |
|
rjc%netscape.com
|
bcfcb2ea8f
|
Tweak UpdateBookmarkLastVisitedDate() and Translate() functions.
|
1999-09-07 08:52:22 +00:00 |
|
rjc%netscape.com
|
51bc18e6ca
|
Added XXX comment, and now also size content to window.
|
1999-09-07 07:52:11 +00:00 |
|
rjc%netscape.com
|
4292439855
|
Center table.
|
1999-09-07 07:33:56 +00:00 |
|
rjc%netscape.com
|
f1f4356faa
|
Move string declaration to DTD.
|
1999-09-07 07:31:51 +00:00 |
|
rjc%netscape.com
|
293b334687
|
Cache sort resources.
|
1999-09-07 07:27:49 +00:00 |
|
rjc%netscape.com
|
d856f132e4
|
Fix silly warning.
|
1999-09-07 06:55:20 +00:00 |
|
shaver%netscape.com
|
628cb79563
|
initial JS component loader work
|
1999-09-07 06:18:08 +00:00 |
|
waterson%netscape.com
|
a792915daf
|
Fix variable scoping problem that busts #ifdef DEBUG build.
|
1999-09-07 05:40:22 +00:00 |
|
shaver%netscape.com
|
c1950cee17
|
Moved abs:/rel: handling to ComponentManager.
Made nsIModule::GetClassObject and nsIFactory scriptable for JS components.
Added registryLocation param to nsIModule::(Un)RegisterSelf.
|
1999-09-07 05:06:37 +00:00 |
|
shaver%netscape.com
|
f7bda6b5b3
|
use NS_DECL_NSIMODULE and track nsIModule API changes
|
1999-09-07 05:06:36 +00:00 |
|
toshok%hungry.com
|
58eccec52e
|
ignore Makefile and js
|
1999-09-07 05:03:42 +00:00 |
|
toshok%hungry.com
|
cd05a18a48
|
wrap calls to JSD_IsActiveScript with JSD_{Lock,Unlock}ScriptSubsystem.
|
1999-09-07 05:02:11 +00:00 |
|
toshok%hungry.com
|
758323e699
|
fix up the unix build a bit -- egcs had problems with aggregate initializers, and linux whines about gets. also, include errno.h to stop errors dealing with the (questionable practice of) setting of errno to 0.
|
1999-09-07 05:00:56 +00:00 |
|
toshok%hungry.com
|
4d79ff2a55
|
fix up unix build of jsdebugger.
|
1999-09-07 04:57:03 +00:00 |
|
toshok%hungry.com
|
c76dcb609b
|
lock/unlock the script subsystem around the call to jsd_DestroyAllJSDScripts
|
1999-09-07 04:54:41 +00:00 |
|
waterson%netscape.com
|
ca33e8fd70
|
Sheesh. After doing this once today, you'd think I'd learn.
|
1999-09-07 03:26:54 +00:00 |
|
troy%netscape.com
|
2eba2292ea
|
Changed CreateGeneratedFrameFor() to set the parent object and the document
object of the generated content
|
1999-09-07 03:09:33 +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 |
|
waterson%netscape.com
|
2f5f9f87bb
|
Replace nsRDFContentUtils with nsXULContentUtils.
|
1999-09-07 02:53:46 +00:00 |
|
waterson%netscape.com
|
49ac7e179a
|
Replace nsRDFContentUtils with nsXULContentUtils, which can be acquired as a service. This allows it to keep cached member variables to other frequently-accessed services.
|
1999-09-07 02:51:13 +00:00 |
|
waterson%netscape.com
|
5eecd7bc1a
|
Re-write GetTextForNode() to be a bit more efficient; broke out data format. Bug 13137, fix broken use of CBufDescriptor. Add CBufDescriptors where appropriate.
|
1999-09-07 02:47:56 +00:00 |
|
waterson%netscape.com
|
7e0472ef71
|
Bug 13137. Fix broken usage of CBufDescriptor.
|
1999-09-07 02:46:08 +00:00 |
|
waterson%netscape.com
|
0f3a26fccc
|
Right-shift two for hash function; inline some obvious stuff.
|
1999-09-07 02:44:43 +00:00 |
|
troy%netscape.com
|
85d5eb8329
|
Fix for bug #13176. Changed CantRenderReplacedElement() to reset the
primary frame mapping for OBJECT elements
|
1999-09-07 02:42:00 +00:00 |
|
pollmann%netscape.com
|
cb70f00a3a
|
Bug 12849: OnChange event.target is now the select instead of the option.
|
1999-09-07 02:16:23 +00:00 |
|
jband%netscape.com
|
2cb747fe19
|
fix that shaver needs for wrapped JS object doing QI semantics
|
1999-09-07 01:48:13 +00:00 |
|
sdagley%netscape.com
|
a509302246
|
Fix build bustage for brendan. Some platforms actually scope variables to the for loop where they're declared.
|
1999-09-07 00:08:30 +00:00 |
|
jband%netscape.com
|
5706f276ff
|
fix bug 13217 and add someparam checking for other methods in this interface
|
1999-09-07 00:03:43 +00:00 |
|
cls%seawood.org
|
91c70687a3
|
include <string.h> for when it disappears from nsID.h again.
|
1999-09-06 23:08:43 +00:00 |
|
brendan%mozilla.org
|
345de56bbf
|
Use NS_GET_IID instead of longer nsCOMTypeInfo template call.
|
1999-09-06 23:01:40 +00:00 |
|
brendan%mozilla.org
|
849e52b0fb
|
Pick nits.
|
1999-09-06 23:00:17 +00:00 |
|
brendan%mozilla.org
|
a84076e44e
|
Expand tabs to spaces per Emacs modeline; other space cleanups.
|
1999-09-06 22:59:11 +00:00 |
|
waterson%netscape.com
|
e75207446c
|
Add nsXULContentUtils, eventually to replace nsRDFContentUtils. Not yet in the build though.
|
1999-09-06 22:25:45 +00:00 |
|
waterson%netscape.com
|
22bff65eea
|
Add nsIXULContentUtils.
|
1999-09-06 22:24:21 +00:00 |
|
briano%netscape.com
|
e8fc914b41
|
Automated update
|
1999-09-06 22:15:55 +00:00 |
|
cls%seawood.org
|
c73bc6f895
|
Forgot to run ranlib on libhostxpt.a
|
1999-09-06 22:10:18 +00:00 |
|
cls%seawood.org
|
f24d5c74dd
|
Aieecvs -z3 diff -u configure.in! MOZILLA_CLIENT should be set for CXXFLAGS as well...even though nothing seems to be affected by its absence.
|
1999-09-06 22:04:36 +00:00 |
|
shaver%netscape.com
|
e43f44b24b
|
put back <string.h> until we find all the uses =(
|
1999-09-06 21:22:36 +00:00 |
|
waterson%netscape.com
|
0c18269dd8
|
Fix unix bustage; these two functions have been promoted to real interface methods on the RDF service.
|
1999-09-06 20:46:25 +00:00 |
|
bienvenu%netscape.com
|
cae0b1a6cf
|
more includes of string.h
|
1999-09-06 20:44:26 +00:00 |
|
bruce%cybersight.com
|
d2ba19e67b
|
Add linefeed to end of file for HPUX.
|
1999-09-06 20:29:15 +00:00 |
|
cls%seawood.org
|
71d227c25f
|
Removed unnecessary USE_AUTOCONF ifdef.
|
1999-09-06 20:24:44 +00:00 |
|
brendan%mozilla.org
|
7de384224d
|
Use deadlock detecting nsAutoMonitors, etc., correctly.
|
1999-09-06 19:57:40 +00:00 |
|
jfrancis%netscape.com
|
7e088b3bf0
|
implemented RemoveList();
deletion doesn't scatter so many empty nodes;
mailcite rules started;
general deletion work (still WIP);
several small bugfixes;
refactored list item outdenting code
|
1999-09-06 19:51:59 +00:00 |
|
jfrancis%netscape.com
|
03c6026eb0
|
implementing RemoveList() - ie, list button now works as a toggle
|
1999-09-06 19:47:25 +00:00 |
|
jfrancis%netscape.com
|
7f0b5337ce
|
no longer clearing selection when we detect empty document - selection is a perfectly valid concept in an empty document.
|
1999-09-06 19:45:26 +00:00 |
|
jfrancis%netscape.com
|
ef4462884a
|
adding type="cite" to the blockquote, for testing purposes
|
1999-09-06 19:44:14 +00:00 |
|
leaf%mozilla.org
|
31d7249b18
|
added files: mozilla/xpcom/threads/nsAutoLock.cpp
|
1999-09-06 19:35:53 +00:00 |
|