Brian Birtles
11ce2f8504
Bug 948245 part 2 - Allow the min attribute to extend the active duration; r=dholbert
...
The min attribute on an animation element can extend the active duration making
it longer than the "repeat duration" (the amount of the time the animation runs
including all repeats). For the remaining time after the repeat duration has
completed until the end of the active duration the animation should apply its
fill behavior.
Previously this was not implemented and min could not extend the active
duration. Allowing this effectively introduces an additional kind of state where
we are both within the active interval but not animating. In this case we
set the animation function (referred to as the "client" for historical reasons)
to inactive so that effectively the timing model is active but the animation
model is inactive.
(In the future we will come up with something a little easier to understand when
we rework this in terms of Web Animations components.)
2013-12-13 13:41:52 +09:00
Brian Birtles
db3e8ca042
Bug 948245 part 1 - Rework and test repeat duration calculation; r=dholbert
...
In order to implement the min attribute properly we need to distinguish between
cases where the repeat duration is less than the active duration so we can apply
the fill mode in the 'gap'. Currently the repeat duration calculation is mostly
contained in GetRepeatDuration (but is hard to make sense of) and partly
contained in the call site CalcActiveEnd. Furthermore, it does not have thorough
tests (there were some unit tests but they were never converted to mochitests).
This patch reworks the repeat duration calculation so it is contained in one
place, easier to read, and thoroughly tested.
2013-12-13 13:41:47 +09:00
David Anderson
f853c97cb8
Ensure that the software compositor never uses deprecated textures (bug 947038, r=mattwoodrow).
2013-12-12 20:29:14 -08:00
Andrew McCreight
a324b39e7f
Bug 944492, part 2 - Make XPCWrappedJS a proper skippable class. r=smaug
2013-12-12 19:38:50 -08:00
Andrew McCreight
59eb74b6f5
Bug 944492, part 1 - Make XPCWrappedJS use the purple buffer. r=smaug
2013-12-12 19:38:49 -08:00
Mark Hammond
4834261c63
Bug 935793 (part 2) - rename browser-shown notifications and send them for all frames. r=smaug
...
--HG--
extra : rebase_source : 475b2cafc094117a2edf8ba95605e7f4d5f95410
2013-12-13 14:24:37 +11:00
Mark Hammond
4190812d0a
Bug 935793 (part 1) - Add ownerIsBrowserOrApp to nsIFrameLoader. r=smaug
...
--HG--
extra : rebase_source : 189b45b39c04e4272d7b0cc188f35bb02bc19970
2013-12-13 14:24:36 +11:00
Gaia Pushbot
05f7daaa06
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c831d6b0e27a
Author: punamdahiya <punamdahiya@yahoo.com>
Desc: Merge pull request #14542 from punamdahiya/Bug947028
Bug 947028 - Fix of overlapping checkboxes while selecting ring tones r=davidflanagan
========
https://hg.mozilla.org/integration/gaia-central/rev/c299cbf08edc
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug 947028 - Fix of overlapping checkboxes while selecting ring tones r=davidflanagan
2013-12-11 17:00:24 -08:00
Dale Harvey
543aa991a9
Bug 942929 - Use longtapup event to handle firing clicks when longtap not handled. r=kats
2013-12-12 00:39:06 +00:00
Matt Brubeck
a3c04c6da8
Bug 946296 - Add a pref to completely disable add-on providers in Metro [r=Unfocused]
2013-12-11 16:23:36 -08:00
Ryan VanderMeulen
ad36c5cde1
Merge m-c to fx-team.
2013-12-11 22:44:00 -05:00
Brad Lassey
0da85e8997
bug 944104 - support creating a GeckoView programmatically, follow up to have just one LayerView constructor r=mfinkle
2013-12-11 21:03:56 -05:00
Matt Brubeck
3ad2639de0
Back out c237f02b3578 (bug 946296) because it broke mochitest-metro-chrome
2013-12-11 18:46:53 -08:00
Lucas Rocha
fc210fdac8
Bug 945212 - Encapsulate identity data/security mode behind a type-safe API (r=margaret)
2013-12-12 00:28:15 +00:00
Lucas Rocha
fb5f4e99fe
Bug 943915 - Encapsulate button click listener in SiteIdentityPopup (r=wesj)
2013-12-12 00:28:14 +00:00
Lucas Rocha
14007eeecd
Bug 943915 - Change SiteIdentityPopup's API to be package-scoped (r=wesj)
2013-12-12 00:28:14 +00:00
Lucas Rocha
1e4c7a02f2
Bug 943915 - Encapsulate SiteIdentityPopup into BrowserToolbar (r=wesj)
2013-12-12 00:28:14 +00:00
Lucas Rocha
f8bbdb0c3c
Bug 943915 - Remove 'a' prefix from arguments in ArrowPopup/SiteIdentityPopup (r=wesj)
2013-12-12 00:28:14 +00:00
Lucas Rocha
bb9d7ce85e
Bug 943915 - Add ArrowPopup constructor without anchor view argument (r=wesj)
2013-12-12 00:28:14 +00:00
Lucas Rocha
19e83051ba
Bug 943915 - Move SiteIdentityPopup to the toolbar package (r=wesj)
...
--HG--
rename : mobile/android/base/SiteIdentityPopup.java => mobile/android/base/toolbar/SiteIdentityPopup.java
2013-12-12 00:28:14 +00:00
Lucas Rocha
875b68032b
Bug 943915 - Small cleanup on the use of Resources in ArrowPopup (r=wesj)
2013-12-12 00:28:13 +00:00
Lucas Rocha
5647ce541f
Bug 943915 - Move DoorHanger to the widget package (r=wesj)
...
--HG--
rename : mobile/android/base/DoorHanger.java => mobile/android/base/widget/DoorHanger.java
2013-12-12 00:28:13 +00:00
Lucas Rocha
0eeae5b5ac
Bug 943915 - Make DoorHanger's API public (r=wesj)
2013-12-12 00:28:13 +00:00
Matt Brubeck
e798e1f3bd
Bug 946340 - Enable vertical scrolling on about:start in portrait [r=ally]
2013-12-11 16:24:24 -08:00
Matt Brubeck
67f04d3160
Bug 946296 - Add a pref to completely disable add-on providers in Metro [r=Unfocused]
2013-12-11 16:23:36 -08:00
Gaia Pushbot
693aef6da5
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/75c6f8d7976d
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #14573 from vingtetun/bug948396
Bug 948396 - [Calendar] Can not scroll anymore the week/day view once th...
========
https://hg.mozilla.org/integration/gaia-central/rev/5014dedccfd9
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 948396 - [Calendar] Can not scroll anymore the week/day view once the new event has been opened with APZ turned on. r=kgrandon
2013-12-11 14:10:24 -08:00
Olli Pettay
d1c5c697a3
Bug 899910 - Intermittent TEST-UNEXPECTED-FAIL | layout/base/tests/chrome/test_leaf_layers_partition_browser_window.xul, r=tn
...
--HG--
extra : rebase_source : 58d21857e892a875acbea32d653f243ba9c75ad6
2013-12-12 00:09:29 +02:00
Gaia Pushbot
2ce0e44844
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7a53aa54b708
Author: Arnau <arnau@arnaumarch.com>
Desc: Merge pull request #14482 from rnowm/hihglight-call-log
Bug 917820 - [Call Log] Use Full Line Highlights
========
https://hg.mozilla.org/integration/gaia-central/rev/22a0d15b9eab
Author: rnowm <arnau@arnaumarch.com>
Desc: Bug 917820 - [Call Log] Use Full Line Highlights
2013-12-11 13:55:26 -08:00
Gaia Pushbot
dfe810d33f
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e104df5519d2
Author: Arnau <arnau@arnaumarch.com>
Desc: Merge pull request #14404 from rnowm/sticky-headers-SMS
Bug 946693 - Fix sticky headers in [SMS] app
========
https://hg.mozilla.org/integration/gaia-central/rev/881d357fe8d3
Author: rnowm <arnau@arnaumarch.com>
Desc: Bug 946693 - Fix sticky headers in [SMS] app
2013-12-11 13:45:36 -08:00
Olli Pettay
ce023acc30
Bug 942229 - Intermittent browser_cmd_screenshot.js, r=jwalker
...
--HG--
extra : rebase_source : f44fec6e46526a1381ac956bc362f82e11c1123c
2013-12-11 22:36:24 +02:00
Makoto Kato
bb8f3692fd
Bug 948837 - Remove workaround of Bug 617115. r=blassey
2013-12-12 16:32:20 +09:00
Nick Alexander
28a268c5dd
Bug 934646 - Clobber. r=me
...
--HG--
extra : rebase_source : cdd78d0fdc02e2590862abe9c2f171581a6f8976
2013-12-11 21:20:11 -08:00
Nick Alexander
7760713d9e
Bug 934646 - Part 3: Declare Android resource directories relative to $SRCDIR. r=glandium,gps,mfinkle
...
--HG--
rename : mobile/android/base/resources/drawable-mdpi/crash_reporter.png => mobile/android/base/crashreporter/res/drawable-mdpi/crash_reporter.png
rename : mobile/android/base/resources/layout/crash_reporter.xml => mobile/android/base/crashreporter/res/layout/crash_reporter.xml
rename : mobile/android/branding/aurora/content/fennec_72x72.png => mobile/android/branding/aurora/res/drawable-hdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_48x48.png => mobile/android/branding/aurora/res/drawable-mdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_96x96.png => mobile/android/branding/aurora/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_144x144.png => mobile/android/branding/aurora/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_72x72.png => mobile/android/branding/beta/res/drawable-hdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_48x48.png => mobile/android/branding/beta/res/drawable-mdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_96x96.png => mobile/android/branding/beta/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_144x144.png => mobile/android/branding/beta/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_72x72.png => mobile/android/branding/nightly/res/drawable-hdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_48x48.png => mobile/android/branding/nightly/res/drawable-mdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_96x96.png => mobile/android/branding/nightly/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_144x144.png => mobile/android/branding/nightly/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/official/content/fennec_72x72.png => mobile/android/branding/official/res/drawable-hdpi/icon.png
rename : mobile/android/branding/official/content/fennec_48x48.png => mobile/android/branding/official/res/drawable-mdpi/icon.png
rename : mobile/android/branding/official/content/fennec_96x96.png => mobile/android/branding/official/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/official/content/fennec_144x144.png => mobile/android/branding/official/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_72x72.png => mobile/android/branding/unofficial/res/drawable-hdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_48x48.png => mobile/android/branding/unofficial/res/drawable-mdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_96x96.png => mobile/android/branding/unofficial/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_144x144.png => mobile/android/branding/unofficial/res/drawable-xxhdpi/icon.png
extra : rebase_source : f6ec8a38594e70520b10202c735dc019f8c856fd
2013-12-11 21:20:07 -08:00
Nick Alexander
ccbc6a59c6
Bug 934646 - Part 2: Replace hard-coded Android resource ID. r=mfinkle
...
--HG--
extra : rebase_source : f37370654b9bb59573c4703c5f097ff792b3f037
2013-12-11 21:16:55 -08:00
Nick Alexander
cf9dfb4585
Bug 934646 - Part 1: Delete unused resources. r=mfinkle
...
--HG--
extra : rebase_source : 0cb4e5f30e54971b912706f5eaba8c8284b5a6ec
2013-12-11 21:16:54 -08:00
Gaia Pushbot
4937f10247
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/470fba5af189
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #14567 from jmcanterafonseca/fix_export_sim_948862_master
Bug 948862 - [Contacts] The first time exporting a contact to SIM create...
========
https://hg.mozilla.org/integration/gaia-central/rev/8cd90fb0054b
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 948862 - [Contacts] The first time exporting a contact to SIM creates a duplicate of the contact in the contact list
2013-12-11 12:30:25 -08:00
Gaia Pushbot
ebc6bf5e8f
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ac1bd42712a6
Author: Malini Das <thehyperballad@gmail.com>
Desc: Merge pull request #14571 from malini/version
Bug 947001 - bump marionette-client and gaiatest versions, r=davehunt
========
https://hg.mozilla.org/integration/gaia-central/rev/69618e357429
Author: Malini Das <mdas@mozilla.com>
Desc: bump marionette-client and gaiatest versions, enable gaia-ui-tests
2013-12-11 11:30:24 -08:00
Gaia Pushbot
4220f19bed
Bumping gaia.json for 6 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a5109b242065
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #14574 from vingtetun/bug942854
Bug 942854 - [Calendar] Scrolling the week view results into results int...
========
https://hg.mozilla.org/integration/gaia-central/rev/8c92dbfbb021
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 942854 - [Calendar] Scrolling the week view results into results into overlapping artifacts. r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/de8afc131bb9
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #14575 from vingtetun/bug909877
Bug 948001 - [Settings] With APZ turned on the wifi panel is sometimes s...
========
https://hg.mozilla.org/integration/gaia-central/rev/5dfbe4fa95fd
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 948001 - [Settings] With APZ turned on the wifi panel is sometimes shown instead of the main panel at startup. r=arthurchen
========
https://hg.mozilla.org/integration/gaia-central/rev/764d911fb590
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #14276 from wanderview/email-scroll-jank
Bug 943498: Spread email scroll sync reflows. r=asuth
========
https://hg.mozilla.org/integration/gaia-central/rev/592558833a26
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 943498: Spread email scroll sync reflows.
2013-12-11 11:15:24 -08:00
Ryan VanderMeulen
12e918f111
Backed out changeset ac002daf081b (bug 947100) for B2G mochitest-3 orange.
2013-12-11 14:05:37 -05:00
Jason Duell
0c4425831b
Bug 945066: remote nsIDNSService to child. r=jdm
...
* * *
bug 945066. Fix windows bustage. r=jduell
2013-12-11 11:03:51 -08:00
Ryan VanderMeulen
a00e00a3cc
Merge m-c to b-i.
2013-12-11 13:37:13 -05:00
Ryan VanderMeulen
f88ec242eb
Merge inbound to m-c.
2013-12-11 13:32:11 -05:00
Ryan VanderMeulen
06d4b0a2d3
Merge fx-team to m-c.
2013-12-11 13:29:43 -05:00
Ryan VanderMeulen
464d00d6ad
Merge b2g-inbound to m-c.
2013-12-11 13:24:26 -05:00
Dale Harvey
f90a83a007
Bug 946661 - Dont send tapconfirmed event when tapup was handled. r=kats
2013-12-11 17:19:42 +00:00
Kartikaya Gupta
e95fed93c5
Bug 946661 - Add APZC tests for short and medium length taps. r=daleharvey
2013-12-11 17:19:33 +00:00
Kartikaya Gupta
39ddd2f726
Bug 947931 - Remove unnecessary locking now to avoid potential for deadlock. r=botond,BenWa
2013-12-11 12:15:10 -05:00
Gaia Pushbot
ff584c83e7
Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2e92729616fb
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #14491 from sangpire/Bug935860
Bug 935860 Remove the "sendString" method from Korean IME.
r=rudylu
========
https://hg.mozilla.org/integration/gaia-central/rev/713c6ac99c51
Author: sangpire <sangpire@gmail.com>
Desc: Fix indent
========
https://hg.mozilla.org/integration/gaia-central/rev/6f1e232beda9
Author: BYUN Sangpil <sangpire@rosebook.local>
Desc: Bug 935860 Remove the "sendString" method from Korean IME
2013-12-11 08:15:24 -08:00
Gaia Pushbot
6bfaf3eb04
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6bf2a9a87dba
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #14488 from RudyLu/keyboard/Bug888253-keyboard_settings_migration
Bug 888253 - Settings data migration for keyboard layouts.
r=gnarf, gary, yuren
========
https://hg.mozilla.org/integration/gaia-central/rev/73762b06166b
Author: Rudy Lu <me@rudy.lu>
Desc: Bug 888253 - Settings data migration for keyboard layouts
2013-12-11 08:00:24 -08:00
Malini Das
7f0c4b89ac
Bug 925398 - Refactor runtests.py to follow Mixin pattern, r=jgriffin, followup patch
2013-12-11 09:23:06 -05:00