saul.edwards%sun.com
f00c3e60ba
208193: Add enableTLS, enableTLSDefault APIs.
2004-10-01 16:42:24 +00:00
pedemont%us.ibm.com
26d64eb1c5
Add helper function for getting an interfaces IID. Used by Java impl of QI. Not part of default build.
2004-10-01 16:29:53 +00:00
pedemont%us.ibm.com
88af8e5209
Better logging. Not part of default build.
2004-10-01 16:24:57 +00:00
pedemont%us.ibm.com
9ebe7a881f
Split GeckoEmbed.java into two files, so GeckoEmbed just contains embedding functions. Better name for library. Use JAVA_HOME for location of Java includes. Not part of default build.
2004-10-01 16:19:03 +00:00
igor%mir2.org
2208dc8f95
RUnit Software AS as the single owner of copyrights for the following list of files present in Mozilla CVS as of 2004-10-01 15:10 UTC changes the license of the files to NPL/GPL. This is done for consistency with the rest of the source code in Rhino.
...
List of the affected files:
mozilla/js/rhino/src/org/mozilla/javascript/Callable.java
mozilla/js/rhino/src/org/mozilla/javascript/ClassCache.java
mozilla/js/rhino/src/org/mozilla/javascript/CompilerEnvirons.java
mozilla/js/rhino/src/org/mozilla/javascript/ContextAction.java
mozilla/js/rhino/src/org/mozilla/javascript/ContextFactory.java
mozilla/js/rhino/src/org/mozilla/javascript/Kit.java
mozilla/js/rhino/src/org/mozilla/javascript/Reference.java
mozilla/js/rhino/src/org/mozilla/javascript/SpecialRef.java
mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/GuiCallback.java
mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/test.js
mozilla/js/rhino/xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLReference.java
Please contact igor@runitsoft.com if you have any questions about this.
2004-10-01 15:11:01 +00:00
igor%mir2.org
3aaa416d55
Fixing bug 262447: bad implementation of trying-hard-to-avoid-map-allocation idea in ScriptableObject.getPropertyIds
2004-10-01 14:59:45 +00:00
mkaply%us.ibm.com
051c8519fa
#261647
...
r=mkaply, sr=blizzard, a=mkaply
Patch from Dainis Jonitis - make sure to initialize RGNRECT
2004-10-01 14:32:48 +00:00
bsmedberg%covad.net
8228c1ebea
Add theme hook for RTL languages, bug 221824 r=mconnor
2004-10-01 13:37:09 +00:00
igor%mir2.org
59af2f367b
More Reference clenups: Reference.delete now returns boolean to follow JS semantic clother and Reference implementation for __proto__|__parent__ is moved to a separated file SpecialRef.
2004-10-01 13:32:14 +00:00
peterv%propagandism.org
2116663b00
Fix for bug 178546 (regression: addFile (AppleSingle) doesn't work on Mac OS X ). r=dveditz, sr=jst.
2004-10-01 13:18:08 +00:00
peterv%propagandism.org
5009ca4eb7
Fix for bug 110263 (static const NS_NAMED_LITERAL_STRING is not thread safe). Patch by dbradley, r=darin, sr=jst.
2004-10-01 09:08:15 +00:00
shaver%mozilla.org
d6a4d0f76c
Beginnings of WebDAV support, starting with (nonconformant but mildly
...
usable) PROPFIND service.
2004-10-01 05:59:55 +00:00
darin%meer.net
994208629d
followup patch for bug 99639 "clean up STATE_IS_WINDOW" r=biesi sr=dbaron
2004-10-01 04:52:26 +00:00
bzbarsky%mit.edu
432e6d1817
Add debug MaxDifference() function to style structs and add some asserts in
...
style context code to catch structs that are returning unexpected or bogus
hints. Bug 258910, r+sr=dbaron
2004-10-01 03:33:05 +00:00
julien.pierre.bugs%sun.com
1fce2635d0
Avoid divide by zero iteration
2004-10-01 03:19:30 +00:00
dean_tessman%hotmail.com
2ae33d74a6
256079 - Clicking focused readonly textbox triggers autocomplete
...
p=m.wargers@hccnet.nl
r=mconnor sr=bryner
2004-10-01 01:19:50 +00:00
scott%scott-macgregor.org
f64ac0b41a
Bug #241202 --> FormatToolbar overlaps MsgHeadersToolbar
...
set a min height on the msg toolbar to prevent you from dragging the format toolbar over it.
2004-10-01 01:09:25 +00:00
bryner%brianryner.com
64e9b4b46b
Listen for document unload and kill the autocomplete popup if it's open. Bug 257354, r+sr=ben.
2004-10-01 00:35:09 +00:00
scott%scott-macgregor.org
efbc49f148
Bug #210164 --> POP: alert "is not a registered protocol" popped when loading an attachment
...
Turn on xul error alerts so we don't get random docshell error alerts such as not registered
protocol when viewing a mail message.
2004-10-01 00:29:41 +00:00
bryner%brianryner.com
4ad2ba4b20
Don't remove exact matches from the list of possible autocompletions for password manager (bug 257154). r=ben.
2004-10-01 00:24:06 +00:00
bryner%brianryner.com
66d76ae942
Fix RelayoutChildAtOrdinal problems (correctly handle the case where the child is at the end of its ordinal group and isn't moving, and handle the case where the first child is moving somewhere else). Bug 262310, r=darin, sr=roc.
2004-10-01 00:22:07 +00:00
bryner%brianryner.com
7b7efa3d32
get rid of NS_WARNING when typing into a textarea. r=danm
2004-10-01 00:15:11 +00:00
pedemont%us.ibm.com
f0b068d822
Store a global weak ref to the Java object rather than the 'address' returned by the JVM
2004-09-30 23:34:47 +00:00
pedemont%us.ibm.com
a741abdef7
Store the key in the hash entry struct so that it works better with stub hash functions. Not part of default build.
2004-09-30 23:20:34 +00:00
bryner%brianryner.com
4115a0c3b3
Don't try to destroy child frames twice. Bug 262244, r+sr=roc.
2004-09-30 23:16:06 +00:00
igor%mir2.org
e048fa7512
Replacing calls to XMLLib to construct special name objects to represent qulified names, attributes and descendants by calls to object to get Reference based on name type. It allowed to implement proper namespace resolution in qulified name without forcing activation creation and simplified code.
...
In addition XMLName is no longer leaked to interpretation stack which would allow to remove unnecessary casts to XMLName in future.
2004-09-30 22:52:40 +00:00
pedemont%us.ibm.com
be537ec4bf
Bug 225574 - Applications greyed out in file dialogs. Patch by Nathan Hamblen. r=jhpedemonte,sr=sfraser
2004-09-30 22:48:33 +00:00
bzbarsky%mit.edu
ddc468e6d6
Make it possible to re-call an XMLHttpRequest object from its onreadystate
...
handler by clearing listeners before calling onreadystate, not after. Bug
258768, r=doron, sr=jst
2004-09-30 22:47:50 +00:00
jocuri%softhome.net
acc5cefead
Patch for bug 262126: fix invalid date parsing; patch by me, r=kiko, a=justdave.
2004-09-30 22:47:17 +00:00
jocuri%softhome.net
789ba29f99
Patch for bug 261210: adapt bz_secure CSS for text based browsers; patch by Jason Pyeron <jpyeron@pyerotechnics.com>; r=myk, a=myk.
2004-09-30 22:43:57 +00:00
bzbarsky%mit.edu
0c2720f14b
Columns should invalidate the tree when their width changes, not just when
...
attributes that affect width change. Bug 257237, r=varga, sr=roc
2004-09-30 22:41:23 +00:00
bzbarsky%mit.edu
c4ff2082ae
Create a GetGeometricParent() function and make people use it instead of
...
(incorrectly, usually) rolling their own. Bug 191151, initial cut of patch by
jkeiser back when, r+sr=roc
2004-09-30 22:39:28 +00:00
bzbarsky%mit.edu
b44e807062
Remove parsing of play-during property, since we don't support it anyway and
...
it's gone from CSS2.1 and CSS3. Bug 258079, r+sr=dbaron
2004-09-30 22:32:28 +00:00
bzbarsky%mit.edu
e2c56f9785
Make createContextualFragment work for XML. Bug 133827, patch by
...
steve.swanson@mackichan.com , r=bzbarsky, sr=jst
2004-09-30 22:27:45 +00:00
bzbarsky%mit.edu
72576ab1aa
Don't set tags empty just because they have bogus attributes. Bug 262346,
...
patch by Blake Kaplan <mrbkap@gmail.com>, r+sr=bzbarsky
2004-09-30 22:05:23 +00:00
cbiesinger%web.de
93ea7a16b5
Bug 261593 get rid of AssignWithConversion in filesystemdatasource
...
r=axel@pike.org sr=darin
2004-09-30 21:44:02 +00:00
jocuri%softhome.net
21ca15c693
Patch for bug 258712: whine.pl should honour emailsuffix; patch by Marc Schumann <wurblzap@gmail.com>; r=erik, a=justdave.
2004-09-30 21:40:49 +00:00
bzbarsky%mit.edu
e0dc15e288
Don't do unneeded work in nsImageFrame::AttributeChanged. Bug 261723, r+sr=roc
2004-09-30 19:23:40 +00:00
bzbarsky%mit.edu
61feb80622
Don't crash if someone pretends to be a form control (via XBL) without implementing
...
nsIFormControl. Bug 260922, r+sr=jst
2004-09-30 19:15:59 +00:00
bsmedberg%covad.net
ec050b1d80
Since toolkit locales are not yet centralized on trunk, mscott's merge from the branch wasn't quite correct. (Bug 214663)
2004-09-30 18:25:44 +00:00
edburns%acm.org
1448fe45f7
update_date
2004-09-30 17:59:45 +00:00
bryner%brianryner.com
ea8b458e37
Don't crash if there are command-line arguments (bug 261734) by doing ParseConfig before ParseArgs, moving gtk_init to RunWizard, and adding a check in ErrorHandler to log errors to the console if gtk hasn't been initialized yet. r=ajschultz, sr=dveditz.
2004-09-30 17:31:00 +00:00
bienvenu%nventure.com
c95ace691a
fix problem sending .doc files when apple double has been associated with .doc files on non-mac, sr=mscott 236239
2004-09-30 16:36:47 +00:00
cbiesinger%web.de
c14fc12eed
Bug 262238 Add a explaining comment to mail.identity.default.bcc_*
...
patch by Frank Wein <mcsmurf@gmx.de> r+sr=bienvenu
2004-09-30 16:33:13 +00:00
jst%mozilla.jstenback.com
30a055a3ab
Fixing bug 257523. Prevent Copy & Paste with generated DOM events. Patch by trev@gtchat.de, r=jst@mozilla.org, sr=dveditz@cruzio.com
2004-09-30 16:29:54 +00:00
doronr%us.ibm.com
1e7fadf591
Bug 262188 - nsSchemaLoader::ProcessFacet checks for sMaxInclusive_atom twice, it should check for sMinInclusive_atopm the 2nd time. r=timeless/sr=peterv
2004-09-30 15:09:10 +00:00
bienvenu%nventure.com
c39f21c3b0
fix 257299 in pop3 authentication fall back to user/pass if auth plain is not supported, patch by ch.ey@gmx.net, r=bienvenu,sr=mscott
2004-09-30 14:48:30 +00:00
bugzilla%arlen.demon.co.uk
a870550df4
Bug 260264 Fixup radiogroups to use new .value functionality of radio.xml (Patch for mailnews v0.2)
...
p=me r=neil.parkwaycc.co.uk sr=bienvenu
2004-09-30 14:44:44 +00:00
cbiesinger%web.de
c9a0f13bf5
Bug 261790 port various changes betwen xpfe/toolkit
...
r=mconnor sr=neil
2004-09-30 14:31:42 +00:00
cbiesinger%web.de
e19211b830
remove some unneeded REQUIRES from chardet
...
261029 r=jshin sr=bz
2004-09-30 14:27:33 +00:00