Alexander Surkov
|
a4a5c756db
|
Bug 630486 - ASSERTION 'Want to fire mutation events, but it's not safe' in nsContentUtils::HasMutationListeners triggered by a11y, r=marcoz, gavin, bz, f=davidb
--HG--
rename : accessible/tests/mochitest/tree/test_colorpicker.xul => accessible/tests/mochitest/treeupdate/test_colorpicker.xul
rename : accessible/tests/mochitest/tree/test_button.xul => accessible/tests/mochitest/treeupdate/test_menubutton.xul
|
2011-04-15 11:11:39 +09:00 |
|
Ehsan Akhgari
|
ea4ca1529d
|
Back out changeset 457757151653 (bug 647273) for breaking the Windows builds
|
2011-04-14 16:56:05 -04:00 |
|
Justin Lebar
|
a465f21ce6
|
Bug 647273 - Remove nsIContentUtils and nsIContentUtils2. r=sicking
--HG--
extra : rebase_source : dd7ff32cc758e62f914d283754d68ddc87cdcc7c
|
2011-04-14 10:58:27 -07:00 |
|
Zack Weinberg
|
2c3c349dad
|
Bug 174055, part 7: remove unnecessary members from nsFontMetrics.
|
2011-04-08 08:32:29 -07:00 |
|
Zack Weinberg
|
52c99aabb7
|
Bug 174055, part 6: eliminate pointless nsresult return values.
|
2011-04-07 21:18:43 -07:00 |
|
Zack Weinberg
|
624a6e3ce5
|
Bug 174055, part 5: prune unused and unimplemented methods.
|
2011-04-07 20:07:27 -07:00 |
|
Zack Weinberg
|
42ead75834
|
Bug 174055, part 4: mechanical fixups outside gfx.
|
2011-04-07 18:05:49 -07:00 |
|
Zack Weinberg
|
d6425e8bd1
|
Bug 174055, part 2: merge nsIThebesFontMetrics into nsIFontMetrics.
|
2011-04-07 18:05:25 -07:00 |
|
Zack Weinberg
|
299386f14c
|
Bug 174055, part 1: minimize inclusion of nsI(Thebes)FontMetrics.h.
|
2011-04-07 18:04:41 -07:00 |
|
Zack Weinberg
|
a2b5c4bfbb
|
Bug 648197 (1/2): remove the #ifdef ALERT_MISSING_FONTS blocks in nsMathMLChar.cpp.
|
2011-04-07 14:47:04 -07:00 |
|
Zack Weinberg
|
f5a0843ac7
|
Bug 266236 part 9: Move nsBoundingMetrics to its own header and prune inclusions of nsRenderingContext.h.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
rename : gfx/src/nsThebesRenderingContext.h => gfx/src/nsRenderingContext.h
extra : rebase_source : 92660748436f03475e011184e2828f1db0ad63e0
|
2011-04-07 18:04:40 -07:00 |
|
Zack Weinberg
|
d8db59d068
|
Bug 266236 part 8: Change nsRenderingContext::GetDeviceContext and ::GetFontMetrics to return bare pointers.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
rename : gfx/src/nsThebesRenderingContext.h => gfx/src/nsRenderingContext.h
extra : rebase_source : 36dd32d715cb75e99cd3a69e460c000c1777d6a6
|
2011-04-07 18:04:40 -07:00 |
|
Zack Weinberg
|
c3400ef3c4
|
Bug 266236 part 7: Simplify calling convention of SetClipRect and SetClipRegion.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
rename : gfx/src/nsThebesRenderingContext.h => gfx/src/nsRenderingContext.h
extra : rebase_source : b1c68e23a4fa67cdc09b151ad39d7560cdd8baf7
|
2011-04-07 18:04:40 -07:00 |
|
Zack Weinberg
|
9d6cdac2b1
|
Bug 266236 part 6: Change out-parameters to return values and remove a bunch of default parameters that were never called with non-default values.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
rename : gfx/src/nsThebesRenderingContext.h => gfx/src/nsRenderingContext.h
extra : rebase_source : 0511852e51c2ad4d4833d6f8f2f61d46130a7151
|
2011-04-07 18:04:40 -07:00 |
|
Zack Weinberg
|
5a4a96e54e
|
Bug 266236 part 4: Aggressively prune unused methods and dead #ifdefs from nsRenderingContext.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
rename : gfx/src/nsThebesRenderingContext.h => gfx/src/nsRenderingContext.h
extra : rebase_source : b2911406bbe1b5995d1a501c59e02b5fffefa390
|
2011-04-07 18:04:40 -07:00 |
|
Jan Küchler
|
5ef6bf26cf
|
Bug 266236 part 3: Mechanical rename of nsIRenderingContext and nsThebesRenderingContext to nsRenderingContext. Mechanical substitution of nsRefPtr<nsRenderingContext> for nsCOMPtr<nsRenderingContext>.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
extra : rebase_source : 34884bfcafd885feaf73300bc7246cd192062a48
|
2011-04-07 18:04:40 -07:00 |
|
Jan Küchler
|
0e92a9d34a
|
Bug 266236 part 1: Preliminary API cleanup on nsIRenderingContext.
--HG--
extra : rebase_source : a21ffad484f47103e403b8316eae5fdfd815c2cb
|
2011-04-07 18:04:39 -07:00 |
|
Serge Gautherie
|
acea4b4d7b
|
Bug 647404 - automation.py: fix extractZip() and installExtension(); (Cv2) Explicitly support an optional path in --install-extension.
r=jmaher.
|
2011-04-14 17:28:46 +02:00 |
|
Ms2ger
|
6ee0b2b1da
|
Bug 589894 - Fix a number of build warnings in content/; r=smaug
|
2011-04-14 14:04:12 +02:00 |
|
Benjamin Stover
|
f31a56057f
|
Bug 649583 Panning regression on google reader in 2011-04-12 nightly r=roc
|
2011-04-13 14:12:22 -07:00 |
|
Ehsan Akhgari
|
3b68afadb4
|
Merge cedar into mozilla-central
|
2011-04-13 14:00:55 -04:00 |
|
Neil Deakin
|
2e418cd5d2
|
Bug 126189, pass modifiers on to command events in menus when enter was pressed, r=neil
|
2011-04-13 13:53:24 -04:00 |
|
Neil Deakin
|
bc2478419a
|
Bug 590665, panels jump around when dragged across screens, so don't do flipping when moving one, r=roc
|
2011-04-13 13:53:24 -04:00 |
|
Benjamin Stover
|
0b354a3d72
|
Bug 649666 Do not create container layers for scrollboxes with (0, 0) scrollRange r=roc
|
2011-04-13 10:45:00 -07:00 |
|
Ehsan Akhgari
|
21594f846d
|
Bug 637671 - Don't display the selection for a non-focused text element when restoring the selection state after a reframe; r=bzbarsky
|
2011-04-11 22:03:50 -04:00 |
|
Ehsan Akhgari
|
cd6873e3de
|
Bug 649223 - Reftest for bug 366207 wastes two seconds, needlessly; r=bzbarsky
|
2011-04-12 18:42:23 -04:00 |
|
Oleg Romashin
|
fee82d5cf6
|
Bug 647462 - Video layer should not be ARGB by default; r=chris.double
|
2011-04-12 15:39:50 -04:00 |
|
Ehsan Akhgari
|
81d44d11f4
|
Merge cedar into mozilla-central
|
2011-04-11 20:24:12 -04:00 |
|
Robert O'Callahan
|
a633551d9a
|
Bug 641599. Completely flush all ThebesLayers whenever the appunits-per-dev-pixel ratio changes. r=tnikkel
|
2011-04-11 16:57:29 -04:00 |
|
Benjamin Stover
|
3dc5b1f7a2
|
Bug 642246 Don't build ThebesLayers for elements with no displayports r=roc
|
2011-04-11 13:53:01 -07:00 |
|
Ehsan Akhgari
|
3bbe7bc47c
|
Bug 617539 - Remove nsIContentUtils_MOZILLA_2_0_BRANCH by backing out changeset 5e1f1bb2bb87 (bug 631412) which had added that class
|
2011-04-11 16:16:56 -04:00 |
|
Benjamin Smedberg
|
6620f620d9
|
Bug 617539 - Remove nsIPluginHost_MOZILLA_2_0_BRANCH, nsIPluginInstanceOwner_MOZILLA_2_0_BRANCH, and nsIPluginInstance_MOZILLA_2_0_BRANCH; r=jst
|
2011-04-11 16:00:30 -04:00 |
|
Ehsan Akhgari
|
8e2d030028
|
Merge mozilla-central into cedar
|
2011-04-11 13:11:47 -04:00 |
|
Robert O'Callahan
|
35b34b5ecc
|
Backout for bug 279629.
|
2011-04-11 09:41:27 -07:00 |
|
Robert O'Callahan
|
79cd41dfd7
|
Backed out changeset 082a9df5c6f7
|
2011-04-11 09:39:49 -07:00 |
|
Doug Turner
|
bb9cf72cbb
|
Backing out Bug 598736 - Use bilinear image scaling on mobile. Perf regression caused. r=me
|
2011-04-11 09:25:59 -07:00 |
|
Ehsan Akhgari
|
86c2f731ab
|
Merge cedar into mozilla-central
|
2011-04-11 11:53:07 -04:00 |
|
Robert O'Callahan
|
6209cb624a
|
Bug 279629. Allow scrolling to anchors to use smooth scrolling. r=mats
|
2011-04-11 08:44:09 -07:00 |
|
Robert O'Callahan
|
acc00bd703
|
Bug 598854. We no longer have cases where the view to paint is not a displayroot, so remove the code that handles that. r=tnikkel
|
2011-04-11 08:41:18 -07:00 |
|
Jonathan Kew
|
689d05f524
|
reftest for bug 644184. r=jdaggett
|
2011-04-11 16:33:53 +01:00 |
|
Simon Montagu
|
dab4d5a4f6
|
Tweak to the patch for bug 263359 to prevent regressing bug 644768, r=roc
|
2011-04-11 11:00:33 +03:00 |
|
Simon Montagu
|
26da0c0e0f
|
Regression test for bug 644768. r=roc
|
2011-04-11 11:00:33 +03:00 |
|
Simon Montagu
|
fb48125607
|
Bug 263359 part 4: resolve paragraph on encountering line breaks in preformatted elements. r=roc
|
2011-04-11 11:00:28 +03:00 |
|
Simon Montagu
|
c38ffc8b1a
|
Tests for bug 263359
|
2011-04-11 10:59:30 +03:00 |
|
Simon Montagu
|
3ddf717988
|
Bug 263359/Bug 229367: resolve paragraph on encountering <br> or embedded block elements. r=roc
|
2011-04-11 10:59:30 +03:00 |
|
Simon Montagu
|
95d3a1c005
|
Tests for bug 229367 and bug 613157
|
2011-04-11 10:59:30 +03:00 |
|
Simon Montagu
|
6c1e539305
|
Bug 263359 part 2: split nsBidiPresUtils::Resolve into Resolve and ResolveParagraph. r=roc
|
2011-04-11 10:59:30 +03:00 |
|
Simon Montagu
|
d34ed4f099
|
Bug 263359 part 1.5: remove nsDirectionalFrame. r=roc
|
2011-04-11 10:59:30 +03:00 |
|
Simon Montagu
|
1eecb4f103
|
Bug 263359 part 1: refactor bidi resolution code, combining InitLogicalArray and CreateBlockBuffer. r=roc
|
2011-04-11 10:59:30 +03:00 |
|
Simon Montagu
|
26946c74c0
|
Tests for bug 83958, originally by David Baron
|
2011-04-11 10:59:29 +03:00 |
|