terry%mozilla.org
676189de29
Cope with new Bonsai code. In particular, renamed globals.pl to be tbglobals.pl, to avoid conflicting with Bonsai's new globals.pl.
1999-07-23 19:36:38 +00:00
terry%mozilla.org
6782d07c1a
Fixed stupid typo.
1999-07-23 19:21:13 +00:00
terry%mozilla.org
197ec9c792
Let me tweak the parameters to DBI->connect().
1999-07-23 19:14:37 +00:00
terry%mozilla.org
7332c9d905
Whoops; missing an include file.
1999-07-23 18:50:25 +00:00
terry%mozilla.org
ce6e9b6a4c
Removed stupid debugging printf's.
1999-07-23 18:50:07 +00:00
cyeh%netscape.com
7f0054e2ff
support terse=1 flag,mostly as a way to support pager notification
1999-07-23 18:43:07 +00:00
terry%mozilla.org
61b2e0b068
Massive patch (mostly from Dieter Weber <dieter@Compatible.COM>) -- ported all TCL code to Perl.
1999-07-23 18:39:31 +00:00
putterman%netscape.com
1f4bcadb0a
Fixing build.
1999-07-23 16:38:02 +00:00
putterman%netscape.com
1157e3a031
Adding MANIFEST file to fix build.
1999-07-23 16:36:23 +00:00
valeski%netscape.com
f3f12e6a64
necko only - added temporary user agent string creation code
1999-07-23 16:35:53 +00:00
srinivas%netscape.com
97700c34b7
Port to Aplha-NT; checkin for bob meader <bob@guiduck.com>.
1999-07-23 16:35:29 +00:00
valeski%netscape.com
c7f0110854
necko only - fixed some miss-matched memory deallocations, and pulled an extraneous addref/release combo
1999-07-23 16:35:13 +00:00
jefft%netscape.com
eecba3c846
enable undo move/copy messages from different server
1999-07-23 14:40:55 +00:00
ftang%netscape.com
1354b4cfb7
add x11johab to makefile
1999-07-23 12:30:33 +00:00
ramiro%netscape.com
a6fbc4aece
Remove obsolote files.
1999-07-23 12:30:26 +00:00
ftang%netscape.com
d571d34d99
add X11Johab converter to mac project
1999-07-23 12:27:01 +00:00
ramiro%netscape.com
5c8d555af7
Add IDS for unix toolkit timers.
1999-07-23 12:24:09 +00:00
ftang%netscape.com
e65c5e2ef2
add placeholder for X11Johab converter
1999-07-23 12:18:59 +00:00
ramiro%netscape.com
b163a1d06c
Add a warning about memory usage.
1999-07-23 12:15:43 +00:00
ramiro%netscape.com
64c16183ef
Exorcise the evil global app context thing and replace it with an xpcom thing.
1999-07-23 12:12:08 +00:00
varada%netscape.com
748490d8a2
adding account to the profile makefile acct/ and acctidl/
1999-07-23 11:59:14 +00:00
varada%netscape.com
f6cad4bac4
Adding account header files
1999-07-23 11:58:22 +00:00
varada%netscape.com
9dfc4f90f4
WINVER 0X401 modified
1999-07-23 10:35:35 +00:00
hyatt%netscape.com
8324e99203
Images for the XP menus. Not compiled, so completely harmless.
1999-07-23 10:19:10 +00:00
hyatt%netscape.com
8539304992
Removing commented out code. Harmless.
1999-07-23 09:36:53 +00:00
hyatt%netscape.com
58fee918ef
Making sure the first menu item gets selected as you keyboard navigate into new
...
menus.
1999-07-23 09:34:14 +00:00
sspitzer%netscape.com
ea91269dfa
fix for #8219 . only honor delete of a news message (cancel) when from the menu.
1999-07-23 09:18:13 +00:00
hyatt%netscape.com
54762c7045
Added a background to test transparency of menus.
1999-07-23 08:37:33 +00:00
hyatt%netscape.com
c572a0aec2
Menu improvements.
1999-07-23 08:36:39 +00:00
sspitzer%netscape.com
7cd4f9ea86
turn on new idl files for windows
1999-07-23 08:33:10 +00:00
hyatt%netscape.com
62f16fae95
Adding style rule for depressed menu items on the menu bar.
1999-07-23 08:33:02 +00:00
brendan%mozilla.org
dd68d93bca
Eliminate warning about unsigned/signed == comparison.
1999-07-23 08:24:35 +00:00
brendan%mozilla.org
7c297899de
Add new flag to js_DecompileValueGenerator calls.
1999-07-23 08:22:12 +00:00
sspitzer%netscape.com
17cfab2380
ignore generated
1999-07-23 08:02:35 +00:00
brendan%mozilla.org
3f05c43fc5
Bugs, bugs bugs:
...
- js_DecompileValueGenerator had rusted due to bytecode/source-note changes,
or maybe parts of it never worked right. Anyway, it now does not induce a
crashing underflow in the decompiler. As part of this fix, it now takes a
checkStack flag telling whether to look for the jsval v argument on the JS
stack. The calls from ImportProperty, js_SetProperty, and js_DeleteProperty
pass in v a jsval for the property id, which should not be sought after on
the stack (it might happen to be there due to o['p'] = 2, but we want to
decompile o["p"], not "p").
- js_DecompileValueGenerator would load a generating pc even if the value v
did not match the pc's corresponding stack item! Oops. This lead to less
than idea diagnostics.
- js_DecompileValueGenerator was also not mapping JSOP_TRAP to the real op at
a sufficiently early and univeral point in its control flow.
- Fix PopOff to assert and check for stack underflow in the decompiler, and
beef up PushOff too (it asserted, but did not check).
- js_ReportIsNotFunction now avoids JS_InternString by indexing directly into
cx->runtime->atomState.typeAtoms with the result of JS_TypeOfValue.
- Removed unnecessary local GC root reserved by non-zero trailing member of
obj_eval's JSFunctionSpec initializer.
1999-07-23 08:01:54 +00:00
hyatt%netscape.com
a32734dbb9
Refining the ESC behavior and doing deeper shortcut work (on cascading menus).
1999-07-23 07:56:27 +00:00
hyatt%netscape.com
b636708367
Teaching the menus about the ESC key (which will close up each level of menu
...
until you hit the menu bar).
1999-07-23 07:49:43 +00:00
hyatt%netscape.com
7a62bb78f1
The menu bar now supports shortcuts (e.g., ALT+f). Also repaired a minor problem
...
with keyboard navigation and mouse movement interoperability on the menus.
1999-07-23 07:39:16 +00:00
sspitzer%netscape.com
199fafc79f
turn on the new news idl files for unix. I'll do windows and mac tomorrow.
1999-07-23 07:32:48 +00:00
sspitzer%netscape.com
7087d52b52
removing const-ness, in prep for turning on new idl files.
1999-07-23 07:32:20 +00:00
hyatt%netscape.com
ee0f57fb6f
Checking in my sample XUL file. Not used in the product. Completely safe.
1999-07-23 07:22:37 +00:00
gordon%netscape.com
c1251fd4a9
Mac-NECKO-only checkin. Added nsIStreamConverter2.idl to netwerkIDL.mcp project, as per Scott MacGregor's request.
1999-07-23 07:09:36 +00:00
pavlov%netscape.com
86012d72ee
stub out beos things so that their build will build
1999-07-23 07:02:17 +00:00
pinkerton%netscape.com
eaf44f3cc0
fix the cookie extension manifest file path.
1999-07-23 06:54:03 +00:00
mcafee%netscape.com
52f5276020
Removing win-specific directory profile/Acct
1999-07-23 06:44:02 +00:00
mcafee%netscape.com
e118769f2e
Adding Acct Makefile to unix build, not part of build yet.
1999-07-23 06:40:36 +00:00
varada%netscape.com
306c7504c9
removing account header from makefile
1999-07-23 06:35:50 +00:00
varada%netscape.com
e5b41d71e0
makefile.win for profile alone - account is removed
1999-07-23 06:32:58 +00:00
ramiro%netscape.com
662ab03c58
Add LD_BIND_NOW for a better debugging iExperience.
1999-07-23 06:30:28 +00:00
sspitzer%netscape.com
89a5320023
not part of build, yet. one step closer to IDLifying all of news.
1999-07-23 06:26:09 +00:00