dougt%meer.net
|
4c7f9052d3
|
Add a scriptable hash function API. basically what this does is moves the hashing function out of the nsISignatureVerifier.idl and creates a new interface nsICryptoHash which is scriptable. Because of this change, we needed to fix up all of the call sites. r=darin, sr=dveditz, a=shaver
|
2005-06-01 16:06:53 +00:00 |
|
dougt%meer.net
|
3decf98b20
|
Focus frame traversal has been broken since a frame reorder (scrollbars are now first followed by the canvas frame). patch by roc, r=bzbarsky, a=shaver
|
2005-06-01 15:59:59 +00:00 |
|
bzbarsky%mit.edu
|
1671c18c12
|
Use the non-deprecated deallocator to deallocate memory. Bug 284158, patch by
David Gardiner <david.gardiner@unisa.edu.au>, r=dougt, sr=bzbarsky, a=shaver
|
2005-06-01 15:58:12 +00:00 |
|
bzbarsky%mit.edu
|
08321182c8
|
Fix memory leak if a viewmanager has a child viewmanager. Bug 295656,
r+sr=roc, a=shaver
|
2005-06-01 15:43:08 +00:00 |
|
bzbarsky%mit.edu
|
e9bccda56f
|
Make sure to clean up before any early returns. Bug 295638, r=vlad, sr=dbaron,
a=shaver.
|
2005-06-01 15:41:12 +00:00 |
|
bzbarsky%mit.edu
|
9aa0fb9ff9
|
Just use our document for the doc we call ContentStatesChanged on instead of
trying to get it off the content nodes (which may no longer be in a document by
this point). Bug 274736, r+sr=roc, a=shaver
|
2005-06-01 15:38:09 +00:00 |
|
bzbarsky%mit.edu
|
137b2f7312
|
Fix up more of the m*Content pointers correctly when content is removed from
the document. Bug 293914 followup, r+sr=dbaron, a=shaver
|
2005-06-01 15:36:11 +00:00 |
|
bienvenu%nventure.com
|
23931bd38f
|
backend support for message aging of imap and local folders, 11055, r=neil, sr=mscott, a=chofmann also remember labels when copying imap to local, patch by jeongkyu.kim@gmail.com, r=mscott,sr=bienvenu,a=chfmann
|
2005-06-01 15:35:57 +00:00 |
|
cls%seawood.org
|
39aa22b4dd
|
Exclude extra file attributes when creating jar files
Thanks to Howard Chu <hyc@symas.com> for the patch.
Bug #294122 r=bsmedberg a=shaver
|
2005-06-01 15:34:55 +00:00 |
|
bzbarsky%mit.edu
|
a511b11a65
|
Parse out the actual type from the content-type argument passed to
document.open(). Bug 295652, r+sr=jst, a=shaver
|
2005-06-01 15:33:44 +00:00 |
|
cls%seawood.org
|
67150fef30
|
Add support for msys uname & cleanup OS_ARCH checks.
Thanks to Howard Chu <hyc@symas.com> for the patch.
Bug #294122 r=cls sr=wtc a=shaver
|
2005-06-01 15:30:48 +00:00 |
|
bzbarsky%mit.edu
|
75a4727606
|
Fix memory leak. Bug 296014, r+sr=roc, a=shaver
|
2005-06-01 15:26:34 +00:00 |
|
cls%seawood.org
|
07d95ff712
|
Add support for msys uname & cleanup OS_ARCH checks.
Thanks to Howard Chu <hyc@symas.com> for the patch.
Bug #294122 r=cls sr=wtc a=shaver
|
2005-06-01 15:25:09 +00:00 |
|
bzbarsky%mit.edu
|
0a79630206
|
Fix toString on the XPCNativeWrapper prototype to return something sane instead
of crashing. Bug 295430, r+sr=jst, a=shaver
|
2005-06-01 15:20:29 +00:00 |
|
bienvenu%nventure.com
|
45de1fe6dc
|
remove hand-rolled pop3 timeout code, sr=mscott, a=shaver 295765
|
2005-06-01 15:19:28 +00:00 |
|
bzbarsky%mit.edu
|
b382be9a27
|
Fix memory leak. Bug 296019, r=mconnor, a=shaver
|
2005-06-01 15:17:26 +00:00 |
|
bienvenu%nventure.com
|
766322f0ce
|
fix ldap autocomplete not to append two addresses in certain situations, r=mscott, sr=neil, a=shaver 261272
|
2005-06-01 15:07:04 +00:00 |
|
bienvenu%nventure.com
|
35e964e23b
|
remove hand-rolled pop3 timeout code, sr=mscott, a=shaver 295765
|
2005-06-01 14:58:09 +00:00 |
|
bsmedberg%covad.net
|
b0f324c714
|
Bug 295235 part firefox-windows : remove remaining contents.rdf r=mconnor a=shaver
|
2005-06-01 14:58:05 +00:00 |
|
allan%beaufour.dk
|
e4faf6a06f
|
fixing bustage, bug 235512
|
2005-06-01 14:50:34 +00:00 |
|
mvl%exedo.nl
|
15a70f7c1e
|
Bug 295644: endBatchTransaction() should call updateUndoRedoMenu().
patch by jminta, r=mvl
|
2005-06-01 14:39:32 +00:00 |
|
cls%seawood.org
|
d5865f4067
|
Use dashes instead of backslashes for program options to avoid msys shell expansion.
Thanks to Howard Chu <hyc@symas.com> for the patch.
Bug #294122 r=cls a=shaver
|
2005-06-01 14:28:35 +00:00 |
|
cls%seawood.org
|
8312fa228c
|
Add support for using msys perl
Thanks to Howard Chu <hyc@symas.com> for the patch.
Bug #294122 r=cls a=shaver
|
2005-06-01 14:20:35 +00:00 |
|
aaronleventhal%moonset.net
|
1229896b01
|
Bug 291071. Dialog to set Firefox as default browser confused screen reader because of incorrect focus events. r=timeless, sr=neil, a=shaver
|
2005-06-01 14:14:29 +00:00 |
|
aaronleventhal%moonset.net
|
f1db25723c
|
Bug 295715. HTML table should use summary attribute for accessible name. r=timeless, sr=neil, a=shaver
|
2005-06-01 14:09:24 +00:00 |
|
aaronleventhal%moonset.net
|
df7104eccc
|
Bug 290344. Implement accessible DHTML descriptions and labels. r=timeless, sr=dmose, a=shaver
|
2005-06-01 14:03:38 +00:00 |
|
neil%parkwaycc.co.uk
|
5bf10977f4
|
Bug 285830 textContent ignores whitespace r=sicking sr=jst a=shaver
|
2005-06-01 13:59:38 +00:00 |
|
mozilla.mano%sent.com
|
25c780ae9b
|
Bug 230693 - Add 'Reload' functionality to view-page-source window. patch from Christian Schmidt <bugzilla.mozilla.org@chsc.dk>, r=mconnor, a=shaver
|
2005-06-01 13:55:39 +00:00 |
|
aaronleventhal%moonset.net
|
b45ff88a33
|
bug 294834. Expose the type of HTML content area in the role. r=pkw, sr=neil, a=shaver
|
2005-06-01 13:54:08 +00:00 |
|
cls%seawood.org
|
2dea2a81ae
|
Allow --enable-debug to accept compiler flags like --enable-optimize
Bug #284767 r=bsmedberg a=shaver
|
2005-06-01 13:54:02 +00:00 |
|
jshin%mailaps.org
|
38c664b00d
|
bug 260034 : cannot send mail if temp. directory contains non-ASCII characters (sr=darin, r=dougt,a=asa)
|
2005-06-01 13:50:09 +00:00 |
|
aaronleventhal%moonset.net
|
e759c01fdc
|
Bug 294222. Use MSAA scrolling start events for anchor jumps, not selection within. r=timeless, sr=neil, a=shaver
|
2005-06-01 13:46:31 +00:00 |
|
allan%beaufour.dk
|
f9510dc2c1
|
Fix up nsDOMAttributeMap so it caches the nsDOMAttributes that it creates. Bug 235512, r=sicking, sr=peterv, a=shaver
|
2005-06-01 13:46:20 +00:00 |
|
mvl%exedo.nl
|
676ab54730
|
Bug 295895: Make it possible to unsubscribe from a calendar. r=gekacheka
|
2005-06-01 13:38:11 +00:00 |
|
roc+%cs.cmu.edu
|
4b7e260bb2
|
Bug 294507. Fix --with-system-nspr issues. r=caillon,a=shaver, patch by Wolfgang Rosenauer
|
2005-06-01 13:34:37 +00:00 |
|
mvl%exedo.nl
|
35cf8c1baf
|
Bug 295146 Mouseover preview of repeated event shows original start datetime instead of time of occurrence.
patch by gekacheka@yahoo.com, r=mvl
|
2005-06-01 13:33:25 +00:00 |
|
cls%seawood.org
|
5dcb6e70c4
|
Update SDK support to build on OSX 10.4 (Tiger)
Thanks to Mark Mentovai <mark@moxienet.com> for the patch.
Bug #292530 r=wtc a=brendan
|
2005-06-01 13:26:38 +00:00 |
|
varga%nixcorp.com
|
aa157eaf6d
|
Fix for bug 287461. Caret Browsing is hardbound to the F7 key and is unable to be overridden with javascript like F3, F5, etc.
r+sr=neil patch by Brian King <brian@mozdev.org>
|
2005-06-01 13:24:11 +00:00 |
|
timeless%mozdev.org
|
c82717ed9a
|
Bug 231048 download manager poorly renames existing files by incrementing number suffix
patch by ted.mielczarek@gmail.com r=mconnor a=shaver
|
2005-06-01 13:07:33 +00:00 |
|
mvl%exedo.nl
|
016c8b0a3b
|
Bug 295424 share code to set up tooltip content for unifinder, unifinderToDo.
patch by gekacheka@yahoo.com, r=mvl
|
2005-06-01 12:55:50 +00:00 |
|
bsmedberg%covad.net
|
2e75f4b46d
|
Bug 296187 - Typo prevents version updating during install, patch by Robert Strong <moz_bugzilla@exchangecode.com> r=me a=shaver
|
2005-06-01 12:51:40 +00:00 |
|
mozilla.mano%sent.com
|
c489d08f8e
|
Bug 266737 - Bookmarks Toolbar is empty (only showing chevron) after being resized while minimized. patch from Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor, a=shaver
|
2005-06-01 12:50:38 +00:00 |
|
mozilla.mano%sent.com
|
7762996de7
|
Bug 289422 - Erroneous javascript Focus() function will break close of findbar. patch from Mook <mook.moz@gmail.com>, r=mconnor, a=shaver
|
2005-06-01 12:35:09 +00:00 |
|
mozilla.mano%sent.com
|
ff85e0a3c1
|
Bug 221824 - gnomestripe should be RTL compatible. patch from Reuven Gonen <linxspider@gmail.com> r=bsmedberg a=shaver
|
2005-06-01 12:01:39 +00:00 |
|
bsmedberg%covad.net
|
5a72d70b11
|
Bug 295494 - Add support for extension chrome.manifest to make-jars r=darin a=shaver
|
2005-06-01 11:59:09 +00:00 |
|
mvl%exedo.nl
|
b7070e6334
|
Bug 295418 simplify returning boolean to show tree tooltip (remove gShowTooltip, checkTooltip).
patch by gekacheka@yahoo.com, r=mvl.
|
2005-06-01 11:53:59 +00:00 |
|
mozilla.mano%sent.com
|
f43a58ead4
|
Bug 280590 - Pinstripe: Browser tabs should be focusable. r=mconnor a=shaver
|
2005-06-01 11:50:36 +00:00 |
|
allan%beaufour.dk
|
b3cabd13c2
|
Add ids to content panel so that extensions may overlay onto it easily. Bug 295613, r=mconnor, a=shaver, patch by doronr
|
2005-06-01 11:48:32 +00:00 |
|
mvl%exedo.nl
|
66af1f7611
|
Bug 295412 rename internal names for tooltip objects. patch by gekacheka@yahoo.com, r=mvl.
|
2005-06-01 11:26:27 +00:00 |
|
timeless%mozdev.org
|
279b4d587b
|
Bug 295512 Error pages broken
patch by bugzilla@mcsmurf.de r=bienvenu sr=mscott a=mscott
|
2005-06-01 11:15:09 +00:00 |
|