beard%netscape.com
eb73acee3d
[not part of build] Implemented vfprintf redirection using Carbon Event timers. Turned off for now. This means that low-level JVM messages still go to the global system console instead of the Java console.
2001-11-08 01:50:35 +00:00
beard%netscape.com
37386684dd
[not part of build] Fix for bug #108519 , to convert "file:" URLs between HFS+ and POSIX representations.
2001-11-08 01:49:05 +00:00
beard%netscape.com
1faec705c5
[not part of any build] Broke out class declaration from MRJContext.cpp for use in MRJSession.cpp.
2001-11-08 01:14:28 +00:00
jaggernaut%netscape.com
afd1a9dc0f
Bug 108359: crash when opening subscribe dialog ( crash in grid code ). patch by evaughan, r=jag, sr=hyatt
2001-11-08 01:14:21 +00:00
myk%mozilla.org
8343293339
Fix for bug 108822: Prevent any user from changing their own groupset.
...
Patch by Jake <jake@acutex.net>.
r=bbaetz,myk
2001-11-08 00:54:15 +00:00
myk%mozilla.org
cba5adf358
Fix for bug 108821: Prevent users with any blessgroupset privileges from blessing any group set.
...
Patch by Jake <jake@acutex.net> and Bradley <bbaetz@cs.mcgill.ca>.
r=jake,myk for Bradley's portion, r=bbaetz,myk for Jake's portion.
2001-11-08 00:52:13 +00:00
myk%mozilla.org
faff2bf103
Fix for bug 108812: Prevent users from running queries containing arbitrary SQL.
...
Patch by Jake <jake@acutex.net>
r=bbaetz,myk
2001-11-08 00:49:18 +00:00
relyea%netscape.com
e03f762c52
Land BOB_WORK_BRANCH unto the tip.
...
remove lots of depricated files.
move some files to appropriate directories (pcertdb *_rand
associated headers to soft token, for instance)
rename several stan files which had the same name as other nss files.
remove depricated functions.
2001-11-08 00:15:51 +00:00
relyea%netscape.com
1e10892356
Add -DXP_OS2 so that sysrand.c can pick it up...
2001-11-08 00:08:28 +00:00
pschwartau%netscape.com
b872b69f05
Initial add. Regression test for bug 108440.
2001-11-07 23:20:48 +00:00
dp%netscape.com
afa1fae21d
first version
2001-11-07 23:19:53 +00:00
bbaetz%cs.mcgill.ca
67cff5d825
Require (temporarily) mysql >= 3.23.5 for the ~ operator, needed for the
...
fix to bug 107718. This should be removed when the group stuff lands (bug
60822).
r=justdave x 2
2001-11-07 22:42:32 +00:00
dbaron%fas.harvard.edu
034dc4a4b8
Fix |#ifdef TARGET_CARBON| assertions for bug 104651 to fix blocker bug 108911 (TARGET_CARBON changes only).
2001-11-07 22:08:31 +00:00
mikep%oeone.com
aaa976ff26
Fixing file names.
2001-11-07 20:59:04 +00:00
ian.mcgreer%sun.com
55def0f72e
fix linux 2.1 also
2001-11-07 20:58:09 +00:00
ian.mcgreer%sun.com
8dd36a810d
get linux building again
2001-11-07 20:56:18 +00:00
mikep%oeone.com
f8a413c658
Moving files around.
2001-11-07 20:41:11 +00:00
dbaron%fas.harvard.edu
1fe65d6f56
Back out incorrect part of my fix from yesterday that was causing AIX tinderbox bustage. b=107052
2001-11-07 20:29:59 +00:00
mikep%oeone.com
6bcd7f89a9
Fixing all the license header files.
2001-11-07 20:29:04 +00:00
blizzard%redhat.com
53e5741b73
back out rpotts' checkin for bug #106558 since it caused blocker bug #108869 . r=mscott
2001-11-07 19:56:27 +00:00
mikep%oeone.com
c569719088
Removing unused docs.
2001-11-07 19:50:51 +00:00
relyea%netscape.com
a9fdcd7596
Move map file processing definitions back into base .mk files.
...
setup up map files so the can be switched on simply by adding a directive to
manifest.mn.
2001-11-07 19:34:47 +00:00
mikep%oeone.com
c954967140
Adding in calendar files.
2001-11-07 19:28:41 +00:00
mikep%oeone.com
9685423abb
Adding in the calendar code.
2001-11-07 19:18:46 +00:00
locka%iol.ie
1b2a0f217a
Workaround for problem in PromiseFlatString class. b=108880 r=adamlock@netscape.com sr=scc@mozilla.org
2001-11-07 19:03:39 +00:00
ian.mcgreer%sun.com
e2fdfc59c2
fix handling of token options, specifically deletion
2001-11-07 16:15:29 +00:00
bbaetz%cs.mcgill.ca
8262999a16
Bug 101166 - users seeing a bug via _accessible bits should see that its
...
the group
r=justdave,jake
2001-11-07 16:11:33 +00:00
jake%acutex.net
3cdfdecef1
Bug 108547 - Make the JavaScript use proper DOM
...
Patch by Christopher Aillon <caillon@returnzero.com>
r= timeless@bemail.org , kiko@async.com.br
2001-11-07 14:58:56 +00:00
nboyd%atg.com
2d22ea1689
Patch from Igor:
...
I suggest to move the code in ScriptableObject.get/put that deals with getter/setter
into separated methods so it would be easy to follow the code and the attached patch
does just that.
2001-11-07 14:15:48 +00:00
seawood%netscape.com
209698adb6
Oops. That wasn't supposed to go in yet. Fixing tinderbox bustage
2001-11-07 08:09:36 +00:00
jaggernaut%netscape.com
e293066399
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-11-07 07:52:48 +00:00
jst%netscape.com
49f1c4e12b
Fixing bug 92071. Making sure DOM objects that don't have a class interface (such as <span> elements, there is no nsIDOMHTMLSpanElement) get their prototype chain properly set up. r=hidday@geocities.com, peterv@netscape.com, sr=jband@netscape.com
2001-11-07 07:52:41 +00:00
jaggernaut%netscape.com
193297bee0
Bug 108734: nsCString::Replace is broken. r=darin, sr=scc
2001-11-07 07:43:11 +00:00
ben%netscape.com
12fa3ee398
108816 - add back removed navigation bindings for Windows only. r=waterson, sr=hewitt
2001-11-07 07:38:49 +00:00
dbaron%fas.harvard.edu
1de2e44c86
Add a comment explaining how to fix callers that trigger the null-termination assertion. r=jag rs=scc b=104651
2001-11-07 07:36:36 +00:00
dbaron%fas.harvard.edu
eb251b5691
Move nsDOMCSSAttributeDeclaration into its own file to progress towards moving all of the style system code back into the layout library. r=jst sr=hyatt b=108750
2001-11-07 07:06:31 +00:00
waterson%netscape.com
8192deb06d
Bug 100952, round two. This time, maintain a stack of active resources that we're currently building content for. r=tingley@sundell.net, sr=brendan
2001-11-07 06:56:39 +00:00
seawood%netscape.com
3dcdd73278
Where's the auto-update?
2001-11-07 06:41:26 +00:00
hyatt%netscape.com
64a1fd2289
Fix for 32087, custom icon support in tabs and url bar. r=andreww, sr=hewitt
2001-11-07 06:40:04 +00:00
seawood%netscape.com
7909766c9f
Don't even ask
2001-11-07 06:39:14 +00:00
brendan%mozilla.org
21484c95d9
Fix Function.call(this, 'alert(42)')() so the anonymous function finds its nearest scripted caller's principals (90546, sr=shaver&jband).
2001-11-07 06:34:04 +00:00
joki%netscape.com
b4efb85460
Fix for 71705, stop right click from triggering onclick handlers in base html content, though not in xml/xul/chrome. reviewed a while ago, lost in tree. r:saari,sr:hyatt
2001-11-07 06:29:29 +00:00
morse%netscape.com
c9129fb260
bug 108762, select-user dialog (used in password manager) broken, r=cmankse+bryner,sr=brendan
2001-11-07 06:26:33 +00:00
dbaron%fas.harvard.edu
261f76a8ba
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2001-11-07 06:24:10 +00:00
seawood%netscape.com
f21244ac4e
Move defines from config.mk into configure.in
2001-11-07 06:13:22 +00:00
seawood%netscape.com
83a6836a44
Silence!
2001-11-07 06:06:02 +00:00
seawood%netscape.com
3facba41d8
Clean up options
2001-11-07 05:52:21 +00:00
dbaron%fas.harvard.edu
6f23659d77
Fix nsDependentString users who were passing non-NULL terminated buffers. b=104651 rr=jag rs=scc
2001-11-07 05:51:27 +00:00
hewitt%netscape.com
648a2f6f4e
108778 - dialog should fire ondialogcancel when native window close button clicked, r=cmanske, sr=hyatt
2001-11-07 05:43:03 +00:00
cmanske%netscape.com
4d542172d7
Fixed problems relating to new XUL 1.0 changes, b=108670, r=timeless, sr=hewitt
2001-11-07 05:42:41 +00:00