Commit Graph

144817 Commits

Author SHA1 Message Date
Gaia Pushbot
aff25bdb10 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4b1e22bb3006
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #11793 from mcav/reply-menu-bug-802944

 Bug 802944 - Reply button should popup select menu for deciding reply mode instead of listing all the reply mode button in title. r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/ac01d808e2a2
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 802944 - Reply button should popup select menu for deciding reply mode instead of listing all the reply mode button in title r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/02f00aec88ac
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #11868 from KevinGrandon/bug_910975_update_shelljs

Bug 910975 - Update shell.js webapps event r=fabrice

========

https://hg.mozilla.org/integration/gaia-central/rev/d5b391279461
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 910975 - Update shell.js webapps event
2013-08-30 15:00:22 -07:00
Gaia Pushbot
b2d835a1b6 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a22b0af993d9
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 910313 - [Clock] Generate DOM from markup source template interpolation. r=jugglinmike r=gnarf r=djf

https://bugzilla.mozilla.org/show_bug.cgi?id=910313

- Moves Utils.Template from Messages (apps/sms) to shared/js
- Renames Utils.Template => Template
- Moves Template tests to apps/system/test/unit/ (template_test.js)
- Updates usage in Messages
    - Replace Utils.escapeHTML() with Template.escape()
    - Replace Utils.Template with Template
- Implements Template in Clock
    - Replace markup string in program code with template calls
- Make desktop friendly
   - check mozSettings
   - use mozAlarms mock

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-08-30 13:40:22 -07:00
Thomas Zimmermann
89d970bafc Bug 906020: Remove BluetoothArrayOfDevicePropertiesRunnable, r=echou,gyeh
With the completely non-blocking handling of 'GetProperties' message
there is no need for BluetoothArrayOfDevicePropertiesRunnable any longer.

--HG--
extra : rebase_source : 8cbdf1bfdf4aec3dfd797326a6846931a8099723
2013-08-27 01:00:58 +02:00
Thomas Zimmermann
e57a26afcc Bug 906020: Implement non-blocking BluetoothArrayOfDevicePropertiesRunnable, r=echou,gyeh
BluetoothArrayOfDevicePropertiesRunnable used to block while waiting
for the results of the 'GetProperties' messages it sends over DBus. With
this patch, each 'GetProperties' operation is performed asyncronously
and the result is handled in a DBus reply handler. The same reply handler
gets used for all 'GetProperties' messages until all devices have been
processed. In this case the final Bluetooth reply runnable gets
dispatched.

The old function GetPropertiesInternal is now unused and has been
removed.

--HG--
extra : rebase_source : 6e5ed63ce2077e16bcaf995c3ca89f923ec8b37e
2013-08-27 01:00:47 +02:00
Jason Smith
738da5cf84 Bug 903781 - Mochitest for recording media with timeslice for media recording api. r=roc 2013-08-29 09:56:12 -07:00
Gaia Pushbot
0c94dbc6b6 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/0265b24e1593
Author: Eric O'Connor <eric@bocoup.com>
Desc: Bug 898666 - [clock] Clock refactor alarm object and add test

(Rebased with UI regression fix for alarm ordering.)

1. An Alarm constructor is used to create new Alarms, instead of
   creating new object literals.
2. The AlarmsDB API is changed to pass error messages in the
   function(err, value) {...} style.
3. Asyncronous API calls are checked using callbacks. The async
   functions in Utils make this easy (although including async.js
   would be easier.
4. Testing is added for the Alarm object.
5. Added mock_alarmsDB and mock_mozAlarms for testing Alarms
6. Fixed alarm_edit tests. Moved to a new alarm_edit_test.js file.
7. Add tests for new utils methods (async and safeCpuLock)
8. Rename some variables. Remove "_name" naming scheme.
9. Removed in app alarm set indicator
10. Protect id, repeat, and enabled properties on the Alarm object.

r=jugglinmike
2013-08-30 12:00:21 -07:00
Ryan VanderMeulen
eda800ebb6 Merge m-c to b2g-inbound. 2013-08-30 13:42:41 -04:00
Kartikaya Gupta
d4af1fff0e Bug 907754 - Ensure that the zoom on the FrameMetrics is initialized correctly for all frames. r=tn
RecordFrameMetrics gets called on a variety of layers. Previously it would
incorrectly set mZoom for a number of these layers. For scrollable container
layers inside the main document, it would set the mResolution from the
presShell's resolution, thus compounding the painted resolution.
Furthermore, for iframes inside the document, it would assign mZoom the
value from TabChild's mLastMetrics, which is only meant to apply to the
top-level document. Prior to multi-apzc work these values were never used
so it didn't matter but now they are so they should be assigned correctly.
2013-08-30 13:11:01 -04:00
Gaia Pushbot
3057597567 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/aad37d822c6d
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Revert "Bug 910722 - JavaScript linting rules are too strict"

This reverts commit 5db143d5aa532aacbc1522c885ad38849ebd20b9.
2013-08-30 09:30:21 -07:00
Ed Morley
2feab2b4d9 Merge latest green inbound changeset and mozilla-central 2013-08-30 17:23:11 +01:00
Ed Morley
82db4c1c42 Merge latest green fx-team changeset and mozilla-central 2013-08-30 17:19:46 +01:00
Ed Morley
d1c0905e22 Merge latest green b2g-inbound changeset and mozilla-central 2013-08-30 17:18:56 +01:00
Gaia Pushbot
60c5240a27 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/bf280b3deb7c
Author: John Ford <john@johnford.info>
Desc: Revert "Merge pull request #11751 from rexboy7/fix-bug900838"

This reverts commit 92d9a334d52514ac521ac0bb39add28e373bcc33, reversing
changes made to 92b79a2dfe09d950e3789247a21e13083116ec0a.

========

https://hg.mozilla.org/integration/gaia-central/rev/d6b4cbb6b00f
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 910722 - JavaScript linting rules are too strict

r=rik
2013-08-30 09:10:22 -07:00
Gaia Pushbot
3eb2af54ac Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/7d2cf0d6f8cb
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Revert "Bug 898666 - [clock] Clock refactor alarm object and add test"

This reverts commit 3746b1cdc0e344460c58cd52f85564b0c4f5940a due to a
UI regression in the ordering of Alarm list items.
2013-08-30 08:55:22 -07:00
Sotaro Ikeda
d6bd759a78 Bug 910928 - Fix build and class function override for new gralloc textures. r=nical 2013-08-30 10:24:05 -04:00
Gaia Pushbot
ddf4cb2240 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/b3e578bc32ce
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #11792 from lodr/bug-906756-changing-algorithms

Bug 906756 - Algorithms for merging givenName and familyName changed.
r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/872fb0e0a347
Author: lodr <salva@unoyunodiez.com>
Desc: Bug 906756 - Algorithms for merging givenName and familyName changed.
New tests added.
Adapt and merge changed to allow specifying the master contact.
Name composition centralized to avoid code repetition.
2013-08-30 05:45:21 -07:00
Yuan Xulei
23f492b3c3 Bug 904530 - Implement composition methods for InputContext API. r=fabrice, r=masayuki 2013-08-30 08:07:16 -04:00
Makoto Kato
3de1bc9f76 Bug 910086 - Add MotoyaLMaru to common fallback font. r=jfkthame 2013-08-30 19:01:43 +09:00
Olli Pettay
414342daf2 Bug 910797, make Event.isTrusted to work in workers, r=khuey 2013-08-30 12:47:19 +03:00
Honza Bambas
f22047fe15 Bug 783589 - Fix for intermittent test_popup-navigates-children.html, test_sibling-matching-parent.html failure, r=justin.lebar 2013-08-30 11:41:10 +02:00
Eddy Bruel
b9ddf0e64c Bug 906963 - Add a flag to pauseOnExceptions to optionally ignore caught exceptions. 2013-08-30 10:55:41 +02:00
Eddy Bruel
89be33ac32 Bug 906963 - Detect whether a bytecode offset is within the scope of a catch statement. 2013-08-30 10:52:31 +02:00
Wes Kocher
b0c5252d0a Bug 911042 - Uplift Add-on SDK to Firefox r=me 2013-08-29 23:40:16 -07:00
Randell Jesup
5946f2b5b2 Bug 901583: Reapply mozilla patches on top of webrtc.org 3.34, use NEON detection rs=jesup
--HG--
rename : media/webrtc/trunk/webrtc/modules/audio_device/android/audio_device_opensles_android.cc => media/webrtc/trunk/webrtc/modules/audio_device/audio_device_opensles.cc
rename : media/webrtc/trunk/webrtc/modules/audio_device/android/audio_device_opensles_android.h => media/webrtc/trunk/webrtc/modules/audio_device/audio_device_opensles.h
2013-08-30 02:08:57 -04:00
Randell Jesup
05d8c5f266 Bug 901583: Webrtc updated to 4563; pull made Sat Aug 17 11:00:00 EDT 2013 rs=jesup
--HG--
rename : media/webrtc/trunk/webrtc/modules/audio_device/audio_device_opensles.cc => media/webrtc/trunk/webrtc/modules/audio_device/android/audio_device_opensles_android.cc
rename : media/webrtc/trunk/webrtc/modules/audio_device/audio_device_opensles.h => media/webrtc/trunk/webrtc/modules/audio_device/android/audio_device_opensles_android.h
2013-08-30 02:08:04 -04:00
Chris Double
05e2fb80be Bug 860599 - Use DataSource::CreateFromURI instead of MediaStreamSource - r=cpearce
--HG--
extra : rebase_source : da5a909d64ad903f86ad7fb76cb306252d8ccaad
2013-08-30 16:51:38 +12:00
Tim Taubert
44ca1b454c Bug 910161 - Remove nsIHistoryEntry and replace it with nsISHEntry; r=bz 2013-08-30 06:14:59 +02:00
Tim Taubert
1ab70d4b9a Backed out changeset 10e9f1f0b992 (bug 910741) 2013-08-30 06:12:09 +02:00
Joshua Cranmer
642e66f518 Bug 906783 - Attempt to detect the standard C++ library version, r=Waldo 2013-08-29 22:44:23 -05:00
David Zbarsky
df9126512e Bug 903277. Support default values other than null for WebIDL unions. r=bzbarsky 2013-08-29 23:29:38 -04:00
Ryan VanderMeulen
23b3fddcdc Merge m-c to fx-team. 2013-08-29 20:50:26 -04:00
Shane Caraveo
dc44d52ca8 bug 910741 fix opening tabs from clicked links in share panel, r=felipe 2013-08-29 17:45:17 -07:00
Ryan VanderMeulen
fb74bca91e Merge fx-team to m-c. 2013-08-29 20:43:45 -04:00
Gaia Pushbot
0c65ccaf43 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/9adc8de2a121
Author: b2gautomation <jonallengriffin@gmail.com>
Desc: Bug 907941 - gaia-ui-tests-pushbot (see bug)
2013-08-29 15:20:21 -07:00
Gaia Pushbot
3aed0e62db Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/d629a442232b
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 910345 - [Clock] Create Emitter abstract for events - r=jugglinmike

* Adds new Emitter prototype for use in Clock
2013-08-29 14:20:22 -07:00
Ryan VanderMeulen
c11b73d22a Merge m-c to b2g-inbound. 2013-08-29 16:43:30 -04:00
Fabrice Desré
0f957da774 Bug 910774 - Calling socket.resume() on a socket that's not paused doesn't work properly r=honzab 2013-08-29 13:40:07 -07:00
Mike Pennisi
e65e235aaf Bug 908441 - Convenience methods for interacting with HTML5 "date" and "time" input elements. r=automatedtester 2013-08-29 16:10:20 -04:00
Ryan VanderMeulen
51102e8743 Merge inbound to m-c on a CLOSED TREE. 2013-08-29 16:04:45 -04:00
Ryan VanderMeulen
bfaf261751 Merge b2g-inbound to m-c. 2013-08-29 15:55:53 -04:00
Ryan VanderMeulen
12e1ab669d Backed out changeset 41729438f597 (bug 900865) for Windows mochitest-bc crashes. 2013-08-29 15:48:29 -04:00
Gaia Pushbot
ca7b34850e Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/ba5f179a8e55
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #11772 from KevinGrandon/bug_909675_calendar_test_dom

Bug 909675 - Leverage web component polyfill for test DOM r=lightsofapollo

========

https://hg.mozilla.org/integration/gaia-central/rev/56b9188afa4c
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 909675 - Leverage web component polyfill for test DOM
2013-08-29 11:00:22 -07:00
Mihnea Dobrescu-Balaur
668808c253 Bug 910389 - Fix B2G runxpcshelltests return code. r=jgriffin 2013-08-29 10:13:56 -07:00
Guillaume Abadie
3df9431ee1 Bug 645792 - Replace throwing an exception by returning null on HTMLCanvasElement::GetContext. r=bjacob
CLOSED TREE
2013-08-29 10:14:22 -04:00
Ryan VanderMeulen
f95ecf3499 Backed out changeset 67b98c1c0b7b (bug 910415) for OSX leaks. 2013-08-29 14:58:56 -04:00
Ryan VanderMeulen
a7dfb76c5f Backed out changeset 8c25245410c5 (bug 909888) for being far from NPOTB and breaking B2G tests.
CLOSED TREE
2013-08-29 13:46:48 -04:00
Ryan VanderMeulen
f3b02482a7 Backed out changeset a58d895d8197 (bug 645792) for OSX leaks. 2013-08-29 13:46:10 -04:00
Nicolas Pierron
ccf9338ab8 Bug 909544 - IonMonkey: Check VM Call sanity in visit functions. r=jandem 2013-08-29 10:30:35 -07:00
Guillermo Lopez
fb56f07fbb Bug 910686 - If udp.wakeupEnabled is false or not set, we should not send any wakeup info. r=nsm 2013-08-29 14:37:03 +02:00
Benoit Jacob
c15cad772d Bug 905141 - Increase fuzziness of some WebGL reftests on B2G - no review, bustage fix
These were already marked as fuzzy on B2G for 83 pixels. With the B2G emulator BGRA patch now deployed on the test slaves, it appears from reftests logs that the fuzziness needs to be updated from 83 pixels to 90 or 91 pixels depending on the test.
2013-08-29 13:09:53 -04:00