Scott Johnson
0a7e2f0265
Bug 836565, Part 2: Perform a horizontal resize reflow instead of a full reflow when reflowing on zoom to get better performance. [r=dbaron]
2013-05-14 14:24:14 -05:00
Arnaud Sourioux
9a8c47ea32
Bug 870516: Annotate ~600 more methods with MOZ_OVERRIDE in /layout r=dholbert
2013-05-14 09:33:23 -07:00
Mats Palmgren
0400e0de00
Bug 756241 - crash test.
2013-05-14 10:36:51 +02:00
Jesse Ruderman
5d55c11b7d
Bug 691210 - crash test
2013-05-14 10:36:51 +02:00
Martijn Wargers
83f66adf39
Bug 723108 - crash test
2013-05-14 10:36:51 +02:00
Abhishek Arya
b02d43a9f9
Bug 747688 - crash test.
2013-05-14 10:36:51 +02:00
Mats Palmgren
68b8527847
Bug 750066 crashtest.
2013-05-14 10:36:51 +02:00
Jesse Ruderman
b86e7643ff
Bug 765409 - crash test
2013-05-14 10:36:50 +02:00
Abhishek Arya
0d4bcf20b7
Bug 765621 - crash test
2013-05-14 10:36:50 +02:00
Abhishek Arya
7e04962565
Bug 767765 - crash test
2013-05-14 10:36:50 +02:00
Abhishek Arya
9dd59c4ec5
Bug 769120 - crash test
2013-05-14 10:36:50 +02:00
Abhishek Arya
5a80cee053
Bug 769303 - crash tests
2013-05-14 10:36:50 +02:00
L. David Baron
1f1e3bad30
Bug 871338: Handle NS_BLOCK_LOOK_FOR_DIRTY_FRAMES lazy marking in GetMinWidth and GetPrefWidth in addition to Reflow. r=bzbarsky
2013-05-13 15:37:00 -07:00
Jesse Ruderman
908547aed5
Bug 791601 - crash test
2013-05-13 16:28:29 +02:00
Abhishek Arya
f1bf9125b1
Bug 827076 - crash test
2013-05-13 16:28:28 +02:00
Jesse Ruderman
2cb2371328
Bug 840787 - crash test
2013-05-13 16:28:28 +02:00
Ed Morley
36fb30076b
Backed out changeset 496846474ed3 (bug 864774)
2013-05-13 10:05:49 +01:00
Mike Shal
02469b68e2
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey
...
From 140b9201e3b5d2d8efe7af286d279c2411dbc197 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
Karl Tomlinson
6b23215177
backout bug 810274 for typeof VS compile failure
2013-05-13 13:50:42 +12:00
Karl Tomlinson
3a24a90e28
b=810274 allow smooth scroll step to nearest pixel boundary short of desired position r=roc
...
--HG--
extra : transplant_source : %BE%DF%8BhHLmaB%D5%3F%DD7%AB%14%989%A0%CA%14
2013-05-02 15:04:20 +12:00
Karl Tomlinson
2e35f7fbc0
b=810274 include bounds with layer pixels as possible destinations to minimize subpixel scrolls r=roc
...
--HG--
extra : transplant_source : a%E1S%03%CBB%D3%DE%DDn%96r%BC%B2%D6%7D%82%AB%EBv
2013-05-02 15:04:20 +12:00
Jesse Ruderman
39bb41d1c6
Bug 494283 - crash test
2013-05-12 23:09:31 +02:00
Martijn Wargers
c8f85c931b
Bug 455407 - crash test
2013-05-12 23:09:30 +02:00
Jesse Ruderman
c80e06caa2
Bug 423098 - crash test
2013-05-12 23:09:30 +02:00
Martijn Wargers
2647049c29
Bug 420718 - crash tests
2013-05-12 23:09:30 +02:00
Martijn Wargers
de4575f796
Bug 416165 - crash tests
2013-05-12 23:09:30 +02:00
Martijn Wargers
f3b991d7d1
Bug 402872 - crash tests
2013-05-12 23:09:30 +02:00
Mats Palmgren
402c61c45f
Bug 377522 - crash test
2013-05-12 23:09:29 +02:00
Martijn Wargers
57d3795d8f
Bug 375831 - crash test
2013-05-12 23:09:29 +02:00
L. David Baron
9f8e9f40d7
Fix warnings-as-errors bustage from changeset 09552b219c3a (Bug 828312 patch 3).
2013-05-10 18:04:55 -07:00
L. David Baron
3f8575e3eb
Bug 828312 patch 3: Wait to mark lines dirty until we're in reflow, to avoid O(N^2) behavior as a result of looking for lines. r=bzbarsky
...
The assertion count reduction from 12 to 8 in
layout/generic/crashtests/798020-1.html is the removal of the 4
###!!! ASSERTION: math on NS_UNCONSTRAINEDSIZE: 'NS_UNCONSTRAINEDSIZE != aState.mReflowState.mComputedBorderPadding.left && NS_UNCONSTRAINEDSIZE != aState.mReflowState.ComputedWidth()'
in nsBlockFrame::PrepareResizeReflow by avoiding calling
nsBlockFrame::PrepareResizeReflow.
2013-05-10 17:35:08 -07:00
L. David Baron
baf2225550
Bug 828312 patch 2: Make list renumbering code set NS_FRAME_HAS_DIRTY_CHILDREN correctly on intermediate blocks and inlines, and NS_FRAME_IS_DIRTY correctly on the bullets. r=bzbarsky
...
The change to mark NS_FRAME_IS_DIRTY on the bullets fixes a failure in
layout/reftests/bugs/418574-1.html exposed by patch 3.
2013-05-10 17:35:08 -07:00
Ed Morley
345c8d111b
Merge latest green inbound changeset and mozilla-central
2013-05-10 09:13:03 +01:00
Ms2ger
c93541848e
Bug 868726 - Outparamdel nsViewManager::GetDeviceContext; r=tn
2013-05-10 09:13:49 +02:00
Daniel Holbert
08dca0f21a
Bug 870555 part 2: Add nsFlexContainerFrame::GetSkipSides specialization. r=mats
2013-05-09 20:10:49 -07:00
Daniel Holbert
448db15f5b
Bug 870555 part 1: Add curly braces around early-return in nsBlockFrame::GetSkipSides, for clarity. r=mats
2013-05-09 20:10:47 -07:00
Mark Banner
cb92e38e0c
Bug 863069 - Part 2: Sort lists in moz.build files (mac specific); r=gps
2013-05-08 19:31:52 +01:00
Daniel Holbert
b29ad644fc
Bug 870504: De-virtualize the unnecessarily virtual method nsBlockFrame::ComputeFinalSize. r=mats
2013-05-09 17:23:28 -07:00
Mats Palmgren
7ade6fec14
Bug 868906 - Make GetChildFrameContainingOffset() stable. r=roc
2013-05-07 20:48:59 +02:00
Timothy Nikkel
cffcd0ae38
Bug 868572. Move nsIScrollPositionListener file from view/ to layout/. r=mats
...
--HG--
rename : view/public/nsIScrollPositionListener.h => layout/generic/nsIScrollPositionListener.h
2013-05-03 17:31:08 -05:00
Daniel Holbert
be6e1d5836
Bug 855841: Remove unused constants NS_STYLE_CLEAR_BLOCK, NS_STYLE_CLEAR_COLUMN, NS_STYLE_CLEAR_PAGE. r=mats r=fantasai
2013-05-02 16:01:11 -07:00
Daniel Holbert
8618452256
Bug 867454: Treat a flex container's ::before and ::after generated content nodes as flex items. r=bz
2013-05-02 14:04:47 -07:00
Stephen Pohl
c997f428ce
Bug 636564 - Implement lion style scrollbars on Mac OSX 10.7+; r=roc
2013-05-02 10:58:00 -04:00
Ryan VanderMeulen
954cd4dfaa
Backed out changeset 1840b15583fd (bug 636564) for bustage.
...
CLOSED TREE
2013-05-02 08:33:54 -04:00
Stephen Pohl
e474e01d79
Bug 636564 - Implement Lion style scrollbars on Mac OSX 10.7+. r=roc
2013-05-02 07:52:25 -04:00
Mats Palmgren
796a090f34
Bug 866785 - Move repeated nsIFrame::List implementations code to a new method, ListGeneric, for re-use. Cleanup and improve the code a bit. r=roc
...
Specifically:
* move all the frame dump methods to nsIFrame. Especially nsFrame::ListTag
was annoying, often requiring a cast to nsFrame*.
* print common values in the same order for all types of frames
* print fluid continuations as "next-in-flow=%p" and non-fluid as
"next-continuation=%p" (as before)
* print the style-context more compactly, e.g.
"[sc=0x7faa6b60e0a0] pst=:first-line" becomes
"[sc=0x7faa6b60e0a0:first-line]"
* suppress printing visual/scroll-overflow rects when they are identical
to mRect and do the same for nsLineBox::List where it was especially
hard to see which lines actually had real overflow
* fix a bug that printed the child list name at the far right when the
principal list was empty (making it hard to see)
* print the address of child lists (other than the principal list) to
help debug frame list property bugs
* s/NS_IMETHODIMP/void/
2013-04-30 20:38:52 +02:00
Masatoshi Kimura
761bf787f0
Bug 859018 - Remove the MSVC exemption for FAIL_ON_WARNINGS in layout. r=dbaron
2013-04-28 19:02:35 +09:00
Takeshi Kurosawa
a71a2b0b26
Bug 338033 - No visible focus indicator on image map areas with black background r=roc
2013-04-27 17:54:36 +09:00
Aryeh Gregor
659b807986
Bug 859817 - Remove implicit conversions from raw pointer to already_AddRefed; r=Ms2ger
2013-04-22 14:15:59 +03:00
Mats Palmgren
2aafec2e0c
Bug 861643 - nsFirstLineFrame continuations should fixup its style context in Init instead of Reflow. r=bzbarsky
2013-04-26 10:49:07 +02:00