Daniel Holbert
|
cdb46fbf89
|
Bug 473236, 2013 edition: Remove executable bit from files that clearly don't need it (html, xhtml, xul, svg, png, jpg, ttf files in test dirs within /layout). DONTBUILD
|
2013-03-25 17:01:35 -07:00 |
|
Mats Palmgren
|
7c1f233659
|
Bug 850931. r=roc
|
2013-03-25 21:27:05 +01:00 |
|
Benoit Girard
|
6ed333dbb5
|
Bug 851611 - Part 3: Rename headers. r=jrmuizel
--HG--
rename : tools/profiler/sampler.h => tools/profiler/GeckoProfiler.h
rename : tools/profiler/sps_sampler.h => tools/profiler/GeckoProfilerImpl.h
extra : rebase_source : 6ea7c660764a4390cdd8dd91561fff1d7bad6035
|
2013-03-18 15:25:50 +01:00 |
|
Benoit Girard
|
bbe4c3065e
|
Bug 851611 - Part 2: Update profiler calls. r=jrmuizel
--HG--
extra : rebase_source : f76accc3d3dd86c75cb3e9750734f23ec9c29941
|
2013-03-16 00:47:02 -04:00 |
|
Cameron McCormack
|
1d87113442
|
Bug 842142 - Prevent odd text wrapping in SVG text. r=roc
|
2013-03-25 14:50:59 +11:00 |
|
Joe Drew
|
f167072f7c
|
Merge last pgo-clean changeset to mozilla-central.
|
2013-03-24 11:38:13 -04:00 |
|
Joe Drew
|
da7b11fada
|
Merge last green mozilla-inbound into mozilla-central.
|
2013-03-23 18:45:56 -04:00 |
|
Daniel Holbert
|
8073dfdb7c
|
(no bug) Fix indentation of multi-line std::max invocations in nsFlexContainerFrame. Whitespace-only, DONTBUILD
|
2013-03-22 12:13:51 -07:00 |
|
Daniel Holbert
|
8313ee19fd
|
Bug 851396: Keep skipping flex-item style fixup for anonymous content through the call to AddFrameConstructionItemsInternal, to handle style re-resolution after XBL bindings load. r=bz
|
2013-03-21 18:50:54 -07:00 |
|
Mats Palmgren
|
4831435069
|
Bug 842166 - Block scripts during nsGfxScrollFrameInner::ReflowFinished(). r=ehsan
|
2013-03-23 00:08:59 +01:00 |
|
Joshua Cranmer
|
c992967d69
|
Bug 767563 - Add a clang static checker, part 3: Move the MOZ_MUST_OVERRIDE macro to MFBT. r=Waldo
|
2013-03-23 21:14:43 -05:00 |
|
Mats Palmgren
|
37e145bc26
|
Bug 851847 - Optimize nsBlockFrame::StealFrame when removing a normal flow child. r=bzbarsky
|
2013-03-23 21:49:45 +01:00 |
|
Mats Palmgren
|
3db9895bc1
|
Backout rev 85397e0a6dba - wrong patch. r=me
|
2013-03-23 21:45:53 +01:00 |
|
Mats Palmgren
|
1f8322a617
|
Bug 851847 - Optimize nsBlockFrame::StealFrame when removing a normal flow child. r=bzbarsky
|
2013-03-23 21:10:34 +01:00 |
|
Mats Palmgren
|
929c14eb76
|
Bug 851849 - Make nsBlockFrame::AddFrames() return void since it can't fail, and non-virtual since it's not meant to be overridden. Add a post-condition that the given
aFrameList is empty. r=bzbarsky
|
2013-03-23 21:10:34 +01:00 |
|
Mats Palmgren
|
ff67e7f83e
|
Bug 851848 - Remove the OOM check for allocating the BulletFrame now that PresArena allocations are infallible. r=bzbarsky
|
2013-03-23 21:10:34 +01:00 |
|
Mats Palmgren
|
e45878cd69
|
Bug 851848 - Remove OOM checks for the result of NewLineBox now that PresArena allocations are infallible. r=bzbarsky
|
2013-03-23 21:10:33 +01:00 |
|
Mats Palmgren
|
1d4d144485
|
Bug 852670 - Make nsContainerFrame::SetPropTableFrames return void since it's infallible. r=bzbarsky
|
2013-03-23 21:10:33 +01:00 |
|
Boris Zbarsky
|
a8bcad584c
|
Bug 852803. nsHTMLCanvasFrame::Init should call its superclass' init, not some random ancestor class. r=tn
|
2013-03-21 15:09:15 -04:00 |
|
John Schoenick
|
213f734579
|
Bug 784131 - Kill plugins that become unrendered (e.g. display:none). r=josh
|
2013-03-20 14:29:23 -07:00 |
|
Robert O'Callahan
|
f935d48612
|
Bug 846901 - Skip nsDisplayWrapList construction if there's only one item to wrap and it already has the right frame. r=mattwoodrow
|
2013-03-19 09:08:28 -04:00 |
|
Boris Zbarsky
|
f75d10efbe
|
Bug 852501 part 4. Make CreateContinuingFrame infallible. r=dholbert
|
2013-03-19 21:47:49 -04:00 |
|
Boris Zbarsky
|
462f47d89e
|
Bug 852428 part 2. Make nsIFrame::Init infallible. r=dholbert
|
2013-03-19 21:47:48 -04:00 |
|
Boris Zbarsky
|
578a1155d6
|
Bug 852428 part 1. Make CreateViewForFrame infallible. r=dholbert
|
2013-03-19 21:47:47 -04:00 |
|
Mike Shal
|
ea1d9b8ba7
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|
Scott Johnson
|
66b44c2f73
|
Bug 600100, Part 3: Followup patch to maximize efficiency of changes in 2ed966e4. [r=mats]
|
2013-03-19 12:36:05 -05:00 |
|
Scott Johnson
|
ff3ba1992e
|
Bug 600100, Part 1: Return a status of NS_FRAME_NOT_COMPLETE during reflow of nsBlockFrame if we have a next continuation with pushed floats to prevent crashing in columns. [r=dbaron]
|
2013-03-19 09:05:05 -05:00 |
|
Scott Johnson
|
a6c26d7c4b
|
Backed out changeset 3b18c328b316 (bug 600100) to fix commit message DONTBUILD.
|
2013-03-19 09:43:27 -05:00 |
|
Scott Johnson
|
7cb809091c
|
Bug 600100, Part 1: Return a status of NS_FRAME_NOT_COMPLETE during reflow of nsBlockFrame if we have a next continuation with pushed floats to prevent crashing in columns.
|
2013-03-19 09:05:05 -05:00 |
|
Ed Morley
|
0752f07da4
|
Backed out changeset 00280175733e (bug 846901) for crashes; CLOSED TREE
|
2013-03-19 14:15:55 +00:00 |
|
Robert O'Callahan
|
51e345fed9
|
Bug 846901 - Skip nsDisplayWrapList construction if there's only one item to wrap and it already has the right frame. r=mattwoodrow
|
2013-03-19 09:08:28 -04:00 |
|
Andrea Marchesini
|
c15b6499e8
|
Bug 841493 - Rename nsHTMLVideoElement to HTMLVideoElement, r=Ms2ger
--HG--
rename : content/html/content/public/nsHTMLVideoElement.h => content/html/content/public/HTMLVideoElement.h
rename : content/html/content/src/nsHTMLVideoElement.cpp => content/html/content/src/HTMLVideoElement.cpp
|
2013-03-19 13:27:35 +01:00 |
|
Andrea Marchesini
|
6b08dd17f5
|
Bug 841493 - Rename nsHTMLMediaElement to HTMLMediaElement, r=Ms2ger
--HG--
rename : content/html/content/public/nsHTMLMediaElement.h => content/html/content/public/HTMLMediaElement.h
rename : content/html/content/src/nsHTMLMediaElement.cpp => content/html/content/src/HTMLMediaElement.cpp
|
2013-03-19 13:23:54 +01:00 |
|
Ed Morley
|
4a0f5f39ca
|
Backed out changeset c75481a07302 (bug 851611)
|
2013-03-18 14:10:35 +00:00 |
|
Ed Morley
|
47bc17c5f5
|
Backed out changeset d195190adc48 (bug 851611)
--HG--
rename : tools/profiler/GeckoProfiler.h => tools/profiler/sampler.h
rename : tools/profiler/GeckoProfilerImpl.h => tools/profiler/sps_sampler.h
|
2013-03-18 14:10:30 +00:00 |
|
Benoit Girard
|
90f13c7e56
|
Bug 851611 - Part 3: Rename headers. r=jrmuizel
--HG--
rename : tools/profiler/sampler.h => tools/profiler/GeckoProfiler.h
rename : tools/profiler/sps_sampler.h => tools/profiler/GeckoProfilerImpl.h
extra : rebase_source : 552fe1d3ff61d15b264aaf86f7c8cb4f4eff69d1
|
2013-03-18 14:41:02 +01:00 |
|
Benoit Girard
|
95a5b4c35f
|
Bug 851611 - Part 2: Update profiler calls. r=jrmuizel
--HG--
extra : rebase_source : 3032aaf7e50cdf9c350da688ec34e50a695fc7ca
|
2013-03-16 00:47:02 -04:00 |
|
Ms2ger
|
9193bb4302
|
Bug 845374 - Part j: Stop including nsIXPCScriptable.h in nsContentUtils.h; r=khuey
|
2013-03-17 08:55:15 +01:00 |
|
Daniel Holbert
|
4a7b245c6f
|
Bug 851607: Make nsFlexContainerFrame::Reflow reflow its children unconditionally. r=dbaron
|
2013-03-15 22:40:57 -07:00 |
|
Mats Palmgren
|
364ac4b58b
|
Bug 851485 - Restoring scroll position from history should only suppress one scroll-to-anchor. r=bzbarsky
|
2013-03-15 23:32:35 +01:00 |
|
Mats Palmgren
|
071455168e
|
Bug 849219 - Store the scroll state also when the position is 0,0 to avoid scrolling to an #ID on reload. r=roc
|
2013-03-15 23:32:35 +01:00 |
|
Mats Palmgren
|
51b222839d
|
Bug 850964 - Remove obsolete NS_FRAME_INVALIDATE_ON_MOVE flag. r=roc
|
2013-03-15 23:32:35 +01:00 |
|
Mats Palmgren
|
22029095e2
|
Bug 849603 - Make sure we use StartRemoveFrame for the first (existing) list to remove from. r=bzbarsky
|
2013-03-15 23:32:35 +01:00 |
|
Mats Palmgren
|
3f30ff30cc
|
Bug 847209 - Don't assert if the frame is in the kOverflowList child list. r=bzbarsky
|
2013-03-15 23:32:35 +01:00 |
|
Mats Palmgren
|
fdbdd14611
|
Bug 847208 - Reuse RemoveFloat() in a couple of places that did manual removal of a float child frame. r=dbaron
|
2013-03-15 23:32:35 +01:00 |
|
Mats Palmgren
|
54813d8e16
|
Bug 847208 - Make RemoveFloat() check the PushedFloatsList too. r=dbaron
|
2013-03-15 23:32:35 +01:00 |
|
Scott Johnson
|
64c588e2f9
|
Bug 762902: Add a new ReflowChild flag within nsContainerState to disable deletion of next-in-flow children to prevent crash. [r=mats]
|
2013-03-15 13:36:30 -05:00 |
|
Ed Morley
|
78d553c1ed
|
Backed out changeset 4bfe5e636d68 (bug 850964) for assertions on a CLOSED TREE
|
2013-03-14 15:19:06 +00:00 |
|
Ed Morley
|
bf371a02ad
|
Backed out changeset 82bfa9035c6a (bug 847208)
|
2013-03-14 15:18:37 +00:00 |
|
Ed Morley
|
bd0ad3f2a2
|
Backed out changeset 253df4cdfdb9 (bug 847208)
|
2013-03-14 15:18:33 +00:00 |
|