mnyromyr%tprac.de
3c96a79522
Bug 336831: Biff doesn't clear from system tray; r/sr=Neil
2006-05-11 18:24:12 +00:00
Olli.Pettay%helsinki.fi
0991896dc5
Didn't mean to check in this patch
2006-05-11 18:21:40 +00:00
joe%retrovirus.com
a14b98bfee
Landing two searchbox changes that landed on branch while trunk was closed:
...
(1) Restore flex to toolbar searchbox
bug=258679
r=gavin.sharp@gmail.com
sr=ben@mozilla.org
(2) Change searchbox to allow it to have variable width on the Mac.
bug=337292
r=gavin.sharp@gmail.com
sr=mconnor@mozilla.com
2006-05-11 18:19:42 +00:00
Olli.Pettay%helsinki.fi
fa059db6bd
Bug 336576, Crash when window gets destroyed during contextmenu event, r+sr=bz
2006-05-11 18:18:47 +00:00
mkaply%us.ibm.com
f1ece2d914
OS/2 only - forgot a file from 336997
2006-05-11 17:45:14 +00:00
bryner%brianryner.com
25ca42d743
Fix shortcut key regression by allowing command= event retargeting to elements other than <command> (bug 336740). r=neil sr=bzbarsky
2006-05-11 17:36:18 +00:00
mkaply%us.ibm.com
edb8aed0a5
#326273
...
r=mkaply, sr=mkaply (OS/2 only)
OS/2 changes from threading checkin - build bustage
Note OS/2 does not work after these changes, it just builds.
Need to look at nsAppShell
2006-05-11 17:24:22 +00:00
mkaply%us.ibm.com
3fb1d562dc
#326273
...
r=mkaply, sr=mkaply (OS/2 only)
OS/2 changes from threading checkin - build bustage
2006-05-11 17:22:54 +00:00
mkaply%us.ibm.com
d68143dbb1
#326273
...
r=mkaply, sr=mkaply (OS/2 only)
OS/2 changes from threading checkin
2006-05-11 17:21:18 +00:00
mcs%pearlcrescent.com
49e479617e
Port to Linux (no /usr/ucb/echo).
2006-05-11 17:09:47 +00:00
mcs%pearlcrescent.com
d1ae7bff52
Added -d option (include empty directories)
2006-05-11 17:07:41 +00:00
mkaply%us.ibm.com
96d85cecbc
Update version
2006-05-11 16:56:09 +00:00
uriber%gmail.com
94c0e90d85
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
5c53d1b0a6
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
422320e643
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
cb3ed13192
#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
08c2741a4e
#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
a6f26550cf
#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
47768596d0
#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
660ca844a0
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
d105e63963
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
adeeba1cb8
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
97c356a610
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
1b825326c2
Reverting. This is the wrong way to address the item.
2006-05-11 14:04:09 +00:00
timeless%mozdev.org
2d3d81bad1
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
244bb432fd
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
7ef44dbd4b
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
5327b587c9
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
e93c3c8e69
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
819607eeb2
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
c17c9b0b1f
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
1eeaad9dab
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
d08aca2161
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
e1804d6436
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
51210a6fce
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
beebc0b969
reverting previous change since it would seem to be problematic.
2006-05-11 07:34:40 +00:00
darin%meer.net
aa855734e5
fixes bug 337516 "Txul regression resulting from threadmanager branch landing" r=bzbarsky
2006-05-11 05:47:55 +00:00
mrbkap%gmail.com
4192df9b36
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
82cfeaceb5
Tidy up nsThreadManager::Shutdown per suggestion from roc (see bug 326273)
2006-05-11 01:24:57 +00:00
myk%mozilla.org
7015d36237
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
c0a83e8d1b
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
5546eca278
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
4830eef4a8
fix camino bustage
2006-05-10 22:39:26 +00:00
darin%meer.net
5c7e5eba81
removing reference to unused nsIEventQueueService.h to fix bustage
2006-05-10 21:46:53 +00:00
darin%meer.net
6ce0fecf9a
Attempt fix for extensions/sql
2006-05-10 21:45:05 +00:00
wtchang%redhat.com
06ff3819b8
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
89a6caaa08
fix test harness bustage
2006-05-10 21:32:48 +00:00
darin%meer.net
0739aaf87d
fixing vc6 build bustage
2006-05-10 21:08:55 +00:00
darin%meer.net
f6649a638d
fixing AIX bustage
2006-05-10 20:31:18 +00:00
darin%meer.net
b3f665022d
fixes SunOS bustage
2006-05-10 20:29:54 +00:00