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

141491 Коммитов

Автор SHA1 Сообщение Дата
cst%andrew.cmu.edu 3b2c94de8e Bug 290905 properly set $topobjdir for windows makeall.pl
r=bsmedberg a=asa
2005-04-26 16:35:42 +00:00
timeless%mozdev.org 7db945a38d Bug 291919 syntax error nsRootAccessible.cpp:585 when compiling with --disable-xul 2005-04-26 16:14:00 +00:00
cbiesinger%web.de b4d01e71f2 289843 release references to the listener when the download is complete
r=bz sr=darin a=asa
2005-04-26 14:07:21 +00:00
mvl%exedo.nl ddbdfe44df scrollTo and getPosition methods of ScrollBoxObjects should use pixels
bug 52140, r+sr=bzbarsky, a=asa
2005-04-26 11:26:31 +00:00
bugzilla%arlen.demon.co.uk e3837021d7 Bug 291798 virtualFolderListDialog.css entry for modern is incorrect
p=me r/sr=neil.parkwaycc.co.uk a=asa
2005-04-26 08:30:48 +00:00
roc+%cs.cmu.edu 5bab7ce0db Fixing Cairo image bugs. Not part of the build 2005-04-26 05:42:22 +00:00
roc+%cs.cmu.edu b544d454d7 Bug 287168. Fix clipping of tiled images in GTK. It just doesn't work. r=tor,sr=blizzard,a=chofmann 2005-04-26 04:53:40 +00:00
roc+%cs.cmu.edu f6aabe5b4c Bug 289983. Move nsIGdkPixbufImage to widget/src/gtk2 because 1) GTK1 doesn't need it and 2) cairo-gtk2 builds do need it. 2005-04-26 04:46:14 +00:00
masayuki%d-toybox.com 90def570c1 Bug 291143 The heading text is rendered normal font (and the font should be set from install.it) r=bsmedberg, sr=dveditz, a=asa 2005-04-26 04:44:17 +00:00
brendan%mozilla.org 05122d9fc8 Add JS_Get[UC]*PropertyAttrsGetterAndSetter for fast-back bug (274784, r/a=me). 2005-04-26 04:11:59 +00:00
bzbarsky%mit.edu 23a4479e27 Make text control state restoration work right even in subframes loaded from a
different website.  Bug 287446, r+sr=jst, a=chofmann
2005-04-26 03:31:29 +00:00
roc+%cs.cmu.edu 790930fd4a Bug 289509. Build Thebes code when Cairo GFX is being used. r=pavlov,sr=blizzard,a=chofmann 2005-04-26 03:26:47 +00:00
roc+%cs.cmu.edu 7fefa798b7 Bug 291775. Fix print preview UI by making nsPrintEngine::GetSeqFrameAndCountPagesInternal use the frame constructor API to correctly find the page sequence frame. r+sr=bzbarsky,a=chofmann 2005-04-26 03:17:07 +00:00
roc+%cs.cmu.edu bc6893b6ba Bug 291443. Listboxes should always direct mouse capture to their scrolled frame, to ensure that events reach the DOM event listener. r+sr=bzbarsky,a=chofmann 2005-04-26 03:14:38 +00:00
pinkerton%aol.net 0ba4408929 disable close button on single tab when 'always show tab bar' is on
(bug 291758)
2005-04-26 02:52:04 +00:00
roc+%cs.cmu.edu 977c43081f Bug 291222. Sort display list elements before we lose information about relative ordering by overwriting the topmost bit. r+sr=bzbarsky,a=asa 2005-04-26 02:31:19 +00:00
roc+%cs.cmu.edu 8cfd926ecc Bug 174688. Don't apply top border-padding to block frames that aren't first in flow. Also, when a block is incomplete, ensure the frame extends to fill the entire available height. r+sr=dbaron,a=asa 2005-04-26 02:26:12 +00:00
roc+%cs.cmu.edu 011ba7e43c Bug 215760. Don't crash when we have a float continuation whose first-in-flow placeholder is inside an inline; make sure we find a preferred container that's an actual block. r+sr=dbaron,a=asa 2005-04-26 02:24:20 +00:00
darin%meer.net 6dcadff140 fix OSX tinderbox orange 2005-04-26 01:38:00 +00:00
darin%meer.net 35cbb4152f Attempt to fix VC6 build bustage, define CSIDL_LOCAL_APPDATA if not provided
by the Microsoft header files.  r=bryner
2005-04-26 01:26:16 +00:00
dbaron%dbaron.org 082fd3ded3 Fix crashes by calling nsDOMClassInfo::EndGCMark after calling old GC callback so that EndGCMark is called after all marking is done. b=290535 r+sr=jst a=asa 2005-04-26 01:23:53 +00:00
darin%meer.net 2c230c7743 fixes bug 291033 "Enable support for profile temp directory on local filesystem" aka "delete my cache please" r=bsmedberg a=chofmann 2005-04-26 00:37:23 +00:00
gandalf%firefox.pl cd3e3741b8 Bug 286108: Remove xpfe/global locale bits from Tb;r=bsmedbrg;sr=mscott;a=asa 2005-04-26 00:34:00 +00:00
gandalf%firefox.pl 7a5f4adf1b Bug 286108: Remove xpfe/communicator locale bits from Tb;r=bsmedbrg;sr=mscott;a=asa 2005-04-26 00:33:33 +00:00
tor%cs.brown.edu 94df15fb13 Bug 291817 - allow cairo to be used as the svg renderer on win32.
r=pavlov, a=asa.
2005-04-26 00:21:23 +00:00
tor%cs.brown.edu 977dfa358d Bug 256624 - <switch> should operate over "real" content children only.
Patch by scootermorris@comcast.net, r+sr=bz, a=asa.
2005-04-26 00:10:17 +00:00
tor%cs.brown.edu e833055374 Bug 291818 - make cairo conditionally use AlphaBlend(). r=paper, a=asa. 2005-04-25 23:55:56 +00:00
tor%cs.brown.edu 4d5cd7b2b1 Bug 290896 - group opacity SVG elements sometimes not repainted when
when needs repainting.  r=scootermorris, a=asa.
2005-04-25 23:53:18 +00:00
tor%cs.brown.edu 684a606a85 Bug 289910 - area invalidation not correct if new style resulted
in an empty region. r=afri, a=asa
2005-04-25 23:51:32 +00:00
tor%cs.brown.edu 0cc209fab8 Backout checkin from wrong tree. 2005-04-25 23:49:30 +00:00
scott%scott-macgregor.org e603de7ab7 Bug #291836 --> packaging changes for the new extension manager stuff 2005-04-25 23:03:56 +00:00
vladimir%pobox.com 17e6f88189 b=291721, add classinfo to calendar components for less painful JS-ing 2005-04-25 22:04:59 +00:00
scott%scott-macgregor.org 3bdf6b8409 Bug #291259 --> Add a new preference, profile.force.migration which can be set to the name
of the migrator we want to force migration from. Left empty, the user will see
the normal list of all available sources we can migrate from. If you give it a
value, we automatically force migration from that type without any user interaction. Very useful for small
businesses migrating from another email client.

sr=bienvenu
2005-04-25 21:58:15 +00:00
sandeep.konchady%sun.com 6b0615c933 Fix for JSSE and JSS client timeout issue
Fixed a couple of issues.
[1] Reduced JSS and JSSE server timeout from 2 min to 35 sec
[2] Added try/catch to JSSE client to detect non Sun JCA
[3] Added socket and program timeout for JSS and JSSE clients so that they exit
gracefully
[4] Split TLS and SSLv3 in seperate mothods in JSSE_SSLclient.java
2005-04-25 21:28:12 +00:00
pinkerton%aol.net c1820e50ac check if open is allowed before opening on double-click (bug 291852) 2005-04-25 20:30:14 +00:00
richm%stanfordalumni.org cdff707310 Fix for bug 290482 - add the -l directive to fix the broken linker command 2005-04-25 20:03:49 +00:00
richm%stanfordalumni.org a4199fa9ce Fix for bug 288397 - just remove definition of MAXHOSTNAMELEN since it is not used anywhere 2005-04-25 20:03:40 +00:00
ben%bengoodger.com 9d35a22086 Fix for various EM regressions caused by 286034: 291831 r=bsmedberg 291582 (patach by Anbo Motohiko <amotohiko_mozillafirebird@yahoo.co.jp> r=bsmedberg); 291673 (patch by Robert Strong <moz_bugzilla@exchangecode.com>) r=bsmedberg; 291675 (patch by bsmedberg, r=me); 291709 (thunderbird/sunbird startup patch by bsmedberg r=mvl) 2005-04-25 19:23:31 +00:00
scott%scott-macgregor.org 489f15a406 Bug #291836 --> thunderbird is DOA on startup due to missing some of the new extension manager prefs. 2005-04-25 18:51:51 +00:00
bsmedberg%covad.net 93f724b4b4 Bug 290995 - Add Components.reportError() (allow JS exception handlers to report errors to the JS console but then continue about their business) r+sr=shaver a=brendan 2005-04-25 18:45:11 +00:00
tor%cs.brown.edu ff2201e500 Bug 289910 - area invalidation not correct if new style resulted in
an empty region.  r=afri, a=asa
2005-04-25 18:22:06 +00:00
dougt%meer.net 79b2e2f545 Don't print the arguments during compile. WinCE only 2005-04-25 18:03:17 +00:00
dougt%meer.net 2f1f2ee35a Moving mozconfig into its own diretory as I expect more of these mozconfig
files to follow. not part of normal build.
2005-04-25 15:38:39 +00:00
dougt%meer.net 05764499bd Checking in the WindowsCE tool wrappers for mozilla. This isn't part of the regular build. 2005-04-25 15:29:24 +00:00
pinkerton%aol.net 40798c41c1 if status bar or bookmark bar are turned off from JS flags, dont allow
tab bar to always show if pref is on and don't register for the pref
changed notifications (bug 291786)
2005-04-25 14:49:25 +00:00
shaver%mozilla.org f031dbf2d8 Nobody cares what the toString method is, fool. (NPOTB) 2005-04-25 13:27:26 +00:00
mkaply%us.ibm.com 775f5da9a5 OS/2 build bustage 2005-04-25 13:06:43 +00:00
shaver%mozilla.org 2d5ba6cf4e If we can't create a calendar instance, perhaps because of a bogus id or uri,
just skip the calendar in question, rather than failing to get any calendars.
(Still to do: figure out exactly how we get into this state in the current
code.) NPOTB.
2005-04-25 12:59:52 +00:00
leon.sha%sun.com 4681a7723b I do not notice the tree is frozen.
Back out my last checkin.
2005-04-25 05:22:21 +00:00
leon.sha%sun.com b0afb7c7d3 Bugzilla Bug 290292 [Postscript] Text will beyond the end of table cell when printing or previewing in xft enabled mozilla.
Patch by leon.sha@sun.com
jshin1987: review+
bzbarsky: superreview+
2005-04-25 05:19:27 +00:00