B2G Bumper Bot
25c7738ba0
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ffbb39b4a204
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #22685 from gregarndt/bug_1049477
Bug 1049477 - Remove logic from test_lockscreen_unlock_to_emergency_call...
========
https://hg.mozilla.org/integration/gaia-central/rev/8ed3688a930a
Author: Greg Arndt <garndt@mozilla.com>
Desc: Bug 1049477 - Remove logic from test_lockscreen_unlock_to_emergency_call_screen.py
2014-08-19 07:00:31 -07:00
Ed Morley
38ce979839
Merge latest green fx-team changeset and mozilla-central; a=merge
2014-08-19 14:32:54 +01:00
B2G Bumper Bot
53c0e0e749
Bumping manifests a=b2g-bump
2014-08-19 06:06:18 -07:00
B2G Bumper Bot
af69ccd2dd
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4cfdc152685c
Author: ochameau <poirot.alex@gmail.com>
Desc: Merge pull request #22995 from ochameau/mulet-dt
Bug 1016030 - Fix devtools test on mulet. r=jryans
========
https://hg.mozilla.org/integration/gaia-central/rev/a2bfc7b56233
Author: Alexandre Poirot <poirot.alex@gmail.com>
Desc: Bug 1016030 - Fix devtools test on mulet. r=jryans
2014-08-19 06:00:30 -07:00
B2G Bumper Bot
8d50e3e6b3
Bumping manifests a=b2g-bump
2014-08-19 05:36:55 -07:00
B2G Bumper Bot
e7fc0cf3e2
Bumping manifests a=b2g-bump
2014-08-19 05:32:00 -07:00
B2G Bumper Bot
d1bf05eddb
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8db3d8315bc0
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #22988 from mancas/bug1052938
Bug 1052938 - [B2G][Flame][2.0][Contact] No error message prompted when ...
========
https://hg.mozilla.org/integration/gaia-central/rev/9c2a4362a2d8
Author: Manuel Casas Barrado <mancas.91@gmail.com>
Desc: Bug 1052938 - [B2G][Flame][2.0][Contact] No error message prompted when exporting contacts to a full SD card.
2014-08-19 05:30:38 -07:00
B2G Bumper Bot
4548170bca
Bumping manifests a=b2g-bump
2014-08-19 05:21:25 -07:00
B2G Bumper Bot
6e06808cd6
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/16e1bcb1ef74
Author: Ed Morley <emorley@mozilla.com>
Desc: Revert "Bug 1054135 - [B2G][System] support 24 hour time format for Time picker" for JS exceptions
This reverts commit e2497c1445af5fa46d8b1aa9d3228ac68b0795b5.
2014-08-19 05:15:37 -07:00
Gian-Carlo Pascutto
c7d05c2620
Bug 1055675 - Work around MSVC2010 issue in trace-malloc. r=bsmedberg
2014-08-19 13:29:00 +02:00
Nick Fitzgerald
425daa2cea
Bug 1055206 - Only mark AllocationSite::frame if it is non-null. r=jimb
2014-08-19 23:03:27 -07:00
Matt Woodrow
5391a14571
Bug 1030124 - If the nsDisplayTransform frame isn't actually transformed (and not a reference frame), then apply the coordinate space change offset when we compute the transform for the preserve-3d
...
parent. r=roc
2014-08-20 17:43:26 +12:00
Jeff Walden
8c16a1018b
Bug 1054426 - Make Object.assign skip null/undefined source arguments if any are passed, to match not-yet-drafted semantics agreed upon in TC39 meeting minutes. Also fixes Facebook bustage. r=mjrosenb over IRC
...
--HG--
extra : rebase_source : 02f55cca55098b9c72a0dae193bb43c64a4b932b
2014-08-19 22:10:20 -07:00
Ehsan Akhgari
cd69e77d58
Bug 1055519 - Fix some more bad implicit constructors in layout and widget; r=roc
2014-08-20 00:58:22 -04:00
Ehsan Akhgari
b6a26fb86f
Bug 1055511 - Add a test case for ScriptProcessorNode.passThrough; r=roc
2014-08-20 00:57:37 -04:00
Ehsan Akhgari
0c8cbcd098
Bug 1055367 - Move the code for AudioNodeStream and AudioNodeEngine to webaudio; r=roc
...
This code is specific to Web Audio, and is not really part of the
MediaStreamGraph code. I've always hated how these files being in
two directories gets in the way while hacking on this code.
--HG--
rename : content/media/AudioNodeEngine.cpp => content/media/webaudio/AudioNodeEngine.cpp
rename : content/media/AudioNodeEngine.h => content/media/webaudio/AudioNodeEngine.h
rename : content/media/AudioNodeEngineNEON.cpp => content/media/webaudio/AudioNodeEngineNEON.cpp
rename : content/media/AudioNodeEngineNEON.h => content/media/webaudio/AudioNodeEngineNEON.h
rename : content/media/AudioNodeExternalInputStream.cpp => content/media/webaudio/AudioNodeExternalInputStream.cpp
rename : content/media/AudioNodeExternalInputStream.h => content/media/webaudio/AudioNodeExternalInputStream.h
rename : content/media/AudioNodeStream.cpp => content/media/webaudio/AudioNodeStream.cpp
rename : content/media/AudioNodeStream.h => content/media/webaudio/AudioNodeStream.h
2014-08-20 00:56:31 -04:00
Ehsan Akhgari
54f553adec
Bug 1050609 - Fix more bad implicit constructors in gfx/layers; r=roc
2014-08-20 00:55:14 -04:00
Seth Fowler
6572249113
Bug 35168 - Backout 4 changesets (e15a7a0c8f70, 852b5ce53278, f36adee1958f, 479ff28f783f) for B2G bustage and reftest failures ON A CLOSED TREE
...
--HG--
extra : amend_source : 2be4ad526c51311c6f03b2681dd3961c1502c303
2014-08-19 20:37:14 -07:00
B2G Bumper Bot
ca2ff1fb21
Bumping manifests a=b2g-bump
2014-08-19 03:51:58 -07:00
B2G Bumper Bot
0a55576aac
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8a7eb48c501c
Author: EragonJ <eragonj@eragonj.me>
Desc: Merge pull request #22668 from EragonJ/bug-1001285
Bug 1001285 - [meta] [Settings] Messaging Settings UX update
========
https://hg.mozilla.org/integration/gaia-central/rev/b2168251eb52
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 1001285 - [meta] [Settings] Messaging Settings UX update
2014-08-19 03:50:32 -07:00
B2G Bumper Bot
aba6cfb7a8
Bumping manifests a=b2g-bump
2014-08-19 02:41:20 -07:00
B2G Bumper Bot
8ef91c2609
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/79c786d6954d
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #22982 from shamenchens/Bug1043708-MusicSearchBar-master
Bug 1043708 - Music app search button should not have gradient background, r=dominickuo
========
https://hg.mozilla.org/integration/gaia-central/rev/1d3f294bd40f
Author: Sherman Chen <shamen.chens@gmail.com>
Desc: Bug 1043708 - Music app search button should not have gradient background
2014-08-19 02:35:32 -07:00
B2G Bumper Bot
18a3616566
Bumping manifests a=b2g-bump
2014-08-19 01:46:21 -07:00
B2G Bumper Bot
458822fc3f
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8d2ff92f900d
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #22994 from bebef1987/fix_cost
Bug 1054999 - Fix test test_cost_control_data_alert_mobile after locator...
========
https://hg.mozilla.org/integration/gaia-central/rev/8f74801d020f
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 1054999 - Fix test test_cost_control_data_alert_mobile after locator change
2014-08-19 01:40:31 -07:00
B2G Bumper Bot
b76537c594
Bumping manifests a=b2g-bump
2014-08-19 01:31:24 -07:00
B2G Bumper Bot
dc60f9f447
Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4cc16f542ae3
Author: Ed Morley <emorley@mozilla.com>
Desc: Revert "Bug 1029385 - Rewrite app-makefile rule in javascript r=ochameau" for gaia-unit failures in wappush_test.js
This reverts commit 4a207609f6f45085d5acbd8520baddc8c6d2b88b.
========
https://hg.mozilla.org/integration/gaia-central/rev/155a1bdfb8e7
Author: evelynhung <jj.evelyn@gmail.com>
Desc: Merge pull request #22979 from evelynhung/issue-m039154
Bug 1039154 - handle provisioning document format error, r=gsvelto
========
https://hg.mozilla.org/integration/gaia-central/rev/d7e482543cb8
Author: Evelyn Hung <jj.evelyn@gmail.com>
Desc: Bug 1039154 - handle provisioning document format error
========
https://hg.mozilla.org/integration/gaia-central/rev/20f1d07c7f92
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #22194 from jrburke/bug1021981-email-toast-visuals-2
Bug 1021981 - [email] Update toast display to 2.0 visual redesign r=mcav
========
https://hg.mozilla.org/integration/gaia-central/rev/2ef8dc5a1f51
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1021981 - [email] Update toast display to 2.0 visual redesign
2014-08-19 01:25:38 -07:00
Ed Morley
38fed2679e
Backed out changeset a880d4e0d656 (bug 846200) for xpcshell failures in test_bug808734.js; CLOSED TREE
2014-08-19 09:17:30 +01:00
Ed Morley
00361d8963
Backed out changeset b01c7abafbdf (bug 846200)
2014-08-19 09:17:06 +01:00
B2G Bumper Bot
a664a8e5f8
Bumping manifests a=b2g-bump
2014-08-18 23:46:22 -07:00
B2G Bumper Bot
40e4d9e95b
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9d7eb000470a
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #23017 from timdream/keyboard-remove-demo-keyboard
Bug 1055398 - Remove demo-keyboard from eng build, r=rudyl
========
https://hg.mozilla.org/integration/gaia-central/rev/6d93f59cb1ad
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1055398 - Remove demo-keyboard from eng build
========
https://hg.mozilla.org/integration/gaia-central/rev/de95a3101ea3
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #22774 from yurenju/app-makefile-2
Bug 1029385 - Rewrite app-makefile rule in javascript
========
https://hg.mozilla.org/integration/gaia-central/rev/71a3013157a8
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 1029385 - Rewrite app-makefile rule in javascript r=ochameau
========
https://hg.mozilla.org/integration/gaia-central/rev/4269d6dc74a7
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #22718 from pivanov/bug-1044274
Bug 1044274 - [Gallery][RTL] gallery image view back button is not RTL
========
https://hg.mozilla.org/integration/gaia-central/rev/272091020f0d
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 1044274 - [Gallery][RTL] gallery image view back button is not RTL r=pdahiya
2014-08-18 23:40:32 -07:00
Sylvestre Ledru
2640163ce3
Bug 1055060 - Non-array delete for scalars - CID 1122166 & 1122167 r=jesup
2014-08-19 08:19:28 +02:00
Nigel Babu
5a139b7d32
Backed out changeset 55ea2c2fb857 (bug 1034368) for bustage
2014-08-19 12:07:01 +05:30
Nigel Babu
95a3cd351e
Backed out changeset 3b0d1e17cad0 (bug 1055408) for bustage
2014-08-19 12:06:42 +05:30
B2G Bumper Bot
aab26a0c7d
Bumping manifests a=b2g-bump
2014-08-18 22:36:16 -07:00
Yuki Sekiguchi
2294d3303a
Bug 1042885 - Part 2: Fix test case for a rp element should not auto close a rtc element. r=wchen
2014-08-18 22:33:45 -07:00
Yuki Sekiguchi
bc4b7a8951
Bug 1042885 - Part 1: A rp element should not auto close a rtc element. r=wchen
2014-08-18 22:33:45 -07:00
B2G Bumper Bot
fc3fa6f53b
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c7e7bdbdee50
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #22968 from gasolin/issue-1054135
Bug 1054135 - [B2G][System] support 24 hour time format for Time picker, r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/fe4b940d96e5
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1054135 - [B2G][System] support 24 hour time format for Time picker
- remove date_picker since its not used
2014-08-18 22:30:30 -07:00
Kyle Machulis
365f35e34d
Bug 846200 - Update mochitests to use new settings-api permissions; r=bent
2014-08-18 22:06:59 -07:00
Kyle Machulis
53015f7363
Bug 846200 - Support for granting settings permissions on a per-permission basis; r=bent
2014-08-18 22:06:54 -07:00
Chris Pearce
5c4db25cf5
Bug 1055408 - Kill GMP timers when entering shutdown. r=jesup
2014-08-19 17:03:11 +12:00
Chris Pearce
7fd2e79631
Bug 1034368 - Add storage capabilities to GMPs. r=jesup
2014-08-19 17:03:04 +12:00
B2G Bumper Bot
32d74eaa80
Bumping manifests a=b2g-bump
2014-08-18 21:36:17 -07:00
B2G Bumper Bot
9c5c307f94
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/353644a8ef16
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #22958 from cctuan/1020802
Bug 1020802 - [Text Selection] Hide utility bubble when user dragging the selectioncarets handle
========
https://hg.mozilla.org/integration/gaia-central/rev/66a6493b19af
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1020802 - [Text Selection] Hide utility bubble when user dragging the selectioncarets handle
2014-08-18 21:30:31 -07:00
B2G Bumper Bot
eb15a768f1
Bumping manifests a=b2g-bump
2014-08-18 21:21:23 -07:00
B2G Bumper Bot
c5c8d7aca8
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/014be5a52c22
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #22947 from jrburke/bug1041904-email-status-color
Bug 1041904 - [Email] Customize Status Bar Color r=asuth
========
https://hg.mozilla.org/integration/gaia-central/rev/2728473c08a6
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1041904 - [Email] Customize Status Bar Color
2014-08-18 21:15:36 -07:00
Matt Woodrow
a0bdfce2be
Bug 781701 - Interpolate rotate3d rotation angles numerically when we can instead of using matrix decompositon. r=dbaron
2014-08-19 15:58:17 +12:00
Blake Wu
5340c054cd
Bug 1055383 Make MP4Reader::Decode not return false if output EOS is not reached. r=cpearce
2014-08-19 11:23:00 +08:00
Ahmed Kachkach
44c182a3d2
Bug 1052937 - Default value for missing subtest in mochitest structured logs. r=ahal
2014-08-18 23:15:00 -04:00
B2G Bumper Bot
52a03441c5
Bumping manifests a=b2g-bump
2014-08-18 19:41:19 -07:00
B2G Bumper Bot
5215b00387
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/194aa7d5312b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #23012 from KevinGrandon/bug_1001090_update_gaia_test_let_usage
Bug 1001090 - Update let usage in gaia ui test
========
https://hg.mozilla.org/integration/gaia-central/rev/f3979a68ab22
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1001090 - Update let usage in gaia ui test r=kgrandon r=shu
2014-08-18 19:35:30 -07:00