timeless%mozdev.org
c70df9f530
Bug 106386 Correct misspellings in source code
...
r=bc rs=brendan
2006-11-02 20:21:50 +00:00
mike.morgan%oregonstate.edu
047054b673
Added htmlspecialchars() to debug output for AMO update script. See bug 357812.
2006-11-02 20:04:54 +00:00
mkanat%bugzilla.org
25c24543a3
Bug 355837: Make the webservice able to create bugs (bz_webservice_demo part)
...
Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=justdave
2006-11-02 20:03:46 +00:00
mkanat%bugzilla.org
5033464ee7
Bug 357322: Make the login/logout of webservice conform to the bugzilla webservice standard
...
Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=justdave
2006-11-02 20:02:08 +00:00
mkanat%bugzilla.org
52afb348ba
Bug 355837: Make the webservice able to create bugs
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mbd, a=justdave
2006-11-02 19:59:16 +00:00
mozilla%justcameron.com
40bcdb24e1
Bug 359084
...
rustico: some ugly excess platform text when viewing an add-on that's not available for your platform
r=shaver
2006-11-02 19:56:01 +00:00
cvshook%sicking.cc
abafb3f44d
fix copy/paste error
2006-11-02 19:50:59 +00:00
cvshook%sicking.cc
6a984be708
Ugh, too many versions of this patch that builds on different places. This should be right.
2006-11-02 19:44:06 +00:00
cvshook%sicking.cc
480afae792
Add nsAutoTArray and nsAutoTPtrArray. b=356299 r/sr=darin
2006-11-02 19:33:10 +00:00
cvshook%sicking.cc
d29b5d7174
Add nsAutoTArray and nsAutoTPtrArray. b=356299 r/sr=darin
2006-11-02 19:31:05 +00:00
mozilla%justcameron.com
ca27d5e529
Bug 359061
...
User comments, add-on history, previews, addcomment pages not styled for rustico
r=Shaver
2006-11-02 19:29:40 +00:00
kaie%kuix.de
14a234befa
bug 346766, tons of valgrind warnings if nsEntropyCollector collects entropy before NSS initialization
...
r=kengert, r=rrelyea
2006-11-02 19:22:56 +00:00
cvshook%sicking.cc
6b452fb908
Make IsPointInRange and ComparePoint on nsIDOMNSRange throw if the given point is in a different document. Patch by Alex Vincent. b=359046 r/sr=sicking
2006-11-02 19:07:56 +00:00
edburns%acm.org
c5c0551511
update
2006-11-02 18:57:52 +00:00
edburns%acm.org
a0319d2d7b
This change-bundle fixes memory allocation in streams. Next step is to
...
make a final pass to make sure we are not leaking memory. After that, I
want to clean up the build system, and the samples.
M build.xml
- Call make export in mozilla directory
- Fix clean target
M mozilla/Makefile.in
- Added export target
M classes/org/mozilla/pluglet/PlugletLoader.java
- avoid ambiguity by casting
+ CodeSource codesource = new CodeSource(url,(java.security.cert.Certificate []) null);
M examples/MediaPlayer/JMPlayer.java
- remove debug printfs
M mozilla/npAPInsIInputStreamShim.cpp
M mozilla/npAPInsIInputStreamShim.h
- remove debug printfs
- fix buffer allocation, refactor into its own method.
- Use NPN_Mem* methods for memory allocation.
- isolate lock access to private methods. Avoids locking when we
already own the lock, which would cause an assertion.
M mozilla/nppluglet.cpp
- in dtor, check for null mScriptablePeer ivar before accessing it.
M mozilla/nsScriptablePeer.cpp
- whitespace
M src/Pluglet.cpp
- get the plugletEngine from do_GetService().
M src/PlugletEngine.cpp
M src/PlugletFactory.cpp
M src/PlugletLoader.cpp
- remove debug printfs
M test/test.java
- added test finalize.
build.xml classes/org/mozilla/pluglet/PlugletLoader.java examples/MediaPlayer/JMPlayer.java mozilla/Makefile.in mozilla/npAPInsIInputStreamShim.cpp mozilla/npAPInsIInputStreamShim.h mozilla/nppluglet.cpp mozilla/nsScriptablePeer.cpp src/Pluglet.cpp src/PlugletEngine.cpp src/PlugletFactory.cpp src/PlugletLoader.cpp test/test.java
2006-11-02 18:55:50 +00:00
kaie%kuix.de
1de51a708c
Bug 328346, Certificates with keyusage nonRepudiation should not be used as SSL client certificates
...
Checking in incremental patch to fix an obvious mistake.
r=kengert
2006-11-02 18:51:27 +00:00
Olli.Pettay%helsinki.fi
e91e636e41
Bug 359203, r+sr=bz
2006-11-02 18:34:55 +00:00
Olli.Pettay%helsinki.fi
a40636914f
Bug 358139, Make sure that namespaced attributes aren't handled by nsIXTFElement objects, r+sr=jst
2006-11-02 17:38:29 +00:00
Olli.Pettay%helsinki.fi
2866a5c4e8
Bug 359040, Remove kungFuDeathGrip from nsEventListenerManager::HandleEvent, r+sr=jst
2006-11-02 17:28:45 +00:00
ghendricks%novell.com
84165e3252
fixed canedit and candelete in attachments
2006-11-02 17:26:28 +00:00
michael.buettner%sun.com
e9e2271591
bug #324657 implementation according specification > http://wiki.mozilla.org/Calendar:SMB_Event_Dialog r=lilmatt
2006-11-02 16:40:17 +00:00
gijskruitbosch%gmail.com
949709206d
Bug 353506 - Swat namesx strict warnings
...
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall (tH))
r=silver@warwickcompsoc.co.uk
ChatZilla Only
2006-11-02 16:38:15 +00:00
michael.buettner%sun.com
57d1586781
provide sensible defaults for categories & custom reminders
2006-11-02 16:37:56 +00:00
tor%cs.brown.edu
38a296c7ab
Bug 355249 - implement feMorphology.
...
Patch by amenzie@us.ibm.com , r=tor, sr=roc
2006-11-02 16:30:20 +00:00
gijskruitbosch%gmail.com
df572a2205
Bug 318422 - Timestamp format should be more flexible
...
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall (tH))
r=samuel@sieb.net
ChatZilla Only
2006-11-02 16:26:52 +00:00
michael.buettner%sun.com
0e5bdef280
fixed timezone title and references to chrome-files
2006-11-02 16:17:22 +00:00
michael.buettner%sun.com
48fcbca878
fixed timezone title and references to chrome-files
2006-11-02 16:09:47 +00:00
igor.bukanov%gmail.com
6f2650a499
Bug 356856: fixing 64-bit-only burst + better comments and style.
2006-11-02 16:09:10 +00:00
michael.buettner%sun.com
12e87bc0a0
bug #324657 implementation according specification > http://wiki.mozilla.org/Calendar:SMB_Event_Dialog r=lilmatt
2006-11-02 15:42:15 +00:00
michael.buettner%sun.com
9e548288be
bug #324657 implementation according specification > http://wiki.mozilla.org/Calendar:SMB_Event_Dialog
2006-11-02 15:37:34 +00:00
michael.buettner%sun.com
2a8d3e19c2
bug #324657 implementation according specification > http://wiki.mozilla.org/Calendar:SMB_Event_Dialog
2006-11-02 15:04:27 +00:00
aaronleventhal%moonset.net
ad900abef1
Bug 355540. Accessible objects for xforms upload and some inputs. Patch by Alexander Surkov. r=aaronlev, r=aaronr, sr=neil
2006-11-02 14:50:32 +00:00
michael.buettner%sun.com
8da863c9a9
bug #324657 implementation according specification > http://wiki.mozilla.org/Calendar:SMB_Event_Dialog
2006-11-02 14:42:26 +00:00
aaronleventhal%moonset.net
5e99b76b37
Bug 357032. XUL textfields not exposing nsIAccessibleText correctly. r=ginn.chen
2006-11-02 14:25:29 +00:00
aaronleventhal%moonset.net
0a71174b7a
Bug 358979. nsIAccessibleText::SetCaretOffset should return false and do nothing if caret cannot be set to the specified location. r=ginn.chen
2006-11-02 14:17:36 +00:00
michael.buettner%sun.com
bca3b16636
bug #324657 implementation according specification > http://wiki.mozilla.org/Calendar:SMB_Event_Dialog , r=lilmatt
2006-11-02 14:08:42 +00:00
michael.buettner%sun.com
555a4b4a8d
bug #324657 implementation according specification > http://wiki.mozilla.org/Calendar:SMB_Event_Dialog , r=lilmatt
2006-11-02 13:36:42 +00:00
joshmoz%gmail.com
6e6a39f8fd
update email address for myself. sr=josh
2006-11-02 11:29:00 +00:00
joshmoz%gmail.com
9c5f3c36e1
fix regression from bug 356078, some menu items appearing with default title. b=357153 r=hwaara
2006-11-02 10:48:11 +00:00
szegedia%freemail.hu
1acf3ae058
Fix for Bugzilla #358058 : disallow TAB key in editor
2006-11-02 09:37:48 +00:00
szegedia%freemail.hu
bd092ee0c3
Using SecurityUtilities to query system properties
2006-11-02 09:34:23 +00:00
cvshook%sicking.cc
974b52ca30
Back out changes that were part of a different patch.
2006-11-02 08:22:08 +00:00
cvshook%sicking.cc
f3a3af9cca
Make nsRange::ToString and nsContentIterator deal with ranges with endpoint containers being the document. Patch by bz. r/sr=sicking b=358660
2006-11-02 07:41:45 +00:00
bzbarsky%mit.edu
3c0294cc84
Add a way to efficiently insert a bunch of identically constructed elements at a
...
given location in an nsTArray. Bug 357630, r=sicking, sr=darin
2006-11-02 04:12:24 +00:00
cvshook%sicking.cc
8da53b5fb1
Bug 359121: Fix regression in editor from previous range checkins. nSDetach wasn't the same as Detach after all. r/sr=jst
2006-11-02 02:14:57 +00:00
brendan%mozilla.org
1d20f5a6b6
Fix heavyweight generator activation to transfer the call and args objects to the generator's frame (359062, r=igor).
2006-11-01 23:42:23 +00:00
timeless%mozdev.org
d34db0ac05
Bug 106386 Correct misspellings in source code
...
adding a space between echo and " r=reed,ctho
r=glennrp@gmail.com , bclary@bclary.com rs=brendan
2006-11-01 23:41:17 +00:00
jst%mozilla.org
452e858ee0
Additional fix for bug 342490. One more place needed the same change that originally went in to fix this bug. r=mrbkap@gmail.com, sr=bugmail@sicking.cc
2006-11-01 23:22:36 +00:00
vladimir%pobox.com
0a9f88e335
b=359002, single pixel background image is incorrect color (third line of acid2), r=stuart
2006-11-01 23:13:37 +00:00
timeless%mozdev.org
e1ec2c7611
Bug 106386 Correct misspellings in source code
...
r=glennrp@gmail.com , bclary@bclary.com rs=brendan
2006-11-01 23:10:21 +00:00