Граф коммитов

85036 Коммитов

Автор SHA1 Сообщение Дата
nicolson%netscape.com 8c999e2731 add plaintext symmetric key unwrapping JNI function. 2001-07-03 23:39:57 +00:00
nicolson%netscape.com 7265012f1b Add PLAINTEXT key unwrapping algorithm, allowing us to pull in symmetric
keys from their raw, unwrapped form.
2001-07-03 23:39:33 +00:00
rginda%netscape.com 72d5e3fb20 - not built -
add styles for executable/not executable lines in the source code window.
2001-07-03 22:45:45 +00:00
rginda%netscape.com 432fd7eb95 - not built -
add styles for executable/not executable lines in the source code window.
add style for exception trace messages.
color stop (red) and continue (green) messages so they're easy to spot.
2001-07-03 22:45:13 +00:00
rginda%netscape.com 8b31800d13 - not built -
add tmode related strings
2001-07-03 22:43:51 +00:00
rginda%netscape.com 4af1ebfbde - not built -
add tmode related entities
2001-07-03 22:43:26 +00:00
rginda%netscape.com 3cc6f4c275 - not built -
add tmode commands, keys, and menu items
2001-07-03 22:42:54 +00:00
rginda%netscape.com 135fe16176 - not built -
decrement console._stopLevel in cont() and step() functions, like good little boys and girls
initDebugger *after* setting up the console routines, we'll need them
2001-07-03 22:41:27 +00:00
rginda%netscape.com 2d752dd6e6 - not built -
add tab with pref default value
2001-07-03 22:40:11 +00:00
rginda%netscape.com 8f28940613 change from body class= to body id=, so we can getElementById it later 2001-07-03 22:39:43 +00:00
rginda%netscape.com 525f046dfa - not built -
propagate executable/not executable information to he outliner to we can CSS it.
2001-07-03 22:39:00 +00:00
rginda%netscape.com a84d291168 - not built -
add ETRACE message type for traced exceptions
add other message names mostly related to the tmode command and exception tracing.
2001-07-03 22:37:05 +00:00
rginda%netscape.com 90db8f036b - not built -
set up the excetions submenu checkmarks correctly onCreate
load the source if it's not there in onDebugTrap
add onDebugContinue to clear our state when we continue
implement tmode command
move onclose back to onunload, onclose doesn't fire if the user selects "Quit" from the file menu.
2001-07-03 22:36:01 +00:00
rginda%netscape.com 5e492740e1 - not built -
add tmode command to trace/ break when the target throws an exception.
fix "breakpoint hit while servicing breakpoint" behavior.  When we hit the second breakpoint, its stack is put on top of the current stack.  Not the best solution, but better than leaving the user in an undefined state.
distunguish between executable and non-executable lines in the source array so we can distinguish the lines in CSS.
expand tabs in the source (outliner doesn't know what to do with \t.)
if we can't load a source file sync, try it async.
2001-07-03 22:31:38 +00:00
rginda%netscape.com 801d70b33b - not built -
hook up tmode command
2001-07-03 22:27:37 +00:00
rginda%netscape.com 94f76fe2f3 - not built -
add jsdIEphemeral interface, inherit from it in interfaces that need to.
2001-07-03 22:22:58 +00:00
rginda%netscape.com c9c7dff65b - not built -
move debug object counters and various constructors to jsd_xpc.cpp
add LiveEphemeral struct to reperesent a link in a PRCList of ephemeral objects.
declare jsdIEphemeral interface in objects that need it, add invalidaAll static method to jsdIProperty and jsdIValue.  jsdIObject still needs work.
2001-07-03 22:21:56 +00:00
rginda%netscape.com a69b4d96de - not built -
Large changes to improve the way we deal with our wrappers around js engine structures.  jsdIScript, jsdIStackFrame, jsdIValue, and jsdIProperty interfaces now inherit from a new interface "jsdIEphemeral".  This interface is used to invalidate the wrapper.  Once the wrapper is invalidated, *most* methods throw NS_ERROR_NOT_AVAILABLE, some interfaces, such as jsdIScript, cache important information so that the wrapper isn't utterly useless once it has been invalidated.  The boolean isValid attribute can be used to see if the wrapper is still valid.

factor debug object counters into some simple macros
add new velid assertion macros for the new ephemeral objects
add utility functions for dealing with PR_CLISTs full of ephemeral objects.
invalidate the jsdIFrame after the execution hook completes
move some c/dtors from jsd_xpc.h over here to avoid exposing debug object counters, and repeating some macros
fix incorrectly set out parameter in getValue::GetDoubleValue
2001-07-03 22:19:04 +00:00
cotter%netscape.com 63b474b7d4 help content updates per b=85925, PDT approved, r=oeschger@netscape.com 2001-07-03 21:43:56 +00:00
nicolson%netscape.com 72176db08d Build a dummy module list. This allows JSS to work when NSS has been
initialized with NSS_NoDB_Init.
2001-07-03 21:27:17 +00:00
nicolson%netscape.com 703234a93f Fix the secure random provider for the DSAME folks 2001-07-03 21:17:18 +00:00
wtc%netscape.com ba38e405e9 NSS 3.3 has been renamed NSS 3.4. Two '-' chars should be '+'. 2001-07-03 17:41:19 +00:00
alecf%netscape.com 4f42828e33 back out my string bundle changes from yesterday to fix blockers
a=nhotta
2001-07-03 17:34:47 +00:00
mkaply%us.ibm.com d4483a76c6 Strange OS/2 bustage that only happens on some machines 2001-07-03 16:57:55 +00:00
bstell%netscape.com cd84289ace bug 88955, r=yokyama, rs=bstell
change the default monospaced font size from 13 to 12
2001-07-03 16:28:42 +00:00
mkaply%us.ibm.com 49824c2a71 #88765
r=roland, r=pavlov, sr=blizzard
Checkin for timecop@network.email.ne.jp - GC-Cache leaks
2001-07-03 14:10:30 +00:00
mkaply%us.ibm.com 655763ce96 #88486
r=pavlov, sr=blizzard
Some pages crash in font code
2001-07-03 14:04:03 +00:00
mkaply%us.ibm.com f8cfff4325 #85527
r=timeless, sr=blizzard
Checkin for Roland.Mainz@informatik.med.uni-giessen.de - Turn xlibrgb into a shared library
2001-07-03 13:40:16 +00:00
cls%seawood.org 381a3cba21 Add, remove, add, remove, add 2001-07-03 11:02:34 +00:00
cls%seawood.org 6bde13b66a Oops merged against wrong version 2001-07-03 11:02:01 +00:00
cls%seawood.org f45fc36cd8 Removing obsolete xlib file.
Bug #88977
2001-07-03 10:39:03 +00:00
cls%seawood.org 381a8e9da9 Removing obsolete xprint files
Bug #89018
2001-07-03 10:12:19 +00:00
jaggernaut%netscape.com 162c4c987d Attempt to fix current bustage: when unzipping chrome so we can re-zip it for the embedding specific jar, overwrite existing files without asking (unzip -o). Patch suggested by cls. 2001-07-03 09:56:56 +00:00
jaggernaut%netscape.com 1556353d7f Bug 88413: Remove GetUnicode() from nsString. Begone! r=dbaron, sr=scc 2001-07-03 09:09:56 +00:00
cls%seawood.org 3384df50b0 Use PR_FALSE, not false. 2001-07-03 08:43:46 +00:00
jaggernaut%netscape.com 8e8a6a2905 Second attempt. We'll get it right, eventually. :-) 2001-07-03 08:07:02 +00:00
dianesun%netscape.com 4ef34e1cf9 Fix for bug 82454(property enable/disable...) r=hwaara, sr=bienvenu, a=asa@mozilla.org
Fix for bug 78900(nsMsgWindow for download msg)  r=bhuvan, sr=bienvenu, a=asa@mozilla.org
Fixes for bugs 79865(Get Msgs offline dialog), & 79245, 79882, 82568. r=bhuvan, sr=sspitzer
2001-07-03 07:33:18 +00:00
cls%seawood.org 038c325621 Removing extra ^Ms 2001-07-03 07:32:27 +00:00
racham%netscape.com e59479aa69 Fixing bug 6830. Additional patch to check if the server prefs are already set via rdf files. r,sr=sspitzer 2001-07-03 07:22:42 +00:00
jaggernaut%netscape.com 21af393526 Attempt at fixing embedding build bustage. For now we'll just use the windows images. 2001-07-03 06:48:21 +00:00
hewitt%netscape.com 89f0fece5e 84051 - more small modern theme improvements, including mozilla statusbar icon, thinner radio/checkboxes, and other small tweaks, r=andreww, sr=hyatt 2001-07-03 06:23:13 +00:00
ben%netscape.com da6019d4da [not part of build]
add license to some files
2001-07-03 06:17:09 +00:00
ben%netscape.com 8e0cbcb0b4 [not part of build]
implement easy session saving preferences (window size, position, loaded documents)
2001-07-03 06:14:01 +00:00
mstoltz%netscape.com 9895dac0f9 Better fix for JS URL/session history exploit 88167 - JS URLs in session
history have no access to the current page. Other forms of loading (bookmarks,
URL bar, links) remain as they were. r=jesse, sr=jst.
2001-07-03 05:27:22 +00:00
sspitzer%netscape.com 92fdbfb5ca fix for #74799. right clicking twice should not act like double clicking.
according to joki, the correct fix is to drop the right click events in our onclick handler.
r=cavin,racham. sr=mscott
2001-07-03 05:20:57 +00:00
sspitzer%netscape.com f0ed910471 fix for #74799. right clicking twice should not act like double clicking.
according to joki, the correct fix is to drop the right click events in our onclick
handler.
r=cavin,racham.  sr=mscott
2001-07-03 05:19:50 +00:00
jaggernaut%netscape.com 7543c1635d Bug 88413: nsString::GetUnicode() -> nsString::get(), part 2. Aka "the ones that snuck in". r=mozbot, rs=scc 2001-07-03 04:41:15 +00:00
ben%netscape.com 18e1e9fbd4 Fix bustage by removing references to files that have been moved and are now
referenced by platform jar.mn files.
2001-07-03 03:44:48 +00:00
dianesun%netscape.com 96766e8f33 Fix for bug 81321(disable rename/compact/delete folder for offline). r=bhuvan, sr=sspitzer 2001-07-03 03:11:53 +00:00
timeless%mac.com ade5e34f6e Bugzilla Bug 88456 [xlib] scaling code needs to be updated to new scaling routines
patch by timecop@network.email.ne.jp r=Tomi.Leppikangas@oulu.fi sr=tor
2001-07-03 02:53:28 +00:00