Commit Graph

240818 Commits

Author SHA1 Message Date
Chris Manchester
5fdce942ec Bug 1157823 - Update dependency to reflect that the marionette client requires a more recent mozhttpd. r=ato 2015-04-23 11:08:34 -07:00
Chris Manchester
7802afa94b Bug 1157261 - Fix typo in reference to curFrame in marionette listener. r=ato 2015-04-22 10:22:26 -07:00
Dave Hunt
c723b27746 Bug 1156812 - [mozdevice] Support specifying alternate log buffers when retrieving or clearing the logcat. r=bclary 2015-04-22 11:02:00 -04:00
Ben Kelly
64f9caa922 Bug 1153484 - Fetch should ignore invalid headers, but still process later headers. r=nsm 2015-04-23 10:45:00 -04:00
Milan Sreckovic
b16ad768ba Bug 1151736 - More information to pick up with crash reports. r=jgilbert 2015-04-23 11:57:10 -07:00
Andrew McCreight
c1ad643587 Bug 1116550 - Part 2: Print out negative values for leaks when there are more dtors than ctors. r=froydnj 2015-04-22 17:20:00 -04:00
Andrew McCreight
8d116b0ed3 Bug 1116550 - Part 1: Turn HaveLeaks and Clear into methods. r=froydnj 2015-04-22 17:18:00 -04:00
Shu-yu Guo
e93c4b2deb Bug 1157415 - Tweak XPConnect stack size for 32bit Windows. (r=bholley) 2015-04-23 14:57:44 -07:00
Ryan VanderMeulen
de45d5dc6d Merge m-c to inbound. a=merge
CLOSED TREE
2015-04-23 17:22:50 -04:00
Ryan VanderMeulen
6a5613cbfa Merge inbound to m-c. a=merge 2015-04-23 17:10:28 -04:00
Ryan VanderMeulen
b777f3259c Merge fx-team to m-c. a=merge 2015-04-23 17:04:55 -04:00
Ehsan Akhgari
f2b6a77a21 Back out bug 1154494 for test bustage on a CLOSED TREE 2015-04-23 16:59:24 -04:00
Doug Turner
dec8b1c192 No Bug. Fix android / ffos test_interfaces.html bustage caused by enabling push on those platforms. rs=ryanvm. CLOSED TREE 2015-04-23 22:53:32 +02:00
Nathan Toone
7adc7f55e1 Bug 1124076 followup - fix the build when PR_LOGGING is not defined. r=mrbkap 2015-04-23 13:24:57 -07:00
Blake Kaplan
715034e51d Bug 1156939 - don't stash a reference to a CPOW and then spin the event loop. r=mconley 2015-04-23 13:24:56 -07:00
Randell Jesup
0df6240241 Bug 1157766: mismatched DataChannel initial channel size in JSEP database breaks adding channels r=bwc 2015-04-23 16:17:18 -04:00
Eitan Isaacson
6c7b93612d Bug 1155917 - Added volume argument to nsISpeechService.speak(). r=smaug 2015-04-23 13:06:43 -07:00
L. David Baron
64dec78956 Bug 1157455 followup - fix test_transitions_per_property.html to expect different angle interpolation results, on a CLOSED TREE. 2015-04-23 10:50:31 -07:00
B2G Bumper Bot
adf458bbc5 Bumping manifests a=b2g-bump 2015-04-23 09:59:51 -07:00
B2G Bumper Bot
8b5fb8d4b7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/910522407a1d
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1148342 - merge pull request #29672 from davidflanagan:bug1148342 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/d6cacff4d81f
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 1148342 - don't rely on the transitionend handler
2015-04-23 09:57:39 -07:00
Nikhil Marathe
ecd92e39ea Backed out changeset cb59db723d15 (Bug 1058695) for bustage on CLOSED TREE 2015-04-23 09:46:52 -07:00
B2G Bumper Bot
1ad964a9b9 Bumping manifests a=b2g-bump 2015-04-23 09:22:30 -07:00
B2G Bumper Bot
c57047eeeb Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/65ae7f81d8ee
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1156445 - Add check to see the device display is turned on"

This reverts commit 8433f5413cb53794de6e9282ef4b33a6262c5fd0.

========

https://hg.mozilla.org/integration/gaia-central/rev/4bbe9145b673
Author: Evan Tseng <itoyxd@gmail.com>
Desc: Merge pull request #26512 from evanxd/bug-1100822

Bug 1100822 - Implement mplement audio channel manager, r=alive, dkuo

========

https://hg.mozilla.org/integration/gaia-central/rev/027c2bc4e0ae
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 1100822 - Implement mplement audio channel manager
2015-04-23 09:20:18 -07:00
Daniel Holbert
7ac570bdb0 Bug 1131327 followup: Add 'override' annotation to WorkerListener refcounting functions. rs=ehsan 2015-04-23 09:20:08 -07:00
L. David Baron
efd96c18b8 Bug 1157455 patch 3 - When interpolating angles, preserve units when possible in order to avoid floating point error. r=birtles
This avoids accumulating floating point error from conversion, so that
when we switch to doubles at the start of
nsCSSValue::GetAngleValueInRadians we're using the original unit, rather
than a different one that will round differently.
2015-04-23 09:18:13 -07:00
L. David Baron
3970ce0639 Bug 1157455 patch 2 - Send angles (in CSS transform functions) to the compositor thread with their units rather than sending all such angles in radians. r=birtles
This avoids accumulating floating point error from conversion, so that
when we switch to doubles at the start of
nsCSSValue::GetAngleValueInRadians we're using the original unit, rather
than a different one that will round differently.
2015-04-23 09:18:12 -07:00
L. David Baron
afdb807924 Bug 1157455 patch 1 - Add tests for OMTA transforms in degrees in addition to those in radians. r=birtles
In bug 1156456 I landed tests with the transform in radians to work
around float rounding issues with having the transform in degrees.  This
bug will fix the problems with degrees, so I'm duplicating the tests
here to have variants with both degrees and radians.
2015-04-23 09:18:12 -07:00
L. David Baron
2c0c7114f2 Bug 1144885 followup - Remove spec links from reference, which the CSS test suite validator treats as an error. 2015-04-23 09:18:12 -07:00
B2G Bumper Bot
c671b309f6 Bumping manifests a=b2g-bump 2015-04-23 08:47:25 -07:00
B2G Bumper Bot
33dd0eec4d Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/13473401780f
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #29670 from mwargers/1153320

Bug 1153320 - Fix intermittent test_dialer_clear_miss_call_notification.py failure

========

https://hg.mozilla.org/integration/gaia-central/rev/29025916af8f
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1153320 - Fix intermittent test_dialer_clear_miss_call_notification.py failure

========

https://hg.mozilla.org/integration/gaia-central/rev/dc6c16168810
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #29601 from npark-mozilla/1156445

Bug 1156445 - Add check to see the device display is turned on

========

https://hg.mozilla.org/integration/gaia-central/rev/21c99fe8e2f5
Author: No-Jun Park <npark@mozilla.com>
Desc: Bug 1156445 - Add check to see the device display is turned on
2015-04-23 08:45:13 -07:00
Carsten "Tomcat" Book
c0f865e858 Merge mozilla-central to b2g-inbound 2015-04-23 16:00:35 +02:00
Carsten "Tomcat" Book
3e09631fc6 merge fx-team to mozilla-central with the correct cset a=merge 2015-04-23 15:48:43 +02:00
Carsten "Tomcat" Book
b0a2e88e18 merge mozilla-inbound to mozilla-central a=merge 2015-04-23 15:41:03 +02:00
Carsten "Tomcat" Book
0a3fea68ba merge fx-team to mozilla-central a=merge 2015-04-23 15:28:22 +02:00
B2G Bumper Bot
308f3b31b6 Bumping manifests a=b2g-bump 2015-04-23 06:04:50 -07:00
B2G Bumper Bot
20a058b3e9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/60c836d195e8
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1112141 - merge pull request #29667 from mwargers:1112141 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/034f38fbba65
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1112141 - Intermittent test_homescreen_delete_app_packaged.py TestDeleteApp.test_delete_app | StaleElementException
2015-04-23 06:02:38 -07:00
Thomas Zimmermann
b8aef5264e Bug 1156352: Remove |UnixSocketRawData| from socket I/O interfaces, r=kmachulis 2015-04-23 13:48:48 +02:00
Thomas Zimmermann
6e678cd294 Bug 1156352: Remove |UnixSocketRawData| from RIL interfaces, r=htsai 2015-04-23 13:48:48 +02:00
Thomas Zimmermann
cdb9a0fb00 Bug 1156352: Remove |UnixSocketRawData| from NFC interfaces, r=allstars.chh 2015-04-23 13:48:48 +02:00
Thomas Zimmermann
72a6a6dca7 Bug 1156352: Remove |UnixSocketRawData| from key store interfaces, r=chucklee 2015-04-23 13:48:47 +02:00
Thomas Zimmermann
befbf30c0b Bug 1156352: Remove |UnixSocketRawData| from Bluetooth interfaces, r=btian 2015-04-23 13:48:47 +02:00
Thomas Zimmermann
45ae3665bc Bug 1156352: Refactor |UnixSocketIOBuffer|, r=kmachulis
This patch moves memory management of |UnixSocketIOBuffer| into
|UnixSocketBuffer| and extends |UnixSocketIOBuffer| with send and
receive interfaces. The class is now the base for all socket-buffer
classes, such as |UnixSocketRawData| and |BluetoothDaemonPDU|.
2015-04-23 13:48:47 +02:00
B2G Bumper Bot
c74965f94f Bumping manifests a=b2g-bump 2015-04-23 02:17:33 -07:00
B2G Bumper Bot
666c2392d8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b6811271a786
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1156935 - merge pull request #29663 from davehunt:bug1156935 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/fd8000343c23
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 1156935 - Make test_a11y_screen_manager more robust. r=yzenevich
2015-04-23 02:15:22 -07:00
Thomas Zimmermann
8190fe227a Bug 1156716: Build GATT backend as part of Bluetooth v1, r=joliu
This patch enables building the GATT backend code in Bluetooth v1. V1 still
doesn't support GATT, only some of the code gets build.
2015-04-23 10:43:51 +02:00
Thomas Zimmermann
9869595612 Bug 1156716: Build GATT HAL helpers in Bluetooth v1, r=joliu 2015-04-23 10:43:51 +02:00
Carsten "Tomcat" Book
8faa6c90eb Backed out changeset f99621542727 (bug 1038068) for test failures in test_corrupt.js etc on a CLOSED TREE 2015-04-23 09:09:30 +02:00
Carsten "Tomcat" Book
27540c68d6 Backed out changeset 7f9114a84892 (bug 951651) for bc2 test bustage on a CLOSED TREE 2015-04-23 08:52:56 +02:00
Carsten "Tomcat" Book
90509efe6f Merge mozilla-central to b2g-inbound on a CLOSED TREE 2015-04-23 08:50:44 +02:00
Carsten "Tomcat" Book
053618e292 Merge mozilla-central to fx-team on a CLOSED TREE 2015-04-23 08:47:11 +02:00