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

118891 Коммитов

Автор SHA1 Сообщение Дата
mkaply%us.ibm.com 790e5feb43 a=me - OS/2 srcdir bustage 2003-05-12 22:28:13 +00:00
jst%netscape.com 14b59ee3e0 Backing out part of bug 93015 until we can figure out how to fix the problem w/o causing regression bug 205236. 2003-05-12 22:28:04 +00:00
mkaply%us.ibm.com 86a242e010 OS/2 version of zoom pointers - a=me 2003-05-12 22:24:11 +00:00
jst%netscape.com 72ec343461 Fixing bug 202994. Make sure the proper security check is done when converting the result of a JS expression in a javascript: URL to a string. r=mstoltz@netscape.com, sr=brendan@mozilla.org, a=asa@mozilla.org 2003-05-12 22:23:52 +00:00
mkaply%us.ibm.com 148c24f654 OS/2 GCC debug build bustage 2003-05-12 22:17:20 +00:00
mkaply%us.ibm.com 4be159b5e1 No bug - corrupt icon - a=me 2003-05-12 22:16:51 +00:00
jaggernaut%netscape.com 3f57466f0c Bug 166428: "Sending request..." or "Transferring from..." reappearing after "Done" in status bar. r=darin, sr=jst, a=sspitzer 2003-05-12 22:12:51 +00:00
kestes%walrus.com 0b41915101 put in filespecs. 2003-05-12 21:55:46 +00:00
kestes%walrus.com 8004263bb1 put info about what version of perforce this is intended so simulate.
Fix the users to allways have an @something.  Fix the time function
to match the real output.
2003-05-12 21:54:38 +00:00
stephend%netscape.com b627674def Bug 204958. zip in Address tab should be ZIP (uppercase acronym). r=robinf@netscape.com, sr=sspitzer@netscape.com, a=sspitzer@netscape.com, localization=bobj@netscape.com 2003-05-12 21:52:36 +00:00
rogerl%netscape.com fbabde92ec Missed these... 2003-05-12 21:33:53 +00:00
rogerl%netscape.com 5e0f5cdf1b Fixed E3 bugs throughout. Added /Op to build for bug in numerics.cpp code
inherited from SpiderMonkey.
2003-05-12 21:33:18 +00:00
ian.mcgreer%sun.com 8720e22f4e bug 203049, move some operations outside of slot->slotLock
r=relyea
2003-05-12 21:32:38 +00:00
locka%iol.ie acbea27a7e Backout checkin for b=204879, a=kysmith@netscape.com 2003-05-12 21:27:24 +00:00
nelsonb%netscape.com ff2431f5c0 Fix bug 202270. Eliminate a potential infinite loop. 2003-05-12 21:07:01 +00:00
ben%netscape.com 8f3148c0e3 More name changes for 0.6 2003-05-12 21:00:35 +00:00
ben%netscape.com f83e078f2e Name changes for 0.6 2003-05-12 20:43:54 +00:00
wtc%netscape.com 34bce4985a Bug 205346: need to include <unistd.h> on BeOS for isatty(). Thanks to
timeless@bemail.org for the patch.
2003-05-12 19:52:44 +00:00
jake%bugzilla.org 3d37f7fe5c Bug 203314 - Clean up <ulink/>'s, links to bugs and extra spaces in sentences.
Patch by Martin Wulffeld <martin@wulffeld.org>.
r,a=jake
Also, added Martin to the section about people who have made signifigant conrtibutions.
2003-05-12 19:31:50 +00:00
wtc%netscape.com 05536f8c3a Bug 205346: fixed a compiler warning about a zero-length format string for
sprintf.
2003-05-12 18:58:33 +00:00
kestes%walrus.com aa16f6222a chmod the new vcsim directory. 2003-05-12 17:34:37 +00:00
kestes%walrus.com 6fa26420f4 fixed the data persistance, now it appears done. 2003-05-12 17:25:23 +00:00
igor%mir2.org d0fc67bca5 Fixing http://bugzilla.mozilla.org/show_bug.cgi?id=205297 2003-05-12 16:54:41 +00:00
kestes%walrus.com d61b0ee52f begin work on saving state between calls. 2003-05-12 16:05:56 +00:00
ccarlen%netscape.com ab29e4bdf5 MfcEmbed preferences not being saved because profile sharing components are not packaged. Adding them to Windows and Mac packages and removing extra occurance of intl.xpt. b=204740, r=ssu/sr=alecf/a=asa 2003-05-12 14:02:40 +00:00
kestes%walrus.com fcf47522b8 new simulators to help with debugging. 2003-05-12 13:51:20 +00:00
locka%iol.ie e0677d2cef Don't build or export nsIMozAxPlugin.xpt in COM connect mode. b=204879 r=dbradley sr=alecf a=sspitzer 2003-05-12 12:15:08 +00:00
locka%iol.ie 80d866eaab Return error codes from NS_InitXPCOM2 & NS_ShutdownXPCOM in the event of failure. b=195555 r=sfraser sr=dougt a=sspitzer 2003-05-12 12:13:21 +00:00
bryner%netscape.com 8dc3ad3076 Fixes for a number of focus problems:
Bug 201996 (caret blinking in field, but can't type)
Bug 200735 (window is raised when opening link in a new tab)
Bug 203117 (unable to scroll view source window with keyboard)
Bug 194104 (focus is in last tab when opening new window with tabgroup)

Summary of the changes:
- Don't require a frame to be present for focus events.  This allows events like activate and deactivate to correctly update the focus controller even if the document hasn't been reflowed.
- General cleanup and adding of comments in nsEventStateManager::PreHandleEvent.  We now also reuse the event struct when firing focus/blur events to the content, document, and window.
- In nsHTMLElement::SetFocus() and Select(), make sure to set the focused window as well as the focused element, if the focus controller is inactive.
- Fixed handling of certain conditions in PresShell::CheckForFocus() where the results would be different depending on whether the parent or child document unsuppressed painting first.
- General cleanup in PresShell::HandleEvent() and HandleEventInternal().

r=jkeiser, sr=jst, a=sspitzer.
2003-05-12 07:11:16 +00:00
jshin%mailaps.org 0045564aba bug 196312 : work around a problem with CJK bi-width fonts and fontconfig prior to 2.2. (r/sr=blizzard). Not a part of the default build(Xft) 2003-05-12 04:03:28 +00:00
aaronl%netscape.com 16a07f473a Bug 204204. Crash in editor when shift-tabbing out of html editor. r=brade, sr=bryner, a=asa 2003-05-11 21:14:07 +00:00
rogerl%netscape.com 3aaa101ad4 E3 Compatibility fixes 2003-05-11 18:24:36 +00:00
harishd%netscape.com 42426ec8f0 Fix for random crashes caused by uninitialized XPCVariant type. Also, fixed an FMR. b=203434, r=dbardley@netscape.com, sr=jst@netscape.com, a=sspitzer@netscape.com 2003-05-11 16:27:34 +00:00
kestes%walrus.com c7581e8286 fix some typos. 2003-05-11 01:29:03 +00:00
bsmedberg%covad.net 110776c7d6 Fix ANSI-strict compiler errors using GCC 3.4 (from CVS). bug 201407 r=jkeiser sr=brendan a=sspitzer 2003-05-11 01:28:03 +00:00
bienvenu%netscape.com e516a5dd6b fix undo of local mail delete, r/sr/a=sspitzer 188245 2003-05-10 20:14:20 +00:00
kestes%walrus.com 021d912867 minor changes to how the legend is formatted. 2003-05-10 20:03:16 +00:00
kestes%walrus.com cc07a31745 I debuged this by eye. I need someone with perforce installed to check that this really works. 2003-05-10 20:00:12 +00:00
kestes%walrus.com 7fd49007ad fix typo with $tree var. Use the Utils.pm module. 2003-05-10 19:59:26 +00:00
kestes%walrus.com 1ae8164d89 add calls to setup the global environment before test is run.
Main loop had out redefined each iteration.
2003-05-10 19:56:52 +00:00
rogerl%netscape.com 56bdfebe33 Minor e3 fixes. Adding type handling for function parameters & result. 2003-05-10 19:30:34 +00:00
asa%mozilla.org 8974317402 adding plugin faq to bookmarks 2003-05-10 17:49:43 +00:00
bienvenu%netscape.com 2d4d28d52d better fix for 204874 problems with custom proprietary envelope command with imap sent folder, r/sr/a=sspitzer 2003-05-10 14:48:24 +00:00
wtc%netscape.com 4d2e0f3bbc Bug 202593 and bug 204980: fixed a recursive deadlock introduced by the
fix for bug 202593. The session returned by nssSlot_CreateSession doesn't
need its own lock.  It is either protected by a higher-level lock (the
slot or module lock) or used by only one thread throughout its lifetime.
Modified Files: dev/devslot.c pk11wrap/dev3hack.c
2003-05-10 14:21:40 +00:00
wtc%netscape.com 734e118950 Bug 204797: nssTokenObjectCache_Clear needs to lock the cache, otherwise
multiple threads could clear the cache at the same time after a token is
removed.
2003-05-10 14:19:04 +00:00
scott%scott-macgregor.org 3d15f348db Try to get movemail working on linux THUNDERBIRD builds. Has no impact on trunk.
a=sspitzer
2003-05-10 05:20:20 +00:00
dbradley%netscape.com 1da27167df bug 204659 - Security manager check needs adjusting. r=adamlock, sr=alecf, a=sspitzer 2003-05-10 04:10:29 +00:00
rbs%maths.uq.edu.au 6e66b5ebb8 mismatch in the mathfont association of the solidus symbol '/', spotted by Geoff Leach <gl@cs.rmit.edu.au> in bug 128153, r+sr=rbs, a=sspitzer 2003-05-10 03:40:36 +00:00
sspitzer%netscape.com ca3b645a8d fix for bug #204517
[junk] purge doesn't work for Junk folder under Local Folders
r/sr=bienvenu, a=sspitzer
2003-05-10 02:11:57 +00:00
caillon%returnzero.com da46821012 Fix a leak and some minor code cleanup. r+sr=jst, a=sspitzer. (205104) 2003-05-10 02:01:10 +00:00