bent.mozilla@gmail.com
|
b65b018bc3
|
Bug 392657 - Fix typo in comment.
|
2007-08-19 21:06:58 -07:00 |
|
sharparrow1@yahoo.com
|
653cd064c3
|
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
|
d22b6f4834
|
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
|
e0f9d34448
|
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
|
e70dd85bb0
|
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
|
8b4a7312a5
|
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
|
e09cb5e23f
|
Back out the half of bug 391937 that breaks things.
|
2007-08-19 19:46:39 -07:00 |
|
bzbarsky@mit.edu
|
ac7dc05f1b
|
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
|
c8807a93a9
|
Fix more bustage with libxul + trace-malloc.
|
2007-08-19 18:41:10 -07:00 |
|
dbaron@dbaron.org
|
ce5cbcd62f
|
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
|
e6ad8a7bbd
|
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
|
84c375636f
|
Revert previous checkin.
|
2007-08-19 17:59:57 -07:00 |
|
dbaron@dbaron.org
|
5e0e5baefe
|
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
|
d9acf0063d
|
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
|
5d73f51dfb
|
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
|
291d724428
|
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
|
6a048c53ec
|
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
|
0995a3d991
|
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
|
aa99ae9139
|
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
|
dba5375700
|
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
|
8b3f270c2d
|
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
|
865f2c19cb
|
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
|
d976404c53
|
Bug 391960, null check document of anchor node, r+sr=bz,a=damon
|
2007-08-19 09:55:18 -07:00 |
|
rhelmer@mozilla.com
|
13fbbc4d9d
|
use sysvar not var for logDir b=375782 r=cf
|
2007-08-19 09:51:54 -07:00 |
|
mozilla@weilbacher.org
|
d3accf209e
|
[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
|
4e2e66bf62
|
[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
|
d9b19c9f44
|
[OS/2] Bug 381333: make debug output more helpful
|
2007-08-19 05:05:23 -07:00 |
|
philringnalda@gmail.com
|
e2d397a963
|
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
|
622e008513
|
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
|
e94a57bbbb
|
Bug 392579: Corrections from rhelmer's drive by.
|
2007-08-18 12:48:34 -07:00 |
|
bclary@bclary.com
|
4244f96e0d
|
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
|
078b653156
|
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
|
cc669f4bb1
|
Adding test.
|
2007-08-17 21:47:41 -07:00 |
|
philringnalda@gmail.com
|
b79bdba144
|
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
|
3432251d59
|
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
|
9e292c5882
|
Bug 338295 - Microsummaries should be removed when they cease to exist. r=myk
|
2007-08-17 20:27:22 -07:00 |
|
mrbkap@gmail.com
|
3a9f4a6d0b
|
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
|
6e5c25d6b8
|
use locale
|
2007-08-17 17:59:21 -07:00 |
|
rhelmer@mozilla.com
|
4512754bf1
|
remove duplicate win32
|
2007-08-17 17:56:56 -07:00 |
|
rhelmer@mozilla.com
|
21f5b097f4
|
space not %20
|
2007-08-17 17:54:52 -07:00 |
|
rhelmer@mozilla.com
|
b0dae1d9ae
|
correct link
|
2007-08-17 17:48:57 -07:00 |
|
rhelmer@mozilla.com
|
e1171154fb
|
fix buildid
|
2007-08-17 17:44:22 -07:00 |
|
rhelmer@mozilla.com
|
a4746c91e8
|
should be google-cck not cck-google
|
2007-08-17 17:30:44 -07:00 |
|
Olli.Pettay@helsinki.fi
|
7216b784c8
|
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
|
e386e7cef3
|
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
|
419f08a7d1
|
partner updates
|
2007-08-17 17:05:58 -07:00 |
|
cbarrett@mozilla.com
|
f853061fdf
|
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
|
1c2f578479
|
Mochitest for bug 288392, DOMSubtreeModified event does not fire at all
|
2007-08-17 16:53:23 -07:00 |
|
cbarrett@mozilla.com
|
07c65fa3ba
|
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
|
deb7b70b2c
|
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 |
|