Commit Graph

147165 Commits

Author SHA1 Message Date
bryner%brianryner.com
53d768e870 Backing out 292965 until Tp regression is understood. 2005-09-14 07:28:05 +00:00
bryner%brianryner.com
6fa0bb4be2 Reverting this change, it had no effect on Tp. 2005-09-14 07:18:17 +00:00
bryner%brianryner.com
2676977d7d Commenting out call to EvictGlobalContentViewers to test perf impact. Bug 292965. 2005-09-14 06:12:00 +00:00
mats.palmgren%bredband.net
201de18c1d Crash if JavaScript close() is executed from onchange handler. b=308025 r+sr=bzbarsky 2005-09-14 05:03:20 +00:00
dbaron%dbaron.org
b7065e027d Improve consistency of conversion from about URI to about module. b=306261 r=darin sr=bzbarsky 2005-09-14 04:16:27 +00:00
nelsonb%netscape.com
9499265f5c Plug leaks in SSL bypass code. Add freeit argument to HMAC_Destroy function.
Change existing callers to pass this argument.  Call HMAC_Destroy from SSL.
Bug 305147. r=Julien.Pierre
Modified Files:  freebl/alghmac.c freebl/alghmac.h freebl/loader.c
  freebl/loader.h freebl/tlsprfalg.c softoken/lowpbe.c softoken/pkcs11c.c
  ssl/ssl3con.c
2005-09-14 04:12:50 +00:00
bryner%brianryner.com
d67792fcc9 Add a global limit to the number of cached content viewers that scales with the amount of physical memory. Patch by Marria Nazif <marria@gmail.com>. Bug 292965, r=biesi, sr=me. 2005-09-14 03:38:40 +00:00
jst%mozilla.jstenback.com
9f8172abf3 Fixing bug 307040. Make window._content accurately reflect window.content when accessed from chrome too. r=mrbkap@gmail.com, sr=brendan@mozilla.org 2005-09-14 03:22:27 +00:00
scott%scott-macgregor.org
425896de2a Bug #307303 --> migration wizard APIs need updated 2005-09-14 03:10:59 +00:00
scott%scott-macgregor.org
691194fe1d Bug #270743 --> First launch account creation doesn't honor unchecking [ ] Download messages now option
Port some seamonkey changes to thunderbird to fix this issue.

Patch by Henrik Skupin <hskupin@gmail.com>
2005-09-14 03:05:59 +00:00
wtchang%redhat.com
f889a99cbb Bugzilla Bug 301554: Clear the 'present' flag if slot fails to refresh.
relyea wrote the patch. r=wtc,nelsonb.
2005-09-14 01:35:02 +00:00
gavin%gavinsharp.com
47448de99e Bug 307169: change the kbd shortcut for 'Check for Updates' to 'U', r=mconnor 2005-09-13 22:52:54 +00:00
gavin%gavinsharp.com
b7c02f255b Bug 304926: Tooltip for padlock (security) icon in location bar is missing, r=mconnor 2005-09-13 22:50:54 +00:00
gavin%gavinsharp.com
4ee897ceaa Bug 303520: Cannot select added language in language preferences dialog if added when the list can scroll, r=mconnor 2005-09-13 22:49:40 +00:00
scootermorris%comcast.net
31c2f50383 Bug 294517 -- implement SVG Patterns
r=tor
2005-09-13 22:38:36 +00:00
darin%meer.net
b0aabfef01 fixes bug 308369 "Stop copying stat cache when cloning nsIFile instances" r=josh sr=dougt 2005-09-13 22:08:52 +00:00
darin%meer.net
36f6edb916 fixes bug 257196 "crash on exit after installing incompatible extension [@ moz_gtk_get_widget_border()]" r=bsmedberg sr=bryner 2005-09-13 22:06:41 +00:00
mrbkap%gmail.com
1077614fd8 bug 307980: Allow a window object to be passed to the Sandbox constructor so that we can guarantee a script will have the correct principals when it tries to access properties on the window. r=brendan sr=shaver 2005-09-13 21:42:04 +00:00
sergei_d%fi.tartu.ee
b954ff19a3 Bug 296823 [BEOS] nsWindow::SetTitle should check if mView is NULL. r=sergei_d. BeOS-port only, no sr required 2005-09-13 20:13:19 +00:00
Olli.Pettay%helsinki.fi
74b4cd1e91 Bug 305678, Cleaning up element implementations. Removing nsXULElement::InsertChildAt and nsXULElement::AppendChildTo. r=bz, sr=jst 2005-09-13 20:01:45 +00:00
smfr%smfr.org
2f5d487548 Fix bug 308356: fix saving keychain info by making sure we map return codes correctly. r=pinkerton 2005-09-13 19:55:22 +00:00
gerv%gerv.net
35149ea17d Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-09-13 18:40:56 +00:00
rob_strong%exchangecode.com
921ed8e91e Bug 307654 - Scrollbars in Extension Manager are not displayed with the default 1.0.x EM width. r=mconnor 2005-09-13 18:36:38 +00:00
aaronleventhal%moonset.net
3944fa7e68 Bug 307548. Not firing events for same page jumps inside frame/iframe. r=parente, sr=jst 2005-09-13 18:21:48 +00:00
mconnor%steelgryphon.com
5b9a6bd3fd bug 246158 - bookmarks context menu broken with bookmarks toolbar folder removed from toolbars, r=vlad 2005-09-13 18:19:47 +00:00
doronr%us.ibm.com
323fac107f Bug 308358 - Theme Manager does not show preview on start. r=mconnor 2005-09-13 18:02:39 +00:00
dbaron%dbaron.org
e7099d7048 Additional precautions against potential buffer overruns. b=307259 r=darin sr=dveditz 2005-09-13 17:38:20 +00:00
mrbkap%gmail.com
03df34dd12 bug 307005: If the passed-in object itself isn't an XPCNativeWrapper, look up its prototype chain for one so we don't throw if a property was found on a wrapped prototype of a non-wrapped object. r=jst sr=brendan 2005-09-13 16:48:28 +00:00
Olli.Pettay%helsinki.fi
40bb760a55 Bug 202764, nsXULDocument::HandleDOMEvent can go away. r=jst, sr=bz 2005-09-13 16:18:23 +00:00
mkaply%us.ibm.com
f29fd71703 #307086
r=Peter Weilbacher, sr=mkaply (OS/2 only)
Patch from Rich Walsh - OS/2 drag drop is broken
2005-09-13 14:50:33 +00:00
scott%scott-macgregor.org
974b0c8542 Bug #308281 --> We want to remove the XPI work around by deleting the file: bug307259.js
from the default prefs directory. sr=dbaron
2005-09-13 06:49:48 +00:00
scott%scott-macgregor.org
7fb0cad7b7 Bug #308281 --> We want to remove the XPI work around by deleting the file: bug307259.js
from the default prefs directory now that we no longer need to work around it.
sr=dbaron a=me
2005-09-13 06:36:07 +00:00
dmose%mozilla.org
05c7cb57c2 Allow the caller to specify the port to the LDAP testing harness. Not part of the build. 2005-09-13 02:22:38 +00:00
jst%mozilla.jstenback.com
aee3973978 Fixing bug 307632. Make the DOM code wrap objects in the current inner window when requested to wrap an object in an outer window. This ensures that window.selection === selection, and window.selection.__proto__ === Selection.prototype. r=mrbkap@gmail.com, sr=brendan@mozilla.org 2005-09-13 00:26:53 +00:00
mozilla.mano%sent.com
978063418a Bug 307455 - 'Help Contents' menuitem is labeled 'Firefox Help' on OS X. r=steffen. 2005-09-12 23:34:35 +00:00
smfr%smfr.org
6068140ae1 Optimize the tab bar drawing by using [NSColor colorWithPatternImage:] to do tiling. 2005-09-12 23:08:39 +00:00
tor%cs.brown.edu
fe08f4a1e0 Bug 308180 - feComponentTransfer type discrete not stepping properly.
r=scooter
2005-09-12 23:08:09 +00:00
smfr%smfr.org
40f64a79c2 Avoid redundant autocomplete popup resizing when it's not visible.
Also make a bunch of internal methods private.
2005-09-12 22:57:08 +00:00
mvl%exedo.nl
a89345a2cf (de)serialize alarms from/to ics.
bug 298359, r=pav
2005-09-12 21:35:42 +00:00
cbiesinger%web.de
811e4858a2 308018 only call SendFTPCommand if we haven't been cancelled
r+sr=darin
2005-09-12 21:33:47 +00:00
mvl%exedo.nl
eac108dad3 Bug 307335 Large View Icons (Day View, Week View, etc.) don't have a clear pressed state.
'patch' by Mark@MarkCarson.com, r=jminta,beltzner.
2005-09-12 20:42:53 +00:00
mvl%exedo.nl
84ba0f6b23 Do proper utf8 conversion when uploading and in import/export for ics calendars.
bug 306765, r=dmose
2005-09-12 20:33:08 +00:00
bienvenu%nventure.com
5b45b1ce79 still try secure auth if login disabled, sr=mscott 307902 2005-09-12 20:09:49 +00:00
smfr%smfr.org
a72e7f47b2 Fix bug 308219: don't load the throbber images if we don't have to. 2005-09-12 20:09:00 +00:00
silver%warwickcompsoc.co.uk
d085a7edd6 Bug 306482 - Force async DNS callback onto the main thread, because the DOM sucks.
ChatZilla only.
r=rginda
2005-09-12 19:21:17 +00:00
silver%warwickcompsoc.co.uk
ded946023a Bug 114322 - Add basic CTCP "finger" support.
ChatZilla only.
r=rginda
p=gijskruitbosch+bugs@gmail.com (Gijs Kruitbosch)
2005-09-12 19:17:51 +00:00
silver%warwickcompsoc.co.uk
e6f6c865e0 Bug 107300 - Adjust IRC URL parsing to not accept whitespace and to accept all valid channel names (in theory!).
ChatZilla only.
r=silver
p=glenjamin+bmo@gmail.com (Glen Mailer)
2005-09-12 19:15:37 +00:00
silver%warwickcompsoc.co.uk
b3e51a3a59 Bug 299521 - Add /userhost, /userip, /time commands, update /name and /desc commands.
ChatZilla only.
r=rginda
p=gijskruitbosch+bugs@gmail.com (Gijs Kruitbosch)
2005-09-12 19:11:39 +00:00
lpsolit%gmail.com
76e93eb9de Bug 308150: admin/products/deleted.html.tmpl doesn't include admin/products/footer.html.tmpl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=GavinS a=justdave 2005-09-12 19:06:29 +00:00
silver%warwickcompsoc.co.uk
ffce0251c2 Bug 304312 - Hide big scary XPCOM errors from poor little users.
ChatZilla only.
r=silver
p=gijskruitbosch+bugs@gmail.com (Gijs Kruitbosch)
2005-09-12 19:04:51 +00:00