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

158256 Коммитов

Автор SHA1 Сообщение Дата
uriber%gmail.com c5c3c2492b Bug 336590: Caret can not be placed after space at the end of a wrapped line in textarea, using the mouse. r+sr=roc 2006-05-11 16:28:01 +00:00
bzbarsky%mit.edu 6ccdcef971 Selection listeners and extra privileges go hand in hand. Bug 336830,
r=dveditz, sr=shaver
2006-05-11 16:09:04 +00:00
bzbarsky%mit.edu 6e7e8da8e6 Create our URIs by hand (since we have our own scheme), instead of going
through the ioService.  Also fixes some threadsafety stuff.  Bug 337513,
r=dveditz, sr=darin.
2006-05-11 16:06:35 +00:00
mkaply%us.ibm.com be8919010d #337267
CCK only - not part of build
See bug 250123 - listitem.value and listitem.label don't work unless the listbox item is visible.
Switch to using get/setAttribute
2006-05-11 15:49:02 +00:00
mkaply%us.ibm.com 641827b2de #337404
CCK only - not part of build
I was only saving the ZIP path when you closed the CCK explicitly
Need to save it when you finish the wizard as well
2006-05-11 15:47:11 +00:00
mkaply%us.ibm.com e648083a2e #337410
CCK only - not part of build
Need to add a full check for extension ID format so invalid IDs are rejected - regex copied from nsExtensionManager.js
I also had to change the error message to be more detailed - L10N impact
2006-05-11 15:44:35 +00:00
mkaply%us.ibm.com 8b708f4673 #337432
CCK only - not part of build
Need to escape HTML entities when they are going to be added to DTD or XML files
Need to do charset conversion on install.rdf so that I18N chars are accepted for name/description/etc.
2006-05-11 15:41:56 +00:00
joshmoz%gmail.com a649f920e8 Fix modal dialogs in Cocoa widgets. If they don't have the titled window attribute dialogs cannot become key windows. part of bug 330587, though this fixes the non-sheet case as well. a=bsmedberg for closed tree. 2006-05-11 15:14:29 +00:00
richm%stanfordalumni.org 72e7ca44c6 Bug: 334561
Description: Clean up spec file for RPM build
Fix Description: Make the spec files use the conventions used by the Fedora/Red Hat packaging system
2006-05-11 14:51:02 +00:00
richm%stanfordalumni.org 4b43831530 Bug: 334763
Description: Fix build to allow building command line tools without svrcore
Fix Description: Should allow the command line tools to be built without svrcore.  Also fixed the problem with system svrcore.
2006-05-11 14:48:34 +00:00
richm%stanfordalumni.org 78f3c060b2 Bug: 337210
Description: ber_scanf sometimes gives incorrect return code on 64-bit
Fix: ber_get_boolean needs to get the return value of ber_get_int as an unsigned long and return that unsigned long value
2006-05-11 14:40:48 +00:00
timeless%mozdev.org 1b19985fdb Reverting. This is the wrong way to address the item. 2006-05-11 14:04:09 +00:00
timeless%mozdev.org 90466f8337 Bug 321707 Don't force this.select() in onfocus
patch by grapz@runbox.com r=timeless sr=neil
2006-05-11 13:34:15 +00:00
timeless%mozdev.org 2393b37747 Bug 336985 Misplaced null check of aEvent in nsEventStateManager::PreHandleEvent
r=bryner sr=bryner
2006-05-11 13:26:08 +00:00
timeless%mozdev.org 8f7341d7e8 Bug 336984 Useless null check of aNewLeftNode in nsEditor::SplitNode
r=neil sr=neil
2006-05-11 13:25:30 +00:00
timeless%mozdev.org 32fd7a86ea Bug 336983 OOM crash [@ ConvertHTMLtoUCS2] unicodeData Pointer allocated by nsMemory::Alloc dereferenced without NULL check
r=bz sr=bz
2006-05-11 13:24:42 +00:00
timeless%mozdev.org 8a642d2bf0 Bug 336975 Function: nsIsIndexFrame::GetEncoder does not dereference "encoder" after assigning to *encoder
r=bz sr=bz
2006-05-11 13:23:55 +00:00
timeless%mozdev.org 32befa7f28 Bug 336964 Useless null check of aUri in txMozillaXSLTProcessor::LoadStyleSheet
r=sicking sr=bz
2006-05-11 13:23:06 +00:00
timeless%mozdev.org 9fabca1463 Bug 336957 Crash when calling messageServiceFromURI("file://...").streamMessage [@ nsMailboxService::FetchMessage]
r=bienvenu sr=bienvenu
2006-05-11 13:21:32 +00:00
timeless%mozdev.org b8d95581ed Bug 336479 oomish crash [@ cryptojs_GetScriptPrincipal] because of a missing *
r=kaie sr=bz
2006-05-11 13:20:37 +00:00
timeless%mozdev.org c8f43f6564 Bug 335315 Null pointer dereference in [@ _newJSDContext]
patch by rflint@dslr.net r=rginda sr=brendan
2006-05-11 13:19:45 +00:00
timeless%mozdev.org e28bd85b3d Bug 333689 [@ nsCertTree::ToggleOpenState]
patch by gijskruitbosch+bugs@gmail.com r=kaie sr=neil
2006-05-11 13:18:15 +00:00
timeless%mozdev.org 0a29c05c3f Bug 334290 nsJSEventListener::HandleEvent inconsistently uses &stackPtr/stackPtr for JS_(Push|Pop)Arguments
r=jst sr=jst
2006-05-11 13:13:01 +00:00
darin%meer.net 385c568c8a reverting previous change since it would seem to be problematic. 2006-05-11 07:34:40 +00:00
darin%meer.net 2f09742ed9 fixes bug 337516 "Txul regression resulting from threadmanager branch landing" r=bzbarsky 2006-05-11 05:47:55 +00:00
mrbkap%gmail.com e7695293dd Temporarily backing this change out to fix bug 336100, r=brendan approval for the closed-tree checkin from bz 2006-05-11 02:43:38 +00:00
darin%meer.net bc46644aa6 Tidy up nsThreadManager::Shutdown per suggestion from roc (see bug 326273) 2006-05-11 01:24:57 +00:00
myk%mozilla.org e3cf80beef unhork adding a new bookmark from the bookmarks manager
bug=337305
r=brettw
sr=ben
a=ben for 1.8 branch
2006-05-11 00:58:54 +00:00
beng%bengoodger.com a4c3347e8a 336945 - subscription options - can't use/select use a website on windows if no feed protocol handler ever installed on system. r=gavin 2006-05-11 00:16:30 +00:00
darin%meer.net e53eb29e72 fixing upload to a file channel and the win32 vc6 build bustage (out with NS_NewRunnableMethod and in with NS_NEW_RUNNABLE_METHOD) 2006-05-10 22:49:04 +00:00
darin%meer.net 5a25233907 fix camino bustage 2006-05-10 22:39:26 +00:00
darin%meer.net 214075158a removing reference to unused nsIEventQueueService.h to fix bustage 2006-05-10 21:46:53 +00:00
darin%meer.net cf102d03bc Attempt fix for extensions/sql 2006-05-10 21:45:05 +00:00
wtchang%redhat.com 321cb8386e Bugzilla Bug 298506: Do not log the token name (so the declaration of
sftk_getDefTokName in pkcs11i.h and the previous change to sftk_SlotFromID
weren't necessary). Use Linux's audit subsystem if available. r=relyea.
Modified files: fipstokn.c pkcs11.c pkcs11i.h
2006-05-10 21:33:11 +00:00
darin%meer.net 6eb0fba710 fix test harness bustage 2006-05-10 21:32:48 +00:00
darin%meer.net 60abfd74e7 fixing vc6 build bustage 2006-05-10 21:08:55 +00:00
darin%meer.net 670687c184 fixing AIX bustage 2006-05-10 20:31:18 +00:00
darin%meer.net f220aeccae fixes SunOS bustage 2006-05-10 20:29:54 +00:00
darin%meer.net 6b272f1c86 make use of nsRunnableMethod<T> to fix AIX bustage 2006-05-10 19:28:04 +00:00
darin%meer.net 0468cf2ee0 Use ReceiveNextEvent instead of AcquireFirstMatchingEventInQueue in order to continue supporting Mac OS X 10.2. Concept reviewed by Josh ;-) 2006-05-10 19:17:40 +00:00
darin%meer.net dbe525c0d8 removing empty files 2006-05-10 19:06:35 +00:00
darin%meer.net 7321e2791d fix vc6 bustage 2006-05-10 19:02:05 +00:00
darin%meer.net d892c6c2e4 fixing uninitialized variable error in TimerThread::Init. 2006-05-10 18:30:57 +00:00
darin%meer.net 8602491b67 fixes SunOS (putt) bustage 2006-05-10 18:27:21 +00:00
darin%meer.net e6e84dc252 fix javaxpcom bustage 2006-05-10 18:17:01 +00:00
darin%meer.net 12f9fa579b fix AIX bustage 2006-05-10 18:13:20 +00:00
darin%meer.net b6261df5f9 fixing btek build bustage. making destructor public so it can be called
from a static destructor :(
2006-05-10 18:05:38 +00:00
darin%meer.net 0da481b749 remove stale reference to NS_PROXYEVENT_MANAGER_CID. fixes blackdeath seamonkey bustage. 2006-05-10 17:58:44 +00:00
darin%meer.net d7d58e050a Make nsBaseAppShell::mRunWasCalled accessible to subclasses. Fixes mac bustage. 2006-05-10 17:56:10 +00:00
darin%meer.net 342082f9ca fix btek bustage. 2006-05-10 17:47:50 +00:00