beard%netscape.com
|
237dd352ed
|
implemented JSClass::printProperties().
|
2000-06-28 19:46:13 +00:00 |
|
beard%netscape.com
|
9930edd0d5
|
Enhanced printing of types.
|
2000-06-28 19:45:44 +00:00 |
|
beard%netscape.com
|
c0e9f6d274
|
Type of a JSType* is Type_Type (wow, recursive). Changed mBaseType to be JSType* instead of const JSType*.
|
2000-06-28 19:45:09 +00:00 |
|
dmose%mozilla.org
|
79087ec12a
|
gave the threading model a good whack. pushed the threading from the callers (eg nsLDAPChannel) down into the XPCOM wrapper code itself, so that the calling code doesn't need to deal with threading directly ( it gets callbacks via nsISupports proxies ) . this allows LDAP code to be written in Javascript without hanging the UI thread of the browser. a=r=(not built)
|
2000-06-28 19:39:32 +00:00 |
|
sspitzer%netscape.com
|
19555dce40
|
fix classic skin problems. r=german
|
2000-06-28 19:31:29 +00:00 |
|
sspitzer%netscape.com
|
68c2c882cd
|
fix addressbook splitter for classic skin. r=german
|
2000-06-28 19:25:05 +00:00 |
|
sspitzer%netscape.com
|
0033e4e68b
|
fix bustage.
|
2000-06-28 19:17:51 +00:00 |
|
sspitzer%netscape.com
|
f50e6deb57
|
fix bustage.
|
2000-06-28 19:17:00 +00:00 |
|
hangas%netscape.com
|
812eede5a1
|
Bug 43658 fixes to Classic Skin - written by german, r=hangas
|
2000-06-28 19:08:59 +00:00 |
|
hangas%netscape.com
|
4a4fe1db29
|
First Checked In.
|
2000-06-28 19:03:04 +00:00 |
|
dmose%mozilla.org
|
80e2f60e4f
|
Updated documentation. a=r=(not built).
|
2000-06-28 19:02:27 +00:00 |
|
hangas%netscape.com
|
acc3f0c2ed
|
Bug 43658 fixes to Classic Skin - written by bdonohoe, r=hangas
|
2000-06-28 19:01:15 +00:00 |
|
rogerl%netscape.com
|
52bffdadcf
|
First set of unified 'dot' handling changes for statics.
|
2000-06-28 18:41:30 +00:00 |
|
beard%netscape.com
|
d40b8dd8cb
|
added jsclasses.h
|
2000-06-28 18:10:04 +00:00 |
|
cyeh%bluemartini.com
|
f1d04ba5f8
|
fix for bug #44040 "sanitycheck.cgi dies if apostrophes in product, component, version,
or milestone". thanks to dave@intrec.com (Dave Miller) for the patch
|
2000-06-28 17:54:11 +00:00 |
|
mkaply%us.ibm.com
|
64c9b319cc
|
#42637
r = leaf, a = leaf
Accidental bloat on pointer file
|
2000-06-28 16:51:24 +00:00 |
|
beard%netscape.com
|
941b505765
|
Fix string <.
|
2000-06-28 16:38:20 +00:00 |
|
beard%netscape.com
|
d9bf640477
|
Fixed dynamic lookup of static slots. Added code to compare strings.
|
2000-06-28 16:32:52 +00:00 |
|
beard%netscape.com
|
b1350d87b6
|
GET_STATIC/SET_STATIC/STATIC_XCR now use an index rather than a name. Implemented GET_PROP/SET_PROP for class objects (looks up slot dynamically, etc.)
|
2000-06-28 16:15:06 +00:00 |
|
beard%netscape.com
|
866b5d3d8d
|
GET_STATIC/SET_STATIC/STATIC_XCR now use an index rather than a name. Now using JSClass::hasStatic() rather than looking up statics in class' scope.
|
2000-06-28 16:14:18 +00:00 |
|
beard%netscape.com
|
8132734212
|
GET_STATIC/SET_STATIC/STATIC_XCR now use an index rather than a name.
|
2000-06-28 16:13:12 +00:00 |
|
beard%netscape.com
|
970477555f
|
Static slots.
|
2000-06-28 16:11:54 +00:00 |
|
brade%netscape.com
|
aa1bafd976
|
submission by Ryan Cassin (rcassin@supernova.org); recent files menu for editor; bug #17502; approved beppe
|
2000-06-28 14:58:36 +00:00 |
|
mkaply%us.ibm.com
|
c051dc5537
|
#42637
r=mkaply, a=brendan
OS/2 bringup - rewrite of nsFileSpecOS2.cpp to be more like Windows
|
2000-06-28 14:50:12 +00:00 |
|
mkaply%us.ibm.com
|
c7cc467aac
|
#43877
r=dougt, a=dougt
Using this pointer rather than other pointer causes crash
|
2000-06-28 14:37:25 +00:00 |
|
mkaply%us.ibm.com
|
815e8e3db6
|
#43357
NO ONE AROUND TO REVIEW
The change for ELF broke our tinderbox. The second ELF line should be in the else case for OS/2.
|
2000-06-28 14:19:33 +00:00 |
|
cls%seawood.org
|
ca8c11e15e
|
Commented out check for multiple variables on a single line as this causes Makefiles that have multiple dir VPATHs to be only partially generated. Uncommented warning for unknown variables.
|
2000-06-28 10:21:53 +00:00 |
|
leaf%mozilla.org
|
8c1267d15c
|
Automated update
|
2000-06-28 08:00:17 +00:00 |
|
cls%seawood.org
|
b1e99d84b9
|
Check for -pthread support on OpenBSD as well.
|
2000-06-28 07:53:26 +00:00 |
|
cls%seawood.org
|
ff0bf03a78
|
Do not explicitly link against -lc_r on OpenBSD. Bug #36467 r=wtc
|
2000-06-28 07:42:56 +00:00 |
|
leaf%mozilla.org
|
664f06b429
|
Automated update
|
2000-06-28 07:15:07 +00:00 |
|
warren%netscape.com
|
9b15d99214
|
Fixed spelling.
|
2000-06-28 07:06:09 +00:00 |
|
cls%seawood.org
|
be1711dd70
|
June cleaning.
|
2000-06-28 07:04:52 +00:00 |
|
cls%seawood.org
|
a9f6433fbe
|
Tweaks to build xpconnect standalone. Bug #42024. Thanks to Mark Adams <madams@janna.com> for the patches.
|
2000-06-28 07:03:13 +00:00 |
|
warren%netscape.com
|
8ecf4013dc
|
Added hasSubstitutions for Hyatt & chrome protocol.
|
2000-06-28 06:54:56 +00:00 |
|
brendan%mozilla.org
|
ca37059e30
|
Interim checkin: -u option for unified (-f and standard) output, down/next links for sorted subgraph navigation, some -j (js-mode) support.
|
2000-06-28 06:42:29 +00:00 |
|
brendan%mozilla.org
|
2eab0c4a26
|
Work around unsolved bug reported by rusty.lynch@intel.com.
|
2000-06-28 06:22:29 +00:00 |
|
dougt%netscape.com
|
da981cc3bf
|
Forgot to check these changes is which were submitted by roc+moz@cs.cmu.edu
and approved by brendan. See bug 43314.
|
2000-06-28 06:14:09 +00:00 |
|
waterson%netscape.com
|
19fb2ea133
|
Bug 43644. Better fix: nsLayoutAtoms::[AddRefAtoms|ReleaseAtoms] calls are unnecessary, as dbaron pointed out to me.
|
2000-06-28 05:36:32 +00:00 |
|
gordon%netscape.com
|
35486b2058
|
Bug 19119 [dogfood+] Mac build of PSM in-process. r = beard.
Remove redundant build commands for security.
|
2000-06-28 05:01:34 +00:00 |
|
gordon%netscape.com
|
581d2e68f2
|
Bug 19119 [dogfood+] Mac build of PSM in-process. r = beard.
Added $build{security}.
|
2000-06-28 05:01:04 +00:00 |
|
tor%cs.brown.edu
|
398039ae41
|
Plug a region leak in nsRegionGTK::SetTo(). r=pavlov
|
2000-06-28 05:00:20 +00:00 |
|
BlakeR1234%aol.com
|
1123bd29aa
|
Fix access key for Switch Theme button...the old one, a, no longer applies.
|
2000-06-28 04:49:48 +00:00 |
|
cls%seawood.org
|
7766827f6f
|
Adding configure option --enable-elf-dynstr-gc. Bug #43357
|
2000-06-28 04:32:15 +00:00 |
|
waterson%netscape.com
|
52056b5489
|
Bug 43644. Add 'wildcard' atom to nsLayoutAtoms and use it instead of a statically leaked atom. r=jst,inaky.gonzales@intel.com
|
2000-06-28 04:17:26 +00:00 |
|
mjudge%netscape.com
|
fcfba9cd7c
|
removing observer. put in on accident. editor will handle oninput changes. if not i can un comment this
|
2000-06-28 04:16:44 +00:00 |
|
gordon%netscape.com
|
0622f8b90a
|
Bug 19119 [dogfood+] Mac build of PSM in-process. r = beard.
Initialize member to 0, to avoid crash.
|
2000-06-28 04:15:39 +00:00 |
|
gordon%netscape.com
|
5dbd7a3aa8
|
Bug 19119 [dogfood+] Mac build of PSM in-process. r = beard.
|
2000-06-28 04:12:26 +00:00 |
|
gordon%netscape.com
|
3ac99f79b6
|
Bug 19119 [dogfood+] Mac build of PSM in-process. r = beard.
Add PSM to build commands. Changed branch tags for pulling mozilla/security (on Mac only).
|
2000-06-28 04:12:04 +00:00 |
|
gordon%netscape.com
|
14b4a816e0
|
Bug 19119 [dogfood+] Mac build of PSM in-process. r = beard.
Change to link against PSMStubs.shlb
|
2000-06-28 04:10:04 +00:00 |
|