edburns%acm.org
56d8625dc4
M mozilla/npAPInsIInputStreamShim.cpp
...
- re-enable stream loading in pluglet.
2006-11-09 20:17:43 +00:00
edburns%acm.org
b8ded97e2d
Memory audit of code in src directory. Found and fixed some leaks.
...
Declaring this directory memory clean.
M src/Pluglet.cpp
M src/Pluglet.h
- use do_GetService instead of servman->GetServiceByContractID
- do not keep a reference to plugletEngine as an ivar
M src/PlugletFactory.cpp
M src/PlugletFactory.h
- use nsnull instead of NULL
- do not keep a reference to plugletEngine as an ivar
- use PL_strdup and PL_strfree to duplicate and free strings
M src/PlugletsDir.cpp
- use PL_strdup and PL_strfree to duplicate and free strings
2006-11-09 20:10:17 +00:00
gavin%gavinsharp.com
db36e0ed3e
Bug 358569: When running with reduced FPU precision, the rounding error introduced by |d -=L*ds;| will cause |if (!(d *= 10.)) break;| to never be true, causing an infinite loop and consequent crash. Given |k| is already known, we know how often the loop should run, so use that as stop condition, also avoiding overwriting memory with 0. Patch by Keith Victor of MediaMachines, r=igor, r=crowder
2006-11-09 18:53:24 +00:00
mozilla.mano%sent.com
8e1afe52e9
Bug 349380 - better UI for registerContentHandler. r=gavin.
2006-11-09 18:45:18 +00:00
mozilla.BenB%bucksch.org
816cbcbc26
Show quota as tiny progressmeter in main window status bar, if set and usage higher than a configurable threshold, to hint users at quota.
...
Backend part already checked in by bienvenu on 2006-09-25.
Bug 278096, r=bienvenu, sr=mscott
2006-11-09 18:40:26 +00:00
cls%seawood.org
b1a57cb287
Generate quickparse.txt along with the rest of the static pages.
...
Bug #359908 r=justdave
2006-11-09 17:46:10 +00:00
mats.palmgren%bredband.net
c0ddcdaf16
Make NS_LIKELY/NS_UNLIKELY accept pointers etc. b=340244 r+sr=darin
2006-11-09 17:41:03 +00:00
mats.palmgren%bredband.net
f04a29ec0d
Right arrow key (to collapse selection to right) does not scroll textbox to show caret. b=352759 r+sr=roc
2006-11-09 16:37:10 +00:00
benjamin%smedbergs.us
1926f13224
Preprocessors are not that smart, try again.
2006-11-09 16:05:43 +00:00
benjamin%smedbergs.us
62a2993cba
Attempt to fix Windows-optimized-only build bustage from bug 345517. Anticipated r=vlad ;-)
2006-11-09 16:03:24 +00:00
benjamin%smedbergs.us
338a8a2205
Bug 345517, try #2 , make the browser component use frozen linkage, so that ff+xr builds. This does *not* --enable-libxul by default for Firefox (yet). That will wait until after 1.9a1. Older patch r=darin+mento, revisions r=mano
2006-11-09 15:12:24 +00:00
benjamin%smedbergs.us
c8bc8c9265
Bug 345517, try #2 , make the browser component use frozen linkage, so that ff+xr builds. This does *not* --enable-libxul by default for Firefox (yet). That will wait until after 1.9a1. Older patch r=darin+mento, revisions r=mano
2006-11-09 15:02:29 +00:00
aaronleventhal%moonset.net
042b4dd5c5
Bug 357625. getTextAtOffset doesn't seem to work well with text with <br> in it. r=ginn.chen
2006-11-09 14:49:21 +00:00
joshmoz%gmail.com
967f88502a
Selection is not erased when Find Next from the Find window causes the page to scroll. b=311304 p=smorgan r=sfraser sr=pinkerton
2006-11-09 14:00:08 +00:00
cvshook%sicking.cc
4692aff338
Don't use ranges when getting the value of a textfield since we get the value in the middle of tearing down a document. b=359674 r/sr=jst
2006-11-09 08:43:26 +00:00
philringnalda%gmail.com
cef0a6d2f3
Bug 354081: Remove unused entities for Help throbber, r=gavin
2006-11-09 05:17:41 +00:00
philringnalda%gmail.com
f8c23dfea2
Bug 274010: Restore default set in customize toolbars should restore icon size and mode, patch by Hiro <sugar.waffle@gmail.com>, r=me, sr+a=mscott
2006-11-09 05:08:35 +00:00
mhammond%skippinet.com.au
70c4d673c8
When passing arrays of interfaces to an XPCOM method, we didn't know the
...
declared IID to obtain. This prevented us detecting arrays of variants
and giving them the same special treatment normal Variants get. Fix that.
Not part of the build.
2006-11-09 04:31:13 +00:00
mhammond%skippinet.com.au
122f837072
If someone passes a bad IID string, raise a normal Python ValueError
...
rather than synthesizing an XPCOM error.
Not part of the build
2006-11-09 04:20:47 +00:00
mats.palmgren%bredband.net
1bd086a975
Make bookmarks "Sorted By" menu localizable and add accesskeys (Bookmarks Manager part). b=91774 r=mano
2006-11-09 03:03:05 +00:00
mats.palmgren%bredband.net
742af194b9
Make bookmarks "Sorted By" menu localizable and add accesskeys (Places part). b=91774 r=mano
2006-11-09 03:02:02 +00:00
ginn.chen%sun.com
f9e1037f37
Bug 359210 Firefox hangs when loading the attached page
...
temporary fix by aaronleventhal r=ginn.chen
2006-11-09 02:26:34 +00:00
mats.palmgren%bredband.net
ec8d1d8cb7
XBL needs simple defense against infinite recursion. b=55070 r+sr=bzbarsky
2006-11-09 01:58:12 +00:00
mhammond%skippinet.com.au
d660796ee2
Generate better .py code and handle some 'new' xpcom data types.
...
Not part of the build.
2006-11-09 01:05:31 +00:00
pavlov%pavlov.net
a8aea8096f
bug 359314. bandaiding over crash when #chars > #glyphs when justifying. r=vlad
2006-11-09 00:37:50 +00:00
pavlov%pavlov.net
6f1d83a9a1
removing unused variables. r=me
2006-11-09 00:06:49 +00:00
cvshook%sicking.cc
cefc7502df
Fix svg:script and only flag inline scripts as executed once they contain non-empty script content. b=359598 r/sr=bz
2006-11-09 00:02:21 +00:00
scott%scott-macgregor.org
a4a2f7ef6d
Bug #359134 --> integrate Thunderbird with necko's automatic online/offline management. When we detect the network connection has gone down, automatically move the client into offline mode, and back to online mode when the connection comes back up.
...
tools/cross-commit mail/app/profile/all-thunderbird.js mail/base/content/mail-offline.js mailnews/extensions/offline-startup/js/offlineStartup.js mailnews/mailnews.js -m Bug
2006-11-08 23:59:04 +00:00
Olli.Pettay%helsinki.fi
7e8435d358
Bug 359495, layout/xtf reminder in allmakefiles.sh, r=bsmedberg
2006-11-08 22:45:49 +00:00
kairo%kairo.at
7fbfcd0923
bug 359687 - XULRunner pkg packages should correctly follow filename specs, r=bsmedberg
2006-11-08 21:27:46 +00:00
stejohns%adobe.com
9e3d6f0636
*** empty log message ***
2006-11-08 21:03:34 +00:00
cls%seawood.org
72d22bc22a
Remove lockfile if $::data_dir can't be read
2006-11-08 20:55:30 +00:00
sayrer%gmail.com
d856eb528c
make gen_template.pl work from anywhere with FindBin
2006-11-08 19:19:19 +00:00
sayrer%gmail.com
d79f5d0afa
turn off default browser check
2006-11-08 18:46:54 +00:00
kaie%kuix.de
7820ce6270
Bug 356309, CertVerifyLog in CERT_VerifyCertificate terminates early on expired certs
...
r=rrelyea
2006-11-08 18:41:53 +00:00
sayrer%gmail.com
33e2881c54
Bug 348447. feed sanitizer whitelist accessibility and i18n. missed review comments on previous checkin: r=bsmedberg, sr=sicking.
2006-11-08 18:25:18 +00:00
sayrer%gmail.com
8372e94e34
Bug 348447. feed sanitizer whitelist accessibility and i18n.
2006-11-08 18:20:55 +00:00
kaie%kuix.de
e71bbe8d57
Bug 356109, Improve KU_NON_REPUDIATION indication in client auth prompt
...
r=rrelyea
2006-11-08 18:14:21 +00:00
mark%moxienet.com
c91f089186
Xcode compatibility junk from 359218
2006-11-08 17:56:03 +00:00
gavin%gavinsharp.com
437edbadb5
Try backing out the patch for bug 319654 to see if it fixes the Mac orange
2006-11-08 17:52:58 +00:00
bugzilla%standard8.demon.co.uk
62d8a15115
Bug 350688 Dictionaries should form part of the locale pack in the installer (os2 part). r=ajschult,sr=neil.
2006-11-08 17:05:49 +00:00
joshmoz%gmail.com
39e7d69988
back out part of 346954 to fix Flash when migrating a profile from PPC to x86. b=356694 r=sayrer sr=jst
2006-11-08 16:43:17 +00:00
scott%scott-macgregor.org
9744c9ab56
Bug #359653 --> Don't show the sending unsent messages progress text unless we know we have unsent messages to send.
...
sr=bienvenu
2006-11-08 16:00:14 +00:00
stridey%gmail.com
6529e7c9e0
Camino only - Bug 359826. Textual and behavioral polish for the Webfeatures prefpane. r=ardissone sr=smorgan
2006-11-08 15:30:51 +00:00
daniel.boelzle%sun.com
a4474b25e6
Bug 340949: different error handling, minor logging
2006-11-08 14:56:55 +00:00
mattwillis%gmail.com
68cbe776bc
bug 351031 - Fixes wrong aligned date in month printout. Patch by Martin Schr��der <mschroeder@mozilla.x-home.org>, r=lilmatt
2006-11-08 14:14:34 +00:00
silver%warwickcompsoc.co.uk
9119585009
Bug 359637 - Use font-family and generic font class instead of specific font, so that changing the font size works on the default motif.
...
ChatZilla only.
r=samuel
2006-11-08 12:55:21 +00:00
silver%warwickcompsoc.co.uk
47b48cc5f7
Bug 329440 - Work around flaws in ECMA 262 Ed 3 section 13.2.2 step 7 by throwing instead.
...
ChatZilla only.
r=samuel
2006-11-08 12:44:23 +00:00
Olli.Pettay%helsinki.fi
7be259f51c
Bug 359242, remove nsXBLWindowDragHandler, r=sicking, sr=neil
2006-11-08 11:03:13 +00:00
ginn.chen%sun.com
30dff8bb80
Bug 358884 Add assertion to ensure accessible object with a text child supports the right interfaces
...
patch by Evan Yan at sun.com r=aaronleventhal,hwaara
2006-11-08 08:22:46 +00:00