igor%mir2.org
efd61a6673
Since Undefined inherits from Scriptable, not ScriptableObject, it does not need to override get/setAttributes()
2003-11-01 20:21:28 +00:00
jocuri%softhome.net
79b4ece2b6
Bug 224397: Mismatch of user error: insufficient_privs vs insufficient_perms; patch by caduvall@glue.umd.edu (chaduv); r=justdave; a=justdave.
2003-11-01 20:02:47 +00:00
igor%mir2.org
674cfbf1bb
Removal of completely unnecessary getSlotToSet as its implementation repeated already unsuccessfully search done by getSlot. The put methods now call addSlot directly.
...
In addition, shared code in has and get to check/update lastAccess cache is moved to common method getNamedSlot.
2003-11-01 19:40:24 +00:00
bienvenu%nventure.com
692f7fe7b6
fix 111855 patch by frank.schoenheit@gmx.de, r=me, sr=mscott first newsgroup count not read if authentication required
2003-11-01 19:03:17 +00:00
bienvenu%nventure.com
dd92e5fa7b
retain folder settings when reparsing local folders because .msf file doesn't match timestamp, 224267, r/sr=mscott
2003-11-01 17:27:53 +00:00
igor%mir2.org
16dcc44df0
GlobalScope is removed as its introduction had to serious consequences with compatibility and usage. Instead a special purpose class ClassCache is introduces to hold various caches. The class binds itself to an arbitrary object by using new SciptableObject.associateValue method so arbitrary ScriptableObject can be used as a scope without performance penalties.
2003-11-01 15:34:23 +00:00
bsmedberg%covad.net
5346dbdacf
Followup on bug 223084, fix bustage of static builds. Pass a null nsIFile* to the static component loader during autoregistration.
2003-11-01 14:46:08 +00:00
peter%propagandism.org
f9f591a28f
Fix for bug 224231 (Need AppendASCIItoUTF16). r=jst, sr=dbaron.
2003-11-01 10:57:41 +00:00
jocuri%softhome.net
7ccfcb5e5f
Bug 123565: Add to FAQ: Why can't I close bugs from "Change Several Bugs at Once" ?; r=justdave; a=justdave.
2003-11-01 09:51:41 +00:00
peter%propagandism.org
8658999689
Fix for bug 224231 (Need AppendASCIItoUTF16). r=jst, sr=dbaron.
2003-11-01 09:35:48 +00:00
bryner%brianryner.com
3a207091ea
Don't process random events from the X event queue while waiting for clipboard operations to complete. Bug 214583, r=blizzard. Not part of the default build.
2003-11-01 07:48:59 +00:00
bryner%brianryner.com
014c7712a1
On Linux, enable jprof to use /dev/rtc for up to 8 KHz sampling. Bug 128673, original patch by shaver, some additional fixes by me, r=shaver, sr=dbaron.
2003-11-01 07:34:18 +00:00
bryner%brianryner.com
63d337ab53
Prefix all external symbols in Mozilla's libpng with MOZ_PNG_ to avoid runtime version conflicts with a system-installed libpng in static builds (bug 181936). Patch by glennrp@imagemagick.org, r=pavlov, sr=tor/bryner
2003-11-01 07:20:43 +00:00
wchang0222%aol.com
1cd3ab9050
Bugzilla bug 223624: fixed the compiler warning that case ecKey is not
...
handled in the switch statement. r=nelsonb.
2003-11-01 05:17:16 +00:00
uid502
ba109f3815
Bug 212366. Account for inverted origin of non-DIB bitmaps. Also, set the row width to the actual width of the DIB data, not the row width from the non-DIB bitmap. r=ere,sr=bzbarsky
2003-11-01 02:00:37 +00:00
uid502
2de14973bc
Bug 212366. Make nsFrameInnerFrame be a moz-anonymous-box pseudoelement. This stops style on an IFRAME from being applied to both the outerframe and the innerframe. r+sr=dbaron
2003-11-01 01:34:06 +00:00
ben%bengoodger.com
3c577e40d2
Add some notes.
2003-11-01 00:47:35 +00:00
brendan%mozilla.org
e9ff806fda
Fix from zack-weg@gmx.de for magic number botch and early Java bug copy/paste in Math.random code (211590, r=me).
2003-10-31 23:21:13 +00:00
ben%bengoodger.com
95d488d11f
update ifdefs
2003-10-31 23:12:30 +00:00
ben%bengoodger.com
ecd07728ef
Installer now actually installs! Yay!
2003-10-31 23:01:00 +00:00
bryner%brianryner.com
811ebf3092
add -framework IOKit to fix static build bustage
2003-10-31 21:44:05 +00:00
uid502
8c15716f48
Bug 190735. DeCOMtaminate nsIFrame::GetFrameType. r+sr=bzbarsky ... sorry, missed some files
2003-10-31 21:00:19 +00:00
bsmedberg%covad.net
2923bed5da
Fix static build bustage from bug 223084 - r=bryner Sorry about that!
2003-10-31 20:50:22 +00:00
uid502
d81619b4fa
Bug 190735. DeCOMtaminate nsIFrame::GetFrameType. r+sr=bzbarsky
2003-10-31 20:19:18 +00:00
pinkerton%netscape.com
daf318aa3c
adding IOKit dependency for mac static build (sr=bryner, not part of build)
2003-10-31 20:07:44 +00:00
pinkerton%netscape.com
42d80b731d
prevent adding personal toolbar buttons twice. handle drops onto toolbar in
...
the correct order. (bug 223207)
2003-10-31 19:50:55 +00:00
mvl%exedo.nl
b8604c9e55
Put back a line that shouldn't have been removed for bug 161130
2003-10-31 19:40:52 +00:00
mvl%exedo.nl
004ff9a182
nsIPopupManager.getEnumerator is replaced by nsIPermissionManager.getEnumerator
...
bug 221232, r=dwitte, sr=bryner
2003-10-31 19:30:06 +00:00
mvl%exedo.nl
ac29426a10
Prevent crashes due to the permissions array not being initialized.
...
bug 223201, r=dwitte, sr=darin
2003-10-31 19:17:03 +00:00
mvl%exedo.nl
289a063ebf
Prevent crashes due to the permissions array not being initialized.
...
bug 223201, r=dwitte, sr=darin
2003-10-31 19:09:08 +00:00
jocuri%softhome.net
27771f7247
Fix for bug 190611: Query page crashes if any product has no versions defined; r=kiko; a=justdave.
2003-10-31 19:06:59 +00:00
scott%scott-macgregor.org
c7c6d23bdd
package offlineStartup.js
2003-10-31 19:03:20 +00:00
mkaply%us.ibm.com
c3a2c84262
#220378
...
r=jblanco, sr=blizzard (platform specific)
Add some more default fonts for Unicode so DBCS works better
2003-10-31 16:47:52 +00:00
mkaply%us.ibm.com
d2639e7ff8
219165
...
r=pedemonte, sr=blizzard (platform specific)
Let Mozilla handle Alt+Enter
2003-10-31 16:41:20 +00:00
chanial%noos.fr
6be9c94ec8
Don't preprocess dtd files.
2003-10-31 15:49:17 +00:00
bsmedberg%covad.net
7b39ba106c
Bug 135533 - Enable the chrome preprocessor for seamonkey as well as the *birds. To use the preprocessor, prefix an asterisk (*) before the file name in your jar.mn. For documentation on preprocessor directives, see http://software.hixie.ch/utilities/unix/preprocessor/ r=bryner
2003-10-31 14:01:35 +00:00
kiko%async.com.br
852ecdcccf
Fix for Bug 220724: Provide standalone bug submission program. Includes
...
a python script that submits bugs to a specified Bugzilla instance.
README, docs and an example bug are included. Work done by Eric Raymond
<esr@thyrsus.com> and myself. a=justdave
2003-10-31 14:00:20 +00:00
mostafah%oeone.com
dbe8f75528
Adding in printDialog.xul and printDialog.js
2003-10-31 13:36:29 +00:00
dwitte%stanford.edu
b8022e8ecf
staticify a couple of class methods.
2003-10-31 08:44:00 +00:00
nelsonb%netscape.com
afd97d4f96
Remove one unnecessary transition from the SSL3 state machine.
...
Reduce the number of reallocations of the SSL3 handshake message buffer.
Bugscape bugs 53287 and 53337
2003-10-31 07:01:05 +00:00
scott%scott-macgregor.org
93d8e70a85
bump the extension version
2003-10-31 06:23:31 +00:00
darin%meer.net
e20f4bcd7f
fixes bug 223811 "getaddrinfo returns 3 addrinfo structs for each IP address [was: very long timeout for retrying IPv6 to IPv4 addresses]" r=wtc
2003-10-31 05:10:48 +00:00
timeless%mozdev.org
b88deae33e
Bug 120148 Tabs don't remember which element [frame, textfield, etc] was focused when switching tabs
...
patch by tryandguessit@yahoo.com r=caillon sr=bryner
2003-10-31 03:56:22 +00:00
darin%meer.net
29ee417b00
bug 119934, change namespace for expat symbols to avoid conflicts with
...
system version (fixes static gtk+2 linux build) r=peterv sr=heikki
2003-10-31 03:49:49 +00:00
pinkerton%netscape.com
b1034a2b68
added IOKit to static target
2003-10-31 03:46:00 +00:00
nelsonb%netscape.com
522e0fe2b8
Enable generation of DES2 keys with mechanism CKM_DES2_KEY_GEN. Bug 201521
2003-10-31 02:33:16 +00:00
pinkerton%netscape.com
fdc2d7dc32
don't process timers after wakeup (r=sfraser, sr=bryner, bug 197863)
2003-10-31 02:31:13 +00:00
pinkerton%netscape.com
7a84beea65
cleanup, sharing toolkit base between carbon and cocoa, and using IOKit for
...
sleep/wake. r=pink, sr=bryner, bug 197863
2003-10-31 02:30:22 +00:00
timeless%mozdev.org
43ee8e9f0b
Bug 16498 Finished Downloading sounds
...
patch by cst@andrew.cmu.edu r=varga sr=bz
2003-10-31 01:58:56 +00:00
chanial%noos.fr
28372ff680
Bug 223161: New FB Help Forum for new users.
...
patch by Mike Connor <mpconnor@rogers.com>
2003-10-31 01:39:29 +00:00