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

91388 Коммитов

Автор SHA1 Сообщение Дата
brendan%mozilla.org 2764eab5c9 Store FastLoad dependency mtimes, and invalidate if any changes (106021, r=dveditz, sr=shaver). 2001-10-31 08:29:25 +00:00
seawood%netscape.com 4acfdc3e6a Attempt to fix AIX bustage by linking in smime 2001-10-31 08:27:27 +00:00
naving%netscape.com d78073e8dc 107393 r/sr=bienvenu. make minor change to last checkin 2001-10-31 06:51:20 +00:00
seawood%netscape.com f10d0926ec I don't know how this was missed but add nsMacUnicodeFontInfo.cpp to the build.
Should fix OSX macho tinderbox bustage
2001-10-31 06:32:04 +00:00
naving%netscape.com 323264936b 107393. r/sr=bienvenu. Make the flag changes in QS view show up when you go back to folder
view.
2001-10-31 06:31:33 +00:00
darin%netscape.com 2c3928d7b8 fixes bug 70519 "Select All (+ Copy) does not clobber the X primary selection"
patch=jwbaker@acm.org r=akkana sr=kin
2001-10-31 06:14:11 +00:00
aaronl%netscape.com deeb2568c9 Bug 106533. Active Accessibility: Assert on startup in timer code. r=evaughan, sr=waterson 2001-10-31 06:12:39 +00:00
aaronl%netscape.com 4cdecde266 Bug 107196. Leave empty HTML text nodes and nameless XUL images out of accessible tree. r=evaughan, sr=waterson 2001-10-31 06:10:44 +00:00
mkaply%us.ibm.com 877964fad0 #104792
r=rods, sr==attinasi
patch from simon montagu - hebrew comboboxes go haywire
2001-10-31 05:17:34 +00:00
bryner%netscape.com e6b4535db9 When creating the root view's widget, don't show it. This prevents full-page Invalidates during page load caused by showing and then hiding the widget. Bug 97895, r=blizzard, sr=hyatt. 2001-10-31 05:06:31 +00:00
bryner%netscape.com f5bcb43880 Bug 107500 -- clean up cruft in nsGtkEventHandler. r=jag,pavlov, sr=blizzard. 2001-10-31 05:00:17 +00:00
mkaply%us.ibm.com a65bba2b78 #97235
r=mkaply,r=maha sr=blizzard
Code from Roozbeh Pournader - get extended Arabic letters to join so Persian works
2001-10-31 05:00:06 +00:00
leaf%mozilla.org b7c0481a54 Automated update 2001-10-31 04:58:14 +00:00
seawood%netscape.com 7fd2b11a6b Removing --disable-idlc option. It's a no-op.
Bug #107156
2001-10-31 04:55:30 +00:00
bryner%netscape.com de5db63a95 Debug-only change to print out the img src when the frame tree is dumped. r=pavlov, sr=waterson. 2001-10-31 04:43:48 +00:00
tara%tequilarista.org eb04d9ee9c Checking in fix for bug #86920, fix from jake@acutex.net 2001-10-31 04:30:33 +00:00
tara%tequilarista.org bfc39645e6 Checking in patch for bug #44641, patch from Ian Wells 2001-10-31 04:20:28 +00:00
tara%tequilarista.org 6bddfa73c0 Checking in patch for bug#36597, patch from miri@punknet.cz 2001-10-31 04:07:25 +00:00
bienvenu%netscape.com 651e6d9d3e fix for empty local trash when you've not opened the trash or deleted a message in the session, r=naving, sr=sspitzer 107187 2001-10-31 03:56:15 +00:00
mscott%netscape.com c31100f98f Bug #107608 --> allow generic extensions to account manager,
nsIMsgIdentity and nsIMsgIncomingServer. checking in for Seth.
r=bhuvan
sr=mscott
2001-10-31 03:45:24 +00:00
dbaron%fas.harvard.edu fadce78f0e Remove references to nsISimpleEnumerator.h from Makefile.in and MANIFEST as well. b=99136 2001-10-31 03:33:12 +00:00
jake%acutex.net c85a5d1839 Fixing tinderbox bustage (removing <Tab>s and adding a "use vars" line) 2001-10-31 03:31:00 +00:00
javi%netscape.com 130d23b036 Add the smime source files to the Mac project. 2001-10-31 03:24:32 +00:00
mkaply%us.ibm.com 8c2922775b #99136
r=dbaron
OS/2 bustage - removing H file that is now generated by IDL
2001-10-31 03:17:59 +00:00
brendan%mozilla.org 2caef4a183 Don't try to correct = to == if strict, do it only if downrev (106244, r=jband, sr=shaver). 2001-10-31 03:17:00 +00:00
peterv%netscape.com 16e544c246 Sigh, commit failed. Bustage fix. 2001-10-31 03:09:00 +00:00
dbaron%fas.harvard.edu 978c81f4e8 Additional cleanup after bug 56117: prevent :first-letter from leading to style resolution on text nodes and stop all style resolution for placeholder frames (formerly :placeholder-frame pseudo-element) and for text following a :first-line pseudo-element (formerly :-moz-letter-frame pseudo-element). b=107534 r=waterson, attinasi sr=hyatt 2001-10-31 02:53:47 +00:00
dbaron%fas.harvard.edu 29077ba289 Clean up un-needed string copying. r=jag sr=hyatt b=106108 2001-10-31 02:46:21 +00:00
pschwartau%netscape.com fb838280d6 Initial add. Regression test for bug 94257. 2001-10-31 02:32:38 +00:00
mkaply%us.ibm.com dbb881ef10 HPUX bustage 2001-10-31 02:18:43 +00:00
endico%mozilla.org f8f054bc7f initial checkin 2001-10-31 02:08:13 +00:00
sspitzer%netscape.com c080037c83 fix for performance #107481. our FocusRingUpdate_Mail command set updates on
focus changes.  a blur from A to B does this:  sets focused element to null,
sets focused element to B.  by listening to focus, and not dropping null, our js would
update the mail-toolbar twice on a focus change.  now we do it once.

thanks to cavin for finding the problem.

r=cavin, sr=bienvenu
2001-10-31 02:05:40 +00:00
javi%netscape.com 62064f3fd3 Adding new files to the mac project file. Should fix tbox bustage. 2001-10-31 02:01:40 +00:00
javi%netscape.com 698f7ff045 Back out ddrinan for now. 2001-10-31 01:58:54 +00:00
seawood%netscape.com d95bf17f1e Adding support for obj-c++ (.mm) files.
Thanks to Mike Pinkerton <pinkerton@netscape.com> for the patch.
Bug #107633 r=cls, sr=leaf
2001-10-31 01:20:39 +00:00
rbs%maths.uq.edu.au ee1cd11d5a bug 102088 - Cleanup transitory font APIs that were used as a bridge in bug 99010, r=waterson, sr=attinasi 2001-10-31 01:15:50 +00:00
zach%zachlipton.com 5669c51e6b Have the tests test .pm files as well, yes this creates bustage, this is
intentional!

No review needed for tests at this time.
2001-10-31 01:06:31 +00:00
racham%netscape.com c01a92f1c1 Fixing addressbook bug 104468. Getting rid of goEditCardDialog routine in the process of fixing context menu items for sidebar addressbook panel. This routine is now placed under abCommon.js. r=ducarroz, sr=sspitzer 2001-10-31 00:47:58 +00:00
racham%netscape.com 92d4219a15 Fixing addressbook bugs 102767, 102846, 104468. Fixing the name order problem in the addresbook results pane, making mobile the formal word in place of cellular and add context menu items for sidebar addressbook panel. r=ducarroz, sr=sspitzer 2001-10-31 00:42:55 +00:00
myk%mozilla.org 5c76deb7fa Fix test bustage by removing tabs. 2001-10-31 00:21:28 +00:00
leaf%mozilla.org 88661eb306 Automated update 2001-10-31 00:13:13 +00:00
bnesse%netscape.com aa65825ca9 Fix for bug 106159. Force getComplexValue calls to return string values. r=sgehani, sr=alecf. 2001-10-31 00:13:06 +00:00
shanjian%netscape.com 03c019c1a7 #107084 View Character Coding for message display broken
r=nhotta, sr=sspitzer
2001-10-31 00:12:38 +00:00
peterv%netscape.com f4b5c6eab0 Fixing bustage. 2001-10-31 00:11:57 +00:00
shanjian%netscape.com c333ef2475 #107514 Regression in the support of Symbol fonts
r=rbs sr=attinasi
2001-10-31 00:08:21 +00:00
seawood%netscape.com ce76dd4429 Do not set MOZ_REORDER when giving --enable-reorder if not using GNU ld. The ldscript appears to only work with GNU ld.
Bug #107440
2001-10-31 00:00:41 +00:00
seawood%netscape.com 7f4cbd51d0 Replacing File::Basename with custom hack.
Thanks to Joe Hewitt <hewitt@netscape.com> for the patch.
Bug #107474 r=cls
2001-10-30 23:57:14 +00:00
nhotta%netscape.com 6c14889699 For unicode conversion, changed to proceed for decoder errors instead of stop the process, bug 103954, r=ftang, sr=jst. 2001-10-30 23:53:52 +00:00
ddrinan%netscape.com 1a64376d9a Bug 105526 - Initial landing of PSM S/MIME. Mailnews will land separately. See bug 106507 for that. r=javi, sr=blizzard 2001-10-30 23:52:01 +00:00
cmanske%netscape.com fe66c878b4 Remove unused nsNewEditorCommand, b=106728, r=hewitt, sr=kin 2001-10-30 23:49:33 +00:00