Boris Zbarsky
|
55472dc351
|
Backed out changeset 7bc1ba9f91fe to fix test orange
|
2008-11-26 17:54:40 -05:00 |
|
L. David Baron
|
2739ffad74
|
Annotate known failures with bug numbers.
|
2008-11-26 14:49:46 -08:00 |
|
L. David Baron
|
1e75702d44
|
Bug 451426 fixed all of the randomness in these reftests as well (including bug 465408 and the x86-Mac randomness).
|
2008-11-26 14:42:40 -08:00 |
|
Boris Zbarsky
|
a0adc7dc83
|
Merging in bug 453432
|
2008-11-26 16:54:54 -05:00 |
|
Boris Zbarsky
|
614f8ff1ca
|
Bug 465263. When setting location.hash to empty string, treat that as identical to '#' for compat with IE. r+sr=jst, a=beltzner
|
2008-11-26 16:52:54 -05:00 |
|
Boris Zbarsky
|
757f481a59
|
Bug 462979. Fix synthesizeMouse to send events to the right place. r=enn, sr=roc, a=beltzner
|
2008-11-26 16:52:42 -05:00 |
|
Boris Zbarsky
|
162c4c7269
|
Bug 462800. Treat document.domain in a more uniform manner in DOM storage. Also fixes bug 462801. r=dcamp, sr=sicking, a=beltzner.
|
2008-11-26 16:52:40 -05:00 |
|
Boris Zbarsky
|
547c81f8f3
|
Bug 462519. Make NSPR logging of document construction/destruction work in opt builds again. r+sr=jonas, a=beltzner
|
2008-11-26 16:52:38 -05:00 |
|
L. David Baron
|
9029f0f825
|
Bug 451426 seems to have fixed bug 465409, so removing failures from manifest.
|
2008-11-26 13:24:57 -08:00 |
|
Dão Gottwald
|
b68ea5d6b0
|
Bug 463261 - endcap of the buttons & shadows of buttons on the bookmark toolbar are not properly aligned. r=gavin
|
2008-11-26 22:01:50 +01:00 |
|
Benjamin Smedberg
|
5a96be0cbd
|
Bug 466492 - test for the existence of jar.mn in make, rather than in a shell script: this allows us to avoid launching the subshell in the common case where a jar.mn is not present r=ted
|
2008-11-26 14:43:59 -05:00 |
|
Benjamin Smedberg
|
a3f1bc7d9c
|
Bug 466486 - Don't launch subshells to build subdirectories if there aren't any subdirectories to build r=ted
|
2008-11-26 14:43:26 -05:00 |
|
Benjamin Smedberg
|
32cd05bc7d
|
Bug 463289 - nsNativeModuleLoader doesn't protect its internal data structures, and is accessed on multiple threads (symptom is RECURSION_LEVEL assertions in pldhash.c). This patch is the simple-but-slow path: proxy all non-main-thread requests to the main thread. This is probably sufficient because asking for modules is a relatively rare activity: the component manager caches the factory objects after a lookup, r=brendan
|
2008-11-26 14:39:36 -05:00 |
|
Benjamin Smedberg
|
0c8ea59022
|
Bug 442012 - Allocating more than 2GB of memory in mozilla is never a good idea. On 64-bit systems PRSize and size_t are 64-bit and so truncation from PRSize to PRUint32 could cause weird behavior errors. Prevent these huge allocations. r=wtc sr=dveditz
|
2008-11-26 14:38:53 -05:00 |
|
Benjamin Smedberg
|
92e9d4714f
|
Bug 463420 - SIMPLE_PROGRAMS leads to bustage with generated.pdb r=ted
|
2008-11-26 14:38:09 -05:00 |
|
Peter Weilbacher
|
b39d47dffa
|
[OS/2] implement (but not yet activate) synthetic oblique using font matrix skewing in gfxOS2Font::CairoScaledFont
|
2008-11-26 20:13:43 +01:00 |
|
Peter Weilbacher
|
962a68d018
|
[OS/2] de-indent gfxOS2Font::GetMetrics and get a few improvements that were added to gfxFT2Font in the meantime
|
2008-11-26 20:12:52 +01:00 |
|
Peter Weilbacher
|
50bccbc11f
|
[OS/2] remove two unused, already commented, code lines from gfxOS2Platform.cpp
|
2008-11-26 20:12:52 +01:00 |
|
Boris Zbarsky
|
f6899369f8
|
Fixing comments and assertion text. Bug 466681
|
2008-11-26 13:48:36 -05:00 |
|
Igor Bukanov
|
427be2e6d3
|
bug 457521, r=brendan a191=blocking
|
2008-11-26 10:16:48 -08:00 |
|
L. David Baron
|
636c771d9f
|
Merge bug 464791 for Rob Strong.
|
2008-11-26 10:16:08 -08:00 |
|
Jonathan Kew
|
c47d6406d1
|
fix uninitialized variable causing incorrect fallback font selection (bug 451426) r=roc sr=roc
|
2008-11-26 10:13:02 -08:00 |
|
Brad Lassey
|
ea8dd114d1
|
backing out changesets 026147c91538, fb2326fcfc36, ebf0c7cf17be, 57e6a1e9041e, 1f5d2c249f86 and d7a7824d6990 due to crash on linux talos machines durring tp.
|
2008-11-26 12:20:26 -05:00 |
|
Andrei Saprykin
|
651c16ba12
|
Bug 453432 - Checking for MaybeGC conditions when allocating GC things.
r=igor,mrbkap a191=blocker
|
2008-11-26 18:09:24 +01:00 |
|
Brad Lassey
|
9491b0201f
|
merge
|
2008-11-26 10:08:45 -05:00 |
|
Dave Townsend
|
174b98cd0f
|
Bug 463819: Blocklisted add-ons with a compatibility update say they are incompatible rather than blocklisted. r=rstrong, a=blocking1.9.1
|
2008-11-26 09:04:13 -06:00 |
|
Igor Bukanov
|
54b6b33d7d
|
bug 461158, r=brendan a191=blocker
|
2008-11-26 20:59:47 -05:00 |
|
Johnny Stenback
|
693ce1192d
|
Fixing bug 405239. Cookie confirmation dialog focuses a newly opened background tab. r+sr+a=jonas@sicking.cc
|
2008-11-26 20:59:47 -05:00 |
|
Oleg Romashin
|
8cdf30a50e
|
Bug 459780 - X11 event compression isn't handling extension events on maemo. r=roc, a=approval1.9.1+
|
2008-11-26 15:43:36 +02:00 |
|
Olli Pettay
|
a20e91fb88
|
Bug 464197, r+sr=roc, a=blocking1.9.1+
|
2008-11-26 12:52:48 +02:00 |
|
Robert Strong
|
f9056c4988
|
Bug 464791 - Add ifdef MOZ_UPDATER for the app update preferences UI and Help menu. r=mconnor, approval1.9.1=mconnor
|
2008-11-26 00:45:24 -08:00 |
|
L. David Baron
|
7372b5e796
|
Merge roc-1.bundle to land 5 patches for roc.
|
2008-11-25 20:41:38 -08:00 |
|
L. David Baron
|
9ea2cefd48
|
Mark sheet-set-switch-1.html as random on Mac.
|
2008-11-25 19:45:25 -08:00 |
|
Boris Zbarsky
|
586f905b27
|
Fixing test to test the right thing
|
2008-11-25 22:32:12 -05:00 |
|
Boris Zbarsky
|
e801383a04
|
Bug 460425. Do better security checks during redirection. r=sicking,biesi, sr=sicking
|
2008-11-25 20:50:04 -05:00 |
|
Boris Zbarsky
|
bad0b33175
|
Bug 437142. Be a little more careful with GetPrimaryFrameFor to work around the mess that <area> elements cause. r+sr=roc
|
2008-11-25 20:49:14 -05:00 |
|
Boris Zbarsky
|
5c63b3269c
|
Bug 466681. Undo the weirdness in the webnavigation flags. r+sr=jst
|
2008-11-25 20:48:03 -05:00 |
|
L. David Baron
|
88ec0a0a7d
|
Merge backout of changeset eac2f8f3cd29 due to mochichrome timeout.
|
2008-11-25 15:46:13 -08:00 |
|
L. David Baron
|
86cfaaf28b
|
Backed out changeset eac2f8f3cd29 due to mochichrome timeout.
|
2008-11-25 15:46:01 -08:00 |
|
L. David Baron
|
bb3429abf0
|
I meant to use Mark2A rather than MarkB in prop-order-over-rule-order* tests (thanks to karlt for pointing out the problem). And, while I'm here, make a second multiple-in-family test variant so we don't lose any test coverage from the correction. a=tests
--HG--
rename : layout/reftests/font-face/multiple-in-family-1.html => layout/reftests/font-face/multiple-in-family-1b.html
|
2008-11-25 15:22:39 -08:00 |
|
L. David Baron
|
17759307a2
|
Distribute extra space in fixed-layout tables where all columns have widths proportionally rather than equally, for compatibility. (Bug 445142) r=bernd sr=roc a=blocking1.9.1+
|
2008-11-25 15:22:39 -08:00 |
|
L. David Baron
|
f0a1beced5
|
Handle some additional codepaths for position: fixed elements inside elements with -moz-transform. (Bug 455171) r+sr=bzbarsky a=blocking1.9.1+
|
2008-11-25 15:22:39 -08:00 |
|
L. David Baron
|
f1b10ff551
|
Introduce two different definitions of the placeholder's containing block in InitAbsoluteConstraints, since we want to use a different one for the hypothetical box and for the direction. (Bug 462844) r+sr=bzbarsky a=blocking1.9.1+
|
2008-11-25 15:22:39 -08:00 |
|
L. David Baron
|
ae76ed49d8
|
Add tests for dynamic changes to @font-face. (Bug 457821) a=blocking1.9.1+
|
2008-11-25 15:22:39 -08:00 |
|
L. David Baron
|
9ff74e7abb
|
Check that the user font set matches before returning an entry from the font cache. (Bug 457821) r=jdaggett sr=roc a=blocking1.9.1+
|
2008-11-25 15:22:39 -08:00 |
|
L. David Baron
|
6663aac501
|
Remove gfxFontLoaderContext, which seems to be replaced by gfxUserFont::LoaderContext. (Bug 457821) r=jdaggett a=blocking1.9.1+
|
2008-11-25 15:22:38 -08:00 |
|
L. David Baron
|
2aa2ccaca4
|
Rebuild the user font set when style sheets are enabled/disabled/added/removed, rules are modified/added/removed, or media changes change which style sheets apply. (Bug 457821) sr=bzbarsky r=jdaggett,bzbarsky a=blocking1.9.1+
|
2008-11-25 15:22:38 -08:00 |
|
L. David Baron
|
5785e50c68
|
Fix cascading bugs with @font-face rules (and prepare for handling dynamic changes) by accumulating the @font-face rules across rule processors through the style set. (Bug 457821) sr=bzbarsky r=jdaggett a=blocking1.9.1+
|
2008-11-25 15:22:38 -08:00 |
|
L. David Baron
|
00ab56712f
|
Merge backout of 91690545debc0d3537fcb0598ebd6ac7e21f2072 due to mac startup failures.
|
2008-11-25 15:09:06 -08:00 |
|
L. David Baron
|
b5cdb24735
|
Back out 91690545debc0d3537fcb0598ebd6ac7e21f2072 due to mac startup failures.
|
2008-11-25 15:09:02 -08:00 |
|