Ryan VanderMeulen
9e06657e83
Backed out changesets 4d2d510fbd62, 5e51dc838a89, and 652bd77f36c1 (bug 1116714) for Linux opt mochitest-dt orange.
...
CLOSED TREE
2015-01-06 08:57:43 -05:00
Mats Palmgren
5aa4ac7936
Bug 1117596 - Simplify the code in nsBlockFrame::AddFrames somewhat to avoid a false positive warning ('Uninitialized variable: overflowLines'). r=roc
2015-01-06 11:46:26 +00:00
Mats Palmgren
65df79cbad
Bug 1116753 - Add 'explicit' to the nsRootBoxFrame one-arg ctor to fix static analysis failure. r=me
2015-01-06 10:07:04 +00:00
Mats Palmgren
2e240075ec
Bug 1116753 - Remove the nsIPresShell* param from remaining frame ctors that still have it. r=roc
2015-01-06 09:27:56 +00:00
Mats Palmgren
2a88e0e176
Bug 1116714 part 3 - Use GetParentOrPlaceholderFor (not GetParent) so that reframing anonymous content frames works also for fixed pos frames. r=roc
2015-01-06 09:27:56 +00:00
Mats Palmgren
290209ca62
Bug 1116714 part 2 - Don't create a frame for the custom content container when it has no children. r=roc
2015-01-06 09:27:56 +00:00
Mats Palmgren
066e51211b
Bug 1116718 part 2 - Don't bother setting up a reflow state for positioned children if there are none. r=roc
2015-01-06 09:27:56 +00:00
Mats Palmgren
5abc649388
Bug 1116718 part 1 - Don't bother calculating overflow areas when they will be discarded anyway. r=roc
2015-01-06 09:27:56 +00:00
Brian Birtles
ac47cd0a02
Bug 1112480 part 6 - Make PendingPlayerTracker call StartOnNextTick; r=jwatt
...
This patch switches on the new, "actually start the player in the next refresh
driver tick" behavior. It updates PendingPlayerTracker, adding
a StartPendingPlayersOnNextTick method which calls the appropriate method on
AnimationPlayer. The existing StartPendingPlayers is renamed to
StartPendingPlayersNow and is used for testing only.
Furthermore, since we now expect AnimationPlayer::StartOnNextTick to be
functional, AnimationPlayer::DoPlay is updated to use it when there is no
document available. This should make playing an animation player always
asynchronous, that is, always transition to the pending state temporarily
(unless we are already playing).
2015-01-09 07:57:58 +09:00
Brian Birtles
c6ebd438ae
Bug 1112480 part 1 - Adjust tests to accommodate changed animation start behavior; r=jwatt
...
In this patch series we adjust the behavior of animation starting so that the
animation does not actually start until the following refresh driver tick. This
requires some tweaks to tests to ensure they continue to pass.
2015-01-09 07:57:58 +09:00
Benoit Girard
accd31c28a
Bug 1112332 - Disable all paint heuristics for layers not actively scrolled by APZ. r=kats
...
--HG--
extra : rebase_source : 785e13857a3bdb3107cb0836a37bcffbea7f02ec
2015-01-02 11:17:59 -05:00
Brian Birtles
fd8aff9c0e
Bug 1113413 - Make refresh driver go back immediately when restored from test control; r=vlad
2015-01-06 10:56:02 +09:00
Brian Birtles
62ee098b80
Bug 927349 part 30 - Cancel transitions when we have a change to a non-animatable style; r=heycam
2015-01-06 10:55:59 +09:00
Wes Kocher
db9de9549f
Merge m-c to inbound a=merge
2015-01-05 17:19:38 -08:00
Wes Kocher
e62807e2fa
Merge fx-team to m-c a=merge
2015-01-05 17:08:49 -08:00
Ethan Lin
c550c53067
Bug 1103258 - Add reftest for assertion crash. r=jmuizelaar
2015-01-05 23:45:20 +08:00
Mats Palmgren
a7ff0f7462
Bug 1117538 part 2 - [css-grid] Accept 'grid-auto-flow: dense' which now implies 'row dense'. r=simon.sapin
2015-01-05 22:20:56 +00:00
Mats Palmgren
0c2e9247ec
Bug 1117538 part 1 - [css-grid] Remove 'grid-auto-flow: stack'. r=dholbert
...
Because it has been removed from the spec per:
http://lists.w3.org/Archives/Public/www-style/2014Dec/0321.html
2015-01-05 22:20:56 +00:00
Tom Tromey
14484f49ae
Bug 1113706 - move TimelineMarker to a new header; r=smaug
2015-01-05 09:39:16 -08:00
Phil Ringnalda
e75fcfb043
Backed out 4 changesets (bug 1116821, bug 1110928) for Windows OOMs
...
CLOSED TREE
Backed out changeset 9d593597df5f (bug 1110928)
Backed out changeset d68c75986335 (bug 1110928)
Backed out changeset 21d807074550 (bug 1110928)
Backed out changeset ca77252e50dd (bug 1116821)
2015-01-04 21:12:19 -08:00
Christoph Kerschbaumer
b39fa64608
Bug 1116624 - Move CORS into dom/security (r=sicking)
...
--HG--
rename : dom/base/nsCrossSiteListenerProxy.cpp => dom/security/nsCORSListenerProxy.cpp
rename : dom/base/nsCrossSiteListenerProxy.h => dom/security/nsCORSListenerProxy.h
2014-12-30 15:54:59 -08:00
Andrew McCreight
f65b00d7c0
Bug 1110928, part 3 - Try to pass a relevant zone to PokeGC. r=smaug
...
This means the browser will do less full GCs.
2015-01-04 17:46:50 -08:00
Andrew McCreight
4cf56547e8
Bug 1110928, part 2 - Call PokeGC in nsDocumentViewer::PageHide before the call to OnPageHide. r=smaug
...
This ensures that the document isn't destroyed when we call PokeGC, which will be useful later.
2015-01-04 17:46:50 -08:00
Andrew McCreight
9316f22371
Bug 1110928, part 1 - Hoist the LOAD_END PokeGC out of nsJSContext::LoadEnd. r=smaug
...
nsDocumentViewer knows which document is involved which will help us later.
Also, fix a typo in the comment.
2015-01-04 17:46:50 -08:00
Bas Schouten
e7e398a29a
Bug 1084450: Disable subpixelAA text when requested for header/footer drawing code. r=mattwoodrow
2015-01-05 01:18:11 +01:00
Phil Ringnalda
415bfb6776
Backed out 7 changesets (bug 1018320)
...
Backed out changeset 2ef1c26d77d3 (bug 1018320)
Backed out changeset bce9ed290ddd (bug 1018320)
Backed out changeset 8c01c134e40f (bug 1018320)
Backed out changeset 46353577ef7a (bug 1018320)
Backed out changeset edf5737d6e0e (bug 1018320)
Backed out changeset c6fcdd1c681f (bug 1018320)
Backed out changeset 5e26604cc6e0 (bug 1018320)
2015-01-04 08:40:27 -08:00
Andrea Marchesini
c01dc5fa14
Bug 1018320 - RequestSync API - patch 2 - Wifi Only, r=ehsan
2015-01-04 10:36:53 +01:00
Phil Ringnalda
9f997b2894
Merge m-i to m-c, a=merge
2015-01-03 20:02:33 -08:00
Carsten "Tomcat" Book
68824da2af
Merge mozilla-central to b2g-inbound
2015-01-02 14:15:38 +01:00
Kartikaya Gupta
f7c0c43ecf
Bug 1107280 - Fuzz a test unrelated to event-regions but that fails with event regions enabled. r=me
2015-01-02 17:07:20 -05:00
Joel Maher
6ad8bb118c
Bug 1114710 - test_leaf_layers_partition_browser_window.xul fails when run as a standalone directory. r=tn
2014-12-31 12:02:00 +01:00
Morris Tseng
b7c39e7aa0
Bug 1114853 - Part 5: Don't dispatch event when we're at drag mode. r=roc
2014-12-24 00:02:00 +01:00
Morris Tseng
f2bf94474c
Bug 1114853 - Part 4: Bail out if selections are mismatch. r=roc
2014-12-29 20:02:00 +01:00
Morris Tseng
8673ef0a0a
Bug 1114853 - Part 3: Reset mSelectionVisibleInScrollFrames when visibility set to false. r=roc
2014-12-24 01:07:00 +01:00
Morris Tseng
241277e8e0
Bug 1114853 - Part 2: Remove useless SetVisibility calls. r=roc
2014-12-24 00:01:00 +01:00
Jonathan Kew
2ec8f432d2
Bug 1116480 - Reftest for textRun bounding box with fake italics. r=roc
2014-12-31 22:35:44 +00:00
Benoit Girard
f7ad51e8cc
Bug 1113781 - Only track layer decision with MOZ_DUMP_PAINTING and add a preference. r=mstange
2014-12-31 15:21:58 -05:00
Benoit Girard
98b7cc0e56
Bug 1113837 - Build display-list dumping without MOZ_DUMP_PAINTING. r=mstange
2014-12-31 15:17:39 -05:00
Xidorn Quan
b71f548568
Bug 1116037 part 12 - Move mLineSize to RubyReflowState. r=dbaron
...
--HG--
extra : source : 17ad55f13af3e96df7649f968c838bc48b323c68
2014-12-30 11:20:10 +11:00
Xidorn Quan
3013e06e68
Bug 1116037 part 11 - Add RubyReflowState for sharing states between ruby level boxes. r=dbaron
...
--HG--
extra : source : c4f342ece9c1548053348dbc317d9857cbe790b6
2014-12-30 11:16:30 +11:00
Xidorn Quan
09350f0596
Bug 1116037 part 10 - Remove mColumnCount from nsRubyBaseContainerFrame. r=dbaron
...
--HG--
extra : source : 36096895ec5437c5f9cf6c97d6085bfeae8654c7
2014-12-30 10:05:54 +11:00
Xidorn Quan
eb1ae2b722
Bug 1116037 part 9 - Move ruby text container arrays to stack. r=dbaron
...
--HG--
extra : source : 6c5d7212c3f8c355b4667aa46024dfef0710ca8e
2014-12-30 09:56:34 +11:00
Xidorn Quan
62bf8b83b1
Bug 1116037 part 8 - Merge two ruby text container arrays. r=dbaron
...
--HG--
extra : source : 2b3f8e1951d924c14c94c06a44012837b51a04ad
2014-12-30 09:44:12 +11:00
Xidorn Quan
16b6831601
Bug 1116037 part 7 - Small fixes to ruby line breaking. r=dbaron
...
--HG--
extra : source : 54ffc8e890c131d88047e4dabc7c2b71be544a5d
2014-12-30 09:24:57 +11:00
Xidorn Quan
a33cdf1a4e
Bug 1116037 part 6 - Use a single struct to represent ruby column. r=dbaron
...
--HG--
extra : source : 7b927cec3f77e194b37de15e3a5b93aa70925d3c
2014-12-29 15:22:19 +11:00
Xidorn Quan
c7868a4f13
Bug 1116037 part 5 - Use unified struct for ruby reflow states. r=dbaron
...
--HG--
extra : source : 1c4bb2775ab5e26f34fb260daf12afdf86debe30
2014-12-29 15:03:38 +11:00
Xidorn Quan
259342b408
Bug 1116037 part 4 - Remove useless parameters in ruby reflow methods. r=dbaron
...
--HG--
extra : source : d712ee74e0f33f39b103e88753587559d0a0e9ed
2014-12-29 14:46:24 +11:00
Xidorn Quan
b48d600a85
Bug 1116037 part 3 - Use ruby "column" instead of "pair" to match the spec term. r=dbaron
...
--HG--
extra : source : a7e31ed3d8d6933631729f014efb546844c84586
2014-12-29 14:30:00 +11:00
Xidorn Quan
1175e8d1f5
Bug 1116037 part 2 - Use frame state bit to mark rtc of span. r=dbaron
...
--HG--
extra : source : ae8d3b155c8ac5f73992fdb5f23e6be48c884c78
2014-12-29 13:34:07 +11:00
Xidorn Quan
7368bd2654
Bug 1116037 part 1 - Move TextContainerIterator to RubyUtils. r=dbaron
...
--HG--
extra : source : 2953b34d3cc05a3f34edb3d775821e81c798b77b
2014-12-29 11:14:53 +11:00