Commit Graph

9044 Commits

Author SHA1 Message Date
Alexandre Poirot
89cb263b54 Bug 1204812 - Keep Console.jsm in toolkit/modules/ r=jryans,Mossop
--HG--
rename : devtools/shared/Console.jsm => toolkit/modules/Console.jsm
2015-10-15 03:45:22 -07:00
Chris Pearce
83fed249a0 Bug 1214932 - Remove fragmented-mp4 from media prefs. r=jya 2015-10-15 14:51:28 +13:00
Geoff Brown
1a100a71cd Bug 1201236 - Add test package aliases for Android debug reftests; r=kmoir 2015-10-14 15:20:22 -06:00
Geoff Brown
6c61493187 Bug 1201236 - run tests on Try to generate seta data for Android chunking in bug 1183877 r=jlund 2015-10-14 15:20:21 -06:00
Philipp Kewisch
a9e2063fa0 Bug 1160899 - Remove unused mozharness code to query for previous build id. r=jlund 2015-10-14 20:00:40 +02:00
Chris Manchester
2db9a406de Bug 1207688 - fix InfluxDB stats submission on slightly outdated Python. r=catlee
--HG--
extra : commitid : 6S4rBOeSa3H
2015-09-23 22:16:04 -04:00
Michael Layzell
d4beae866a Backout of bug 1207233 due to web-compat concerns 2015-10-14 16:06:35 -04:00
Rail Aliiev
8b84a3f94f Bug 1212853 - l10n repacks fail to "mozmake unpack" on windows. r=jlund DONTBUILD 2015-10-14 15:07:02 -04:00
Dustin J. Mitchell
393033c94f Bug 1213627: update Dockerfile FROM lines to match; r=ehsan
--HG--
extra : commitid : EmIUIL4VdVq
extra : rebase_source : a79b4f84c5cd5f1a1e8b5a045c7fa56cee044996
2015-10-14 09:52:13 -04:00
Rail Aliiev
2250ddbb80 Bug 1184089 - L10N nightly repacks should not manipulate mozconfigs. r=Callek DONTBUILD 2015-10-14 11:24:53 -04:00
Boris Zbarsky
04e8705012 Backing out changeset f6759ed53f46 (bug 799937) due to causing extension breakage. 2015-10-14 11:07:06 -04:00
Rail Aliiev
6acbffcfa5 Bug 1184089 - L10N nightly repacks should not manipulate mozconfigs. r=Callek DONTBUILD 2015-10-14 10:42:29 -04:00
Carsten "Tomcat" Book
6ffd4fc09b Merge m-c to mozilla-inbound 2015-10-14 12:47:31 +02:00
Carsten "Tomcat" Book
0ecf764867 merge mozilla-inbound to mozilla-central a=merge 2015-10-14 12:46:09 +02:00
Phil Ringnalda
bad48ad6fa Back out 5 changesets (bug 1159385, bug 1165558) for making browser_pdfjs_zoom.js frequently leak on Windows
CLOSED TREE

Backed out changeset 9c0a6b934c7a (bug 1159385)
Backed out changeset 1dcf1d5a95ce (bug 1159385)
Backed out changeset 50b20aa3fd46 (bug 1159385)
Backed out changeset 863379c3fe31 (bug 1159385)
Backed out changeset 8decc8f8fcb1 (bug 1165558)
2015-10-13 21:36:10 -07:00
Phil Ringnalda
122a5a5176 Bug 1202663, bug 1213797 followup followup, fix more missing metadata update
CLOSED TREE
2015-10-13 20:39:00 -07:00
Ting-Yu Lin
1c82cbed60 Bug 1199625 - Test focus not being changed by long-pressing on non-selectable. r=mtseng
We already had focus changing tests covered by
_test_focus_obtained_by_long_press(). This patch adds tests for focus
not being changed from an editable element after long-pressing on a
non-selectable element.

These tests will fail after reverting this change.
"Bug 1197739 - Do not change focus too early unless the frame is selectable"
https://hg.mozilla.org/mozilla-central/rev/4f2822bbbdb2

--HG--
extra : transplant_source : %26%E8%BAx%D2y%3DS%5BvLH%0Fy%11N%2B%D9%3B%E0
2015-10-13 17:26:29 +08:00
Gregory Arndt
8505844ef1 Bug 1213878 - Make caches for linux and android builds branch specific r=wcosta
--HG--
extra : commitid : LbZZBq91Ysa
extra : rebase_source : 78b5869a5c2ecc0383578d6b19ee924174cf6bde
2015-10-12 10:32:25 -05:00
Carsten "Tomcat" Book
944b9ebefa merge mozilla-inbound to mozilla-central a=merge 2015-10-13 12:00:54 +02:00
Wes Kocher
ba7dc0b0c8 Backed out changeset 2d50cf0f2117 (bug 1213800) for Win8 Marionette failures 2015-10-12 12:09:49 -07:00
Blake Kaplan
5d8a54c39b Bug 1159385 - Make browser_pdfjs_views.js e10s-compatible. r=yury 2015-10-13 17:01:05 -07:00
James Graham
2fa470c47b Bug 1202663,1213797 - Add missing wpt metadata update for marionette screenshot changes, a=testonly 2015-10-14 00:37:24 +01:00
Andreas Tolfsen
30ee512caa Bug 1213797: Refactor screen capture and SVG document support
Errors thrown by takeScreenshot used to be silently ignored.  When the
command started using the new dispatching technique in bug 1202663,
it was surfaced we do not support taking screen captures of SVG documents.

Since this is a requirement for Web Platform Tests, this patch corrects
the wrong assumptions about document body and document element.

This patch also significantly refactors the screen capture code, but
only uses the new implementation in contnent space, since some further
modifications are required to use it in chrome.

r=dburns
r=jgriffin

--HG--
extra : commitid : DdCIEpd5PEJ
extra : rebase_source : 7357010f992d7f995765c685000892cc59d9ec9a
2015-10-13 16:52:26 +01:00
Aryeh Gregor
73266dd62b Bug 1214164 - Don't honor all <option> descendants of <select>; r=bz
Per spec, we should only pay attention to options that are children of
the select, or of an optgroup child of the select.
2015-10-13 11:28:00 +02:00
Andreas Tolfsen
4e5128c472 Bug 1202663: Use dispatcher for screen capture command in listener
r=dburns
r=jgriffin

--HG--
extra : commitid : 8Hc32mr6EX
extra : rebase_source : 5036cfc0eb6a9acb5a8f91548414448365162751
2015-10-09 12:02:42 +01:00
Andreas Tolfsen
c3c790dd87 Bug 1213800: More exhaustive Marionette screen capture tests
The screen capture tests were not testing that the screenshots are of
what they're meant to be of.  In order to confidently fix bug 1202663,
these new tests will ensure we do not have any regressions.

r=jgriffin
r=dburns

--HG--
extra : commitid : AulnylZMj6Y
extra : rebase_source : c2604e0e3bf1a975b1f35a149ef7f2bdb08840de
2015-10-13 16:58:40 +01:00
Ehsan Akhgari
bbbdfb102e Bug 1213627 - Add ninja to the desktop-build image to support building clang 3.7; r=dustin 2015-10-13 16:46:07 -04:00
Edgar Chen
ecef33c3b4 Bug 1212243 - Use the new version of xulrunner-sdk-40.zip with httpd.js included for crashtest and reftest. r=garndt
--HG--
extra : commitid : LIgj4AuweFS
extra : rebase_source : 4778924ac9072bdb3161aaa76a97fa77147a0df9
extra : amend_source : 5d53dc40886dfea9dbc1cebcc09d1e175aa1c110
2015-10-07 22:41:06 +08:00
Carsten "Tomcat" Book
2b1a321946 merge mozilla-inbound to mozilla-central a=merge 2015-10-12 11:57:06 +02:00
Joel Maher
00c1467dca Bug 1205005 - Talos-e10s(tp) occasionally fails with TALOSDATA was seen 0 times, expected 1. r=aklotz
--HG--
extra : histedit_source : 9d3f6fbef31b0c9338728c660b0705e6ed8bbe81
2015-10-14 11:18:40 +05:30
Aryeh Gregor
f8cdabf861 Bug 799937 - Make createElement()'s result always in the HTML namespace (except for XUL documents); r=bz
The new expected failures in web-platform are in a test that doesn't
match the spec, which has already been synced upstream and will be
synced shortly.  For the same test in imptests, I chose to modify the
test instead, because it's easier and imptests is going to be removed.
2015-10-14 11:16:08 +05:30
Hsin-Yi Tsai
309d0ac13b Bug 1210699 - Enable cppunit on emu-x86-kk, Treeherder Production. r=garndt 2015-10-02 10:29:25 +08:00
Carsten "Tomcat" Book
d652ecd66e merge mozilla-inbound to mozilla-central a=merge 2015-10-09 11:43:07 +02:00
Wes Kocher
aa0076ca43 Merge m-c to b2ginbound, a=merge 2015-10-08 15:45:07 -07:00
Wes Kocher
3dc3c1dc97 Merge m-c to inbound, a=merge 2015-10-08 15:44:33 -07:00
Wes Kocher
8ebfef83fc Bug 1212812 - Followup to fix merge bustage a=bustage 2015-10-08 15:41:59 -07:00
Chris AtLee
c4f767cc23 Bug 1037056: Silence extraneous l10n warnings r=rail 2015-10-08 18:12:49 -04:00
Wes Kocher
599117d547 Merge b2ginbound to central, a=merge 2015-10-08 14:34:24 -07:00
Carsten "Tomcat" Book
819e5baeb9 Merge m-c to mozilla-inbound 2015-10-08 16:11:21 +02:00
Carsten "Tomcat" Book
634dc488d6 merge mozilla-inbound to mozilla-central a=merge 2015-10-08 15:26:54 +02:00
Ehsan Akhgari
840c45ae20 Bug 1212683 - Fix and enable update.https.html; r=jdm
The source of the missing python script is:
https://chromium.googlesource.com/chromium/src/+/8a0f7fc/third_party/WebKit/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/resources/update-worker.php
2015-10-08 08:57:05 -04:00
Valentin Gosu
0733a32d5a Bug 1199430 - fix wpt tests. a=me 2015-10-08 13:52:12 +02:00
Nick Thomas
ff994db1ae Bug 1181542 - Reimplement push to mirrors for s3, r=bhearsum
--HG--
extra : rebase_source : 1bd640bb60b360c1a5b144d005e3d4efb7715d4e
2015-10-08 23:09:45 +13:00
Nick Thomas
9302cb8bf8 Bug 1145774 - figure out how to do release av scans when we move to s3, r=jlund
--HG--
extra : rebase_source : 4e5b1d70826306e49fba4f15d7aac0fe98aed470
2015-10-08 23:07:33 +13:00
Ben Hearsum
5c07ed46fb Bug 1174145 - adjust checksums builder to work in s3, r=nthomas
--HG--
extra : rebase_source : 563754285cded82644994204783a3b7f1d49f59d
2015-10-08 23:07:03 +13:00
Carsten "Tomcat" Book
d3711e3ba1 merge fx-team to mozilla-central a=merge 2015-10-08 11:55:31 +02:00
Nick Thomas
1867f6b5b2 Bug 1201383 - Android l10n jobs fail to push new release to test channels, r=rail
--HG--
extra : rebase_source : d4c0b0faf06942287ba0a8aab171549a6d243696
2015-10-08 22:48:37 +13:00
Wes Kocher
558a0fe9bf Bug 1212273 - Fix the syntax so decision tasks actually run r=me 2015-10-07 21:28:15 -07:00
Valentin Gosu
9b9fcccc66 Bug 1199430 - update to tests. r=gijs 2015-10-08 11:57:58 +02:00
Hsin-Yi Tsai
52510a4f8a Bug 1212273 - To enable emu-x86-kk build by default on mozilla-central, mozilla-inboud, b2g-inbound. r=garndt 2015-10-08 10:25:00 +08:00