Commit Graph

120335 Commits

Author SHA1 Message Date
nelsonb%netscape.com
fece9f41b3 Fix bug 202270. Eliminate a potential infinite loop.
git-svn-id: svn://10.0.0.236/trunk@142339 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 21:07:01 +00:00
ben%netscape.com
5c14f66ff5 More name changes for 0.6
git-svn-id: svn://10.0.0.236/trunk@142338 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 21:00:35 +00:00
ben%netscape.com
3bccf3327a Name changes for 0.6
git-svn-id: svn://10.0.0.236/trunk@142337 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 20:43:54 +00:00
wtc%netscape.com
8d3e1170d8 Bug 205346: need to include <unistd.h> on BeOS for isatty(). Thanks to
timeless@bemail.org for the patch.


git-svn-id: svn://10.0.0.236/trunk@142336 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 19:52:44 +00:00
jake%bugzilla.org
ca70728f43 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.


git-svn-id: svn://10.0.0.236/trunk@142335 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 19:31:50 +00:00
wtc%netscape.com
b9697cb5f5 Bug 205346: fixed a compiler warning about a zero-length format string for
sprintf.


git-svn-id: svn://10.0.0.236/trunk@142334 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 18:58:33 +00:00
kestes%walrus.com
ffa07f157c chmod the new vcsim directory.
git-svn-id: svn://10.0.0.236/trunk@142330 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 17:34:37 +00:00
kestes%walrus.com
4cba99061a fixed the data persistance, now it appears done.
git-svn-id: svn://10.0.0.236/trunk@142329 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 17:25:23 +00:00
igor%mir2.org
f4e1875ca9 Fixing http://bugzilla.mozilla.org/show_bug.cgi?id=205297
git-svn-id: svn://10.0.0.236/trunk@142327 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 16:54:41 +00:00
kestes%walrus.com
91bbf4fae2 begin work on saving state between calls.
git-svn-id: svn://10.0.0.236/trunk@142326 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 16:05:56 +00:00
ccarlen%netscape.com
84f65eaf45 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
git-svn-id: svn://10.0.0.236/trunk@142324 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 14:02:40 +00:00
kestes%walrus.com
0969b8cea0 new simulators to help with debugging.
git-svn-id: svn://10.0.0.236/trunk@142323 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 13:51:20 +00:00
locka%iol.ie
78fd128e20 Don't build or export nsIMozAxPlugin.xpt in COM connect mode. b=204879 r=dbradley sr=alecf a=sspitzer
git-svn-id: svn://10.0.0.236/trunk@142321 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 12:15:08 +00:00
locka%iol.ie
1f72d24052 Return error codes from NS_InitXPCOM2 & NS_ShutdownXPCOM in the event of failure. b=195555 r=sfraser sr=dougt a=sspitzer
git-svn-id: svn://10.0.0.236/trunk@142320 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 12:13:21 +00:00
bryner%netscape.com
468d4be15c 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.


git-svn-id: svn://10.0.0.236/trunk@142319 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 07:11:16 +00:00
jshin%mailaps.org
094f492937 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)
git-svn-id: svn://10.0.0.236/trunk@142318 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 04:03:28 +00:00
aaronl%netscape.com
24b466e6b3 Bug 204204. Crash in editor when shift-tabbing out of html editor. r=brade, sr=bryner, a=asa
git-svn-id: svn://10.0.0.236/trunk@142317 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-11 21:14:07 +00:00
rogerl%netscape.com
642e087f64 E3 Compatibility fixes
git-svn-id: svn://10.0.0.236/trunk@142316 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-11 18:24:36 +00:00
harishd%netscape.com
e4e03ff787 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
git-svn-id: svn://10.0.0.236/trunk@142315 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-11 16:27:34 +00:00
kestes%walrus.com
8b60c53872 fix some typos.
git-svn-id: svn://10.0.0.236/trunk@142313 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-11 01:29:03 +00:00
bsmedberg%covad.net
acbfa07f90 Fix ANSI-strict compiler errors using GCC 3.4 (from CVS). bug 201407 r=jkeiser sr=brendan a=sspitzer
git-svn-id: svn://10.0.0.236/trunk@142312 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-11 01:28:03 +00:00
bienvenu%netscape.com
9418e22e86 fix undo of local mail delete, r/sr/a=sspitzer 188245
git-svn-id: svn://10.0.0.236/trunk@142311 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-10 20:14:20 +00:00
kestes%walrus.com
8735bf444e minor changes to how the legend is formatted.
git-svn-id: svn://10.0.0.236/trunk@142310 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-10 20:03:16 +00:00
kestes%walrus.com
421675d83f I debuged this by eye. I need someone with perforce installed to check that this really works.
git-svn-id: svn://10.0.0.236/trunk@142309 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-10 20:00:12 +00:00
kestes%walrus.com
40a2c5f0f3 fix typo with $tree var. Use the Utils.pm module.
git-svn-id: svn://10.0.0.236/trunk@142308 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-10 19:59:26 +00:00
kestes%walrus.com
816038ae7c add calls to setup the global environment before test is run.
Main loop had out redefined each iteration.


git-svn-id: svn://10.0.0.236/trunk@142307 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-10 19:56:52 +00:00
rogerl%netscape.com
9c6cd66f8f Minor e3 fixes. Adding type handling for function parameters & result.
git-svn-id: svn://10.0.0.236/trunk@142306 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-10 19:30:34 +00:00
asa%mozilla.org
768f571f72 adding plugin faq to bookmarks
git-svn-id: svn://10.0.0.236/trunk@142304 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-10 17:49:43 +00:00
bienvenu%netscape.com
ef7ba7011f better fix for 204874 problems with custom proprietary envelope command with imap sent folder, r/sr/a=sspitzer
git-svn-id: svn://10.0.0.236/trunk@142303 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-10 14:48:24 +00:00
wtc%netscape.com
0fcacee35c 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


git-svn-id: svn://10.0.0.236/trunk@142302 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-10 14:21:40 +00:00
wtc%netscape.com
497bcfe6f8 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.


git-svn-id: svn://10.0.0.236/trunk@142301 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-10 14:19:04 +00:00
scott%scott-macgregor.org
7705dafd2c Try to get movemail working on linux THUNDERBIRD builds. Has no impact on trunk.
a=sspitzer


git-svn-id: svn://10.0.0.236/trunk@142300 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-10 05:20:20 +00:00
dbradley%netscape.com
5f2ddad73f bug 204659 - Security manager check needs adjusting. r=adamlock, sr=alecf, a=sspitzer
git-svn-id: svn://10.0.0.236/trunk@142299 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-10 04:10:29 +00:00
rbs%maths.uq.edu.au
b1c9bac2b0 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
git-svn-id: svn://10.0.0.236/trunk@142298 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-10 03:40:36 +00:00
sspitzer%netscape.com
e55a029b31 fix for bug #204517
[junk] purge doesn't work for Junk folder under Local Folders
r/sr=bienvenu, a=sspitzer


git-svn-id: svn://10.0.0.236/trunk@142296 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-10 02:11:57 +00:00
caillon%returnzero.com
ca2709b2de Fix a leak and some minor code cleanup. r+sr=jst, a=sspitzer. (205104)
git-svn-id: svn://10.0.0.236/trunk@142295 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-10 02:01:10 +00:00
bryner%netscape.com
516a56127c fix build bustage - need to use rez include path
git-svn-id: svn://10.0.0.236/trunk@142290 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-10 00:12:38 +00:00
nelsonb%netscape.com
93271e4660 Fix bug 143426 by not freeing names in loop that traverses them.
Patch contributed by liexter@hotmail.com (liqi)


git-svn-id: svn://10.0.0.236/trunk@142289 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-09 23:59:18 +00:00
mstoltz%netscape.com
78812a2acd Bug 204682 - do not allow document.domain to be set to the empty string. r=heikki, sr=darin, a=blizzard
git-svn-id: svn://10.0.0.236/trunk@142288 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-09 23:56:04 +00:00
sspitzer%netscape.com
0585dcc890 fix for bug #197043
fix the underlying problem that was causing the JMC dialog not to close.
make the spam folder stuff friendly to IMAP servers that have namespaces
like Cyrus IMAP servers.

r/sr=bienvenu, a=sspitzer


git-svn-id: svn://10.0.0.236/trunk@142287 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-09 23:21:26 +00:00
rogerl%netscape.com
84847ff0bb New implementation of read/write handling, fixed gc bugs etc.
git-svn-id: svn://10.0.0.236/trunk@142286 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-09 23:05:01 +00:00
bienvenu%netscape.com
82e5018af3 fix crash when sending with an external smtp redirected login, r/sr=sspitzer, a=sspitzer 205102
git-svn-id: svn://10.0.0.236/trunk@142285 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-09 22:48:13 +00:00
bryner%netscape.com
7ebf031063 Fix some build issues on UFS volumes by eliminating the need to use the resource fork (bug 157036). This replaces the applesingle-encoded nsMacWidget.rsrc with the DeRez'd nsMacWidget.r. We then run Rez at compile time to generate the data-fork resource file. Patch by lordpixel@mac.com, r=bryner, sr=sfraser, a=sspitzer.
git-svn-id: svn://10.0.0.236/trunk@142284 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-09 22:05:31 +00:00
ssu%netscape.com
ead6490b54 fixing bug 204162 - -201 error when doing performInstall. r=dveditz sr=jag, a=sspitzer
git-svn-id: svn://10.0.0.236/trunk@142282 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-09 20:47:34 +00:00
jst%netscape.com
1a3fdb6d94 Fixing bug 93015. Making sure image that start loading before the page is done loading get added to the documents load group to prevent the page's onload handler from running before the image's onload handler runs. r=pavlov@pavlov.net, sr=darin@netscape.com, a=sspitzer@netscape.com
git-svn-id: svn://10.0.0.236/trunk@142281 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-09 20:42:49 +00:00
nicolson%netscape.com
e849c669cd Fix 205069: broken loop logic in PFX.java.
git-svn-id: svn://10.0.0.236/trunk@142279 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-09 19:02:56 +00:00
nicolson%netscape.com
8928394ccd Replace unnecessary Debug.trace() statement with a comment in the code.
git-svn-id: svn://10.0.0.236/trunk@142278 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-09 18:57:15 +00:00
brade%netscape.com
7863d97a97 api change to insertion filter to add flag for delete selection; r=timeless; sr=kin; a=asa; bug=204066
git-svn-id: svn://10.0.0.236/trunk@142277 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-09 18:33:14 +00:00
brade%netscape.com
df5fbef10f api change to insertion filter to add flag for delete selection; r=timeless; sr= kin; a=asa; bug=204066
git-svn-id: svn://10.0.0.236/trunk@142276 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-09 18:32:50 +00:00
brade%netscape.com
f124d0a180 api change to include event (similar to paste/drop hook); r=cmanske, sr=sfraser, a=asa bug=203365
git-svn-id: svn://10.0.0.236/trunk@142275 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-09 18:30:02 +00:00