Commit Graph

220272 Commits

Author SHA1 Message Date
Mats Palmgren
bf549d4111 Bug 1111292 - Include the column gap(s) in the minimum width calculation when the number of columns is non-auto. r=roc 2014-12-19 16:28:43 +00:00
Mats Palmgren
5f0a00a9eb Bug 447660 part 3 - When collecting / pushing a float, make sure to also pick up its next-in-flows that are in same block. r=roc
Move the AssertNoDuplicateContinuations in DrainPushedFloats earlier because
DrainOverflowLines() sometimes picks up overflow line with a placeholder for
a float that has a next-in-flow in this block and unmark those floats as
pushed floats because they aren't anymore.

Change AppendPushedFloat to push any next-in-flows that are in the same block
as the given float too.

Make DoCollectFloats collect next-in-flows in the same block.

Make VerifyOverflowSituation check some float list invariants too.
2014-12-19 16:28:43 +00:00
Mats Palmgren
3ef8ec759a Bug 447660 part 2 - Mark an existing next-in-flow of a float that is split due to it being NOT_COMPLETE as NOT being an overflow container. r=roc 2014-12-19 16:28:43 +00:00
Mats Palmgren
17896858d5 Bug 447660 part 1 - Replace the #define DISABLE_FLOAT_BREAKING_IN_COLUMNS with a pref to enable fragmenting of floats inside columns. Set the pref enabled by default in non-RELEASE builds only. r=roc 2014-12-19 16:28:43 +00:00
Mats Palmgren
778405d7bb Bug 1111360 - Remove the unused NS_IS_REFLOW_ERROR macro and an obsolete comment. r=roc 2014-12-19 16:28:42 +00:00
Ben Turner
b345efa2e9 Bug 1113429 - Optimize NUWA idle notifications on workers, r=froydnj. 2014-12-19 08:27:03 -08:00
Geoff Brown
59bf5c1343 Bug 1107002 - Update check for home banner not visible; r=mcomella 2014-12-19 09:22:08 -07:00
Geoff Brown
0d3d04220b Bug 1085837 - Fix robocop testAppMenuPathways on Android 2.3; r=mcomella 2014-12-19 09:22:07 -07:00
Michael Comella
fca6b915d2 Bug 1085837 - Open legacy "More" menu before asserting menu item is disabled; r=liuche 2014-10-31 17:08:30 -07:00
Geoff Brown
1a91e0b800 Bug 1107002 - Update robocop dismissEditingMode for tablets; r=mcomella 2014-12-19 09:22:07 -07:00
Geoff Brown
048af7b91a Bug 1105522 - Copy Robocop exception handling into UITest; r=jmaher 2014-12-19 09:22:07 -07:00
Geoff Brown
1bbb7af061 Bug 1090927 - Rename private test... functions in testGeckoProfile; r=mfinkle 2014-12-19 09:22:07 -07:00
Margaret Leibovic
ee1642a19c Bug 1105792 - Simplify testHomeBanner to account for the fact that banner view is removed when banner is dismissed; r=gbrown 2014-12-09 17:58:45 -08:00
Geoff Brown
037016ba07 Bug 1105792 - Avoid assertions in testHomeBanner; r=margaret 2014-12-19 09:22:06 -07:00
Geoff Brown
3045b56198 Bug 1105887 - Wait for panel in testAboutHomeVisibility; r=mcomella 2014-12-19 09:22:06 -07:00
Geoff Brown
79123bf70b Bug 1105795 - Avoid ClassCastException in testAboutHomeVisibility; r=mcomella 2014-12-19 09:22:06 -07:00
ziyunfei
7b5db0ca97 Bug 1078975 - %TypedArray%.prototype.{find, findIndex} Test. r=till 2014-12-19 16:51:41 +01:00
Nicolas B. Pierron
3ff0c7f685 Bug 1113179 - SIMD types are now created as Singleton objects. r=bbouvier 2014-12-19 16:06:42 +01:00
Nicolas B. Pierron
7d0275b7ba Bug 1112153 - Verify that all resume points / recover instructions operands can be encoded in snapshots. r=bbouvier 2014-12-19 16:06:40 +01:00
Jonathan Kew
76895ff844 Bug 1111525 - Remove unused lineFlags returned by nsILineIterator. r=roc 2014-12-19 14:55:30 +00:00
Nicolas B. Pierron
549aa2933d Bug 991720 part 4 - Scalar replacement registers the state instead of replacing resume points operands. r=h4writer 2014-12-19 15:28:31 +01:00
Nicolas B. Pierron
035beec925 Bug 991720 part 3 - Enforce recovery of stores before reading object values. r=h4writer 2014-12-19 15:28:31 +01:00
Nicolas B. Pierron
da589d1dd1 Bug 991720 part 2 - Add a spaghetti stack of stores on resume points. r=h4writer 2014-12-19 15:28:31 +01:00
Nicolas B. Pierron
67baaff895 Bug 991720 part 1 - Add Spaghetti stack. r=h4writer. 2014-12-19 15:28:30 +01:00
Nicolas B. Pierron
557510fecb Bug 1073033 part 4 - Emulate states of NewCallObject. r=h4writer 2014-12-19 15:28:30 +01:00
Nicolas B. Pierron
99f8d1a1e2 Bug 1073033 part 3 - Recover MLambda on bailouts. r=shu 2014-12-19 15:28:30 +01:00
Nicolas B. Pierron
94bc80b1fd Bug 1073033 part 2.4 - ScopeChain & Callee: Remove new rooting hazards. r=shu 2014-12-19 15:28:30 +01:00
Nicolas B. Pierron
d3802f3028 Bug 1073033 part 2.3 - Update callee uses, extract information form the maybe-recovered callee. r=shu 2014-12-19 15:28:29 +01:00
Nicolas B. Pierron
f4fc7ff729 Bug 1073033 part 2.2 - Update callee uses, extract information form the calleeTemplate. r=shu 2014-12-19 15:28:29 +01:00
Nicolas B. Pierron
600518974a Bug 1073033 part 2.1 - InlineFrameIterator: Recover the non-default value of a function. r=shu 2014-12-19 15:28:29 +01:00
Nicolas B. Pierron
0de4913caf Bug 1073033 part 2.0 - Snapshot: Add Recover instruction with default value. r=bbouvier 2014-12-19 15:28:28 +01:00
Nicolas B. Pierron
7134d45024 Bug 1073033 part 1 - Enable recovering the scope chain. r=shu 2014-12-19 15:28:28 +01:00
Nathan Froyd
5a17186bee Bug 1109409 - improve mozpack.BaseFile.copy() performance on Windows; r=gps
mopack.BaseFile.copy() performs a generic read/write file copy.  Windows
has an explicit CopyFile() call that tests have shown to be
significantly faster.  Let's use that instead via the magic of ctypes.
2014-12-12 11:59:24 -05:00
Nicolas B. Pierron
5d706e16b5 Bug 991720 part 0 - Add expected type before parenthese to fix clang 3.3 warning. r=jandem 2014-12-19 14:47:52 +01:00
Nicolas B. Pierron
e8e2296cc4 Bug 1110939 - Allow recovery of effectful instruction. r=jandem 2014-12-19 14:47:51 +01:00
Nicolas B. Pierron
669da63b25 Bug 1112632 - Flag object/array allocations as implictly used as we are removing uses. r=jandem 2014-12-19 14:23:04 +01:00
Jan de Mooij
e53ff56cc5 Bug 1108797 - Add a missing AutoForbidPools to callAndPushReturnAddress. r=dougc 2014-12-19 12:59:17 +01:00
Ms2ger
97b42feaaa No bug - Bump the mozlog package version; rs=jgraham 2014-12-19 11:27:28 +01:00
Ms2ger
551caf2704 Bug 1113095 - Handle failing reftests in machformatter's summarizing code; r=jgraham 2014-12-19 11:25:51 +01:00
Carsten "Tomcat" Book
56e10bda9a Backed out changeset 45940d63b0c7 (bug 1000305) for Android Test failures 2014-12-19 10:47:57 +01:00
Carsten "Tomcat" Book
edc3687757 Backed out changeset 2996cc51cb0d (bug 1000305) 2014-12-19 10:47:41 +01:00
Andreas Pehrson
9b00e479ba Bug 879717 - Part 3 - Test video dimensions set on loadedmetadata event. r=roc 2014-12-19 01:25:00 +01:00
Andreas Pehrson
513dcb25c1 Bug 879717 - Part 2 - Test that drawing a video element to canvas never throws. r=roc 2014-11-26 18:30:00 +01:00
Andreas Pehrson
ba22f72680 Bug 879717 - Part 1 - Delay entering HAVE_CURRENT_DATA state until a video frame has been stored in the image container. r=roc 2014-11-26 18:29:00 +01:00
JW Wang
c26ecc0fb1 Bug 1108960 - notify all steams for the resource ID when any stream get closed/suspended/resumed. r=roc. 2014-12-18 23:48:00 +01:00
Nicolas Silva
f69279c005 Bug 1112170 - Don't disable tiles for the basic backend on Linux. r=Bas 2014-12-18 22:23:53 +01:00
Bobby Holley
74cc7f8e22 Bug 1113282 - Check during async TrackBuffer decoder initialization to make sure we haven't been shut down. r=cajbir 2014-12-18 13:59:00 +01:00
Jed Davis
b53197de5d Bug 1113463 - Remove a lot of unused/unneeded ParamTraits instances. rs=bent 2014-12-18 19:49:00 +01:00
Nils Ohlmeier [:drno]
0dd59d8110 Bug 1112967 - consolidate all 50 calls to requestFlkayTimeout in WebRTC tests into one. r=bwc 2014-12-17 19:09:00 +01:00
Ted Clancy
30c1458fae Bug 1000305 - Part 2 - Tests for getIcon(). r=ferjm r=waldo 2014-12-18 17:42:25 -05:00