Brian Hackett
a995d0ea59
Bug 1008032 - Don't try to compress scripts when zlib isn't available.
2014-05-14 17:11:21 -07:00
Yash Girdhar
d25654bea8
Bug 1007834 - Preference to enable Speech Synthesis, should be present by default. r=smaug
2014-05-14 16:58:12 -07:00
Nicolas B. Pierron
326c380dcc
Bug 1007027 - Replace MPhi::slot by a flag based on ResumePoint indexes. r=h4writer
2014-05-14 16:56:25 -07:00
Daniel Holbert
d693a40d48
Bug 1008286: Remove unused variable 'kProxyType_UNKNOWN' from nsProtocolProxyService.cpp to fix clang warning. r=jduell
2014-05-14 16:52:52 -07:00
Arnaud Bienner
87bb23a80f
Bug 1009714: Fix <button disabled> style on B2G. r=dholbert
2014-05-14 23:42:03 +02:00
Jim Blandy
3f9631f2c0
Bug 1007862 - Update name of barriered base class in SpiderMonkey's GDB pretty-printers, r=jimb,sfink
...
This patch fixes test failures in js/src/gdb/tests/test-Root.py.
js::PreBarriered is no longer the common base class for SpiderMonkey's GC graph
edge types; now js::BarrieredBase is the best choice for pretty-printers to
support. Also, there is no longer a separate hierarchy for non-pointer types
(eg JS::Value). Update the pretty-printers and their tests.
--HG--
extra : rebase_source : 9c8190c47fcdb5be60c94e20b2eebdfff2394c96
2014-05-12 15:02:10 -07:00
Brian Birtles
c5f689a020
Bug 1004383 part 4 - Move mAnimations to CommonElementAnimationData; r=dbaron
...
As a result, transitions are now stored using a pointer to the base class,
mozilla::ElementAnimation. We downcast to a transition only when necessary. No
error-checking of the result of AsTransition is performed since we only ever
call it on the mAnimations member of ElementTransitions.
2014-05-15 08:38:37 +09:00
Brian Birtles
d404a94e53
Bug 1004383 part 3 - Add ElementAnimation::AsTransition virtual method; r=dbaron
...
Add a method for downcasting from an ElementAnimation to an
ElementPropertyTransition (when the underlying object is an
ElementPropertyTransition).
This, unfortunately, adds a vtable to ElementAnimation but in the long term
I hope we will be able to isolate transition-specific code to a specific kind of
TransitionEffect that hangs off ElementAnimation and put the vtable on
AnimationEffect instead. (The AnimationEffect concept is part of the Web
Animations API.)
2014-05-15 08:38:37 +09:00
Brian Birtles
5191a3eb7e
Bug 1004383 part 2 - Rename StyleAnimation to ElementAnimation; r=dholbert
...
We currently have mozilla::StyleAnimation as well as nsStyleAnimation. This
patch renames StyleAnimation back to ElementAnimation.
Although ElementAnimation is very similar to ElementAnimations, in the near
future we expect to retire ElementAnimations and replace it with a common
AnimationSet-like structure that is covers the features of ElementAnimations and
ElementTransitions.
2014-05-15 08:38:37 +09:00
Brian Birtles
e3859b3244
Bug 1004383 part 1 - Put StyleAnimation on the heap; r=dbaron
...
This patch takes StyleAnimation and makes it ref-counted heap object. This
should allow us to store StyleAnimation and its subclasses (transitions only
currently) in a consistent fashion (an array of base-class pointers).
Furthermore, this will be helpful if we want these things to be pointed to
from Javascript objects that may, for example, preserve their lifetime beyond
that of the element that currently owns them.
This patch also introduces a typedef for an array of refptrs to StyleAnimation
objects (and similarly for the subclass ElementPropertyTransition) to simplify
the code somewhat.
2014-05-15 08:38:37 +09:00
Wes Kocher
7b1d2c5343
Merge m-c to inbound
2014-05-14 16:32:53 -07:00
Wes Kocher
b680d252b5
Merge inbound to m-c
2014-05-14 15:10:49 -07:00
Wes Kocher
232a3fc694
Merge fx-team to m-c
2014-05-14 14:54:46 -07:00
Wes Kocher
266fa0d0f9
Merge b2g-inbound to m-c
2014-05-14 14:35:08 -07:00
Wes Kocher
dd16aaac7e
Merge inbound to m-c
2014-05-14 14:21:38 -07:00
B2G Bumper Bot
54cd337164
Bumping manifests a=b2g-bump
2014-05-14 09:46:43 -07:00
B2G Bumper Bot
4eb93023d6
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/166c0ff9af0c
Author: crdlc <crdlc@tid.es>
Desc: Bug 1010162 - Follow up 1008144 - Decouple layout logic from app r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/c5da5f228934
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1003175 - Investigate failure in test_cards_view_kill_apps_with_two_apps.py"
This reverts commit 6bad75c2a3af253f1d7ebbcae47cd01ab80cae9f.
2014-05-14 09:40:43 -07:00
B2G Bumper Bot
cfbd9ff131
Bumping manifests a=b2g-bump
2014-05-14 09:28:01 -07:00
B2G Bumper Bot
e3b72bcb94
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1e2a9dfcb156
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 1009895 - Put Search app into background when hidden. r=kgrandon
2014-05-14 09:25:58 -07:00
B2G Bumper Bot
09c81b5f31
Bumping manifests a=b2g-bump
2014-05-14 08:51:26 -07:00
B2G Bumper Bot
55acda4961
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8e5b9e3e9723
Author: Dave Hylands <dhylands@gmail.com>
Desc: Merge pull request #19249 from dhylands/ds-test-canBe
Bug 1007053 - Make ds-test report canBeShareable. r=dhylands
========
https://hg.mozilla.org/integration/gaia-central/rev/62cceefc9ab9
Author: Dave Hylands <dhylands@gmail.com>
Desc: Bug 1007053 - Make ds-test report canBeShareable. r=dhylands
2014-05-14 08:45:59 -07:00
B2G Bumper Bot
2ff29e15fc
Bumping manifests a=b2g-bump
2014-05-14 08:11:50 -07:00
B2G Bumper Bot
0386698589
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/073b3f973451
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #19243 from AndreiH/bug_1003175_master
Bug 1003175 - Investigate failure in test_cards_view_kill_apps_with_two_...
========
https://hg.mozilla.org/integration/gaia-central/rev/757b37f5bcb4
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 1003175 - Investigate failure in test_cards_view_kill_apps_with_two_apps.py
2014-05-14 08:05:57 -07:00
B2G Bumper Bot
410d1edb80
Bumping manifests a=b2g-bump
2014-05-14 07:56:16 -07:00
Ed Morley
60c704eda3
Backed out changeset 83fd85b082d1 (bug 1009679) for crashtest and reftest failures; CLOSED TREE
2014-05-14 15:55:04 +01:00
Ed Morley
91661cf7d7
Backed out changeset 4b2db2286258 (bug 870238)
2014-05-14 15:54:39 +01:00
B2G Bumper Bot
1bcb048e5e
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/78ab0bc3aaa5
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #19206 from wilsonpage/1008371
Bug 1008371 - [B2G][Camera][1.4] Camera remains in a faux recording state when
========
https://hg.mozilla.org/integration/gaia-central/rev/cf070eadf1bb
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 1008371 - [B2G][Camera][1.4] Camera remains in a faux recording state when pressing record followed by sleep
========
https://hg.mozilla.org/integration/gaia-central/rev/36a7526a918d
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #18563 from azasypkin/bug-895484-share-url
Bug 895484 - [SMS] Handle a share URL activity
========
https://hg.mozilla.org/integration/gaia-central/rev/76db9f81f7a4
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 895484 - [SMS] Handle a share URL activity. r=julien
2014-05-14 07:50:48 -07:00
B2G Bumper Bot
8f158632b2
Bumping manifests a=b2g-bump
2014-05-14 07:48:06 -07:00
Benjamin Bouvier
f38af65f7c
Bug 1008818: Factor AppendUseStrictSource out of AsmJS*ToString functions; r=luke
2014-05-14 15:59:12 +02:00
Benjamin Bouvier
2e66d9fd2a
Bug 1008818: Inherit 'use strict' context for asm.js functions; r=luke
2014-05-14 15:59:00 +02:00
Benjamin Bouvier
d6eb3dcd0f
Bug 1009603: Set filename for asm.js scripts with dynamic linking failures; r=h4writer
2014-05-14 15:52:04 +02:00
Benjamin Bouvier
fbd7b95ddc
Bug 1009603: Automatically stop register allocation tracelogging on error; r=h4writer
2014-05-14 15:51:50 +02:00
Gervase Markham
4ce70c195e
Bug 1007195 - Change licensing on mozilla::pkix to dual Apache 2/MPL 2. r=briansmith.
2014-05-14 14:37:25 +01:00
Markus Stange
ca2c43a03b
Bug 870238 - Stop using the deprecated API -[NSWindow userSpaceScaleFactor]. r=jfkthame
2014-05-14 14:33:52 +02:00
Markus Stange
7a1fb53a14
Bug 1009679 - Layerize the scrollbar thumb on desktop, too. r=roc
2014-05-14 14:33:52 +02:00
Neil Deakin
58cddbe4a5
Bug 893098, record update starts, stops and errors in the health report, r=rnewman,rstrong
2014-05-14 08:01:45 -04:00
Ryan VanderMeulen
db326b3e7c
Bug 1010140 - Add missing pymake hackaround for libffi. r=bustage
2014-05-14 07:59:16 -04:00
Carsten "Tomcat" Book
ba59d9abb4
merge b2g-inbound to mozilla-central
2014-05-14 13:08:40 +02:00
Carsten "Tomcat" Book
30b3a166d0
merge fx-team to mozilla-central
2014-05-14 13:01:30 +02:00
Jan Keromnes
3e7d1d8daa
Bug 1006500 - Expose hit-target fluffing prefs as settings. r=21, f=ochameau
2014-05-14 06:09:00 -04:00
Jan Keromnes
8fd316cf17
Bug 1006500 - Sort settings to observe. r=21, f=ochameau
2014-05-14 06:08:00 -04:00
B2G Bumper Bot
ec8dce2ce1
Bumping manifests a=b2g-bump
2014-05-14 00:01:23 -07:00
B2G Bumper Bot
920026baf9
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/993067c495a5
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #19139 from crdlc/bug-1008033
Bug 1008033 - [Flame] [e.me Homescreen] Can't show more than 12 elements
========
https://hg.mozilla.org/integration/gaia-central/rev/e0c259101913
Author: crdlc <crdlc@tid.es>
Desc: Bug 1008033 - [Flame] [e.me Homescreen] Cannot show more than 12 elements
2014-05-13 23:56:01 -07:00
Dave Hylands
e17850647f
Bug 1007053 - Pt3 - Implement canBeShared, canBeMounted, canBeFormatted attributes in DeviceStorage object. r=qDot
2014-05-13 15:48:08 -07:00
Dave Hylands
e4bdbbc915
Bug 1007053 - Pt2 - Add canBeShared, canBeMounted, canBeFormatted attributes To DeviceStorage webidl. r=bzbarsky
2014-05-13 15:48:06 -07:00
Dave Hylands
9f231b0a6c
Bug 1007053 - Pt1 - Fix shadowing of IsFake attribute in the Child Volume cache. r=qDot
2014-05-13 15:48:04 -07:00
B2G Bumper Bot
3ec120a592
Bumping manifests a=b2g-bump
2014-05-13 22:56:33 -07:00
B2G Bumper Bot
ee0f133d97
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9ec7bef08de0
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #19191 from steveck-chung/emergency-cb-mode-fix
Bug 1007441 - Emergency Callback Mode UI not displaying. r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/1217ef01f42a
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 1007441 - Emergency Callback Mode UI not displaying
2014-05-13 22:51:10 -07:00
B2G Bumper Bot
7bbcdc424f
Bumping manifests a=b2g-bump
2014-05-13 21:46:34 -07:00
B2G Bumper Bot
56e66b3209
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8e0bdad94977
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #19219 from etiennesegonzac/bug-1009950-edge-gestures-on
Bug 1009950 - Turning the app-to-app edge gesture on by default. r=gwagner,21
========
https://hg.mozilla.org/integration/gaia-central/rev/d6f5bca247f6
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1009950 - Turning the app-to-app edge gesture on by default.
2014-05-13 21:41:11 -07:00