Commit Graph

39761 Commits

Author SHA1 Message Date
ramiro%netscape.com
563928f869 Add VIEWER_FLASH_PAINT_AREA menu item for debuggin paint events. 1999-09-07 19:36:45 +00:00
dveditz%netscape.com
456e87a0c7 adding makefile 1999-09-07 19:29:04 +00:00
briano%netscape.com
8a035fd6cc Automated update 1999-09-07 19:15:42 +00:00
akkana%netscape.com
072e662a0d Print all warning messages on stdout, not just assertions 1999-09-07 19:15:10 +00:00
akkana%netscape.com
22f63923ae Remove some redundant logic 1999-09-07 19:13:04 +00:00
akkana%netscape.com
3986369ddf Change debug temp filename from xif.html to xif.xif 1999-09-07 19:10:44 +00:00
shaver%netscape.com
dd5d676813 add --with-extensions to turn on mozilla/extensions/* 1999-09-07 19:10:13 +00:00
akkana%netscape.com
c7bdfac304 13052: move comment handling to OpenContainer, to ensure that open/close tags are balanced 1999-09-07 19:09:36 +00:00
cmanske%netscape.com
98348e0f04 Fixed bug 13164 preventing Open from working in editor 1999-09-07 19:08:24 +00:00
dougt%netscape.com
78d33dc35c Fixing 12075, 12108, 10750.
cleaning up how strings are passed into the install object from js.
1999-09-07 18:58:26 +00:00
sfraser%netscape.com
1ab34362fc Fix view source to work with the new browser appcore replacement 1999-09-07 18:53:02 +00:00
sfraser%netscape.com
0956b48325 Fix the implicit global editorShell weirdness, and change the viewsource window opening. 1999-09-07 18:52:27 +00:00
mjudge%netscape.com
591daffd24 Had a loop that did not reset one variable for "next" iteration. this will fix arrow up/down ya. 1999-09-07 18:47:01 +00:00
briano%netscape.com
fe53546e87 Automated update 1999-09-07 18:45:44 +00:00
cyeh%netscape.com
6de0892bfe remove last bits of MODULAR_NETLIB 1999-09-07 18:43:48 +00:00
bienvenu%netscape.com
e768441a1f use cached flag instead of asking mork 1999-09-07 18:40:59 +00:00
pollmann%netscape.com
132adbd121 Removing some dead code. 1999-09-07 18:35:30 +00:00
bienvenu%netscape.com
e1ff73f1f0 move more stuff into idl interfaces 1999-09-07 18:34:32 +00:00
dbragg%netscape.com
ec66ed1b78 Added the writing of the string Mozilla User Preferences to the top of the prefs js file. Fixes bug 8610 1999-09-07 18:28:55 +00:00
morse%netscape.com
2f29951965 fetch wallet files from netcenter 1999-09-07 18:28:50 +00:00
morse%netscape.com
a18ec38747 fetch files from netcenter again, fix up timeout on inactive key 1999-09-07 18:26:44 +00:00
dbragg%netscape.com
c6d7ec42e7 Removed the Entities. They've been in a .dtd file for a few days. 1999-09-07 18:22:40 +00:00
rginda%ndcico.com
c711c8f59c Not part of the SeaMonkey default build.
Moved bsConnection.cpp to bsXPCConnection.cpp to prevent build collisions
with bsconnection.c on case insensitive platforms.  Moved
bsConnectionFactory.cpp to bsXPCConnectionFactory.cpp to match the new prefix.
1999-09-07 17:38:43 +00:00
bienvenu%netscape.com
ae16b15b4d use auto strings where possible 1999-09-07 14:57:36 +00:00
brade%netscape.com
37dd29534a remove some keybindings; these should be coming from an overlay anyways 1999-09-07 14:40:51 +00:00
brade%netscape.com
91e090d004 fix copyright; add contributor (Sammy Ford) 1999-09-07 14:32:03 +00:00
ramiro%netscape.com
978cd66eb6 Fix update event bounds (width and height were reversed). Also set the event
time to PR_Now().
1999-09-07 14:11:13 +00:00
morse%netscape.com
6d323daf9c require user to type in password confirmation 1999-09-07 13:49:47 +00:00
ramiro%netscape.com
2d9455fa1c Make TRACE_PAINT_FLASH flash only the event rect area. Remove some duplicate
code in GetNativeData().
1999-09-07 13:05:46 +00:00
alla%lysator.liu.se
54e2c2aeaa Fixed the runtime crash in GtkMozilla. 1999-09-07 12:58:06 +00:00
rjc%netscape.com
f2e91fe2f4 Remove meaningless "open" attribute. 1999-09-07 09:45:40 +00:00
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