Граф коммитов

172167 Коммитов

Автор SHA1 Сообщение Дата
igor.bukanov%gmail.com cfae796699 Bug 358975: properly report out-of-memory on failed arena allocation. r=brendan 2006-11-02 22:42:03 +00:00
mozilla.mano%sent.com 265ce3e78b license block 2006-11-02 22:30:18 +00:00
mozilla.mano%sent.com 204fd07090 Bug 356590 - Clean up nsContextMenu and make it a bit more window-agnostic, partly fixes bug 281490. r=gavin. 2006-11-02 22:26:22 +00:00
kaie%kuix.de d266176f49 Bug 359280, fix typo in mozilla/security/nss/cmd/lib/SSLerrs.h
r=nelson
2006-11-02 22:07:57 +00:00
kaie%kuix.de 6feb102157 Bug 355447, Certificate Viewer shows no details for certs in chain
Fix template patch
r=kengert
2006-11-02 21:49:22 +00:00
timeless%mozdev.org c47d0c2f58 Bug 281222 The file copy under unix can fail and produce zero sized file in some circumstances
patch by wbonnet@on-x.com r=timeless sr=darin
2006-11-02 21:27:37 +00:00
pavlov%pavlov.net 221ccfc099 fixing custom cursor crash bug 332713. r=biesi sr=vlad 2006-11-02 21:25:14 +00:00
timeless%mozdev.org 4a532567d8 Bug 355342 warning: `nsCopyRequest::m_newMsgFlags' will be initialized after `PRBool nsCopyRequest::m_processed'
r=bienvenu sr=bienvenu
2006-11-02 21:20:41 +00:00
sayrer%gmail.com 78521b7277 Bug 357431. add a note to removeObserver about using the same pref branch for which addObserver was used. Patch by Andreas Wuest <awuest@gmail.com>. r/sr: darin. #developers says checkin ok. 2006-11-02 21:10:19 +00:00
tor%cs.brown.edu cee3122525 Bug 359224 - include nsTraceRefcnt.h so NS_BUILD_REFCNT_LOGGING is valid.
Patch by amenzie@us.ibm.com, r+sr=sicking.
2006-11-02 21:09:47 +00:00
cvshook%sicking.cc 428b7a3dcd Disable test_autoarray in non-debug builds since it relies on debug-only code 2006-11-02 20:26:05 +00:00
mvl%exedo.nl 0565c9ab95 bug 355577: add index to properties table, to speed up item construction. r=jminta 2006-11-02 20:24:30 +00:00
timeless%mozdev.org c5a37e020e Bug 106386 Correct misspellings in source code
r=bc rs=brendan
2006-11-02 20:21:50 +00:00
mike.morgan%oregonstate.edu a8afb1af01 Added htmlspecialchars() to debug output for AMO update script. See bug 357812. 2006-11-02 20:04:54 +00:00
mkanat%bugzilla.org 0317f47904 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 d45d980253 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 a71dbba81b 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 fad9ac5459 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 03ab6e5bbf fix copy/paste error 2006-11-02 19:50:59 +00:00
cvshook%sicking.cc 9debfc2f3a 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 bd10875996 Add nsAutoTArray and nsAutoTPtrArray. b=356299 r/sr=darin 2006-11-02 19:33:10 +00:00
cvshook%sicking.cc 58bd3889ba Add nsAutoTArray and nsAutoTPtrArray. b=356299 r/sr=darin 2006-11-02 19:31:05 +00:00
mozilla%justcameron.com bb77a90665 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 26372250b4 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 9f11d0aba0 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 33ada9927a update 2006-11-02 18:57:52 +00:00
edburns%acm.org edeac63c68 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 1a4838613a 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 5e61914193 Bug 359203, r+sr=bz 2006-11-02 18:34:55 +00:00
Olli.Pettay%helsinki.fi 97ca6462d6 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 c917a17911 Bug 359040, Remove kungFuDeathGrip from nsEventListenerManager::HandleEvent, r+sr=jst 2006-11-02 17:28:45 +00:00
ghendricks%novell.com 606564a8cf fixed canedit and candelete in attachments 2006-11-02 17:26:28 +00:00
michael.buettner%sun.com fde7550588 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 293ce700a5 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 6637d316aa provide sensible defaults for categories & custom reminders 2006-11-02 16:37:56 +00:00
tor%cs.brown.edu 4079e1a82f 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 89b633441a 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 5175eee014 fixed timezone title and references to chrome-files 2006-11-02 16:17:22 +00:00
michael.buettner%sun.com a937689c6a fixed timezone title and references to chrome-files 2006-11-02 16:09:47 +00:00
igor.bukanov%gmail.com 1218fc7972 Bug 356856: fixing 64-bit-only burst + better comments and style. 2006-11-02 16:09:10 +00:00
michael.buettner%sun.com 5e4c0a9da9 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 788482a0a1 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 c78b2e15e0 bug #324657 implementation according specification > http://wiki.mozilla.org/Calendar:SMB_Event_Dialog 2006-11-02 15:04:27 +00:00
aaronleventhal%moonset.net 781b78f5af 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 861de64c6c bug #324657 implementation according specification > http://wiki.mozilla.org/Calendar:SMB_Event_Dialog 2006-11-02 14:42:26 +00:00
aaronleventhal%moonset.net c30e3049e4 Bug 357032. XUL textfields not exposing nsIAccessibleText correctly. r=ginn.chen 2006-11-02 14:25:29 +00:00
aaronleventhal%moonset.net fea0c9533c 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 f9be2d12b4 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 5f6065d187 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 80433c8e05 update email address for myself. sr=josh 2006-11-02 11:29:00 +00:00