Commit Graph

209083 Commits

Author SHA1 Message Date
B2G Bumper Bot
277a8958e9 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d08fa083ecea
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #24853 from jrburke/bug1077605-email-screen-black-scroll

Bug 1077605 - [Email] Screen becomes black when scrolling through list fast

========

https://hg.mozilla.org/integration/gaia-central/rev/74f78e13ae78
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1077605 - [Email] Screen becomes black when scrolling through list fast

========

https://hg.mozilla.org/integration/gaia-central/rev/d37734928d79
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #24856 from DouglasSherk/1068104-system-call-screen-wakeup

Bug 1068104 - Wake up the screen when all calls are ended. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/b549dc5f69ea
Author: Doug Sherk <github@sherk.me>
Desc: Bug 1068104 - Wake up the screen when all calls are ended. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/297ba021b454
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1076231 - [SimPicker] fix racy unit tests r=drs

========

https://hg.mozilla.org/integration/gaia-central/rev/7bed7e210859
Author: Doug Sherk <github@sherk.me>
Desc: Revert "Bug 1076231 - Fix racy unit tests in GaiaSimPicker. r=Rik"

This reverts commit 0bb4873f27d1fb755357d2e1b0248ce0329d1743.
2014-10-07 11:25:46 -07:00
Markus Stange
a3e56631f0 Bug 1062801 - Fix non-unified build bustage. 2014-10-07 20:09:16 +02:00
B2G Bumper Bot
d872562c81 Bumping manifests a=b2g-bump 2014-10-07 11:01:57 -07:00
B2G Bumper Bot
6ee99528ad Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9a31ee47215f
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #24630 from julienw/1076169-fix-camera-tests

Bug 1076169 - [Camera] fix camera tests with a newer mocha (again) r=wil...

========

https://hg.mozilla.org/integration/gaia-central/rev/812eaecf52e2
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1076169 - [Camera] fix camera tests with a newer mocha (again) r=wilsonpage

========

https://hg.mozilla.org/integration/gaia-central/rev/f379765506ae
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #24855 from davidflanagan/bug1072075

Bug 1072075: don't allow system time changes to affect app usage timings r=marshall

========

https://hg.mozilla.org/integration/gaia-central/rev/8e1e26d38a58
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 1072075: don't allow system time changes to affect app usage timings
(cherry picked from commit 83af4279c67b36c96b04ffec04ae428b69eec51d)

reference bug 1069863 in comments

fix broken unit tests
2014-10-07 10:55:49 -07:00
JW Wang
e0c10b593b Bug 1069289 - take |mAudioEndTime| into account when updating playback position at the end of playback. r=kinetik 2014-10-07 19:45:00 +02:00
Ryan VanderMeulen
671d1a817e Backed out 7 changesets (bug 1047483, bug 1079301, bug 1079335) for webplatform test failures.
Backed out changeset 7d06b68c44d0 (bug 1079335)
Backed out changeset 92030169528e (bug 1079301)
Backed out changeset c09d7f95554a (bug 1047483)
Backed out changeset c199f1057d7e (bug 1047483)
Backed out changeset 18830d07884c (bug 1047483)
Backed out changeset e087289ccfbb (bug 1047483)
Backed out changeset 6238ff5d3ed0 (bug 1047483)

CLOSED TREE

--HG--
rename : content/base/public/File.h => content/base/public/nsDOMFile.h
rename : content/base/src/MultipartFileImpl.cpp => content/base/src/nsDOMBlobBuilder.cpp
rename : content/base/src/MultipartFileImpl.h => content/base/src/nsDOMBlobBuilder.h
rename : content/base/src/File.cpp => content/base/src/nsDOMFile.cpp
2014-10-07 13:16:11 -04:00
Andrea Marchesini
d7a1da3601 Bug 1079335 - Blob/File headers should be used in Fetch API, r=peterv - CLOSED TREE 2014-10-07 17:02:28 +01:00
Ed Morley
a028040b34 Backed out changeset f1a21d8fcdd0 (bug 1076990) for intermittent failures & output not in the normal format; CLOSED TREE 2014-10-07 16:29:35 +01:00
Ed Morley
70861d97e6 Backed out changeset 2e15d016544a (bug 1044256) for failures in testSIMD.js; CLOSED TREE 2014-10-07 16:25:08 +01:00
Ed Morley
2fedfe29e2 Backed out changeset ab230e36399b (bug 1044256) 2014-10-07 16:24:38 +01:00
Andrea Marchesini
cb60507ce7 Bug 1079301 - Bug 1047483 - Porting DOMFile/DOMBlob to WebIDL requires CLOBBER - CLOSED TREE 2014-10-07 16:15:34 +01:00
Andrea Marchesini
63e3f3c579 Bug 1047483 - patch 5 - Remove 'name' in the FilePropertyBag dictionary, r=smaug 2014-10-07 15:20:59 +01:00
Andrea Marchesini
13abeabca9 Bug 1047483 - patch 4 - Removing nsDOMBlobBuilder, r=ehsan
--HG--
rename : content/base/src/nsDOMBlobBuilder.cpp => content/base/src/MultipartFileImpl.cpp
rename : content/base/src/nsDOMBlobBuilder.h => content/base/src/MultipartFileImpl.h
2014-10-07 15:20:57 +01:00
Andrea Marchesini
e4f682ba94 Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
--HG--
rename : content/base/public/nsDOMFile.h => content/base/public/File.h
rename : content/base/src/nsDOMFile.cpp => content/base/src/File.cpp
2014-10-07 15:20:55 +01:00
Andrea Marchesini
81645883f6 Bug 1047483 - patch 2 - Renaming nsDOMFileList to FileList, r=ehsan 2014-10-07 15:20:53 +01:00
Andrea Marchesini
0e29ce2ea6 Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley 2014-10-07 15:20:52 +01:00
Markus Stange
f83a127f91 Bug 846730 - Draw native-themed textarea borders using filling instead of stroking. r=smichaud 2014-10-07 16:18:02 +02:00
Markus Stange
0e3673936a Bug 1062801 - Fill vibrant window regions with the correct vibrancy fill color. r=smichaud 2014-10-07 16:18:01 +02:00
Markus Stange
e2b955c9fe Bug 1077358 - Clip BasicColorLayer drawing to the layer's bounds. r=Bas 2014-10-07 16:18:01 +02:00
Markus Stange
8a27e8adbc Bug 1076695 - Don't convert alpha surfaces into RGBA surfaces for FilterNodeTransformSoftware. r=Bas 2014-10-07 16:18:01 +02:00
Markus Stange
8306207e4e Bug 1074280 - Use AsContainerLayer() in order to avoid a bad cast. r=roc 2014-10-07 16:18:00 +02:00
B2G Bumper Bot
05244beeff Bumping manifests a=b2g-bump 2014-10-07 06:47:03 -07:00
B2G Bumper Bot
f963aacb01 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c98710d8aeb4
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #24845 from TheoChevalier/video-picker-done-l10n

Bug 1078536 - "Done" button on video picker is hardcoded

========

https://hg.mozilla.org/integration/gaia-central/rev/a50dd9e7ae00
Author: TheoChevalier <theo.chevalier11@gmail.com>
Desc: Bug 1078536 - "Done" button on video picker is hardcoded

========

https://hg.mozilla.org/integration/gaia-central/rev/3086119e87e0
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #24834 from Cwiiis/bug1061660-missing-visible-transitions

Bug 1061660 - Fix some missing show transitions on BaseUI elements. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/ebd363902a7b
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1061660 - Fix some missing show transitions on BaseUI elements. r=alive

Flush the style after element creation so that animations associated with
the visible class play.
2014-10-07 06:40:49 -07:00
James Lal
2dda531e37 Bug 1079432 - Turn off minification in debug builds. r=mshal 2014-10-07 15:39:00 +02:00
B2G Bumper Bot
7edbac8842 Bumping manifests a=b2g-bump 2014-10-07 06:33:58 -07:00
B2G Bumper Bot
5999ff2381 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9ec972faf1cb
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #24705 from Rik/short-voicemail-831974

Bug 831974 - User has to press 1 for a long time before Voicemail is rea... r=drs

========

https://hg.mozilla.org/integration/gaia-central/rev/25cdbe7753af
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 831974 - User has to press 1 for a long time before Voicemail is reached
2014-10-07 06:33:44 -07:00
Carsten "Tomcat" Book
9738789465 Merge m-c to fx-team 2014-10-07 15:05:29 +02:00
Carsten "Tomcat" Book
6dbfcd26e3 merge b2g-inbound to mozilla-central a=merge 2014-10-07 14:41:05 +02:00
Carsten "Tomcat" Book
390422817c merge fx-team to mozilla-central a=merge 2014-10-07 14:37:32 +02:00
Benjamin Bouvier
77384453b8 Bug 1044256: SIMD: Add support for unary operators in Odin; r=luke 2014-10-07 14:10:00 +02:00
J. Ryan Stinnett
74fc457903 Bug 1078797 - Wait for running state before emitting install. r=ochameau 2014-10-07 12:06:00 +02:00
Jared Wein
19847f12cd Bug 1016434 - Backout of bug 759252 from mozilla-beta for blurry throbbers. 2014-10-07 10:34:45 +02:00
Matthew Noorenberghe
c5fd3878f6 Bug 1077996 - Allow disabling Loop FxA support and related items (contacts, direct calling) via loop.fxa.enabled. r=mikedeboer
--HG--
extra : rebase_source : 99b0d348b6725c35c048a491e83c65e5b5e1b13d
2014-10-07 00:44:37 -07:00
ziyunfei
a9b053ae87 Bug 1079188 - Coerce the argument passed to Object.getOwnPropertyDescriptor using ToObject. r=till 2014-10-07 09:21:00 +02:00
JW Wang
a922e490b4 Bug 1079174 - allow video playback when AudioStream init fails. r=kinetik 2014-10-07 15:55:00 +02:00
B2G Bumper Bot
68595d24fc Bumping manifests a=b2g-bump 2014-10-06 21:06:48 -07:00
B2G Bumper Bot
eab1c8bdfb Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/25a5d3c030a5
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #24802 from lightsofapollo/bug-1076689-chunk

Bug 1076689 - chunk build tests on taskcluster r=@RickyChien

========

https://hg.mozilla.org/integration/gaia-central/rev/190b90c0b46a
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 1076689 - Split up build integration tests + add chunking for TC to GBI.

========

https://hg.mozilla.org/integration/gaia-central/rev/b9aee32e107a
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #24720 from dmarcos/bug1055270

[Bug 1055270] [KK Only][Flame][Camera] Face detection coordinates are in...

========

https://hg.mozilla.org/integration/gaia-central/rev/974f6cfc8cfb
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: [Bug 1055270] [KK Only][Flame][Camera] Face detection coordinates are inverted
2014-10-06 21:06:33 -07:00
Wes Kocher
db9d843ea2 Merge m-c to fx-team a=merge CLOSED TREE 2014-10-06 21:06:10 -07:00
Wes Kocher
8a92a7de6c Merge m-c to b2g-inbound a=merge CLOSED TREE 2014-10-06 21:04:59 -07:00
Wes Kocher
159b48d0cf Merge m-c to inbound a=merge CLOSED TREE 2014-10-06 20:59:17 -07:00
Wes Kocher
3c26139b76 Merge fx-team to m-c a=merge CLOSED TREE 2014-10-06 19:29:41 -07:00
Wes Kocher
f63c5bb4eb Backed out changeset 645d5e930e23 (bug 1067305) for inadvertently disabling all media tests on some platforms CLOSED TREE 2014-10-06 19:11:39 -07:00
B2G Bumper Bot
d5e3782765 Bumping manifests a=b2g-bump 2014-10-06 16:47:01 -07:00
Michael Comella
03b61a4b4b Bug 1077730 - Implement new tablet url bar navigation button colors (with temporary focused state). r=lucasr 2014-10-06 16:45:54 -07:00
B2G Bumper Bot
74fba79888 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/19f84d481f82
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #24822 from snowmantw/bug1078221

Bug 1078221 - [LockScreen][FTU] LockScreen would overlap on FTU app

========

https://hg.mozilla.org/integration/gaia-central/rev/cc067a6cfef0
Author: Greg Weng <snowmantw@gmail.com>
Desc: Bug 1078221 - [LockScreen][FTU] LockScreen would overlap on FTU app
2014-10-06 16:40:48 -07:00
Wes Kocher
5d7f3c7007 Backed out 5 changesets (bug 806819) for WinXP test failures on a CLOSED TREE
Backed out changeset 009ae35b0c67 (bug 806819)
Backed out changeset 5a57f87f5061 (bug 806819)
Backed out changeset f06cd735b5b3 (bug 806819)
Backed out changeset e25a2a8d4af4 (bug 806819)
Backed out changeset 70a167982c3f (bug 806819)
2014-10-06 16:32:50 -07:00
Andrew McCreight
44945093fb Bug 1073597, part 3 - Lazify creation of the CPOW manager in CpowIdHolder. r=billm 2014-10-06 15:45:42 -07:00
Andrew McCreight
fca17681ea Bug 1073597, part 2 - Factor out common base class for GetCPOWManager. r=smaug 2014-10-06 15:45:42 -07:00
Andrew McCreight
4397abb1f4 Bug 1073597, part 1 - Don't get a CPOW manager to wrap unless there are CPOWs. r=smaug 2014-10-06 15:45:42 -07:00
Sotaro Ikeda
d1f5d678d4 Bug 1067455 - Reduce Fence::merge() call on compositor thread r=nical 2014-10-06 15:45:03 -07:00