Commit Graph

499365 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
5b3af6e85f Merge mozilla-central to mozilla-inbound 2016-11-09 16:39:18 +01:00
Carsten "Tomcat" Book
846adaea6c merge mozilla-inbound to mozilla-central a=merge 2016-11-09 16:38:04 +01:00
Carsten "Tomcat" Book
61fea2322c merge autoland to mozilla-central a=merge 2016-11-09 16:36:48 +01:00
Jonathan Kew
c0d2685148 Bug 1315986 - Update line-break class mapping in nsJISx4051LineBreaker to handle new classes in ICU58/Unicode 9, and add assertions to detect any future additions that will require further updates. r=masayuki 2016-11-09 15:07:54 +00:00
Florian Quèze
8329214144 Bug 1315228 - add a popupIconClass option to popup notifications so that the microphone and screensharing icons can be set without hacks, r=paolo. 2016-11-09 15:32:49 +01:00
ffxbld
426cccbbc7 No bug, Automated blocklist update from host bld-linux64-spot-252 - a=blocklist-update 2016-11-09 06:21:47 -08:00
ffxbld
c215ce9f71 No bug, Automated HPKP preload list update from host bld-linux64-spot-252 - a=hpkp-update 2016-11-09 06:21:45 -08:00
ffxbld
f835d23909 No bug, Automated HSTS preload list update from host bld-linux64-spot-252 - a=hsts-update 2016-11-09 06:21:43 -08:00
Lars T Hansen
68056cc1c3 Bug 1313114 - bulk change to remove test-also-wasm-baseline directives; add directives.txt files. r=bbouvier
--HG--
extra : rebase_source : f3fd2830928d0a3891aa884383ec54457e16e2d2
2016-11-09 11:38:01 +01:00
Sebastian Hengst
115286c614 Backed out changeset 9c1069e2a42e (bug 1236222) for failing xpcshell test test_csp_reports.js. r=backout 2016-11-09 11:31:38 +01:00
amy
c48ec5eaa8 Bug 976073 - Part 2: Modify errors from try server, r=jdm 2016-11-09 17:26:03 +08:00
amy
a58ca1d174 Bug 976073 - Part 1 : Implement spec, r=jdm r=dveditz 2016-11-09 17:14:21 +08:00
Yoshi Huang
f69409d97b Bug 1315927 - ignore firstPartyDomain and userContextId in PermissionStatus. r=baku 2016-11-09 18:04:31 +08:00
Carsten "Tomcat" Book
1d94331de7 Backed out changeset 364305744e4c (bug 1297790) for test bustage 2016-11-09 10:26:27 +01:00
Tooru Fujisawa
73b84e56c3 Bug 1315943 - Part 1: Fix NumClosedOverBindingsLimit value. r=till
--HG--
extra : amend_source : 99b256707e0970747f97f79ea683a767f9d37337
2016-11-09 17:54:26 +09:00
Wes Kocher
008fdd9329 Merge inbound to central, a=merge 2016-11-08 13:58:20 -08:00
Wes Kocher
b0767bc340 Merge autoland to central, a=merge 2016-11-08 13:34:10 -08:00
Lars T Hansen
94be406301 Bug 1313114 - Make the wasm spec import script omit the baseline directive. r=bbouvier
--HG--
extra : rebase_source : a118b64687e225367b7d51d64aa3c1be8d2e9718
2016-11-08 16:56:55 +01:00
ffxbld
abf500eeaf No bug, Automated blocklist update from host bld-linux64-spot-383 - a=blocklist-update 2016-11-08 06:28:35 -08:00
ffxbld
26e0e0a7a0 No bug, Automated HPKP preload list update from host bld-linux64-spot-383 - a=hpkp-update 2016-11-08 06:28:33 -08:00
ffxbld
9217e6ed4d No bug, Automated HSTS preload list update from host bld-linux64-spot-383 - a=hsts-update 2016-11-08 06:28:30 -08:00
Wander Lairson Costa
9950817294 Bug 1274980 part 2: Support Mac OS tests in tc intree config. r=dustin
We add support for Mac OSX tests in Taskcluster by support
taskcluster-worker macosx engine. We also add a new configuration
blob-upload-branch needed by mochitest-other.

MozReview-Commit-ID: 5ZaYYRueRVr

--HG--
extra : rebase_source : f81b3d97d44797a323431a640b1f8e29bf192606
2016-11-08 12:11:15 -02:00
Wander Lairson Costa
9caaae3ed3 Bug 1274980 part 1: Add support for test platform regex match. r=dustin
Often we need to setup a test configuration for different platforms, but
not for different platform builds (opt/debug). This leads to cumbersome
configuration duplicates. This patch adds support for platform regular
expression matching. For example, if you want to configure the chunk
size for linux64 platform both for opt and debug, originally you would
do this:

chunks:
    by-test-platform:
        linux64/opt: 4
        linux64/debug: 4
        default: 8

With regular expression matching, you only need:

chunks:
    by-test-platform:
        linux64/.*: 4
        default: 8

This patch was originally written by Geoffrey Brown for Windows support.

MozReview-Commit-ID: KbMHV7UkTLe

--HG--
extra : rebase_source : 79a4344c7e3e978bb6b93713c6e6e4114ba5d5b8
2016-11-08 12:11:15 -02:00
Andrzej Hunt
a864217cbe Bug 1312434 - Post: cleanup obsolete layout params r=sebastian
These were leftover from when the toppanel was a RelativeLayout. (Leaving
these also causes lint to complain, the paramters are however ignored
by LinearLayout.)

MozReview-Commit-ID: HTZvo2fnqVj

--HG--
extra : rebase_source : 2872d44ab56f938f1eb39acc3d7b2825eafb0170
2016-11-08 08:50:33 -05:00
Carsten "Tomcat" Book
6e33ec823b Backed out changeset efc9b52a218f (bug 1313956) for failing on own tests 2016-11-08 14:07:22 +01:00
Olli Pettay
cb803253a5 bug 1306591, add secondary event queue to let high priority messages to be processed sooner, r=billm
--HG--
extra : rebase_source : 2ce6e06783e399e787d0445943f9f39bcef1cc22
2016-11-08 14:05:45 +02:00
Alex Chronopoulos
eefc8725dd Bug 1315928 - Update cubeb from upstream to f8467510a8b. r=kinetik
MozReview-Commit-ID: 7M6LVOGxTVB
2016-11-08 14:02:49 +02:00
Gabriel Luong
4095709c00 Bug 1308257 - Part 2: Implement LayoutActor and GridActor r=pbro, jryans 2016-11-08 20:51:13 +09:00
Lars T Hansen
ca83250210 Bug 1313114 - move test-also-wasm-baseline and test-also-noasmjs directives to directives.txt. r=bbouvier
--HG--
extra : rebase_source : 0a9a3a7157deb6015ae1aa10dff395cd6f4cbaca
2016-11-08 12:32:50 +01:00
Lars T Hansen
35a188d452 Bug 1313114 - remove hack for running wasm baseline tests when sniffing asm.js content from 'noasmjs'. r=bbouvier
--HG--
extra : rebase_source : 8a37f8a2e3f369ce83f08954856aeec2c72fd7de
2016-11-08 12:40:30 +01:00
Lars T Hansen
b561202d5d Bug 1277770 - look for jit-test directives in directives.txt. r=jonco
--HG--
extra : rebase_source : 1e309788903c30edd059b3bb105061f9f9e00630
2016-11-08 16:53:05 +01:00
Benjamin Bouvier
820f40d1d6 Bug 1315930: Spew instructions in release builds too; r=nbp
MozReview-Commit-ID: 94klMhO0bN8

--HG--
extra : rebase_source : 0a32fafb585dd84c3a84e1865ee06088832b2d0a
2016-11-08 12:18:17 +01:00
Gijs Kruitbosch
40218c83fe Bug 1315944 - ensure about blank viewer creation happens in the right browser, r=florian
MozReview-Commit-ID: 7LCGyKHUF76

--HG--
extra : rebase_source : 363b15b8603e8aaa6e20f86d225a094ef97fa1a8
2016-11-08 12:54:45 +00:00
Lars T Hansen
57590aaff3 Bug 1315901 - make MIPS simulators compile + reduce warnings a little. r=hev
--HG--
extra : rebase_source : 262284f73a5372b61e6bd7dac7776803e08364c6
2016-11-08 10:16:04 +01:00
Lars T Hansen
91481ddee5 Bug 1315901 - instantiate cmpPtrSet on MIPS64 for all operand types. r=nbp
--HG--
extra : rebase_source : 09f66bcf9343f885d9fb833a16791674da0ab8f5
2016-11-08 16:17:55 +01:00
Lars T Hansen
acfb141a50 Bug 1315901 - separate MIPS and ARM in wasm baseline compiler. r=nbp
--HG--
extra : rebase_source : 38e60bae75ed59f284b904dd7954f7e2f84c26c4
2016-11-08 10:13:42 +01:00
Kim Moir
b0e949ffeb Bug 1313389 - ci for quantum graphics r=aselagea DONTBUILD 2016-11-09 09:11:30 -05:00
Luke Chang
dc2b64ae9a Bug 1300990 - Implement an API in the parent process to decide which values of an autofill profile would be filled in which field; r=MattN
MozReview-Commit-ID: 41MdWifXa23

--HG--
extra : rebase_source : 5816e49dc8295f56456f18138d741a9a5c1d3df6
2016-11-08 14:45:54 +08:00
Phil Ringnalda
2c7a3afd66 Merge m-i to m-c, a=merge
MozReview-Commit-ID: 5599Z7kxjk3
2016-11-07 20:38:29 -08:00
Phil Ringnalda
0b5f008629 Merge autoland to m-c, a=merge
MozReview-Commit-ID: CjyRb7vVnBV
2016-11-07 20:37:27 -08:00
Wes Kocher
147936ec43 Merge inbound to central, a=merge 2016-11-07 14:00:52 -08:00
Wes Kocher
0dc89fa8e1 Merge autoland to central, a=merge 2016-11-07 13:57:04 -08:00
AdamG2
fc2821e969 Bug 1300491 - Removed histogramFrom and resulting unused functions, all STARTUP_* histograms, and any tests using these. r=chutten
MozReview-Commit-ID: EnVYxGIOWgs
2016-11-07 15:13:01 -05:00
Wes Kocher
b5effe9413 Backed out changeset d2ad6e385240 (bug 1261197) for winxp opt/pgo xpcshell failures a=backout 2016-11-07 12:12:01 -08:00
Towkir Ahmed
c5081fda21 Bug 1315550 - #PanelUI-update-status[update-status]::after should have margin-inline-end instead of margin-right; r=gijs
MozReview-Commit-ID: CnK6SfTmQd0

--HG--
extra : rebase_source : 42330ff8d5adab9060da178e151609465b7dfa86
2016-11-07 18:57:00 +00:00
Yura Zenevich
1d865a477d Bug 1312816 - Preemptively start a11y in chrome when raisesAccessibilityExceptions marionette capability is set. r=ato
MozReview-Commit-ID: KshEWHvz8SD

--HG--
extra : rebase_source : 88e7d86bbe525ea635f22bd03b6b501ad3e6e9b0
2016-11-07 12:15:08 -05:00
ffxbld
d78b4ced28 No bug, Automated blocklist update from host bld-linux64-spot-539 - a=blocklist-update 2016-11-07 06:06:28 -08:00
ffxbld
36aecdc554 No bug, Automated HPKP preload list update from host bld-linux64-spot-539 - a=hpkp-update 2016-11-07 06:06:25 -08:00
ffxbld
ee53ffc468 No bug, Automated HSTS preload list update from host bld-linux64-spot-539 - a=hsts-update 2016-11-07 06:06:23 -08:00
Tanuja Sawant
134e80abde Bug 1236222 - CSP: Blocked URI should be empty for inline violations. r=ckerschb 2016-11-07 19:22:53 +05:30