Christian Biesinger ext:(%2C%20Michael%20Ventnor%20%3Cventnor.bugzilla%40yahoo.com.au%3E)
|
cadf7527b8
|
Implement the computed value of text-shadow in the style system. b=10713 r+sr=dbaron
|
2008-06-03 15:25:31 -07:00 |
L. David Baron
|
6c561c923d
|
Remove no-longer-needed else clauses, and make the *IsExact members DEBUG-only. b=419076 r+sr=bzbarsky
|
2008-06-03 15:25:31 -07:00 |
L. David Baron
|
427848e627
|
Allow the initial value of -moz-user-select to be specified with 'auto'. b=432888 r+sr=bzbarsky
|
2008-06-03 15:25:31 -07:00 |
Lukas Blakk
|
ab04cb60b7
|
Bug 419665 - "VC9 on Vista builds a manifest file with duplicate entries" (Add -MANIFESTUAC:NO to configure.in for Vista builds) [p=lukasblakk@gmail.com (Lukas Blakk [lsblakk]) r=ted]
|
2008-06-03 11:39:33 -05:00 |
Jason Orendorff
|
c6eb35c55d
|
Bug 313059 - Decide what to do with js.mak (answer: delete it, r=crowder, a=bsmedberg)
|
2008-06-03 10:55:15 -05:00 |
Jason Orendorff
|
725b44b880
|
Bug 434532 - Link errors building JS shell on WinXP (actually a documentation bug in js/src/README.html) (r=brendan, a=bsmedberg)
|
2008-06-03 10:33:00 -05:00 |
Ben Hearsum
|
876c97ecda
|
bug 433882: remove unnecessary releng code from mozilla-central & actionmonkey (because its home is still in CVS). r=nrthomas,a=bsmedberg, patch=me
|
2008-06-03 11:31:25 -04:00 |
Mark Banner
|
02038eb952
|
Windows unit test bustage fix for bug 378991 - windows has a different name for the executable
|
2008-06-03 14:44:37 +01:00 |
Mark Banner
|
8b019004d0
|
Core parts of Bug 378991 - Enable IDN link support in messages for Thunderbird and only pass punycode values to external apps. r=masayuki,dmose,sr=biesi
|
2008-06-03 13:05:59 +01:00 |
Mark Banner
|
95efb2e8a3
|
Bug 435853 Running xpcshell tests involving Mac components leaks memory due to not having an NSAutoreleasePool. r=shaver,sr=brendan
|
2008-06-03 11:56:09 +01:00 |
Dave Townsend
|
5dc7fd33a3
|
Bug 433248: nsIZipWriter crashes FF3 on access to nsIZipWriter.file. r=jst
|
2008-06-03 11:42:16 +01:00 |
Axel Hecht
|
8314ab70d3
|
bug 409956, #filter emptyLines is brittle on newlines, r=ted.mielczarek, a=mossop
|
2008-06-03 12:18:02 +02:00 |
Mark Banner
|
fc6cf68ee3
|
Bug 432293 Non-browser apps shouldn't need to build xpfe/components/history/public. r=ted,sr=Neil
|
2008-06-03 10:16:40 +01:00 |
Vladimir Vukicevic
|
a272ba1d95
|
b=437002; win32 weirdness with PGO builds -- stop building cookies with WARNINGS_AS_ERRORS. r=me
|
2008-06-02 23:52:47 -07:00 |
L. David Baron
|
0cfc4b2ded
|
Implement :first-of-type, :last-of-type, and :only-of-type. b=128585 r+sr=bzbarsky
|
2008-06-02 20:17:35 -07:00 |
Daniel Glazman ext:(%20and%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
914369776a
|
Implement :nth-child(), :nth-last-child(), :nth-of-type(), :nth-last-of-type(). b=75375 r+sr=bzbarsky
|
2008-06-02 20:17:35 -07:00 |
L. David Baron
|
57ec211585
|
Make nsPseudoClassList capable of storing integer pairs for :nth-*(). b=75375 r+sr=bzbarsky
|
2008-06-02 20:17:35 -07:00 |
L. David Baron
|
6b8b0a32e8
|
Rename nsAtomStringList to nsPseudoClassList, since that's what it's for, and we want to make it more than just atoms and strings. Also remove an unused constructor. b=75375 r+sr=bzbarsky
|
2008-06-02 20:17:35 -07:00 |
Jeff Walden
|
8500f859c3
|
Bug 421576 - Unpaired surrogate handled wrongly (Acid3 #68). acid3++ r=dbaron
|
2008-06-02 21:29:00 -04:00 |
Jeff Walden
|
6c8b3dd131
|
Bug 435376 - Start making leaks fatal when running tests in setups where we don't leak. r=sayrer
|
2008-05-22 15:08:41 -04:00 |
Jeff Walden
|
af809ccbe5
|
Bug 434074 - TestRegistrationOrder test leaks stuff because it uses raw pointers; fix the leaks in case we want to do no-leak assertions in C++ tests sometime. r=dbaron
|
2008-06-02 21:28:59 -04:00 |
Jeff Walden
|
0e38a538d0
|
Bug 429587 - MOZ_COUNT_DTOR and NS_LOG_RELEASE should assert (or worse) when used on an unrecognized pointer, when possible, for easier recognition of memmoved refcounted classes. r=dbaron
|
2008-06-02 21:28:59 -04:00 |
Jeff Walden
|
94ffc9d2cb
|
Bug 434076 - Give me stack traces and give me death! (aborts should print a stack trace before aborting) r=dbaron
|
2008-06-02 19:18:57 -04:00 |
Zachary Weinberg
|
997afa5fea
|
Fix typo. r=dbaron
|
2008-06-02 15:52:25 -07:00 |
L. David Baron
|
3af4841258
|
Make outlines on inlines containing blocks outline the blocks. b=424236,270191 r+sr=roc
|
2008-06-02 15:52:25 -07:00 |
L. David Baron
|
63adeafb70
|
Add reftests for bug 399636.
|
2008-06-02 15:52:25 -07:00 |
L. David Baron
|
9da50df32d
|
Make client.py print what was pulled from CVS/hg. b=433390 r=jorendorff, ted.mielczarek
|
2008-06-02 15:52:25 -07:00 |
Benjamin Smedberg
|
a03e4b1714
|
Merge cvs-trunk-mirror to mozilla-central up through FF3RC2build2
--HG--
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
|
2008-05-30 12:08:47 -04:00 |
dtownsend@oxymoronical.com
|
e885ca1770
|
Backout of bug 357670 due to bug 434914. a=shaver
|
2008-05-30 07:32:43 -07:00 |
cltbld
|
6608c7c795
|
"Automated configuration bump, release for firefox 3.0rc2build1"
|
2008-05-30 06:03:44 -07:00 |
Ben Hearsum
|
82072523c8
|
Merge commit, no conflicts
|
2008-05-30 08:49:57 -04:00 |
stefanh@inbox.com
|
18eadacea4
|
Bug 436286 - Remove unneeded js dependency in pref-composer.xul. NPOTDB. r=Neil.
|
2008-05-30 04:43:04 -07:00 |
mark.finkle@gmail.com
|
e9d271ae7a
|
b=435460, r=bhearsum. production cfg for xulrunner rc2
|
2008-05-29 14:49:39 -07:00 |
Jason Orendorff
|
ffbbdb499d
|
Bug 436343 - mozilla-central: js/src/Makefile.ref calculates .d filenames incorrectly (r=crowder, a=bsmedberg)
|
2008-05-29 16:09:36 -05:00 |
mark.finkle@gmail.com
|
8568ead3a5
|
b=435460, r=bhearsum. staging test for xulrunner rc2
|
2008-05-29 06:41:49 -07:00 |
nrthomas@gmail.com
|
89dfb841cf
|
Bug 434508, update bootstrap config for Fx 3.0 RC2 Build, final patch by joduinn, r=me
|
2008-05-29 02:16:02 -07:00 |
pavlov@pavlov.net
|
9e50c306ab
|
bug 434401. crash due to not finding a font on startup in some cases. r=karlt a=beltzner
|
2008-05-28 16:55:40 -07:00 |
axel@pike.org
|
cba8dde247
|
bug 427729, we should not mirror the location bar GO button for RTL, r=gavin, a=beltzner
|
2008-05-28 12:47:10 -07:00 |
gavin@gavinsharp.com
|
5a7b2763f9
|
Bug 434749: [RTL] Drag&Drop bookmarks in Firefox 3 not usable, patch by Asaf Romano <mano@mozilla.com>, r=mconnor, a=shaver
|
2008-05-28 12:04:30 -07:00 |
gavin@gavinsharp.com
|
25454ae5b4
|
Bug 433328: properly handle null inner window, patch by Blake Kaplan <mrbkap@gmail.com>, r+sr=jst, a=shaver
|
2008-05-28 12:03:04 -07:00 |
Ben Hearsum
|
1108629a3d
|
bug 434844: No Mozilla2 tinderboxes are running the codesize test - update autosummary.unix.bash the same way as basesummary*. r=bsmedberg, patch=me
|
2008-05-28 14:57:58 -04:00 |
gavin@gavinsharp.com
|
aac62191c5
|
Bug 433615: Firefox should send version numbers to PFS not just build ids, patch by Dave Townsend <dtownsend@mozilla.com>, r=me, a=beltzner
|
2008-05-28 11:49:32 -07:00 |
axel@pike.org
|
40ac697a1d
|
bug 436096, add Sinhala (si) and Slovene (sl) to shipped-locales to have beta builds for Firefox 3.0, r,a=beltzner
|
2008-05-28 11:44:13 -07:00 |
gavin@gavinsharp.com
|
9dabf56961
|
Bug 422055: use jemalloc on Solaris, r=ted, a=shaver
|
2008-05-28 11:42:31 -07:00 |
kairo@kairo.at
|
09ee7fc1f2
|
bug 428683 - red SeaMonkey cygwin tinderbox - make the definition for cygwin match others in configure.in (no influence on default builds or nightlies, which are all MSYS now), r=ted a=beltzner
|
2008-05-28 11:23:27 -07:00 |
kaie@kuix.de
|
a06a5679a1
|
Bug 435959, Firefox 3 RC 2 should take NSS 3.12 RC 4 This is to pick up fixes for OCSP crash bugs 433386 and 433594 approved by shaver for Firefox 3 RC 2
|
2008-05-28 11:16:39 -07:00 |
bzbarsky@mit.edu
|
47d66e4e7d
|
Propagate the linking page's principal when a file:// URI links to a file:// URI that it's allowed to read. Bug 435362, r=dveditz, sr=sicking, a=shaver
|
2008-05-28 11:01:31 -07:00 |
igor@mir2.org
|
89eea6277a
|
[Bug 435546] proper stacking of JS_(PUSH|POP)_TEMP_ROOT. r=brendan aRC2=shaver
|
2008-05-28 10:55:06 -07:00 |
Ben Hearsum
|
8bedfc9138
|
bug 434844: fix basesummary.*.bash to work with differently named srcdirs. r=bsmedberg, patch=me
|
2008-05-28 09:51:16 -04:00 |
roc+@cs.cmu.edu
|
dd7bff4164
|
Bug 398332. Merge reflow statuses from out-of-flow frames more carefully so that we don't lose information about the primary reflow. r=fantasai,r+sr=dbaron,a=shaver
|
2008-05-28 06:39:41 -07:00 |