John Daggett
|
d9c01deebe
|
merging
|
2010-03-03 17:22:48 +09:00 |
|
John Daggett
|
48eeb721a5
|
Backed out changeset a258698d412f
|
2010-03-03 17:18:59 +09:00 |
|
Jonas Sicking
|
aeb9ba77c3
|
Bug 543870: Implement File.url. r=bz sr=jst
|
2010-03-02 23:51:09 -08:00 |
|
Bas Schouten
|
67f09f5168
|
Bug 549272: Initialize the mozilla.widget.render-mode pref in all.js. r=vlad
|
2010-03-03 07:57:41 +01:00 |
|
Ryan Flint
|
fdfd016123
|
Bug 549788 - Increase the buffer size used for JSON streams. r=sayrer
|
2010-03-02 17:54:40 -08:00 |
|
Daniel Holbert
|
36cce2aeb3
|
Bug 549705: mark random test smil-transitions-interaction-1.svg as random.
|
2010-03-02 16:08:26 -08:00 |
|
Boris Zbarsky
|
7b3f749b05
|
Bug 527977 followup. Fix build bustage.
|
2010-03-02 19:04:44 -05:00 |
|
Jonas Sicking
|
8e86b28780
|
Bug 549743: Abort if cycle collected object is refcounted from threads other than the main thread. Such refcounting will randomly cause leaks and crashes anyway, so better crash up front to make sure developers notice. r=dbaron
|
2010-03-02 16:04:34 -08:00 |
|
Boris Zbarsky
|
ca0c6a507d
|
Bug 527977 part 4. Have rulenode always cache inherit structs on the style context (posibly in addition to caching on the rulenode. r=zwol, sr=dbaron
|
2010-03-02 18:27:21 -05:00 |
|
Boris Zbarsky
|
abae116f82
|
Bug 527977 part 3. Change the style context cached struct storage; inline GetStyle* and PeekStyle* now that they're pretty dead-simple. r=zwol, sr=dbaron
|
2010-03-02 18:27:21 -05:00 |
|
Boris Zbarsky
|
864b51b6ce
|
Bug 527977 part 2. Add a way to destroy the structs in an nsInheritedStyleData without trying to deallocate the object itself. r=zwol
|
2010-03-02 18:27:20 -05:00 |
|
Boris Zbarsky
|
f74086736a
|
Bug 527977 part 1. Remove unused ClearInheritedData functions. r=zwol
|
2010-03-02 18:27:20 -05:00 |
|
Dão Gottwald
|
b296cdc48d
|
Bug 549589 - Implement new location bar and search bar style. r=rflint
|
2010-03-03 00:22:25 +01:00 |
|
Gavin Sharp
|
5583992918
|
Bug 544390: add min-width in about dialog to ensure it lays out properly, r=dao
--HG--
extra : rebase_source : a697d21af9a0ca08b90391e8898da3ccf669ad6b
|
2010-03-02 12:33:46 -08:00 |
|
Josh Aas
|
c789d386f4
|
Optimize Mac OS X native menu image code. Avoid unnecessary endian swaps, ARGB->RGBA conversions, and mallocs. b=548712 r=smichaud
|
2010-03-02 16:23:07 -06:00 |
|
Mark Finkle
|
8a2adedf06
|
Bug 471700 - reftest for native-widgets fail for fennec, but pass in firefox [r=dbaron]
|
2010-03-02 17:14:14 -05:00 |
|
Mounir Lamouri
|
e52f013c11
|
Bug 549311 - New lines management tests for placeholder are missing; r=ehsan
--HG--
extra : rebase_source : ba4be5c6a90abfef87f573968d00b4cc179aafdd
|
2010-03-02 14:06:17 -08:00 |
|
Steven Michaud
|
083ad5b6e6
|
Bug 549691 - Null pointer dereference in nsChildView.mm's [ChildView mouseUp:]. r=josh
|
2010-03-02 16:04:13 -06:00 |
|
Zack Weinberg
|
2c3e543d1d
|
Bug 544112 part 2: DeCOMtaminate and devirtualize nsCSSLoader. r=bzbarsky sr=dbaron
--HG--
rename : layout/style/nsICSSLoader.h => layout/style/nsCSSLoader.h
|
2010-03-02 13:00:53 -08:00 |
|
Zack Weinberg
|
1e69ee7cc3
|
Bug 544112 part 1: Make speculative and chrome style sheet loads go through the document object. Rearrange some C++ unit tests so they'll still link after part 2. r=bzbarsky sr=dbaron
--HG--
rename : layout/html/tests/ParseCSS.cpp => layout/style/test/ParseCSS.cpp
rename : layout/html/tests/TestCSSPropertyLookup.cpp => layout/style/test/TestCSSPropertyLookup.cpp
|
2010-03-02 13:00:39 -08:00 |
|
Zack Weinberg
|
96887d3f38
|
Bug 523496: DeCOMtaminate nsCSSParser. r=bzbarsky sr=dbaron
--HG--
rename : layout/style/nsICSSParser.h => layout/style/nsCSSParser.h
|
2010-03-02 12:59:32 -08:00 |
|
Brad Lassey
|
7369e4bd28
|
bug 547519 - enable building for windows mobile with a minimal mozconfig r=ted
|
2010-03-02 15:48:49 -05:00 |
|
Jonas Sicking
|
2591c1ea57
|
Fix bug 490790. r=dveditz
|
2010-03-02 11:40:14 -08:00 |
|
Steven Michaud
|
64dbfdb0b6
|
Bug 542068 - Wrong coordinates set on synthesized plugin events. r=josh
|
2010-03-02 10:59:01 -06:00 |
|
Daniel Holbert
|
bb1b787565
|
Backed out changeset e9ab6e4d121d (Bug 547333 followup) due to debug mochitest orange.
|
2010-03-02 08:29:46 -08:00 |
|
Daniel Holbert
|
5f7e96d98d
|
Bug 547333 followup: Move FlushAnimations() call from nsSVGElement::GetAnimatedLengthValues to FlushPendingNotifications. r=jwatt r=bz
|
2010-03-02 07:36:33 -08:00 |
|
Daniel Holbert
|
627f47b186
|
Bug 540090: Add method nsIDocument::HasAnimationController, to let us check for active SMIL animation without triggering lazy construction. r=roc
|
2010-03-02 23:09:51 -08:00 |
|
Bas Schouten
|
6d6ccbd638
|
Bug 549268: Ensure we pass a unique fontFileReferenceKey to DWrite for downloadable fonts. r=jdaggett
|
2010-03-03 07:57:47 +01:00 |
|
Bas Schouten
|
82d9fd2412
|
Bug 549270: Read the font substitutions from the registry and use them when looking up font names. r=jdaggett
|
2010-03-03 07:57:43 +01:00 |
|
Daniel Holbert
|
bf932485ec
|
Bug 547333 followup: Move FlushAnimations() call from nsSVGElement::GetAnimatedLengthValues to FlushPendingNotifications. r=jwatt r=bz
|
2010-03-02 07:36:33 -08:00 |
|
Daniel Holbert
|
749e40a648
|
Bug 548899: Don't issue attribute-changed notification when transform attribute is animated. r=jwatt sr=roc
|
2010-03-02 07:36:31 -08:00 |
|
Neil Deakin
|
2c7d3081c7
|
Bug 543065, only scroll one ancestor of menus, SCROLL_FIRST_ANCESTOR_ONLY flag should stop at first scrollable container, not just first parent, r=roc
|
2010-03-02 06:21:23 -08:00 |
|
Neil Deakin
|
52f2006039
|
Bug 546425, add mozSourceNode to access the source node of the drag, r=jonas,sr=roc
|
2010-03-02 06:21:20 -08:00 |
|
Serge Gautherie
|
c990b1c7e2
|
Bug 492481 - [Linux] mochitest-plain: layout/xul/base/test/test_resizer.xul needs to report success; (Av2) Add |todo(false, ...);|.
r=roc.
|
2010-03-02 14:25:49 +01:00 |
|
Dão Gottwald
|
c4202a14cd
|
consolidate urlbar styling (no bug)
|
2010-03-02 12:43:23 +01:00 |
|
Robert Longson
|
9d2bee7b70
|
Bug 547062 - Implement restrictions on clipPath content. r=roc
|
2010-03-02 09:31:07 +00:00 |
|
Ginn Chen
|
ceab423709
|
Bug 547657 gfxSharedImageSurface.cpp failed to compile on Solaris r=jrmuizel
|
2010-03-02 13:57:21 +08:00 |
|
Ginn Chen
|
e3c9fa9eb5
|
Bug 538723 run_for_effect is not portable for Bourne shell r=ted.mielczarek
|
2010-03-02 13:56:46 +08:00 |
|
Ginn Chen
|
849834f24a
|
Bug 545371 Remove trailing white space at end of line for netwerk/wifi r=dougt
|
2010-03-02 13:56:06 +08:00 |
|
Ginn Chen
|
69fd4e5282
|
Bug 530484 Implement Necko-WiFi on Solaris r=dougt
|
2010-03-02 13:55:23 +08:00 |
|
Ginn Chen
|
4658b768cd
|
Bug 545097 [webgl] crash [@strstr] [@nsGLPbufferGLX::Init] on Sun Ray client r=vladimir
|
2010-03-02 13:54:34 +08:00 |
|
Ginn Chen
|
bbc617f0ad
|
Bug 542738 nsLocalFile::IsWritable/IsReadable/IsExecutable is wrong on Solaris r=dougt
|
2010-03-02 13:51:57 +08:00 |
|
Ginn Chen
|
ff798e8598
|
Bug 537071 Add x86_64 Solaris support for xpcom/reflect/xptcall r=jst
|
2010-03-02 13:51:40 +08:00 |
|
Craig Topper
|
5c68d29b38
|
Bug 544372: Fix more harmless UMRs to avoid valgrind complaining. r=sicking
|
2010-03-01 21:06:29 -08:00 |
|
Justin Wood
|
02a4e81b4f
|
Bug 546103, Remove remnant MOZ_PERF_METRICS from parser/, r=mrbkap
|
2010-03-01 23:38:21 -05:00 |
|
Michael Ventnor
|
25bc9c7d85
|
Bug 542361 - Fix and remove the GetUsedX assertions r=roc
--HG--
extra : rebase_source : 6bdb0e3251e955ced01476a2255e9ebc511c884b
|
2010-03-02 11:57:43 +10:00 |
|
Dave Townsend
|
25c52d4fe2
|
Bug 548627: Add some services to Services.jsm. r=gavin
|
2010-03-01 18:02:09 -08:00 |
|
Bas Schouten
|
10b251fa8d
|
Bug 534787: Properly flush and markdirty image surfaces on Locking/Unlocking image data. r=jrmuizel
|
2010-03-02 02:04:30 +01:00 |
|
Bas Schouten
|
07ee37b338
|
Bug 549171: Check if there's support for sufficient D3D hardware for the D2D backend to work. r=jrmuizel
|
2010-03-02 02:04:27 +01:00 |
|
Mark Finkle
|
f793f5610f
|
Bug 548865 - Add SwissA to font lists for Maemo font-face tests (tests only) [r=jfkthame]
|
2010-03-01 17:20:52 -05:00 |
|