158451 Commits

Author SHA1 Message Date
brettw%gmail.com
f682c72ab5 Bug 337741 (for tony@ponderer.org) r=brettw a=bryner safe browsing doesn't need to listen to so many events 2006-05-15 20:28:08 +00:00
aaronr%us.ibm.com
59c1139c5e [XForms] Invalid functions attribute not caught. Bug 299170, patch by stpride, r=doronr+allan 2006-05-15 20:16:23 +00:00
gavin%gavinsharp.com
08c2cdaca4 Bug 315646: "Select All" and "Save Link As" both use accesskey "A" in context menu, patch by Mark Pilgrim <pilgrim@gmail.com>, r=mano 2006-05-15 20:07:25 +00:00
Olli.Pettay%helsinki.fi
b9c2cdd0a8 Bug 336381, Crash [@ nsRange::InsertNode] involving ranges in detached nodes, r=sicking,glazman,sr=bz 2006-05-15 19:35:12 +00:00
joshmoz%gmail.com
64404f9ecc no need to include "nsSupportsArray.h" in this file. 2006-05-15 19:29:58 +00:00
brettw%gmail.com
df4d5349b9 Bug 336679 r+sr=roc the text/lines disappears when spellchecking Unicode text and focus is lost 2006-05-15 19:20:32 +00:00
gavin%gavinsharp.com
0652417033 Bug 337178: update installer manifest to include nsSearchSuggestions, r=mconnor 2006-05-15 18:48:48 +00:00
christophe.ravel.bugs%sun.com
6618e7b422 Bugzilla 315445: Temp directory for AMD and Intel are the same, hence over writing each others files causing the tests to fail.
r+=glen.beasley
2006-05-15 18:38:48 +00:00
bzbarsky%mit.edu
ac1c0d03fd Fix XMLHttpRequest progress events. Bug 337374, r+sr=sicking 2006-05-15 18:28:21 +00:00
scott%scott-macgregor.org
90781c7bc8 Bug #336737 --> crash when switching folders [@NS_strlen]
patch by bienvenu
sr=mscott
2006-05-15 18:20:12 +00:00
Olli.Pettay%helsinki.fi
6f0e67928a Bug 337586, Crash [@ PresShell::InitialReflow] when window gets destroyed duren beforeunload event handler, pressing reload, r+sr=bz 2006-05-15 17:51:35 +00:00
gavin%gavinsharp.com
d5a5b1ade6 Bug 337970: assert that the bookmarks charset resolver doesn't ask to be notified of the final resolved charset, since we can't currently notify, r+sr=bzbarsky 2006-05-15 17:40:51 +00:00
Olli.Pettay%helsinki.fi
6aa56726d9 oops, this part was for other bug 2006-05-15 17:38:33 +00:00
lpsolit%gmail.com
c5faa5932d Trying to fix bustage on Perl5.8.0 (adding a newline between 1; and __END__) r=wicked on IRC 2006-05-15 17:38:20 +00:00
Olli.Pettay%helsinki.fi
a61e62b3c4 Bug 337520, Crash when window gets destroyed during mouseover event, r+sr=bz 2006-05-15 17:31:28 +00:00
gavin%gavinsharp.com
490c5c03ab Bug 337962: fix nsBookmarksService's QI to include nsICharsetResolver, r=neil, sr=bzbarsky 2006-05-15 17:28:40 +00:00
Olli.Pettay%helsinki.fi
671b591a88 Bug 337219, onfocus=window.close() in body of popup causes crash [@ nsXULElement::vftable], r+sr=bz 2006-05-15 17:18:59 +00:00
gavin%gavinsharp.com
ea64757e58 Bug 337970: don't pass null to RequestCharset, r+sr=bzbarsky 2006-05-15 17:17:04 +00:00
martijn.martijn%gmail.com
c459374494 Remove network.image.warnAboutImages preference, r+sr=neil 2006-05-15 16:53:10 +00:00
lpsolit%gmail.com
3a4b6a296b Bug 337705: ldap_search_error AUTH_ERROR code is not defined - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave 2006-05-15 16:40:53 +00:00
lpsolit%gmail.com
1ea21b63e9 Bug 337683: The user prefs tab let you change the password and email address of a user being impersonated when using the ENV method (with user_info_class="Env,CGI") - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave 2006-05-15 16:31:28 +00:00
lpsolit%gmail.com
a29a59f958 Bug 337681: When trying to impersonate someone, the UI displays the password field when using the ENV method (with user_info_class="Env,CGI") - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave 2006-05-15 16:19:43 +00:00
lpsolit%gmail.com
426fd0c809 Bug 337661: LDAP user login failure: Can't locate object method "realname" via package "Bugzilla::User" - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave 2006-05-15 16:13:02 +00:00
lpsolit%gmail.com
1d2f91970a Bug 303709: Eliminate deprecated Bugzilla::DB routines from sendbugmail.pl, sendunsentbugmail.pl and syncLDAP.pl scripts in contrib - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave 2006-05-15 16:06:59 +00:00
cltbld
7e61330373 Automated update from host egg 2006-05-15 15:33:25 +00:00
benjamin%smedbergs.us
96d39462f2 Bug 337208 - enable storage by default, only disabling for the "minimal" embedding profile, r=shaver 2006-05-15 15:25:11 +00:00
dougt%meer.net
ee1087a2c7 Fixing WINCE build bustage. WINCE-only 2006-05-15 14:48:17 +00:00
mconnor%steelgryphon.com
c2d2606b80 land bug 337178 on the trunk, incl bustage fixes r=gavin on the main parts, me on the bustage-ish parts 2006-05-15 14:31:21 +00:00
allan%beaufour.dk
9a67bc67eb [XForms] Improve refresh inefficiencies with selects, items. Bug 329935, r=smaug+me, patch by aaronr 2006-05-15 14:14:52 +00:00
allan%beaufour.dk
bf91400a1b [XForms] support @selection="open" for xf:select1[appearance="minimal"] for xul. Bug 332197, r=aaronr+doronr, patch by surkov@dc.baikal.ru 2006-05-15 14:10:29 +00:00
smontagu%smontagu.org
c4b54b5523 Correct a typo in gencasetable.pl and regenerate casetable.h. Bug 337976, r=jshin, sr=jag 2006-05-15 14:07:03 +00:00
jag%tty.nl
d6ac48d2b7 Ok, undo other attempt, apparently all it took was to move this after the function it references. 2006-05-15 13:58:23 +00:00
mattwillis%gmail.com
411bcac977 bump version number to 0.3a2+ r=jminta 2006-05-15 13:40:35 +00:00
jag%tty.nl
5c9c507378 Bustage fix attempt number ... well, I lost track. 2006-05-15 12:47:53 +00:00
jag%tty.nl
1a27c5a60a Some more poking. 2006-05-15 12:19:54 +00:00
jag%tty.nl
b3f99b11ee Attempt to fix 2.95.2 bustage by inlining GetCurrentDoc()'s body 2006-05-15 11:23:20 +00:00
jag%tty.nl
fa22f2cfb4 Attempt to fix btek bustage, or at least get some more information. 2006-05-15 10:28:26 +00:00
jag%tty.nl
da58b4d480 Only have the nsIContent_base constructor when MOZILLA_INTERNAL_API is defined. The base class constructor it calls won't exist otherwise. Caught by mrbkap. 2006-05-15 10:15:05 +00:00
cvshook%sicking.cc
93d0df9663 And the fixes keep on comming 2006-05-15 09:46:44 +00:00
cvshook%sicking.cc
d095c5e744 Fix windows bustage this time 2006-05-15 09:18:35 +00:00
cvshook%sicking.cc
1587bf0aa1 Grr.. this is it 2006-05-15 08:37:40 +00:00
cvshook%sicking.cc
c42a657902 Correct fix for gcc 2.95.2 2006-05-15 08:36:42 +00:00
cvshook%sicking.cc
75564c334c Yet more bustage fixing 2006-05-15 08:11:12 +00:00
cvshook%sicking.cc
fc66e42de2 More bustage fix for gcc 2.95.2 2006-05-15 08:07:35 +00:00
cvshook%sicking.cc
3d606f5b6e Attempt bustage fix 2006-05-15 07:40:31 +00:00
cvshook%sicking.cc
073093c129 Bug 334075: Push mFlagsOrSlots to nsINode to allow storing flags and (in the future) slots on nsGenericDOMDataNodes. r=mrbkap sr=bz 2006-05-15 07:03:15 +00:00
darin%meer.net
fa833be9ab removing empty file (bug 330062) 2006-05-15 06:13:10 +00:00
mattwillis%gmail.com
a539338f36 bug 329642 make 'all occurrences vs. this occurrence' dialog cancelable. patch by robin.edrenius, r=dmose 2006-05-15 02:55:58 +00:00
mattwillis%gmail.com
88c09e46ea bug 325103 fixes list of possible properties in calIItemBase. patch by rrankin, r=jminta 2006-05-15 02:48:59 +00:00
mattwillis%gmail.com
7c27092a43 bug 183396 disable 'new event/task' when there is no calendars left. patch by jminta, r=mvl 2006-05-15 02:41:33 +00:00