Bob Owen
9611802616
Bug 1135051: Add license for SuperFastHash to about:license. r=gerv
2015-03-17 16:04:04 +00:00
Nicolas Silva
191b5c2762
Bug 1144147 - Warning fix in DrawTargetCairo.cpp. r=jrmuizel
2015-03-17 16:53:46 +01:00
Carsten "Tomcat" Book
cc4ee6a59e
Merge mozilla-central to mozilla-inbound
2015-03-17 11:49:16 +01:00
Carsten "Tomcat" Book
21682b3a69
merge mozilla-inbound to mozilla-central a=merge
2015-03-17 11:36:52 +01:00
Carsten "Tomcat" Book
8e7ea92d0f
merge fx-team to mozilla-inbound a=merge
2015-03-17 11:32:02 +01:00
Jon Coppeard
1393d74196
Bug 1143706 - Allow BaseShape's global to be null when tracing r=terrence
2015-03-17 10:22:36 +00:00
Eddy Bruël
01de11bc7a
Bug 1092102 - Implement WorkerDebugger.initialize;r=khuey
2015-03-17 11:15:19 +01:00
Tooru Fujisawa
8c67a6b560
Bug 1143512 - Remove unused declaration of regexp_flags. r=jandem
2015-03-17 18:49:46 +09:00
Ms2ger
c3884d2833
Bug 1143932 - Factor out test harness files processing code from emit_from_context; r=gps
2015-03-17 10:39:08 +01:00
Brian Birtles
f4eb0d1e0e
Bug 1113425 part 4 - Enable test_deferred_start.html on all platforms; r=mattwoodrow
2015-03-17 18:38:12 +09:00
Brian Birtles
7aa293cc60
Bug 1113425 part 3 - Make test_deferred_start.html wait an extra frame; r=mattwoodrow
...
This is needed to avoid intermittent failures on Mulet and B2G ICS Emulator.
2015-03-17 18:38:12 +09:00
Brian Birtles
afb38bda70
Bug 1113425 part 2 - Apply async properties when querying the animated transform; r=mattwoodrow
...
In order to test off-main thread animations, we have a method that will return
the animated transform value set on a shadow layer. This method will return null
if the transform was not set by animation.
However, in some situations we temporarily clear the animation transform. For
example, when we synchronize a composite layer with its content layer, we reset
the animation transform. Then, on the next composite, we will recalculate the
animated value.
If we try to query the animated transform value in between resetting it and the
next composite we will get back null. To avoid a race condition, in
ShadowLayersUpdated after potentially clearing the animated transform, we
synchronously update the async properties on the layer transform in order
to reinstate the animated transform (so it is there when we go to query it).
However we *only* do this when the mIsTesting flag is set which is true
whenever we have the refresh driver under test control. Furthermore, we only
do it when we already have a pending composite task to better match conditions
under regular operation.
In test_deferred_start.html, however, we specifically need to test without
putting the refresh driver under test control. As a result mIsTesting will be
false and we can encounter a race condition when querying the animated
transform.
To work around this, this patch makes us *also* update async properties
when fetching the animated transform value. The method for getting the
animated transform value is only used for testing so it should have no effect
on the regular compositing behavior.
It would seem that we could then remove the call from ShadowLayersUpdated but
doing this caused a small number of test cases to fail. In particular one test
for *opacity* in test_animations_omta.html was failing at the end of the
animation because we ended up with a stale opacity animation value on the
compositor which the synchronous update was previously removing. The test,
in this case, should be ignoring the value on the compositor but, unlike
transform, there is no flag for indicating whether or not the opacity on shadow
layers has been set by animations. As a result, this patch leaves the call that
triggers a synchronous update in test mode when updating shadow layers.
2015-03-17 18:38:12 +09:00
Brian Birtles
53ce82696c
Bug 1113425 part 1 - Fix some bad CSS comment syntax in animation tests; r=mattwoodrow
2015-03-17 18:38:12 +09:00
JW Wang
69bddc962e
Bug 1143562 - use /data/b2g/mozilla/gmp as the gmp storage folder on B2G. r=cpearce.
2015-03-18 10:29:31 +08:00
Wes Kocher
26c51d8431
Merge m-c to inbound a=merge CLOSED TREE
2015-03-17 19:06:20 -07:00
David Anderson
386441a504
Fix mouse event handling regression from bug 1143567. (bug 1142866, r=jmathies)
2015-03-17 14:01:20 -07:00
Ms2ger
1bd52f867a
Bug 1143932 - Factor out XPIDL processing code from emit_from_context; r=gps
2015-03-17 10:37:57 +01:00
Ms2ger
032f0347bd
Bug 1143932 - Factor out programs processing code from emit_from_context; r=gps
2015-03-17 10:36:55 +01:00
Ms2ger
b8b3cd4235
Bug 1143932 - Factor out generated filed processing code from emit_from_context; r=gps
2015-03-17 10:33:45 +01:00
Ms2ger
a23e6b0227
Bug 1143932 - Factor out jar manifest processing code from emit_from_context; r=gps
2015-03-17 10:32:10 +01:00
Ms2ger
84b8bf93b1
Bug 1143932 - Factor out sources processing code from emit_from_context; r=gps
2015-03-17 10:32:10 +01:00
Ms2ger
4b34eacab2
Bug 1143932 - Factor out test manifest processing code from emit_from_context; r=gps
2015-03-17 10:32:10 +01:00
Ms2ger
d8800543ce
Bug 1143932 - Factor out library handling code from emit_from_context; r=gps
2015-03-17 10:32:09 +01:00
Xidorn Quan
c817483da2
Bug 1143558 part 3 - Reftests for line break suppression inside ruby. r=roc
2015-03-17 19:10:15 +11:00
Xidorn Quan
2dc8e859ae
Bug 1143558 part 2 - Convert suppressed line break to whitespace. r=roc
2015-03-17 19:10:15 +11:00
Xidorn Quan
2de2f0c18e
Bug 1143558 part 1 - Fix line break suppression when newline is significant. r=roc
2015-03-17 19:10:15 +11:00
Hiroyuki Ikezoe
627985573c
Bug 1143539 - Remove firefox-appdir in toolkit/components/downloads/test/unit/xpcshell.ini. r=paolo
2015-03-17 03:35:00 -04:00
B2G Bumper Bot
6db7b342dd
Bumping manifests a=b2g-bump
2015-03-16 20:24:23 -07:00
B2G Bumper Bot
86ab047bd8
Bumping manifests a=b2g-bump
2015-03-16 19:58:25 -07:00
B2G Bumper Bot
557a5bc3d8
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/00ea00a8e98d
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1068887 - merge pull request #28669 from FunkTron:Bug1068887 to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/d0f45cb99744
Author: Ross <ross.ziegler@imross.com>
Desc: Bug 1068887 - Updated visibility settings on recording timer
fixed timing function nits
2015-03-16 19:55:34 -07:00
Mark Hammond
9fcccc982e
Backout 79e1475e5b35 (bug 1131457) for more bc failures.
2015-03-16 18:45:06 -07:00
Mark Hammond
9e2f3b3c76
Bug 1143970 - clicking on an item in the reading list sidebar now opens the item. r=gavin
2015-03-16 18:25:24 -07:00
Wes Kocher
89613a8d4f
Backed out changeset 00579267379b (bug 1122225) for rc1 failures
2015-03-16 18:08:17 -07:00
Gregory Arndt
150175b7f5
Bug 1143059 - Update artifact location r=lightsofapollo
2015-03-16 17:32:17 -07:00
Michael Wu
1587275ec5
Bug 1120780 - Remove special handling for venus, r=sotaro
2015-03-17 09:38:34 +08:00
B2G Bumper Bot
cf8f18a6e2
Bumping manifests a=b2g-bump
2015-03-16 18:24:32 -07:00
Blair McBride
87b02ffadc
Bug 1131457 - Add a button to the URLBar that allows adding the current page to the Reading List. r=markh/adw
2015-03-16 17:20:52 -07:00
Wes Kocher
764eed6b4b
Backed out changeset a54e67ffcfd0 (bug 1131457) for bc1 orange
2015-03-16 17:15:54 -07:00
Gijs Kruitbosch
c7bf76cc38
Bug 1130411 - only care about unload if it involves the page we opened, r=jaws
2015-03-16 17:05:18 -07:00
Gijs Kruitbosch
7a617e15eb
Bug 1141055 - fix in-content 'Content' pane preference initialization so rebuildFonts *actually* doesn't break, r=jaws
2015-03-16 17:01:45 -07:00
B2G Bumper Bot
2963c153b5
Bumping manifests a=b2g-bump
2015-03-16 16:08:21 -07:00
B2G Bumper Bot
4f5530b3c1
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3246cdbc5c2a
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1122086 - merge pull request #28293 from hfiguiere:bug1122086-newly-added-playlist to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/fed7df7c1568
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1122086 - Test the recently added playlist. Add Music.waitFinishedScanning()
2015-03-16 16:05:33 -07:00
B2G Bumper Bot
1696b5d821
Bumping manifests a=b2g-bump
2015-03-16 15:48:00 -07:00
B2G Bumper Bot
91c2005c16
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5ff6ea5770d0
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1135063 - merge pull request #28869 from gabrielesvelto:bug-1135063-hide-call-log-edit-button-in-call-info-view to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/55d3263f6163
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 1135063 - Hide the call log edit button when entering the call information view r=thills
2015-03-16 15:45:23 -07:00
B2G Bumper Bot
97032f6b7d
Bumping manifests a=b2g-bump
2015-03-16 15:33:08 -07:00
B2G Bumper Bot
3a236488be
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3421f998f265
Author: Wes Kocher <kwierso@gmail.com>
Desc: Revert "Bug 1141479 - merge pull request #28748 from fcampo:fix-strings-1141479 to mozilla-b2g:master" for Gu orange
This reverts commit 8d76df71f1cdd411724e23e755a6e21d9a35496f, reversing
changes made to 61b13c3579317402a8603c69ae9e803fc75a0542.
2015-03-16 15:30:31 -07:00
Wes Kocher
e90fd8b8a3
Backed out changeset 98bc69015608 (bug 1139721) for frequent b2g mochitest-5 failures
2015-03-16 14:16:02 -07:00
B2G Bumper Bot
2c1a8b3bfb
Bumping manifests a=b2g-bump
2015-03-16 13:39:38 -07:00
B2G Bumper Bot
79d5bc81fe
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/fc5a4b050005
Author: Sam Foster <sam@sam-i-am.com>
Desc: Merge pull request #28853 from sfoster/ftu-fb-import-strings-bug-1121880
Bug 1121880 - Add missing facebook-import-msg strings to FTU. r=stas
========
https://hg.mozilla.org/integration/gaia-central/rev/6fa734f7fc29
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1121880 - Add missing facebook-import-msg strings to FTU. r=stas
========
https://hg.mozilla.org/integration/gaia-central/rev/f9a1fa1afa37
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1068909 - merge pull request #28751 from yzen:bug-1068909 to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/35989db87b0d
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1068909 - improving accessibility for preview mode in Camera app. r=justindarc
========
https://hg.mozilla.org/integration/gaia-central/rev/d499f9119b50
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1141479 - merge pull request #28748 from fcampo:fix-strings-1141479 to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/f845cf95d0ee
Author: Fernando Campo <fernando.campo@telefonica.com>
Desc: Bug 1141479 - Fix string for default activities
2015-03-16 13:36:56 -07:00
Markus Stange
1ca576aaba
Bug 1142393 - Make menus look correct when 'Reduce transparency' is set. r=smichaud
2015-03-16 16:20:46 -04:00