Commit Graph

39223 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
ad40d0027b merge mozilla-inbound to mozilla-central a=merge 2015-09-15 15:05:24 +02:00
Carsten "Tomcat" Book
afd0dc34b8 merge fx-team to mozilla-central a=merge 2015-09-15 14:59:25 +02:00
Hiroyuki Ikezoe
d669b99ac0 Bug 1197620 - Part 2 tests that animation stop playing when its element is not displayed. r=bbirtles
This tests cover that the element is 'display:none' and its parent element is
'display:none' cases.
2015-09-10 20:06:00 +02:00
Alexandre Lissy
c2de3065bd Bug 1204426 - Unregister message listeners of settings service locks. r=khuey 2015-09-14 02:43:00 +02:00
Tim Chien
c78e2f8f7e Bug 1197682 - InputMethodManager#setSupportsSwitchingTypes, r=janjongboom, sr=smaug 2015-09-10 22:29:00 +02:00
Lee Salzman
85c0d903cb Bug 655328 - remove obsolete canvas test test_2d.drawImage.outsidesource since out of bounds rects no longer throw IndexSizeError. r=jmuizelaar 2015-09-11 10:13:23 -04:00
Lee Salzman
17181a9d3b Bug 655328 - clip canvas drawImage source/dest rectangles instead of throwing IndexSizeError. r=jmuizelaar 2015-09-11 11:14:32 -04:00
Lee Salzman
677b2b352c Bug 1074733 - Part 4 - fix test_canvas.html tests with negative rects to no longer expect failure. r=jmuizelaar 2015-09-10 14:10:59 -04:00
Lee Salzman
b461ad9d04 Bug 1074733 - Part 1 - Normalize Canvas 2D rects to be positive by flipping negative width or height. r=jmuizelaar 2015-09-11 11:29:17 -04:00
John Dai
d9dd62e646 Bug 1194149 - Continue importing contacts when there is no sufficient Type 2 USIM contact fields record. r=echen 2015-09-13 23:54:00 +02:00
Edgar Chen
b1c349fdfe Bug 1203037 - Disable Tethering/NFC marionette-webapi tests on emulator-x86-kk first. r=dimi,henry 2015-09-11 15:12:40 +08:00
Nick Fitzgerald
108e12c7b5 Bug 1201597 - Part 0: Make saveHeapSnapshot return the file path rather than take it as a parameter; r=bholley
This changeset modifies the ThreadSafeChromeUtils::saveHeapSnapshot webidl
method to return the path to the core dump file where the heap snapshot was
serialized rather than taking the file path as a parameter.

By removing the ability for callers to choose a path, we pave the way for
enabling taking heap snapshots in sandboxed child processes (e10s, fxos) that do
not have access to the filesystem directly and must be handed a file descriptor
over IPDL. Additionally, the devtools API consumers were not taking advantage of
the ability to choose a file path, and always saving heap snapshots into the
temp directory anyways.
2015-09-15 11:26:46 +05:30
Alastor Wu
0342cbe498 Bug 1129882 - add mozInterrupt in telephony object. r=baku 2015-09-03 10:14:17 +08:00
Wes Kocher
3b2eb660d8 Merge b2ginbound to central, a=merge 2015-09-14 17:23:34 -07:00
Wes Kocher
d072778cf8 Backed out changeset 0f4a1154350d (bug 1133213) for frequent a11y crashes CLOSED TREE 2015-09-14 16:08:47 -07:00
Wes Kocher
6fc13b52da Backed out 9 changesets (bug 1203680) for mochitest bustage CLOSED TREE
Backed out changeset e4733b9eb53c (bug 1203680)
Backed out changeset fb33eb2a55b0
Backed out changeset eb42e21bbb96 (bug 1203680)
Backed out changeset 86642d84e604 (bug 1203680)
Backed out changeset 1026da4b02fb (bug 1203680)
Backed out changeset 311f9810e0b3 (bug 1203680)
Backed out changeset 6fedc85dc0d9 (bug 1203680)
Backed out changeset b25230c0a193 (bug 1093357)
Backed out changeset 2369d63ef14a (bug 1203680)
2015-09-14 14:27:57 -07:00
Michael Layzell
cd34d24ee6 Bug 1202148 - Move current in only one location in Intervals.h, r=jya 2015-09-14 16:04:10 -04:00
Michael Layzell
4101d635b0 Bug 1202014 - Don't use-after-move in ActorsChild.cpp, r=khuey 2015-09-14 16:04:10 -04:00
Thomas Zimmermann
0136105fa4 Bug 1202060: Store Bluetooth profile controller while (dis-)connecting AVRCP, r=shuang
AVRCP connect and disconnects can currently not be completed, because the
profile controller is not know to the manager at the time of completion.
The patch fixes this bug.
2015-09-14 16:01:45 +02:00
Carsten "Tomcat" Book
6389e97cd3 merge mozilla-inbound to mozilla-central a=merge 2015-09-14 13:58:37 +02:00
JW Wang
39585d9187 Bug 1203449 - Remove OutputStreamListener from DecodedStream.cpp. r=roc. 2015-09-14 10:43:27 +08:00
Jessica Jong
bdb79bfc5e Bug 1175817 - [NetworkManager] remove old default routes explicitly. r=echen,smaug 2015-09-11 15:26:58 +08:00
Phil Ringnalda
3cfa3e89c4 Merge m-i to m-c, a=merge 2015-09-13 11:58:18 -07:00
Shawn Huang
78ca01d880 Bug 1195710 - [MAP]Implement PushMessage function, r=btian 2015-09-13 19:03:23 +08:00
Phil Ringnalda
6679ffa85a Merge m-c to b-i 2015-09-12 16:04:10 -07:00
Phil Ringnalda
f116c34fc8 Merge m-c to b-i 2015-09-12 10:35:50 -07:00
Phil Ringnalda
2e1a6cfa93 Merge m-c to m-i 2015-09-12 10:34:34 -07:00
Phil Ringnalda
2e176b3f84 Bug 1174872 - Disable test_fetch_basic_http_sw_reroute.html for constant timeouts on Mulet 2015-09-12 09:52:03 -07:00
Michael Layzell
3bf16f96e5 Bug 1188932 - Allow the User-Agent header to be explicitly set by requests, r=bkelly, r=jgraham 2015-09-12 12:46:09 -04:00
Michael Layzell
62fb3b59cc Bug 1200337 - Part 1: Don't expose standard HTTP headers during interception in non-e10s mode, r=mcmanus 2015-09-12 12:46:09 -04:00
Michael Layzell
2e2e2bf5ed Bug 1156802 - Part 2: Remove all explicit move constructors, r=ehsan 2015-09-12 12:34:45 -04:00
Phil Ringnalda
abd03bf63c Merge f-t to m-c, a=merge 2015-09-12 09:13:57 -07:00
Reuben Morais
41449cef96 Bug 1204183 - Test the object_data upgrade from bug 1202788. r=janv 2015-09-12 12:51:21 -03:00
Phil Ringnalda
2e96f8da5c Back out 574a93c36fd8 (bug 1203668) for Moth bustage
CLOSED TREE
2015-09-12 08:23:23 -07:00
Jean-Yves Avenard
d60f8b1dd9 Bug 1199518: [webm] P2. Properly determine next keyframe time. r=kinetik 2015-09-12 20:53:25 +10:00
Jean-Yves Avenard
d5782105c2 Bug 1199518: [webm] P1. Have WebMDemuxer use its own logger. r=kinetik 2015-09-12 20:53:24 +10:00
Jean-Yves Avenard
2ceb2367d8 Bug 1188238: [MSE] P2. Don't assert when unable to find position in frames array. r=gerald
Instead return an error which will terminate the video element.
2015-09-12 20:53:23 +10:00
Jean-Yves Avenard
71c8c243cd Bug 1188238: [MSE] P1. Don't use Interval::Intersect to find the first frame of an interval. r=gerald
With H264, often the first frame of a media segment has no duration ; as such the time interval it represents is empty and will never intersect with anything.
2015-09-12 20:53:23 +10:00
Mats Palmgren
592fd08ac6 Bug 1203668 - Setting the value of a <select> to a non-matching option should deselect all options and set selectedIndex to -1. r=bz 2015-09-12 12:34:37 +02:00
Cameron McCormack
65da2cda42 Bug 1202512 - Part 1: Add Element flags to record whether an eRestyle_SomeDescendants restyle is pending for it. r=bzbarsky 2015-09-12 19:08:10 +10:00
Phil Ringnalda
c5faed392a Merge b-i to m-c, a=merge 2015-09-11 20:27:20 -07:00
Kartikaya Gupta
5b58cbd898 Bug 1200093 - Don't rely on finding the widget for a document in order to get the css-to-ld scale. r=botond 2015-09-11 15:12:29 -04:00
Carsten "Tomcat" Book
826e271f1a merge mozilla-inbound to mozilla-central a=merge 2015-09-11 16:36:35 +02:00
Reuben Morais
210cd6145d Bug 1202788 - Upgrade object_data table to new format (follow-up to bug 871846). r=janv 2015-09-11 12:12:52 -03:00
Shawn Huang
1d0e435d09 Bug 1186836 - Implement SetMessageStatus function, r=btian 2015-09-11 22:45:18 +08:00
Edgar Chen
2a38675edd Bug 1203828 - Let test_mobile_data_ipv6.js really test the v4 or v6 ip addresses. r=jjong 2015-09-11 11:57:53 +08:00
Shawn Huang
f9d4fbfc5f Bug 1166679 - Implement GetMessage function, r=btian 2015-09-11 21:21:19 +08:00
Carsten "Tomcat" Book
9833b953ad Backed out 1 changesets (bug 1198522) for gij20 test failures
Backed out changeset b0c1649e39d2 (bug 1198522)
2015-09-11 14:14:11 +02:00
Wes Kocher
ac4315cafc Backed out 2 changesets (bug 1204397) for serviceworkers bustage
CLOSED TREE?

Backed out changeset 01cf8bf2f3d7 (bug 1204397)
Backed out changeset 6abdb99b2b30 (bug 1204397)
2015-09-14 12:46:57 -07:00
Ben Kelly
fd20aa87dd Bug 1203680 P6 Re-enable some mochitests on e10s that were disabled due to serialization issue. r=nsm 2015-09-14 12:04:56 -07:00