Commit Graph

145647 Commits

Author SHA1 Message Date
Kartikaya Gupta
de8104b9d3 Bug 911510 - Refactor the dead-zone-threshold code for gamepads to facilitate preffing. r=bnicholson 2013-09-04 21:58:39 -04:00
Ryan VanderMeulen
c4ac327d42 Backed out changeset 9e282f0c00b8 (bug 906805) for suspicion of causing intermittent mochitest-bc crashes on a CLOSED TREE. 2013-09-04 16:01:31 -04:00
Gaia Pushbot
2c162dc58b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/6594cfcf029e
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #11888 from KevinGrandon/bug_908949_settings_dom

Bug 908949 - Move settings DOM into indivdual files r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/2fc28f42e2ab
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 908949 - Move settings DOM into indivdual files.
2013-09-04 12:05:22 -07:00
Gaia Pushbot
2ad3ee1c9c Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/eeedf2e0d859
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #11820 from tdz/bug-910446

Bug 910446: Handle duration changes in Music app r=davidflanagan

========

https://hg.mozilla.org/integration/gaia-central/rev/084329b05f89
Author: Thomas Zimmermann <tdz@users.sourceforge.net>
Desc: Bug 910446: Handle duration changes in Music app

With the landing of bug 831224, the duration of MP3 files is
computed while they are playing, and updated accordingly. If
this happens, we distribute a 'durationchange' event to the
related apps.

With this patch, we handle 'durationchange' in the Music app.
All we have to do is to update the displayed duration and ensure
that the end timeout triggers at the end of the track.

Signed-off-by: Thomas Zimmermann <tdz@users.sourceforge.net>

========

https://hg.mozilla.org/integration/gaia-central/rev/ebc66416ece6
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #11913 from wanderview/gallery-setup-require

Bug 912184: use require() to load shared/js files. r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/d4ed1517cc89
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 912184: use require() to load shared/js files
2013-09-04 11:10:21 -07:00
Augustin Trancart
0effd858bf Bug 711959 - Make FlingRenderTask time-based. r=kats 2013-09-04 14:07:12 -04:00
Augustin Trancart
49cd1761a9 Bug 711959 - Making BounceRenderTask time-based. r=kats 2013-09-04 14:07:12 -04:00
Augustin Trancart
a70cc6c832 Bug 711959 - Adapt JavaPanZoomController to use the RenderTask mechanism. r=Cwiiis, kats 2013-09-04 14:07:11 -04:00
Augustin Trancart
1bd25745bc Bug 711959 - Adapt LayerMarginsAnimator to use the new RenderTask mechanism. r=kats 2013-09-04 14:07:11 -04:00
Augustin Trancart
c77d049d47 Bug 711959 - Add RenderTask and the necessary mechanisms to use it. r=kats 2013-09-04 14:07:11 -04:00
Ryan VanderMeulen
8e3f57d156 Bug 750436 - Add new test to xpcshell manifest. r=WhoNeedsTryAnyway
CLOSED TREE
2013-09-04 13:40:29 -04:00
Ryan VanderMeulen
308459a840 Bug 902248 - Disable test_nsINavHistoryViewer.js on all platforms due to intermittent timeouts. 2013-09-04 13:37:25 -04:00
Gaia Pushbot
5ae386688c Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a9d916c3c684
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 891743 - Add voice privacy mode for CDMA
2013-09-04 09:40:24 -07:00
Vicamo Yang
d1489ff4ba Bug 864485 - 3/3: Gonk backend specific. r=hsinyi 2013-09-05 00:38:57 +08:00
Vicamo Yang
3f0e60bb57 Bug 864485 - 2/3: DOM & IPC. r=khuey 2013-09-05 00:38:54 +08:00
Vicamo Yang
8c2405fb70 Bug 864485 - 1/3: B2G Telephony - move to IPDL. Interface changes. sr=sicking, r=hsinyi,khuey 2013-09-05 00:38:50 +08:00
Christoph Kerschbaumer
b7e5e00154 Bug 663567 - Verify that content added by XSLT stylesheet is subject to document's CSP - test update. r=sstamm
--HG--
rename : content/base/test/file_CSP_bug663567_allows.xsl => content/base/test/file_CSP_bug663567.xsl
2013-09-04 09:36:00 -07:00
Gaia Pushbot
9298308870 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/acc045b4a6b5
Author: Arthur Chen <crh0716@gmail.com>
Desc: Revert "Bug 891743 - Add voice privacy mode for CDMA"

This reverts commit c5cd9baaef9aef54a724e264005f56d98c93ec0e.
2013-09-04 09:30:21 -07:00
Gaia Pushbot
a1a3cf4667 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4296bbf526e4
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #11926 from etiennesegonzac/bug-912490-call-for-test-selectors

Bug 912490 - Adding a css class to handledCall nodes to make them easier to target from marionette tests. r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/e8827a940e10
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 912490 - Adding a css class to handledCall nodes to make them easier
to target from marionette tests.
2013-09-04 08:55:26 -07:00
Ed Morley
98663d5170 Merge mozilla-central and b2g-inbound 2013-09-04 16:50:18 +01:00
Ryan VanderMeulen
6f04222ead Backed out changeset 008139ec2abb (bug 906096) for Gaia UI test and B2G mochitest-4 failures.
--HG--
rename : dom/inputmethod/Keyboard.jsm => b2g/components/Keyboard.jsm
rename : dom/inputmethod/MozKeyboard.js => b2g/components/MozKeyboard.js
2013-09-04 11:33:25 -04:00
Gaia Pushbot
22122714ed Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/55bef2d69810
Author: b2gautomation <jonallengriffin@gmail.com>
Desc: Bug 907941 - gaia-ui-tests-pushbot (see bug)
2013-09-04 08:10:21 -07:00
Mike Hommey
54a53f0e29 Bug 912377 - Fix build without MOZ_ENABLE_SZIP. r=ted 2013-09-04 23:46:09 +09:00
Brian Grinstead
6bf539ffc4 Bug 911671 - [markup view] Holding up/down on a number value should update preview while number changes r=mratcliffe 2013-09-04 09:18:23 -05:00
Ed Morley
18a47a0e8e Merge latest green inbound changeset and mozilla-central 2013-09-04 12:54:46 +01:00
Ed Morley
68096a8970 Merge latest green fx-team changeset and mozilla-central 2013-09-04 12:51:52 +01:00
Gaia Pushbot
f65aabe18e Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/752ced5b3cc3
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Revert "Bug 906756 - Algorithms for merging givenName and familyName changed."

This reverts commit 9e737ce855b02ab60a9ab8b87f6a1d6ffa1a191c.
2013-09-04 00:45:22 -07:00
Gaia Pushbot
6a1ef80a86 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/14c70aaab592
Author: b2gautomation <jonallengriffin@gmail.com>
Desc: Bug 907941 - gaia-ui-tests-pushbot (see bug)
2013-09-04 00:30:22 -07:00
Gaia Pushbot
a731048329 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/281ec6617899
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #11894 from alivedise/bugzilla/802643/remove-workaround-in-email-app

Bug 802643 - Remove activity workaround in email app, r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/b511541d6283
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 802643 - Remove activity workaround in email app
2013-09-03 23:45:25 -07:00
Gaia Pushbot
09f2d6f715 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/421494f737e3
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #11861 from alivedise/bugzilla/909255/window-disposition-activity

Bug 909255 - Remeber window disposition activity caller, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/508adc5d9943
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 909255 - Remeber window disposition activity caller

========

https://hg.mozilla.org/integration/gaia-central/rev/d62138d349e5
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #11903 from crdlc/bug-911875

Bug 911875 - [Homescreen] When user select icon and press home key, selected color is shown on icon

========

https://hg.mozilla.org/integration/gaia-central/rev/74c560df603b
Author: crdlc <crdlc@tid.es>
Desc: Bug 911875 - [Homescreen] When user select icon and press home key, selected color is shown on icon
2013-09-03 23:35:23 -07:00
Phil Ringnalda
c1c484bd50 Back out ce03cc2994aa:ae9f95fc1136 (bug 896797) for SpiderMonkey shell build bustage
CLOSED TREE
2013-09-03 23:21:30 -07:00
Robert O'Callahan
49c12b8ea7 Bug 911889. Updating reftest manifest; the tests that were passing due to 894773 being fixed are now failing again since we've backed off on that fix .... on a CLOSED TREE 2013-09-04 18:19:07 +12:00
Gregory Szorc
36d7e59565 Bug 896797 - Part 3: Use install manifests for managing dist/include; r=glandium 2013-09-03 22:51:58 -07:00
Phil Ringnalda
90f3149a6c Back out ed63ede44a82:db85ebf7b0dc (bug 864485) for debug build bustage 2013-09-03 22:33:35 -07:00
Vicamo Yang
71000e9b28 Bug 864485 - 3/3: Gonk backend specific. r=hsinyi 2013-09-04 12:46:04 +08:00
Vicamo Yang
4ed4d84d72 Bug 864485 - 2/3: DOM & IPC. r=khuey 2013-09-04 12:46:01 +08:00
Vicamo Yang
bdbb36cd24 Bug 864485 - 1/3: B2G Telephony - move to IPDL. Interface changes. sr=sicking, r=hsinyi,khuey 2013-09-04 12:45:58 +08:00
Gaia Pushbot
a706675ac3 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/b577f4f387cc
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #11477 from gasolin/tabhomemq

Bug 903915 - [Flatfish][Homescreen] add support for large device, r=crdlc

========

https://hg.mozilla.org/integration/gaia-central/rev/687497ce9d94
Author: gasolin <gasolin@gmail.com>
Desc: Bug 903915 - [Flatfish][Homescreen] add support for large device
2013-09-03 21:40:22 -07:00
Margaret Leibovic
8742ba7b10 Bug 908344 - Fix bookmark keywords. r=wesj 2013-09-03 21:19:28 -07:00
Margaret Leibovic
dacfd6a2a3 Bug 908344 - Test for bookmark keyword. r=wesj 2013-09-03 21:19:26 -07:00
Eric Chou
3dc523f7dc Bug 910484 - Use a pointer to hold a global static variable to avoid assertion, r=mrbkap
In order to avoid the assertion, which occurs because we can't control the
order of contruction of global static variables, I changed to use a pointer
instead of an instance, so I can really allocate the memory block at the
other place (in ctor of BluetoothDBusService).
2013-09-04 12:17:13 +08:00
Gaia Pushbot
2a276ae5ef Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/05005b70f7b9
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #11917 from rexboy7/fix-bug900838

bug 900838: [System] play poweron video after first repaint

========

https://hg.mozilla.org/integration/gaia-central/rev/98e957f249a6
Author: Rex Lee <rexboy@mozilla.com>
Desc: bug 900838: [System] play poweron video after first repaint
2013-09-03 20:45:22 -07:00
Gregory Szorc
fab628e981 Bug 896797 - Part 2: Don't list autogenerated files in EXPORTS; r=glandium 2013-09-03 20:28:05 -07:00
Gregory Szorc
c9fa2dd120 Bug 911957 - Handle build output between BUILDSTATUS events; r=glandium 2013-09-03 22:30:12 -07:00
Gregory Szorc
47fdb1a58b Bug 911375 - Part 1: Add support for optional existing files; r=glandium 2013-09-03 22:16:47 -07:00
Phil Ringnalda
eb3f8a45e2 Back out cc6f66e761d8 (bug 896797) for Windows build bustage
CLOSED TREE
2013-09-03 21:55:21 -07:00
Robert O'Callahan
e7a331a54e Bug 909603. Remove invalid assertion. r=tn 2013-09-04 16:44:48 +12:00
Robert O'Callahan
a67691ee12 Bug 911889. Part 1: Fix mutationUpdate mutation count for first as well as subsequent mutations. r=benwa 2013-09-04 16:43:33 +12:00
Robert O'Callahan
f19415be79 Bug 877135. Remove leftover test. r=doublec 2013-09-04 16:43:10 +12:00
Gregory Szorc
295f553e4e Bug 896797 - Part 2: Don't list autogenerated files in EXPORTS; r=glandium 2013-09-03 20:28:05 -07:00
Gaia Pushbot
83126b3900 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/fd5e572f2982
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #11826 from steveck-chung/bug-895726

Bug 895726 - [Buri][Monitor][MMS] Unable to save attachement from Camera. r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/b951f6ca6dc1
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 895726 - [Buri][Monitor][MMS] Unable to save attachement from Camera
2013-09-03 20:10:21 -07:00