scott%scott-macgregor.org
490e52bda3
add missing access key
2003-11-17 19:28:18 +00:00
neil%parkwaycc.co.uk
917932cb34
Bug 225952 nsObjectFrame.cpp abuses nsXPIDLCString r/sr=bz
2003-11-17 19:26:24 +00:00
jst%mozilla.jstenback.com
130e3a7fb9
Backing out the last chance completely to fix orangeness until I figure out what the deal is...
2003-11-17 19:02:15 +00:00
igor%mir2.org
46e97e6ab7
Fixing debug printout of icode: CALLSPECIAL prinout was not updated to reflect proper value of only 6 additional bytes for bytecode.
2003-11-17 18:31:55 +00:00
jst%mozilla.jstenback.com
a7aa3e0ea7
Attempting to fix orangeness...
2003-11-17 18:26:58 +00:00
jst%mozilla.jstenback.com
8438c81f3b
Fix related to regression bug 147811. Make declaring on* functions trigger the event listener registration code so that event handlers get registerd by simply declaring a global (or whatever the scope) function with the name of a event handler. r=caillon@aillon.org, sr=brendan@mozilla.org.
2003-11-17 17:54:39 +00:00
igor%mir2.org
a9bb9a44ac
To mark special properties __proto__ and __parent__ in parse tree use integer ids instead of strings so it is easier to check tree consitency.
2003-11-17 17:39:43 +00:00
igor%mir2.org
cbacb923d3
Finalizing toSource() support: do not put () arround {} for source representation of objects that are part of recursive toSource call.
...
For details, see http://bugzilla.mozilla.org/show_bug.cgi?id=225465
2003-11-17 17:37:21 +00:00
bzbarsky%mit.edu
4b654bce34
GTK1 and xlib versions of the patch for bug 102578.
...
For xlib, patch by Andrej Czapszys (czapszys@comcast.net ), r=blizzard,
sr=bryner
For GTK1, patch by Kenneth Herron (kjh-5727@comcast.net ), r=blizzard,
sr=bzbarsky
2003-11-17 17:03:24 +00:00
pschwartau%netscape.com
cbb33a9d98
Removing skip of fileName and lineNumber test; these properties are now supported by Rhino. See bug 225817.
2003-11-17 16:48:12 +00:00
dwitte%stanford.edu
0434ce1a39
fixing bogus comment.
2003-11-17 15:43:51 +00:00
timeless%mozdev.org
28117890eb
Bug 223900 GRE Bustage (AIX, BEOS)
...
Second attempt
2003-11-17 11:26:07 +00:00
igor%mir2.org
02c0cb7a89
Changing wrapping of caught Java exceptions: now they are constructed with JavaException constructor, have fileName, lineNumber defined to point to script line that executed Java code triggering exception and have javaException property pointing to the wrapped exception object.
...
For details, see http://bugzilla.mozilla.org/show_bug.cgi?id=225817
2003-11-17 11:04:29 +00:00
timeless%mozdev.org
641da64ddf
Bug 223900 - GRE Bustage (BEOS)
...
/boot/home/tinderbox/BeOS_5.0_Depend/mozilla/xpcom/glue/standalone/nsGREDirServiceProvider.cpp: In function `PRBool GRE_GetCurrentProcessDirectory(char *)':
/boot/home/tinderbox/BeOS_5.0_Depend/mozilla/xpcom/glue/standalone/nsGREDirServiceProvider.cpp:248: `buf' undeclared (first use this function)
/boot/home/tinderbox/BeOS_5.0_Depend/mozilla/xpcom/glue/standalone/nsGREDirServiceProvider.cpp:248: (Each undeclared identifier is reported only once
/boot/home/tinderbox/BeOS_5.0_Depend/mozilla/xpcom/glue/standalone/nsGREDirServiceProvider.cpp:248: for each function it appears in.)
2003-11-17 10:27:12 +00:00
timeless%mozdev.org
9ac3b062e8
Bug 223900 GRE Bustage (AIX, BEOS)
...
"/usr/include/sys/param.h", line 91.9: 1540-0848 (S) The macro name "MAXPATHLEN" is already defined with a diff
erent definition.
"/home/tbox/builds/tinderbox/AIX_5.1_Clobber/mozilla/xpcom/glue/standalone/nsGREDirServiceProvider.h", line 47.
9: 1540-0425 (I) "MAXPATHLEN" is defined on line 47 of "/home/tbox/builds/tinderbox/AIX_5.1_Clobber/mozilla/xpco
m/glue/standalone/nsGREDirServiceProvider.cpp".
gmake[5]: *** [nsGREDirServiceProvider.o] Error 1
2003-11-17 10:25:46 +00:00
timeless%mozdev.org
d8323ba73f
Bug 106386 Correct misspellings in source code
...
Changes strings which meant "referring"
patch by ajvincent@juno.com r=timeless sr=dmose
2003-11-17 10:05:45 +00:00
igor%mir2.org
834efdbe71
Fixing http://bugzilla.mozilla.org/show_bug.cgi?id=225817 :
...
Proper support for fileName and lineNumber in Error objects.
2003-11-17 09:45:01 +00:00
neil%parkwaycc.co.uk
88add6dd5a
Bug 218825, part 4: delete nsIFolder and move the code to nsIMsgFolder r=bienvenu sr=Henry.Jia
2003-11-17 09:37:23 +00:00
neil%parkwaycc.co.uk
d507c8a33c
Bug 218825, part 3: delete nsMsgFolder and move the code to nsMsgDBFolder r=bienvenu sr=Henry.Jia
2003-11-17 09:35:48 +00:00
pete.zha%sun.com
fdbf518129
bug 124029 Roaming - 4.x-HTTP-compatible
...
patch 134896
r=ben.bucksch@beonex.com sr=bz-vacation@mit.edu
2003-11-17 08:20:17 +00:00
timeless%mozdev.org
c41650eeb8
Bug 225527 Crash [@ map2tsv] null section
...
r=bryner
2003-11-17 06:48:34 +00:00
timeless%mozdev.org
502d375f7a
Bug 224668 make dependency updating honor -s
...
r=bryner
2003-11-17 06:38:05 +00:00
timeless%mozdev.org
1c9c2ac5e8
Bug 222077 Warning: String literal converted to char*
...
r=dwitte sr=roc
2003-11-17 06:28:04 +00:00
bsmedberg%covad.net
a888a82d0b
Bug 223900 - Clean up MFCEmbed to use the GRE properly (don't link against xpcom.dll), and make the GRE glue libs more embedder-friendly and flexible. r=adamlock/dougt sr=dougt
2003-11-17 06:13:49 +00:00
dbaron%dbaron.org
0851395ebe
Remove unneeded chromeOverride variable. b=225936 r+sr=bzbarsky
2003-11-17 04:10:55 +00:00
ben%bengoodger.com
76f006a097
Don't use Accel+I to open the bookmarks bar on Mac - Accel+I is traditionally mapped to Info on MacOS.
2003-11-17 02:27:26 +00:00
chanial%noos.fr
1feb1633ec
missed a file, thx to Steffen for the patch. Also, remove trailing spaces
2003-11-17 01:46:46 +00:00
pschwartau%netscape.com
b707a22895
Removing inner () 's from Section 4 of test. See bug 225831 comment 7.
2003-11-17 00:46:52 +00:00
dbaron%dbaron.org
e852c24b41
Turn DetermineFrameType into InitFrameType. b=225911 r+sr=bzbarsky
2003-11-17 00:35:17 +00:00
rlk%trfenv.com
2ca83605da
Bug 153671 - Navigator Help - some corrections.
...
Bug 182186 - Navigator Help - Type Ahead Find needed
Patch by Daniel Wang (stolenclover@yahoo.com.tw ) r=rlk@trfenv.com
2003-11-16 23:39:43 +00:00
rlk%trfenv.com
719e0fbcdd
Bug 153671 - Navigator Help - some corrections.
...
Bug 182186 - Navigator Help - Type Ahead Find needed
Patch by Daniel Wang (stolenclover@yahoo.com.tw )
2003-11-16 23:38:38 +00:00
silver%warwickcompsoc.co.uk
2ad3d095d4
Bug 207949 Show Chatzilla as installable extension in Firebird GUI/FE
...
r=rginda@hacksrus.com
2003-11-16 23:23:51 +00:00
pschwartau%netscape.com
24d46ce950
Adding comments.
2003-11-16 23:10:49 +00:00
pschwartau%netscape.com
2954f1e1c9
Nope, that last correction was wrong; fixing mistake. See bug 225289 comment 9.
2003-11-16 23:07:28 +00:00
pschwartau%netscape.com
336f8f995e
Adding three more sections, by igor@fastmail.fm.
2003-11-16 22:03:14 +00:00
bzbarsky%mit.edu
a8938a3267
Make nsJARURI implement nsIURL. Bug 224797, r=andreas.otte@debitel.net,
...
sr=darin
2003-11-16 21:43:43 +00:00
brendan%mozilla.org
58ec114d26
Fix ALTPREREQ2, it was just plain busted (225289, r=zack-web@gmx.de based on his similar patch).
2003-11-16 21:34:59 +00:00
dbaron%dbaron.org
02b14dd0ce
Remove unneeded mIsTable member variable. r+sr=bzbarsky b=225902
2003-11-16 21:12:17 +00:00
dbaron%dbaron.org
2e72ac7775
Add comments connecting two quirks.
2003-11-16 18:49:00 +00:00
tor%cs.brown.edu
67e3853830
Bug 225015 - prevent assert caused by access to nonexistent frame.
...
r=sicking, sr=bryner
2003-11-16 18:11:04 +00:00
jocuri%softhome.net
16287a2f54
Bug 65320: Extra options on editproducts.cgi & editcomponents.cgi; r=jouni; a=justdave.
2003-11-16 09:30:07 +00:00
bzbarsky%mit.edu
852fbd43f7
Be a little smarter about handling the mess that is broken images. Only look
...
for a frame if we've had a frame at some point in the past; this should keep us
from calling GetPrimaryFrameFor quite so much during pageload. Bug 225848,
r+sr=jst
2003-11-16 07:34:25 +00:00
scott%scott-macgregor.org
54777f2e4f
Bug #98564 --> caret overlaps the last character in textfield (if positioned after the last char).
...
Patch written by kin.
r=smontagu
sr=sfraser
2003-11-16 07:08:55 +00:00
scott%scott-macgregor.org
39a8db9812
remove old twisty images for tree controls
2003-11-16 04:34:05 +00:00
scott%scott-macgregor.org
eb7b3a2a6f
Replace twisty icons for tree controls in thunderbird with the +/- images
2003-11-16 04:32:59 +00:00
scott%scott-macgregor.org
164884a05e
toolbar style cleanup
2003-11-16 04:31:32 +00:00
chanial%noos.fr
4026ea488f
update update_notifications.provider.0.datasource, even if we don't use it (patch by Steffen Wilberg)
2003-11-16 04:01:31 +00:00
chanial%noos.fr
345db106d6
update general.useragent.contentlocale (patch by Steffen Wilberg)
2003-11-16 03:59:29 +00:00
chanial%noos.fr
29b3221b09
update startup.homepage_override_url, even if we don't use it (patch by Steffen Wilberg)
2003-11-16 03:53:39 +00:00
chanial%noos.fr
90b68f3e18
remove the pref intl.content.lang: it was only used for the communicator sidebars.
2003-11-16 03:34:56 +00:00