Commit Graph

179311 Commits

Author SHA1 Message Date
Ryan VanderMeulen
2144e66473 Merge b2g-inbound to m-c. 2014-04-22 12:50:29 -07:00
B2G Bumper Bot
1c5f62b1c1 Bumping manifests a=b2g-bump 2014-04-22 10:31:22 -07:00
B2G Bumper Bot
5ccaa8ad85 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b209dbf62fac
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #18527 from fcampo/split-fte-comms-import-999436

Bug 999436 - Move import-services dependencies

========

https://hg.mozilla.org/integration/gaia-central/rev/3e334c91c370
Author: Fernando Campo <fernando.campo@telefonica.com>
Desc: Bug 999436 - Import services dependencies - part1 - locales

========

https://hg.mozilla.org/integration/gaia-central/rev/a973059187f6
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #18342 from mcav/kill-ampm

Bug 978547 - [Clock] JavaScript functions should not rely on presence... r=millermedeiros

========

https://hg.mozilla.org/integration/gaia-central/rev/5caa89fc304a
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 978547 - [Clock] JavaScript functions should not rely on presence and position of localizable elements. r=millermedeiros

========

https://hg.mozilla.org/integration/gaia-central/rev/38a2f3b87e61
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #18130 from arcturus/885545-photo-blob

Bug 885545 - Create Blobs for Contact photos in the VCF importer

========

https://hg.mozilla.org/integration/gaia-central/rev/489ce1301792
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 885545 - Create Blobs for Contact photos in the VCF importer
2014-04-22 10:25:58 -07:00
B2G Bumper Bot
f9a484fb92 Bumping manifests a=b2g-bump 2014-04-22 10:16:24 -07:00
B2G Bumper Bot
ead98f76b3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4c54d883e936
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #17956 from DouglasSherk/965854-voicemail-sim-indicator

Bug 965854 - [DSDS][System] Display SIM indication in voicemail notification. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/0c000e9e4fce
Author: DouglasSherk <github@sherk.me>
Desc: Bug 965854 - [DSDS][System] Display SIM indication in voicemail notification. r=etienne
2014-04-22 10:10:58 -07:00
B2G Bumper Bot
dd4d145321 Bumping manifests a=b2g-bump 2014-04-22 09:51:24 -07:00
B2G Bumper Bot
70014f49cf Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0927ccf3a87e
Author: Ed Morley <emorley@mozilla.com>
Desc: Revert "Bug 924833 - Re-enable test_receive_call.py" for requiring plivo, which isn't on the mirror

This reverts commit e582fc3be7030e0ce58e385b8951491f64913254.
2014-04-22 09:45:54 -07:00
B2G Bumper Bot
8fec72f3c8 Bumping manifests a=b2g-bump 2014-04-22 09:36:22 -07:00
B2G Bumper Bot
101dc0da7b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/eb2336812834
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #18476 from jrburke/bug998799-normalize-alameda-defines

Bug 998799 - alameda.js depends toString()-ing functions

========

https://hg.mozilla.org/integration/gaia-central/rev/933150b50980
Author: jrburke <jrburke@gmail.com>
Desc: Bug 998799 - alameda.js depends toString()-ing functions
2014-04-22 09:30:55 -07:00
B2G Bumper Bot
6ab5498380 Bumping manifests a=b2g-bump 2014-04-22 09:21:26 -07:00
B2G Bumper Bot
6d5bf355d6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7a950ba56959
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #18520 from zacc/bug_999355

Bug 999355 - Wait for 'render' class on appWindow to denote Gaia startup...

========

https://hg.mozilla.org/integration/gaia-central/rev/afd1dfb39c31
Author: Zac <zcampbell@mozilla.com>
Desc: Bug 999355 - Wait for 'render' class on appWindow to denote Gaia startup r=bebe
2014-04-22 09:16:01 -07:00
B2G Bumper Bot
4b16b84512 Bumping manifests a=b2g-bump 2014-04-22 08:38:02 -07:00
Ed Morley
d853249331 Backed out changeset 96e274a243ff (bug 998396) for build failures; CLOSED TREE 2014-04-22 16:36:39 +01:00
B2G Bumper Bot
8765c72bee Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f4370aed91df
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #17593 from bobsilverberg/plivo_call

Bug 924833 - Re-enable test_receive_call.py

========

https://hg.mozilla.org/integration/gaia-central/rev/8732231c56a3
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 924833 - Re-enable test_receive_call.py

Add a step to check that there are credits available for making a call
Add test to manifest

Address code review comments:
- Fail when Plivo balance is insufficient
- Break out arguments to PlivoUtil __init__
- Use marionette.Wait for waiting
- Add a custom PlivoError exception
- General code cleanup

Address pull request comments:
- move check for balance into make_call in the utility class
- address syntax nits
- add custom message to custom exception
- change syntax for custom exceptions
2014-04-22 08:35:59 -07:00
B2G Bumper Bot
e08647ca69 Bumping manifests a=b2g-bump 2014-04-22 08:31:22 -07:00
B2G Bumper Bot
f05add5ab4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 998810 - [Homescreen] remove alarms permission from manifest

========

https://hg.mozilla.org/integration/gaia-central/rev/078344388a41
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 998810 - [Homescreen] remove alarms permission from manifest r=ran
2014-04-22 08:25:55 -07:00
B2G Bumper Bot
f70d2011cc Bumping manifests a=b2g-bump 2014-04-22 08:01:19 -07:00
B2G Bumper Bot
93d8953f53 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/791005d13402
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 994575 - Add a call should always display the list of contacts

Some code movement for JSHint cleaning

========

https://hg.mozilla.org/integration/gaia-central/rev/db538a2d6aa3
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Revert "Merge pull request #18421 from Rik/always-contact-home-994575"

The two commits should have been squashed

This reverts commit 1683d067d744af8a7a739d4a96dfee85962b529d, reversing
changes made to 0fd7a3b6de70bd9941b24a3b6c83cbc69f84d628.
2014-04-22 07:55:46 -07:00
B2G Bumper Bot
57e598f241 Bumping manifests a=b2g-bump 2014-04-22 07:48:25 -07:00
B2G Bumper Bot
5dc269691d Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b638f8093c24
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #18421 from Rik/always-contact-home-994575

Bug 994575 - Add a call should always display the list of contacts r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/e1c4306ce43b
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 994575 - Add a call should always display the list of contacts

========

https://hg.mozilla.org/integration/gaia-central/rev/091a8852196a
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: JSHint cleaning, will be squashed

========

https://hg.mozilla.org/integration/gaia-central/rev/a52ecceea008
Author: Zac <zcampbell@mozilla.com>
Desc: Bug 996252 - Disable failing Settings test on MacOS TBPL a=testonly r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/6df88805261f
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #18515 from EverythingMe/bug-995949

Bug 995949 - Cannot add smart collection to homescreen [r=ranbena]

========

https://hg.mozilla.org/integration/gaia-central/rev/be8e2c0a99e2
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 995949 - Cannot add smart collection to homescreen [r=ranbena]
2014-04-22 07:45:48 -07:00
Ethan Tseng
5f43c64159 Bug 992568 - Part 2: Refactor RtspChannel to support redirection. r=sworkman 2014-04-03 19:08:34 +08:00
Ted Mielczarek
bc1257fd5e bug 985612 - fix mozlog.structured.commandline.setup_logging to handle argparse Namespace objects. r=jgraham 2014-03-19 15:27:30 -04:00
Ted Mielczarek
737a48024a Bug 997507 - Fix a few -Wformat warnings in nsIdleService.cpp. r=vlad 2014-04-22 11:02:36 -04:00
Monica Chew
71e3e43d09 Bug 998396: Fix gethash completions, urlclassifier.malware_table and urlclassifier.phish_table may be comma-separated lists (r=gcp) 2014-04-22 08:13:59 -07:00
Ryan VanderMeulen
e50ce58691 Backed out 5 changesets (bug 407059) for reftest asserts.
Backed out changeset 21fee1261f2e (bug 407059)
Backed out changeset c940a2d399c4 (bug 407059)
Backed out changeset 77593dd1b044 (bug 407059)
Backed out changeset cfcbc731d4db (bug 407059)
Backed out changeset d8244f3ecdcb (bug 407059)
2014-04-22 11:00:13 -04:00
Hannes Verschore
c8928f4402 Bug 995673 - IonMonkey: Don't remove MToXXX instructions, when an object flows through, r=jandem 2014-04-22 16:46:18 +02:00
Nathan Froyd
258ba743cd Backout b9abacaf5453:005a3405219c (bug 998372) for make check bustage 2014-04-22 10:31:25 -04:00
Markus Stange
5c83daaf1f Bug 987005 - Add comments to a condition in PopThebesLayerData(). r=roc 2014-04-22 16:27:44 +02:00
Markus Stange
06f24a9d75 Bug 999440 - Fix styling and typos in MozSurface.md. r=nical 2014-04-22 16:25:49 +02:00
Ethan Tseng
7d80196a9c Bug 992568 - Part 1: Render RTSP in the browser. r=sworkman 2014-01-20 18:54:33 +08:00
B2G Bumper Bot
4cefc03d9d Bumping manifests a=b2g-bump 2014-04-22 06:26:52 -07:00
B2G Bumper Bot
372a7ff1dc Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0bdc23ae8bbc
Author: BavarianTomcat <tomcat@mozilla.com>
Desc: Revert "Bug 973445 - [settings] refactor Sound panel with AMD pattern" for breaking gaia unit tests

This reverts commit 33f54971464be54f1b362a44c31ffedad115f8e7.
2014-04-22 06:20:43 -07:00
B2G Bumper Bot
45bcb65dda Bumping manifests a=b2g-bump 2014-04-22 05:42:55 -07:00
Ethan Tseng
0e5f7890cc Bug 998239 - [RTSP] Follow up of 877193 to refine RtspTrackBuffer size. r=sworkman 2014-04-18 15:54:00 +08:00
Shawn Huang
19225b54d9 Bug 997626 - [bluez] Handle RequestPairingConsent event and reply pairing confirmation directly. r=echou, f=btian
Consent pairing event raises under the following conditions:
1. Local IO capabilities are DisplayYesNo and remote IO capabiltiies are DisplayOnly or NoInputNoOutput.
2. Call PairingConsent callback for "incoming" request.
This patch is try to directly reply pairing confirmation for consent cases.

How to test:
1. Initialize pairing request with IO capabilities-NoInputNoOutput as
headset role to b2g phone
2. Check pairing status of bluetooth headset
2014-04-22 08:37:01 -04:00
poojas
0652a78b8a Bug 996560 - Increase maxFileSize of recorded video upto 4GB for >=720p resolution. r=mikeh 2014-04-22 11:48:33 +05:30
JW Wang
e8b41fbc67 Bug 995090 - Update MediaCache again when there are changes in |MediaCache::mStreams|. r=roc 2014-04-22 08:37:01 -04:00
Vasanthakumar Pandurangan
bcf38b36c6 Bug 994881 - Release audio offload player resources after pause timeout. r=roc 2014-04-21 16:47:04 +05:30
B2G Bumper Bot
32f3ee4138 Bumping manifests a=b2g-bump 2014-04-22 05:32:00 -07:00
B2G Bumper Bot
899cb26193 Bumping manifests a=b2g-bump 2014-04-22 05:21:13 -07:00
B2G Bumper Bot
b3e50c6f4e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/04ffc3635d56
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #18513 from daleharvey/991547

Bug 991547 - Reload tabs when crashed in background. r=benfrancis

========

https://hg.mozilla.org/integration/gaia-central/rev/f30e6e640ebc
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 991547 - Reload tabs when crashed in background. r=benfrancis
2014-04-22 05:15:45 -07:00
B2G Bumper Bot
16779c3aa8 Bumping manifests a=b2g-bump 2014-04-22 05:06:14 -07:00
B2G Bumper Bot
7807669747 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2ebcc6426541
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #18517 from zacc/bug_990580_backout

Bug 990580 - backout sleep(10) workaround

========

https://hg.mozilla.org/integration/gaia-central/rev/e1cbd2cdab8d
Author: Zac <zcampbell@mozilla.com>
Desc: Bug 990580 - backout sleep(10) workaround
2014-04-22 05:00:43 -07:00
Hsin-Yi Tsai
393e8c031d Backed out changeset d050c422919a (bug 997584) since should wait for gaia blocker landed first. 2014-04-22 18:46:59 +08:00
Hsin-Yi Tsai
de81e1e18d Backed out changeset 8304d89d4300 (bug 997584) since should wait for gaia blocker landed first. 2014-04-22 18:46:59 +08:00
B2G Bumper Bot
b5671e8260 Bumping manifests a=b2g-bump 2014-04-22 03:45:15 -07:00
B2G Bumper Bot
a6c6c15174 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f0d9c6d6c2af
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #18079 from comoyo/bug993393

Bug 993393 - Set the correct size for first and last key without doing a sync reflow. r=RudyL

========

https://hg.mozilla.org/integration/gaia-central/rev/112b59b53f3f
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 993393 - Set the correct size for first and last key without doing a sync reflow
2014-04-22 03:45:01 -07:00
Carsten "Tomcat" Book
e4d624e9b3 Merge m-c to b2g-inbound 2014-04-22 12:40:31 +02:00
Carsten "Tomcat" Book
fdb7015e96 merge b2g-inbound to mozilla-central 2014-04-22 12:29:34 +02:00
Carsten "Tomcat" Book
cafcecc468 merge fx-team to mozilla-central 2014-04-22 12:27:12 +02:00