ian%hixie.ch
|
050ad60758
|
Added support for easily getting the original key name of a munged key: added a virtual '.coses: original key' entry to all hashes in COSES (works similar to the virtual '.length' item that all arrays have). Edited the debug string to mention these virtual items.
|
2001-11-30 16:20:22 +00:00 |
|
ian%hixie.ch
|
389c6783a8
|
Fixing an inconsistency between getArgument() and peekArgument(). peekArgument() now returns an empty list in an array context if there is no such argument, instead of undef. This makes it act like getArgument(), which just returns the list of values in an array context. Similarly, made the default implementation of peekArgument() whine about not being implemented instead of returning undef, since by design peekArgument() should return the same as getArgument() if the argument is present.
|
2001-11-30 16:13:00 +00:00 |
|
ian%hixie.ch
|
d7607585fc
|
Adding error handling for the case where the user prefs editor is called with bogus user IDs.
|
2001-11-30 16:06:45 +00:00 |
|
karnaze%netscape.com
|
3ed95c1e17
|
bug 51023 - reduce the size of table related frame classes. sr=kin.
|
2001-11-30 15:05:51 +00:00 |
|
ian%hixie.ch
|
004b78a163
|
Implemented logout and explicit new account creation in the login service. Had to add removeObject() to the Controller module (the opposite of the exisiting addObject()).
|
2001-11-30 13:31:29 +00:00 |
|
peterv%netscape.com
|
9b4ac10992
|
Fix for 106586 (Inappropriate source into the plaintext copy.) r=heikki, sr=jst.
|
2001-11-30 09:50:25 +00:00 |
|
peterv%netscape.com
|
90e4dc76c0
|
Fix for 106586 (Inappropriate source into the plaintext copy.) r=heikki, sr=jst.
|
2001-11-30 09:19:33 +00:00 |
|
mcafee%netscape.com
|
6da5b9485f
|
close the file to get it to write to disk
|
2001-11-30 08:41:27 +00:00 |
|
mcafee%netscape.com
|
1305df405a
|
match changes from startup test.
|
2001-11-30 08:38:05 +00:00 |
|
sspitzer%netscape.com
|
3b5600bbdb
|
fix for #112786. the home page link isn't "blue" like the other links in the addressbook
card preview pane.
|
2001-11-30 08:34:22 +00:00 |
|
mcafee%netscape.com
|
93dce4750e
|
better error message when no data file is found.
|
2001-11-30 08:32:53 +00:00 |
|
rginda%netscape.com
|
7baa72c607
|
bug 112494, "crash in nsAccessibilityService::CreateIFrameAccessible", r=jgaunt, sr=shaver
sanity check the parameter and return an error code if something isn't right, instead of crashing.
|
2001-11-30 08:29:08 +00:00 |
|
samuel%sieb.net
|
0745c50724
|
bring the xml-rpc code up to date with current APIs (bug 109960)
r=mj@digicool.com sr=darin@netscape.com
not part of the build
|
2001-11-30 08:04:25 +00:00 |
|
mcafee%netscape.com
|
37703a0ee2
|
try to fix error-on-first-report
|
2001-11-30 07:57:19 +00:00 |
|
dveditz%netscape.com
|
44bcc01fd8
|
Free bloated component registry buffer after XPCOM init (bug 76329)
r=dougt, sr=shaver
|
2001-11-30 07:50:03 +00:00 |
|
jst%netscape.com
|
e7c9e6b3a8
|
Fixing bug 93513. Make window.open() use the base uri of the caller as the base, and not the document uri of the caller. r=danm@netscape.com, sr=rpotts@netscape.com
|
2001-11-30 07:49:32 +00:00 |
|
mcafee%netscape.com
|
166f0b62d4
|
Adding xulwinopen test data reporting.
|
2001-11-30 06:00:16 +00:00 |
|
mcafee%netscape.com
|
2d4846374f
|
avg -> value
|
2001-11-30 05:53:01 +00:00 |
|
mcafee%netscape.com
|
ba13aea768
|
switching avg to value
|
2001-11-30 05:49:19 +00:00 |
|
mcafee%netscape.com
|
906e56e46d
|
Fixing Y axis label
|
2001-11-30 05:44:07 +00:00 |
|
bzbarsky%mit.edu
|
21ee5a32b0
|
Add unicharutil_s to LLIBS to make Win link correctly.
|
2001-11-30 05:35:37 +00:00 |
|
dbaron%fas.harvard.edu
|
48d18d01e5
|
Add nsOutlinerContentView.cpp and nsOutlinerUtils.cpp for varga. b=97062
|
2001-11-30 05:10:25 +00:00 |
|
dbaron%fas.harvard.edu
|
92d585c56e
|
Add nsIOutlinerContentView.idl for varga. b=97062
|
2001-11-30 05:08:26 +00:00 |
|
mcafee%netscape.com
|
d29e4da38d
|
First add. Clone of startup cgis. plans to make this a general graph cgi are in the wings, this is a temporary get-this-going hack
|
2001-11-30 04:51:04 +00:00 |
|
peterlubczynski%netscape.com
|
1b5deab961
|
Fixing up simple Mac Plugin SDK sample. not part of the build
|
2001-11-30 04:49:46 +00:00 |
|
peterlubczynski%netscape.com
|
a5870dc562
|
Mac Plugin SDK Scriptable plugin project file fix for Classic
|
2001-11-30 04:42:30 +00:00 |
|
varga%utcru.sk
|
6506cc314e
|
Fix for 97062.
Implement a content model view for <outliner>.
r=bryner sr=hyatt
|
2001-11-30 04:41:55 +00:00 |
|
bzbarsky%mit.edu
|
e8ba05adf2
|
Bug 109236, take 2, now that mcp has been changed. r=law, sr=mscott.
|
2001-11-30 04:37:21 +00:00 |
|
peterlubczynski%netscape.com
|
a747bf462d
|
Removing debug prefix file from Mac Plugin SDK. not part of the build
|
2001-11-30 04:33:25 +00:00 |
|
sfraser%netscape.com
|
bb68964713
|
Add UnicharUtil library for bz
|
2001-11-30 04:32:00 +00:00 |
|
sspitzer%netscape.com
|
454310cf32
|
fix warnings, fix whitespace.
|
2001-11-30 04:19:21 +00:00 |
|
law%netscape.com
|
a2179dc3a0
|
Bug 108567; put icon <image>s in vbox so they don't stretch; r=hwaara/bzbarsky, sr=blake
|
2001-11-30 04:17:05 +00:00 |
|
peterlubczynski%netscape.com
|
b46649de70
|
Fixing up Mac Plugin SDK Basic Sample Project for Classic. Not part of the build.
|
2001-11-30 04:12:42 +00:00 |
|
kmcclusk%netscape.com
|
68d04c0b4c
|
Make the backbuffer transitory based on a pref. This does not have any effect unless you set (layout.transitory.backbuffer", true) bug 95952 sr=attinasi r=alexsavulov
|
2001-11-30 04:12:36 +00:00 |
|
kmcclusk%netscape.com
|
19205cdeae
|
Replace the O(n^2) call to GetChild in nsViewHandleEvent to substantially improve page load performance and interactivity on pages with lots of comboboxes. bug 112525 r=roc+moz sr=kin
|
2001-11-30 04:09:36 +00:00 |
|
peterlubczynski%netscape.com
|
c7776da2d9
|
Removing Mac Plugin SDK resource, not part of build.
|
2001-11-30 04:07:47 +00:00 |
|
peterlubczynski%netscape.com
|
afedfe55cc
|
Removing Mac Plugin SDK project file. Not part of the build.
|
2001-11-30 04:06:44 +00:00 |
|
morse%netscape.com
|
7549338c63
|
bug 77073, wallet checks slows creation of edit and context menus, r=sgehani, sr=alecf
|
2001-11-30 03:46:18 +00:00 |
|
sspitzer%netscape.com
|
5cfb2af495
|
fix build bustage on mac.
|
2001-11-30 03:08:38 +00:00 |
|
javi%netscape.com
|
918df6aadb
|
Remove reference to nsSecureBrowserUIImpl.obj which is no longer built in this
directory. Should fix tbox bustage.
|
2001-11-30 02:30:37 +00:00 |
|
waldemar%netscape.com
|
8636cf2c52
|
Added comments
|
2001-11-30 02:23:05 +00:00 |
|
waldemar%netscape.com
|
1621beb52f
|
Added /* and */ statements
|
2001-11-30 02:22:37 +00:00 |
|
mcafee%netscape.com
|
305aee2229
|
Adding mailbloattest stub.
|
2001-11-30 02:03:24 +00:00 |
|
mcafee%netscape.com
|
b6e99f432e
|
Profile cleanup. Adding mailbloattest stub. Fixed component.reg filename. comments, etc.
|
2001-11-30 02:02:57 +00:00 |
|
vidur%netscape.com
|
1d30755167
|
progress indicator and menu improvements. [not part of build]
|
2001-11-30 02:02:11 +00:00 |
|
vidur%netscape.com
|
1ad0ca5c26
|
Fixed prompt and password dialogs. [not part of build]
|
2001-11-30 01:59:01 +00:00 |
|
dbaron%fas.harvard.edu
|
405859fe7e
|
Backing out shanjian at his request to fix Linux orange.
|
2001-11-30 01:57:24 +00:00 |
|
bzbarsky%mit.edu
|
3e948266a2
|
backing this out. need to get some build magic on the mac first. :(
|
2001-11-30 01:10:10 +00:00 |
|
darin%netscape.com
|
f5cbd5fb34
|
build TestPerf on linux
|
2001-11-30 01:01:23 +00:00 |
|
bzbarsky%mit.edu
|
dadc488fa8
|
Fix build bustage on Win. Bug 109236
|
2001-11-30 00:54:46 +00:00 |
|