Граф коммитов

499387 Коммитов

Автор SHA1 Сообщение Дата
Patrick Pei e6ee3c8395 Bug 1264929 - Make about:debugging pass ESLint's "react/prop-types" rule. r=jdescottes
MozReview-Commit-ID: ABhdvunhR7a
2016-11-09 10:02:50 +01:00
Robin Templeton f09afd3bf5 Bug 1316230 - Update LIR type names for debugging output. r=bbouvier 2016-11-08 21:11:00 -05:00
Benjamin Bouvier f114828dcf Bug 1313024: Pass binary.wast; r=luke
MozReview-Commit-ID: AdgZ3Jm5Pbg

--HG--
extra : rebase_source : 9a913eab99d4e48d7c022a8107ade9726bacbf1c
extra : amend_source : 2c87a37151ad6d382d68d317abc84d6fd922ee82
2016-11-09 18:39:14 +01:00
Benjamin Bouvier 741775d8f1 Bug 1304672: Undo the renaming of debuggerObservesAsmJS => Wasm; r=luke
MozReview-Commit-ID: 1vxk30n72Zf

--HG--
extra : rebase_source : a0c10b97e85866da3cbf97470949e053dc22c44b
extra : amend_source : 547f9565c5faf34bbb85562d2d0cb797890befa4
2016-11-09 17:31:54 +01:00
Benjamin Bouvier 7b122bb90d Bug 1316156: Use a constant-or-register for int64 pass-stack-arg; r=luke
MozReview-Commit-ID: 2ce0srABGpt

--HG--
extra : rebase_source : a57b0c001e6a11d1c3e852ec5f4ea74feaff7b45
extra : amend_source : d23d250355bc89063ce2865c1e20bd0a7c9bf8e4
2016-11-09 17:09:16 +01:00
Tooru Fujisawa c7ca9ca9c6 Bug 1315242 - Part 1: Add errorLineNumber and errorColumnNumber property to debugger object to get line/column from JSErrorReport. r=jimb 2016-11-10 02:25:03 +09:00
Tooru Fujisawa fdf5b915f2 Bug 1316164 - Remove unused/undefined NativeGetElement declaration. r=evilpie 2016-11-10 02:24:59 +09:00
Andrea Marchesini 2a67089dc3 Bug 1316264 - Return value of nsIEventTarget::IsOnCurrentThread() must be checked correctly in RemoteBlob, r=bkelly 2016-11-09 18:21:16 +01:00
Gabor Krizsanits 7d924932b4 Bug 1303113 - Turning off a test for e10s-multi temporarily. r=me 2016-11-09 17:58:45 +01:00
Jan de Mooij cc17e6fa50 Bug 1314545 - Fix Ion to handle stores to frozen elements correctly. r=nbp 2016-11-09 17:50:36 +01:00
Jonathan Watt 02c8d37eee Bug 1316338 - Make PrintTargetThebes set mHasActivePage as appropriate. r=lsalzman 2016-11-02 12:41:19 +00:00
Jonathan Watt 9aad32cd64 Bug 1313386, part 2 - Make AutoPrintEventDispatcher::DispatchEventToWindowTree non-static. r=dholbert 2016-11-01 21:29:30 +00:00
Jonathan Watt fdc97b0759 Bug 1313386, part 1 - Clean up the beforeprint/afterprint event dispatching code. r=dholbert 2016-11-01 21:29:30 +00:00
Jonathan Watt de8450e0df Bug 1316322 - Make Factory::CreateNativeFontResource work for Skia. r=lsalzman 2016-10-31 16:27:19 +00:00
Jonathan Watt 17906ea120 Bug 1316299 - Change assertion in DrawTargetSkia::CreateSimilarDrawTarget to a warning. r=lsalzman 2016-10-31 15:05:30 +00:00
Jonathan Watt 07c5338755 Bug 1313525 - Remove the nsIPrintOptions interface. r=mstange
--HG--
rename : widget/nsIPrintOptions.idl => widget/nsIPrinterEnumerator.idl
2016-10-28 00:31:14 +01:00
David Major 80da5b2dc3 Bug 1316168: Fix the clang-cl build in nsExceptionHandler.cpp. r=froydnj
MozReview-Commit-ID: HdUp3dGRmcq

--HG--
extra : rebase_source : 1bbfb18bffd3f19469984ffe32324a7250c0ac09
2016-11-09 10:39:20 -06:00
David Major 72144b7ae4 Bug 1316116: Fix the clang-cl build in TestNamedPipeService.cpp. r=bagder
MozReview-Commit-ID: 8ZLGIHc8PyA

--HG--
extra : rebase_source : ab7025cfbcac90202c36c794b9401a05b915f21a
2016-11-09 10:38:36 -06:00
Dave Townsend 6365baa692 Bug 1315402: Make toolkit/mozapps/update pass no-undef. r=jaws
This is mostly using the import-globals-from rule to pull in globals when
the subscript loader is used. For a couple of files I've turned off no-undef
altogether, these are files that are loaded by the subscript loader and depend
on globals from the parent.

MozReview-Commit-ID: 2ZzgpCQTTuu

--HG--
extra : rebase_source : 6d2f20111ae27858811bd19db794dc9fb29183d0
2016-11-04 17:03:01 -07:00
Dave Townsend baee0ed159 Bug 1315402: Detect more head files for tests automatically. r=standard8, r=jryans
Some test files aren't named according to the standard style so this attempts
to first detect test files by loading the test manifest files in the directory
and matching the filename to sections in them. Any file listed in a manifest is
considered to be a test. It still falls back to filename matching if no manifest
could be found, particularly in the event the manifest has a strange name and
we can't identify the test type from it.

The manifests for a directory are cached to speed up checking when linting
multiple files in the same directory.

MozReview-Commit-ID: 91bxOeZZcKa

--HG--
extra : rebase_source : 18190110a14083aead00cd9e6bbd9c5a6a264bff
2016-11-04 15:46:07 -07:00
Geoff Brown 58c42364e1 Bug 1305095 - Use fallback hg fingerprint on socket.timeout also; r=Callek 2016-11-09 09:26:58 -07:00
Jonathan Kew a4fc79804c Bug 1315986 followup - The static_assert to check Gecko vs ICU versions is only relevant when ENABLE_INTL_API is true. Bustage fix for Android on a CLOSED TREE. 2016-11-09 16:14:58 +00:00
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