Граф коммитов

128715 Коммитов

Автор SHA1 Сообщение Дата
sicking%bigfoot.com fdef38b20b Bug 236479: Kill nsMappedAttributes::GetAttribute.
Patch by Wladimir Palant (trev@gtchat.de)

r=sicking sr=jst
2004-04-13 16:45:59 +00:00
bienvenu%nventure.com 75c14e2377 db part of fix for 238680 only store /seen flag on messages we think are unseen, when doing mark all read, sr=mscott 2004-04-13 16:18:06 +00:00
bienvenu%nventure.com 2826bffa6d fix one more unix build bustage 2004-04-13 15:33:31 +00:00
bienvenu%nventure.com 4655de235a fix build bustage with 64 bit seekable streams 2004-04-13 15:21:09 +00:00
bienvenu%nventure.com 6fd0bba771 make nsISeekableStream interface support 64 bit streams, part of 180154 also fix 207400 allow mail folders > 2GB r=darin, sr=mscott 2004-04-13 14:37:53 +00:00
mvl%exedo.nl 4410ace032 another attempt to fix bustage 2004-04-13 13:14:59 +00:00
mvl%exedo.nl 8c32690437 attempt to fix build bustage 2004-04-13 12:43:09 +00:00
mvl%exedo.nl 88885b2679 Add support for REP tables in spellchecker, to improve suggestions by knowing about common misspellings
bug 227214, patch by mscott and me, r=mscott, sr=bienvenu
2004-04-13 12:09:44 +00:00
bryner%brianryner.com 10b4b82e6a Fix lack of caret in add email account wizard (bug 214306). The problem here was that when ShiftFocusInternal was given an explicit starting point, it was calling SetFocusedContent() for that node, which updated mCurrentFocus but not gLastFocusedContent. That violated the "invariant" that the active ESM's mCurrentFocus is the same as gLastFocusedContent, causing confusion later in SendFocusBlur(). This is fixed by making ShiftFocusInternal and GetNextTabbableContent not rely on mCurrentFocus being set to the starting content, which avoids the inconsistency. r=neil, sr=dbaron. 2004-04-13 10:27:50 +00:00
locka%iol.ie 59b3662a6c Tidy up some enums. b=225045 r=atemon@elansoftware.com sr=bzbarsky a=asa 2004-04-13 10:09:24 +00:00
locka%iol.ie 1177bf060a NOT PART OF BUILD. Add "Page Setup..." menu item to exercise ActiveX control's new page setup dialog 2004-04-13 10:03:36 +00:00
bryner%brianryner.com 76b5d475eb Fix lack of caret in add email account wizard (bug 214306). The problem here was that when ShiftFocusInternal was given an explicit starting point, it was calling SetFocusedContent() for that node, which updated mCurrentFocus but not gLastFocusedContent. That violated the "invariant" that the active ESM's mCurrentFocus is the same as gLastFocusedContent, causing confusion later in SendFocusBlur(). This is fixed by making ShiftFocusInternal and GetNextTabbableContent not rely on mCurrentFocus being set to the starting content, which avoids the inconsistency. r=neil, sr=dbaron. 2004-04-13 09:39:16 +00:00
neil%parkwaycc.co.uk 8125ea348f Bug 240256 Fixing DOCTYPE to match document element p=vberon@mecano.gme.usherb.ca r=me sr=mscott 2004-04-13 09:34:47 +00:00
locka%iol.ie 2fab350372 Add page setup dialog to ActiveX control & fix com exception in IOleCommandTargetImpl. b=225045 r=atemon@elansoftware.com sr=bzbarsky a=asa 2004-04-13 09:21:06 +00:00
jshin%mailaps.org 71e4442d3f mingw bustage fix 2004-04-13 07:24:12 +00:00
timeless%mozdev.org d50a4d54b3 Bug 239372 ESM caches profile preferences and constantly gets others
r=bryner sr=bz
replacement was a bit too global
2004-04-13 07:09:54 +00:00
timeless%mozdev.org 057c4f8787 Bug 215587 memory leak in nsClipboard::GetData
r=akk sr=blizzard
2004-04-13 06:51:09 +00:00
timeless%mozdev.org 91acc8f460 Bug 239391 in NativeReplaceFile condition for rename failure is reversed
r=pkw sr=dveditz
2004-04-13 06:43:36 +00:00
timeless%mozdev.org 492beea450 Bug 239372 ESM caches profile preferences and constantly gets others
r=bryner sr=bz
2004-04-13 06:41:35 +00:00
scott%scott-macgregor.org b95abd42f8 Bug #240138 --> Show just the name and not the email address in the message pane if the address is a
'known' contact. Where known is defined as someone in your personal address book.
2004-04-13 06:29:50 +00:00
bmlk%gmx.de 75ab23ea1a move HasMoreThanOneCell from nsTableRowGroupFrame.cpp into nsCellMap.cpp where it belongs. Don't try to repair the cellmap on every reflow, this might help with with large table rendering performance, bug 240318 r/sr=bzbarsky 2004-04-13 06:21:16 +00:00
timeless%mozdev.org 512868b4b5 Bug 234192 Visio file in filepicker crashes mozilla
r=dean_tessman sr=rbs
2004-04-13 06:08:49 +00:00
timeless%mozdev.org f24503fb83 Bug 215587 memory leak in nsClipboard::GetData
r=akk sr=blizzard
2004-04-13 05:37:17 +00:00
timeless%mozdev.org 2701210ffc Bug 238455 warning C4244: 'argument' : conversion from 'PRInt64' to 'size_t', possible loss of data
r=roc sr=dveditz
2004-04-13 05:28:12 +00:00
timeless%mozdev.org 12797ed717 Bug 237844 nsSecureBrowserUIImpl::~nsSecureBrowserUIImpl doesn't need to removeObserver
r=jgmyers sr=alecf
2004-04-13 05:16:05 +00:00
timeless%mozdev.org d1a8326227 Bug 236974 remove /xpfe/global/resources/content/widgetStateManager.js
r=neil sr=darin
2004-04-13 05:15:02 +00:00
bryner%brianryner.com b148069934 Fix bug 240174 ('no running window found' on startup). r+sr=blizzard. 2004-04-13 04:50:19 +00:00
jshin%mailaps.org ea8e5cb553 bug 229032 : modernize string usages in mailnews (r=neil, sr=mscott) 2004-04-13 04:46:32 +00:00
jocuri%softhome.net 22edc17720 Fix for bug 233245: replace "variable" with "constant" since there is no contenttypes variable in Constants.pm. 2004-04-13 04:18:00 +00:00
jshin%mailaps.org fdf2ad9bff bug 229032 : modernize String usages in mailnews (r=neil, sr=mscott) 2004-04-13 04:07:07 +00:00
jst%mozilla.jstenback.com 7efabde837 Changing comment style for consistency with other similar code in this file. 2004-04-13 03:57:12 +00:00
jst%mozilla.jstenback.com d138dce9fb Fixing bug 227497. Cleaning up some string usage in nsLDAPChannel. r+sr=peterv@propagandism.org 2004-04-13 03:53:38 +00:00
jst%mozilla.jstenback.com 37999b600a Fixing bug 239953. Remove duplicated code in nsContentUtils. r=jonas@sicking.cc, sr=peterv@propagandism.org. 2004-04-13 03:21:50 +00:00
roc+%cs.cmu.edu bef12baf70 Fix a few warnings. Patch by gautheri, r+sr=roc 2004-04-13 03:13:46 +00:00
roc+%cs.cmu.edu bc07b888e1 Bug 227838. Remove unused RequiresWidget method from nsIFormControlFrame. r+sr=bzbarsky 2004-04-13 03:11:05 +00:00
roc+%cs.cmu.edu 96e75233d2 Fix build bustage 2004-04-13 03:04:05 +00:00
roc+%cs.cmu.edu 93ceed6057 Bug 237091. Remove unnecessary WindowOffset and RootWidget functionality from the view manager. r+sr=dbaron 2004-04-13 03:03:18 +00:00
roc+%cs.cmu.edu 3377c67eb5 Bug 234851. Propagate any overflow style from HTML or BODY elements to the viewport, and make it work dynamically. r+sr=dbaron 2004-04-13 02:56:03 +00:00
roc+%cs.cmu.edu eb088758c0 Bug 209032. Shut down popups before destroying their frames. r+sr=bzbarsky 2004-04-13 02:41:07 +00:00
sicking%bigfoot.com 5a024ce5cf Bug 238450: Remove files no longer used. Not part of build 2004-04-13 02:07:02 +00:00
danm-moz%comcast.net 2b5e158c88 popup blocker can detect form change events. bug 240285 r=bryner,jst 2004-04-13 01:51:19 +00:00
jst%mozilla.jstenback.com 8295af392b Fixing bug 240340. Make key events in plugins work correctly again on the Mac. r+sr=bryner@brianryner.com 2004-04-13 01:51:00 +00:00
sicking%bigfoot.com b515c48e1b Bug 238450: Forgot to add file. Not part of build
r=afri
2004-04-13 01:47:40 +00:00
bzbarsky%mit.edu aeec221864 When appending frames to a block after a <br>, just put them into a new line
right away instead of waiting for reflow to come about and fix it up.  This
speeds up things that append nodes including <br> to a block one at a time
(e.g. editor or content scripts) Bug 240291, r+sr=dbaron
2004-04-13 01:45:57 +00:00
bzbarsky%mit.edu e5724471fc When creating a frame after a page has loaded and loading a new document into
it, don't try to treat it as a subframe history traversal, since there is no
original history entry involved so the cloning operation fails.  Just append
the session history entry for the newly loaded frame to the history entry for
the page as we would have if the load were done during pageload.  Bug 237717,
r=adamlock, sr=darin
2004-04-13 01:42:40 +00:00
bzbarsky%mit.edu 4cf1ca9c6a Fix dirty reflows of bullets to deal with an empty first line (whitespace
followed by block) in the parent block.  Bug 206602, r+sr=dbaron
2004-04-13 01:38:10 +00:00
jshin%mailaps.org 4824aa2503 bug 232969 : use 'native' encoding when setting/getting registry on Windows (r=cbie, sr=bryner) 2004-04-13 01:32:41 +00:00
bzbarsky%mit.edu 3b28a5fb4c Fix some misspelled comments. Bug 106386, patch by Alex Vincent
<ajvincent@juno.com>, r+sr=bzbarsky
2004-04-13 01:27:25 +00:00
brendan%mozilla.org 050e65e574 - Improve global variable performance from 3x slower to 1.2x slower than
locals (169559, r=shaver).
- Also fix longstanding bug where global regexps in precompiled scripts were
  wrongly shared among threads/contexts (165201, r=shaver).
- Also fix strict-aliasing gcc warning causes (206599, r=bryner).
2004-04-13 01:25:17 +00:00
pinkerton%aol.net 93b4b177b2 new 0.8b release notes file 2004-04-13 01:15:27 +00:00