Commit Graph

4941 Commits

Author SHA1 Message Date
sharparrow1@yahoo.com
862051c004 Bug 387511: CSs scanner causes parse error for URLs starting with a codepoint > 255. r+sr=bzbarsky, a=dbaron 2007-08-19 20:39:22 -07:00
ginn.chen@sun.com
f57e8f04d6 Bug 389822 'make package' in topdir missed some files on Solaris SPARC r=benjamin a=bzbarsky 2007-08-19 20:27:38 -07:00
bent.mozilla@gmail.com
0e2d2d7720 Bug 392657 - "'ASSERTION: QueryInterface needed', nsURIChecker missing nsIRequestObserver in QI map". r+sr=biesi, a=bz. 2007-08-19 20:19:11 -07:00
masayuki@d-toybox.com
e352b99520 Bug 385757 Can't enable gnomeui. patch by Hideo Oshima<hidenosuke@hidenosuke.org> r=benjamin, a=bzbarsky 2007-08-19 20:16:56 -07:00
bent.mozilla@gmail.com
2089413461 Bug 385250 - "IsVoid and IsTerminated may return something other than PR_TRUE and PR_FALSE". r=dbaron, sr=jag, a=bz. 2007-08-19 20:09:30 -07:00
dbaron@dbaron.org
850aaa6d3e Back out the half of bug 391937 that breaks things. 2007-08-19 19:46:39 -07:00
bzbarsky@mit.edu
f47916b7ed 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-19 19:24:16 -07:00
dbaron@dbaron.org
d2a21e3197 Fix more bustage with libxul + trace-malloc. 2007-08-19 18:41:10 -07:00
dbaron@dbaron.org
6998fc642c Link readers against libxul when trace-malloc is part of libxul (fixing tinderbox bustage). 2007-08-19 18:30:04 -07:00
dbaron@dbaron.org
65d0ff56f7 Attempt to make trace-malloc build correctly with libxul (as a part of it). 2007-08-19 18:06:27 -07:00
dbaron@dbaron.org
a966e89ed8 Revert previous checkin. 2007-08-19 17:59:57 -07:00
dbaron@dbaron.org
3281511c0d Attempt to fix trace-malloc bustage in libxul builds by removing LIBXUL_LIBRARY=1 (fixing tinderbox bustage for newly-enabled test). 2007-08-19 17:50:01 -07:00
dbaron@dbaron.org
94e8f8765d 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-19 17:00:40 -07:00
dbaron@dbaron.org
3d08f003ea Fix the way we build frameworks so it doesn't break dependencies of the form -ltracemalloc. b=392118 r=bsmedberg a=bzbarsky 2007-08-19 17:00:11 -07:00
dbaron@dbaron.org
3d844b932b Allow builds compiled with VC8 to function with older versions of dbghelp.dll. b=391848 r+a=bsmedberg 2007-08-19 14:38:31 -07:00
dbaron@dbaron.org
7344964330 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 14:37:55 -07:00
gavin@gavinsharp.com
2851e52a33 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 13:51:30 -07:00
dietrich@mozilla.com
a367b86927 Bug 384239 "Search in Bookmarks" search field looks much worse on mac than it does on windows (r=sspitzer) 2007-08-19 13:12:00 -07:00
dietrich@mozilla.com
a5fe8d1711 Bug 392401 EXPIRE_HISTORY expiration policy should be disallowed for item annotations (r=mano) 2007-08-19 13:02:48 -07:00
bent.mozilla@gmail.com
394a83d760 Bug 390699 - "Let DUMP_SYMS_BIN be set from environment". r=luser, a=bz. 2007-08-19 11:06:53 -07:00
bent.mozilla@gmail.com
02b7449b4f Bug 390566 - "mozilla/Makefile.in sets BUILDID based on application.ini that does not exist for XULRunner". r=bsmedberg, a=bz. 2007-08-19 11:03:13 -07:00
enndeakin@sympatico.ca
44e941510f Bug 391960, null check document of anchor node, r+sr=bz,a=damon 2007-08-19 09:55:18 -07:00
rhelmer@mozilla.com
9361806de5 use sysvar not var for logDir b=375782 r=cf 2007-08-19 09:51:54 -07:00
mozilla@weilbacher.org
c838dc2d9c [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 05:36:21 -07:00
mozilla@weilbacher.org
06cd0f29f3 [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 05:27:23 -07:00
mozilla@weilbacher.org
d15dfeee5b [OS/2] Bug 381333: make debug output more helpful 2007-08-19 05:05:23 -07:00
philringnalda@gmail.com
e82c40dd1f 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-18 19:48:31 -07:00
rob_strong@exchangecode.com
728448810b Bug 391687 - Some plugins are listed multiple times in the add-ons manager. r=sspitzer 2007-08-18 14:19:17 -07:00
preed@mozilla.com
92a27990f9 Bug 392579: Corrections from rhelmer's drive by. 2007-08-18 12:48:34 -07:00
bclary@bclary.com
e1dbb71e6f JavaScript Tests - regression test for bug 392308, by Norris Boyd, not part of the build 2007-08-18 03:18:40 -07:00
bzbarsky@mit.edu
f75c135498 Followup for bug 390423: remove a now-unused variable. Patch by Ben Karel <web+moz@eschew.org>, r+sr+a=bzbarsky 2007-08-17 23:13:10 -07:00
bzbarsky@mit.edu
406edd85f0 Adding test. 2007-08-17 21:47:41 -07:00
philringnalda@gmail.com
531b341521 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-17 21:42:09 -07:00
philringnalda@gmail.com
d90d948a45 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-17 20:48:16 -07:00
rflint@ryanflint.com
196631dafa Bug 338295 - Microsummaries should be removed when they cease to exist. r=myk 2007-08-17 20:27:22 -07:00
mrbkap@gmail.com
ac93da416a 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-17 18:24:51 -07:00
rhelmer@mozilla.com
0e2bbe4d7e use locale 2007-08-17 17:59:21 -07:00
rhelmer@mozilla.com
8e97d81ac6 remove duplicate win32 2007-08-17 17:56:56 -07:00
rhelmer@mozilla.com
f96ac2e390 space not %20 2007-08-17 17:54:52 -07:00
rhelmer@mozilla.com
ccb0266672 correct link 2007-08-17 17:48:57 -07:00
rhelmer@mozilla.com
5b863ad03e fix buildid 2007-08-17 17:44:22 -07:00
rhelmer@mozilla.com
3656d06d33 should be google-cck not cck-google 2007-08-17 17:30:44 -07:00
Olli.Pettay@helsinki.fi
15aaa6063b Bug 391708, [nsIDOMXULLabelElement::accessKey] errors in console at yahoo.com, r+sr+a=jst 2007-08-17 17:13:14 -07:00
sharparrow1@yahoo.com
f88c1bca98 Bug 390762: Crash [@ nsFrameManager::UnregisterPlaceholderFrame] with -moz-column and float. r=fantasai, sr+a=roc. 2007-08-17 17:06:46 -07:00
rhelmer@mozilla.com
13b37d6893 partner updates 2007-08-17 17:05:58 -07:00
cbarrett@mozilla.com
4184694ede Bug 370353 followup: Check in white space changes. Patch by Daniel Holbert <dholbert@mozilla.com>. r=bernd sr=dbaron a1.9=dbaron. 2007-08-17 16:58:19 -07:00
Olli.Pettay@helsinki.fi
7258de185d Mochitest for bug 288392, DOMSubtreeModified event does not fire at all 2007-08-17 16:53:23 -07:00
cbarrett@mozilla.com
392dc16f4f Bug 370353: Dynamically setting "visibility: collapse" to a <col> no longer works. Patch by Daniel Holbert <dholbert@mozilla.com>. r=bernd sr=dbaron a1.9=dbaron 2007-08-17 16:51:58 -07:00
sharparrow1@yahoo.com
871613c6b8 Bug 390740: Pass lang-group into GetMetricsFor more consistently, SVG part. r=tor, sr=roc, a=dbaron 2007-08-17 16:49:01 -07:00
jwalden@mit.edu
4ff6f987ed Bug 296653 - mkdepend takes more than 10 hours on Solaris for nsIconChannel.cpp. Patch by Ginn Chen <ginn.chen@sun.com>, r=cls, a=bz 2007-08-17 16:07:39 -07:00