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

186087 Коммитов

Автор SHA1 Сообщение Дата
masayuki%d-toybox.com 049b1ccfb2 Bug 385757 Can't enable gnomeui. patch by Hideo Oshima<hidenosuke@hidenosuke.org> r=benjamin, a=bzbarsky 2007-08-20 03:16:56 +00:00
bent.mozilla%gmail.com 0faf4e19d2 Bug 385250 - "IsVoid and IsTerminated may return something other than PR_TRUE and PR_FALSE". r=dbaron, sr=jag, a=bz. 2007-08-20 03:09:30 +00:00
dbaron%dbaron.org 7228c05445 Back out the half of bug 391937 that breaks things. 2007-08-20 02:46:39 +00:00
bzbarsky%mit.edu 646abda914 Bug 391937 -- Linux x86_64 startup-notification relocation error gcc-4.2.x.
Patch by Walter Meinl <wuno@lsvw.de>, r=bsmedberg, a=bzbarsky
2007-08-20 02:24:16 +00:00
dbaron%dbaron.org 26d0b11245 Fix more bustage with libxul + trace-malloc. 2007-08-20 01:41:10 +00:00
dbaron%dbaron.org b9ef6f734a Link readers against libxul when trace-malloc is part of libxul (fixing tinderbox bustage). 2007-08-20 01:30:04 +00:00
dbaron%dbaron.org a30099efbb Attempt to make trace-malloc build correctly with libxul (as a part of it). 2007-08-20 01:06:27 +00:00
dbaron%dbaron.org a358dde24c Revert previous checkin. 2007-08-20 00:59:57 +00:00
dbaron%dbaron.org b75833008f Attempt to fix trace-malloc bustage in libxul builds by removing LIBXUL_LIBRARY=1 (fixing tinderbox bustage for newly-enabled test). 2007-08-20 00:50:01 +00:00
nboyd%atg.com c0a7401915 Removed unused private member. 2007-08-20 00:32:12 +00:00
nboyd%atg.com 0da7d231a5 Fix bug 392825 - ClassShutter doesn't prevent access through Java reflection
APIs
2007-08-20 00:30:05 +00:00
dbaron%dbaron.org 983df6a182 Force linking with the C++ compiler rather than the C compiler (since we're using SIMPLECPPSRCS rather than CPPSRCS). b=392118 r=bsmedberg a=bzbarsky 2007-08-20 00:00:40 +00:00
dbaron%dbaron.org ef1c2de9c8 Fix the way we build frameworks so it doesn't break dependencies of the form -ltracemalloc. b=392118 r=bsmedberg a=bzbarsky 2007-08-20 00:00:12 +00:00
philringnalda%gmail.com 14695e6e2d Bug 392764 - packages-static cleanup, August 2007 edition, r=mscott 2007-08-19 23:48:02 +00:00
dbaron%dbaron.org 69efaea510 Allow builds compiled with VC8 to function with older versions of dbghelp.dll. b=391848 r+a=bsmedberg 2007-08-19 21:38:31 +00:00
dbaron%dbaron.org 84d808923d Debugging code and cleanup from fixing Windows stack traces to work on VC8-compiled builds in addition to VC7.1-compiled builds. b=391848 r=bsmedberg a=bzbarsky 2007-08-19 21:37:55 +00:00
gavin%gavinsharp.com 79c21fa549 Bug 307770: pass the blocked host to xpinstall-install-blocked observers so that they can offer to whitelist the correct URI (fix installation of XPIs from target="blank" links), r=mano, sr=dveditz 2007-08-19 20:51:31 +00:00
dietrich%mozilla.com 2a4baafe94 Bug 384239 "Search in Bookmarks" search field looks much worse on mac than it does on windows (r=sspitzer) 2007-08-19 20:12:00 +00:00
dietrich%mozilla.com 5e6e4b4226 Bug 392401 EXPIRE_HISTORY expiration policy should be disallowed for item annotations (r=mano) 2007-08-19 20:02:48 +00:00
bugzilla%standard8.demon.co.uk 8ce5bab1f5 Bug 392232 Add some strings that we'll need for customizing toolbars, but also that help get lightning integration into SeaMonkey started. r=KaiRo 2007-08-19 18:14:45 +00:00
bent.mozilla%gmail.com 65ad922c29 Bug 390699 - "Let DUMP_SYMS_BIN be set from environment". r=luser, a=bz. 2007-08-19 18:06:53 +00:00
bent.mozilla%gmail.com 14be3259fc Bug 390566 - "mozilla/Makefile.in sets BUILDID based on application.ini that does not exist for XULRunner". r=bsmedberg, a=bz. 2007-08-19 18:03:13 +00:00
enndeakin%sympatico.ca 34b7d54ed0 Bug 391960, null check document of anchor node, r+sr=bz,a=damon 2007-08-19 16:55:18 +00:00
rhelmer%mozilla.com bba4039a8d use sysvar not var for logDir b=375782 r=cf 2007-08-19 16:51:54 +00:00
mozilla%kewis.ch bf5275059d No bug#. Fix ^M in base/themes/winstripe/calendar-views.css 2007-08-19 13:22:19 +00:00
mozilla%weilbacher.org e06ad8123a [OS/2] Bug 381333: replace method to scale from font units to pixels. Instead of gfxPangoFonts-like macros use the procedure outlined in the FreeType tutorial. This takes advantage of gfxFloats. 2007-08-19 12:36:21 +00:00
mozilla%weilbacher.org 073affa949 [OS/2] Bug 381333:
- use emHeight instead of xHeight to compute properties in case OS/2
  font table is not present
- use FT_LOAD_NO_SCALE before measuring characters to get font units
- add adjusted size calculation similar to other platforms
For some reason these changes also fix the Acid2 test.
2007-08-19 12:27:30 +00:00
mozilla%weilbacher.org 38ea9bd9dc [OS/2] Bug 381333: make debug output more helpful 2007-08-19 12:05:23 +00:00
mnyromyr%tprac.de 8447cdf5d7 Bug 376717: Extensions Should Be Able to Add and Handle Columns (SeaMonkey front-end patch); p=Philip Chee <philip.chee@gmail.com>, r=me, sr=Neil 2007-08-19 11:27:45 +00:00
philringnalda%gmail.com 9ba7c07166 Bug 266413 - Automatic Proxy Configuration URL string is imported from IE, but radio button is still on Direct Connection, patch by Bevan Collins <bevan.collins@gmail.com>, r=gavin 2007-08-19 02:48:31 +00:00
rob_strong%exchangecode.com 8e66494b53 Bug 391687 - Some plugins are listed multiple times in the add-ons manager. r=sspitzer 2007-08-18 21:19:17 +00:00
preed%mozilla.com 8601022dbf Bug 392579: Corrections from rhelmer's drive by. 2007-08-18 19:48:34 +00:00
preed%mozilla.com 4c77746936 Testing a new (local) patch for bug 392579. 2007-08-18 19:39:15 +00:00
stuart.morgan%alumni.case.edu 218cf244f1 Camino only - Fix broken delegate connection in checkin for bug 330666 2007-08-18 18:15:19 +00:00
mozilla%kewis.ch d427d0bd13 Remove amo.properties due to further comments in bug 386370 2007-08-18 12:50:14 +00:00
mozilla%kewis.ch 6bba010492 Fix bug 388283 - minimonth needs refresh to display all days of a recurrence bold. r=dbo 2007-08-18 11:37:50 +00:00
bclary%bclary.com cb586fb6c0 JavaScript Tests - regression test for bug 392308, by Norris Boyd, not part of the build 2007-08-18 10:18:40 +00:00
bzbarsky%mit.edu b64853e55d Followup for bug 390423: remove a now-unused variable. Patch by
Ben Karel <web+moz@eschew.org>, r+sr+a=bzbarsky
2007-08-18 06:13:10 +00:00
preed%mozilla.com 4bff5a070e Clobber to kick fxnewref-win32-tbox into building a nightly update; testing the patch in b
ug 392579. (also testing Clobber support on teh new ref box.)
2007-08-18 05:04:34 +00:00
bzbarsky%mit.edu a7bb465839 Adding test. 2007-08-18 04:47:41 +00:00
philringnalda%gmail.com 22174b7608 Bug 392411 ��� APNG decoder does not detect width+offset too large, patch by Glenn Randers-Pehrson <glennrp@gmail.com>, r=asmith15, sr+a1.9=pavlov 2007-08-18 04:42:09 +00:00
philringnalda%gmail.com 37dcc4ebb0 Bug 380783 - nsStringAPI.h: no equivalent of IsVoid (tell if string is null), patch by Mook <mook.moz+mozbz@gmail.com>, r=bsmedberg/dbaron, sr=dbaron, a1.9=bz 2007-08-18 03:48:17 +00:00
rflint%ryanflint.com 8eec5474e7 Bug 338295 - Microsummaries should be removed when they cease to exist. r=myk 2007-08-18 03:27:22 +00:00
mrbkap%gmail.com d4ea359c06 Get the right class -- off of obj2, not obj and ensure that we propagate failure from outerObject. bug 375344, r=brendan a=sicking 2007-08-18 01:24:51 +00:00
stuart.morgan%alumni.case.edu edaec9a26a Camino only - Bug 392679: Add header search path to fix build bustage. 2007-08-18 01:06:05 +00:00
rhelmer%mozilla.com 775680a3fb use locale 2007-08-18 00:59:21 +00:00
rhelmer%mozilla.com f8824f04b5 remove duplicate win32 2007-08-18 00:56:56 +00:00
rhelmer%mozilla.com d30593edec space not %20 2007-08-18 00:54:52 +00:00
rhelmer%mozilla.com 5baed108bc correct link 2007-08-18 00:48:57 +00:00
rhelmer%mozilla.com 8a0b36a393 fix buildid 2007-08-18 00:44:22 +00:00