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

598576 Коммитов

Автор SHA1 Сообщение Дата
Andreas Farre 4997325757 Bug 1441972 - Add probe for counting docgroups per tabgroup. r=nika, data-review=chutten
Add ACTIVE_DOCGROUPS_PER_TABGROUP and TOTAL_DOCGROUPS_PER_TABGROUP to
collect data on how many docgroups a tabgroup has whenever a top level
content document associated with that tabgroup would hide. This gives
a fairly accurate estimate of the number of docgroups a site
uses. TOTAL_* counts all docgroups while ACTIVE_* only count docgroups
with at least one document not in the bfcache.
2018-05-30 05:48:00 +03:00
Eliza Balazs ceb0d57195 Bug 1465435 - remove reference for winxp in manifest file. r=jmaher 2018-05-31 06:08:00 +03:00
Nicolas B. Pierron 24df128873 Bug 1464829 - Ensure the recover instruction vector has the expected size. r=jandem
--HG--
extra : amend_source : ea2625d7cbf7aef4bad3257f81093b208954434e
2018-05-31 14:22:14 +02:00
Josh Aas cedb6a19de Bug 1457941: Add a number of result checks to nsLocalFileWin, avoid use of uninitialized values. r=froydnj 2018-05-30 19:04:00 +03:00
Andreea Pavel b56e8c3a64 Bug 1465378 - remove reference to old winxp in manifest file r=jmaher 2018-05-31 04:22:00 +03:00
Andreea Pavel ad9e98c5d8 Bug 1465378 - removed manifest file r=jmaher 2018-05-31 04:15:00 +03:00
Andreea Pavel 9aadcea110 Bug 1465378 - remove reference to old winxp in manifest file r=jmaher 2018-05-31 03:35:00 +03:00
Andreea Pavel 9a2a34f9f9 Bug 1465370 - removed old osx 10.6 references in manifest files r=jmaher 2018-05-31 01:10:00 +03:00
Eliza Balazs 2bffdf7111 Bug 1465377 - remove reference to old win in manifest file. r=jmaher
--HG--
extra : rebase_source : 876f08337ad19acfd1b99f558c7ecd6b830db1e2
2018-05-31 03:48:00 +03:00
Margareta Eliza Balazs c6ae447c6a Backed out changeset d09813f5a6a5 (bug 1464829) for bustage in /builds/worker/workspace/build/src/js/src/jit/JitFrames.cpp on a CLOSED TREE 2018-05-31 15:22:04 +03:00
Margareta Eliza Balazs 887efa0828 Backed out 5 changesets (bug 1413098) for frequent failure in toolkit/content/tests/browser/browser_autoplay_policy_user_gestures.js on a CLOSED TREE
Backed out changeset 3c186b3bb909 (bug 1413098)
Backed out changeset b12730d42016 (bug 1413098)
Backed out changeset 49ef875bd65e (bug 1413098)
Backed out changeset 747764af7143 (bug 1413098)
Backed out changeset 5031770d70fd (bug 1413098)
2018-05-31 15:21:15 +03:00
Nicolas B. Pierron 301a80ca2a Bug 1464829 - Ensure the recover instruction vector has the expected size. r=jandem
--HG--
extra : rebase_source : 2abd8976d4b6a3c8bc0c982c592891c6340507d2
2018-05-31 14:05:01 +02:00
Eliza Balazs ac9aabf1fb Bug 1465377 - remove reference to old win in manifest file. r=jmaher 2018-05-31 03:42:00 +03:00
Honza Bambas 38ced61e49 Bug 1463786 - Make mozilla::Tokenizer work also with char16_t, r=froydnj 2018-05-31 03:40:00 +03:00
Jan Keromnes 88a09b356c Bug 1464162 - Make a few vector operations more efficient by reserving size beforehand. r=jya
Summary:
These automated fixes were generated like so:
    ./mach configure --enable-clang-plugin
    ./mach build-backend --backend=CompileDB
    run-clang-tidy-6.0.py -p obj-x86_64-pc-linux-gnu/ -fix -checks=-*,performance-inefficient-vector-operation *

Reviewers: jya

Reviewed By: jya

Subscribers: jya

Bug #: 1464162

Differential Revision: https://phabricator.services.mozilla.com/D1381

--HG--
extra : amend_source : 648dc48989c5af122a33f8d50c98c0f1efcf3874
2018-05-31 14:52:59 +03:00
Paul Bone 8355917e56 Bug 1464986 (Part 1) - Rename Statistics::fp r=jonco
--HG--
extra : rebase_source : 4fafe076359db119a74887e2d8b09f81da36142a
2018-05-29 16:37:48 +10:00
Paul Bone 9b364c2724 Bug 1465062 - Rename AutoGCSlice to AutoDisableBarriers r=jonco
--HG--
extra : rebase_source : 00762ae0f66bb3486270ed57ca9644d4c81957ba
2018-05-31 00:07:03 +10:00
Ciure Andrei c589c0dcc6 Backed out 1 changesets (bug 1465745) for perma failing reftests build/tests/reftest/tests/layout/reftests/text-stroke/webkit-text-stroke-property-002.html a=backout on a CLOSED TREE
Backed out changeset b1bfcdfb1799 (bug 1465745)
2018-06-01 03:50:14 +03:00
sotaro dba97baec3 Bug 1465008 - Drop ImageClients of ImageBridgeChild when device reset happens r=nical 2018-06-01 07:52:06 +09:00
Noemi Erli cb93f27a88 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-06-01 00:59:09 +03:00
jgilbert@mozilla.com caaa414096 Bug 1458264 - Reset UNPACK_SKIP vars when uploading zeros. - r=kvark
MozReview-Commit-ID: ILB6MqgnrXX
2018-05-31 14:43:31 -07:00
Olli Pettay a6044a582c Bug 1462746, ensure SubtreeRoot always returns non-null value, r=mrbkap
--HG--
extra : rebase_source : 969acaa902db68eff48f6849da849522f2043b4a
2018-06-01 00:11:45 +03:00
Markus Stange 094a623d1a Bug 1464909 - Add a dynamic profiler label to nsContentSink::StartLayout that includes the document URL. r=bz
MozReview-Commit-ID: 4DpJxV4Wn49

--HG--
extra : rebase_source : 28f9ffba0d1d3ccfe014c8ac15f2d0b5cc3def07
2018-05-28 17:49:44 -04:00
Mike Conley 777a5d84f8 Bug 1464405 - Register FormAutofill resource URIs before checking if the feature should be enabled. r=MattN
MozReview-Commit-ID: JU93hA0NBgL

--HG--
extra : rebase_source : dca1bef47e7e8dfcf5d059be667020e7bac83033
2018-05-28 09:50:21 -07:00
Bryce Van Dyk c9d6056854 Bug 1465409 - Change lint rules for mediasource tests to prefer no spaces for array notation. r=jya
Change rules so we enforce ["foo", "bar"] rather than [ "foo", "bar" ].

MozReview-Commit-ID: KX6wJd8jmeJ

--HG--
extra : rebase_source : 6800cf4e701a33f246418e0deb35a206af8104f4
2018-05-30 08:18:54 -04:00
Oriol Brufau 62a134a580 Bug 1463751 - Tab-specific data not updated when tab is moved to another window and old window closes r=mixedpuppy
MozReview-Commit-ID: IUC8OwV6YHY

--HG--
extra : rebase_source : 1f2822572fe847a34edbcec6aa19b5988dcc8fbc
2018-05-26 21:57:58 +02:00
Dave Hunt f6a3ef5b8c Bug 1388013 - Remove restriction of Python 2 in mozrunner; r=ahal
MozReview-Commit-ID: 1ARx4Jy2Z83

--HG--
extra : rebase_source : cd401029f79fb8792a0ce5b42947feadf2645cc9
2018-05-30 13:21:51 +01:00
Johan Lorenzo 8274f4793f Bug 1355482 - Add pushapk documentation r=bhearsum
MozReview-Commit-ID: JtT8TyROLaw

--HG--
extra : rebase_source : a7406d07ce74db881bfa0a3ce37365a34f9cbd31
2018-05-24 18:59:22 +02:00
Tom Prince a886ceedb1 No bug: [release] Remove lint leftovers in update-verify docker image; r=bhearsum
Remove some leftover packages from when update-verify docker image was copied
from the lint docker image.

Differential Revision: https://phabricator.services.mozilla.com/D1485
2018-06-01 15:20:48 +00:00
Chris Manchester 17335b2c5a Bug 1444597 - Stringify exception when logging harmless errors in post-build step to avoid confusing stacktrace. r=nalexander
MozReview-Commit-ID: 6B4WCUfjESE

--HG--
extra : rebase_source : b9d753e401688375f809bcf8326582a5f39a87f2
2018-05-31 21:21:41 -07:00
Nicolas Chevobbe 2c3dd00e37 Bug 1464476 - Remove devtools.webconsole.autoMultiline preference; r=Honza.
The preference was true by default and never exposed to
the users, so removing it is the logical next step. This
patch removes all occurences of the preference, and add
a fix to the RETURN key handling when the autocomplete
popup is open (this is asserted on a test where autoMultiline
was explicitely disabled.)

MozReview-Commit-ID: 5783AK8lGR

--HG--
extra : rebase_source : 349a808b86410f5470d19c4f32d2b7040e060fbb
2018-05-29 17:32:56 +02:00
Andreas Tolfsen de2f3011e4 Bug 1465527 - Return structured stacktrace from Marionette reftest harness. r=jgraham
The reftest harness embedded in Marionette previously only included
the stacktrace of the error in the "message" field to wptrunner.

Now that wptrunner supports logging parent test stacktraces,
this patch changes the "message" field to include the stringified
error message (including the error type information) and adds a new
"stack" field with the stacktrace previously logged as the error message.

MozReview-Commit-ID: KlrCZi01XWC

--HG--
extra : rebase_source : 533dfef4318961d72682a42097cc8511e4198a13
2018-05-30 18:37:13 +01:00
Andreas Tolfsen 6808e58482 Bug 1465527 - Log parent test result stacks. r=jgraham
Parent tests may also have stacktraces and this patch adds a new,
optional keyword argument to the Result class for logging the stack
to the test_end log entry.

MozReview-Commit-ID: HMp3J0BcC7B

--HG--
extra : rebase_source : 19784129e567d7d5794a3e98bc4e44735d48e9c9
2018-05-30 18:34:45 +01:00
Andreas Tolfsen 4b4f54e830 Bug 1465527 - Print stacks from parent tests in mach formatter. r=jgraham
Parent tests may also have stacktraces and this patch prints and
formats them the same way we do for subtests' stacks.

MozReview-Commit-ID: 64gfPWuQnHd

--HG--
extra : rebase_source : 6a37eda231091d66a92226c3ebadb7b7980766be
2018-05-30 18:29:35 +01:00
Dão Gottwald d559ce4ae4 Bug 1465401 - setTabTitle shouldn't wrap data URI shortening in try/catch. r=jfkthame
MozReview-Commit-ID: Cgh1iahbpWQ

--HG--
extra : rebase_source : a241adbc4ca8cdd783e8f9871ed437c469934bf7
2018-05-30 13:44:31 +02:00
Jan Beich b191e43264 Bug 1464680 - Add more WebRTC's gn-configs for BSDs on ARM. r=chmanchester
Based on output from FreeBSD armv7/aarch64.

MozReview-Commit-ID: L7mKj6FIGS5

--HG--
extra : rebase_source : 82729a252c941d4011fc764372fc4943e0a6dd9a
2018-05-27 13:49:33 +00:00
Jonathan Kew ad2647f459 Bug 1463115 - Try to skip irrelevant (collapsed/trimmed) whitespace when collecting used font faces for devtools inspector. r=jwatt 2018-05-24 14:44:09 +01:00
Andrea Marchesini e3efeac3c5 Bug 1460561 - nsMultiplexInputStream should behave correctly when NS_InputStreamIsBuffered() is used - gtests, r=froydnj 2018-05-24 07:52:31 +02:00
Andrea Marchesini 77e2dca204 Bug 1460561 - nsMultiplexInputStream should behave correctly when NS_InputStreamIsBuffered() is used, r=michal, r=froydnj 2018-05-24 07:51:53 +02:00
Aaron Klotz 0300dd1f10 Bug 1463961: DLL Interceptor - Make shared VM policy only work for in-proc interceptors and remove pid mapping; r=handyman
--HG--
extra : rebase_source : a85b283a380e0f30935868c10e3a9d626a8a0061
2018-05-28 16:54:58 -06:00
Ciure Andrei eb2fec7671 Backed out 6 changesets (bug 1456265, bug 1468822, bug 1456946) for failing Linux wpt tests convolver-response-1-chan.html a=backout on a CLOSED TREE
Backed out changeset d2de759839fa (bug 1468822)
Backed out changeset eb7cba7e1120 (bug 1456265)
Backed out changeset 2844a12783a0 (bug 1456265)
Backed out changeset 9af1ffb437be (bug 1456946)
Backed out changeset 9a085b0513f7 (bug 1456946)
Backed out changeset ebfc3c04016a (bug 1456265)
2018-05-31 22:43:29 +03:00
Kartikaya Gupta 609e6eca4d Bug 1465273 - Adjust fuzz lower bound by a pixel to fix intermittent pass. r=me 2018-05-31 15:04:34 -04:00
Daniel Holbert 47ef6a1664 Bug 1463599: Fix endline characters in contain-paint-stacking-context-001* test files. (no review, test-only & whitespace-only)
DONTBUILD

--HG--
extra : rebase_source : c2433e251f5ca860b293ba3d50c57d52d5c0ec49
2018-05-31 11:18:17 -07:00
Julian Seward 2ba720102c Bug 1465011 - Improve WebAssembly BulkMem.{Copy,Fill} validation tests. r=lth.
Bug 1464477 exposes the fact that the current test cases in
js/src/jit-test/tests/wasm/memory-bulk.js fail to verify that the following
are rejected by validation:

* use of BulkMem.{Copy,Fill} in a module that doesn't have a memory
* use of BulkMem.{Copy,Fill} with the wrong number of arguments
* use of BulkMem.{Copy,Fill} with wrong typed arguments

This patch adds those missing tests.  It also takes the opportunity to
rename |new WebAssembly.Instance(new WebAssembly.Module(wasmTextToBinary(|
to |wasmEvalText| in this file for more conciseness and better error checking.

--HG--
extra : rebase_source : e960ab86b95eef4b6304c1d7747963eb6b154734
2018-05-31 17:34:33 +02:00
Ryan Hunt e813f3da05 Bug 1465745 - Remove fails-if(release_or_beta) for some tests. r=jfkthame
These tests were marked as failing for release_or_beta so that POMTP
on unaccelerated windows could be enabled on nightly only. Now that
is riding the trains, these annotations need to go.

--HG--
extra : rebase_source : 83c64158dfcef605e14a7b9460f16391cc1de1bc
extra : amend_source : 6e912622c1c44733a2eb98e9e2e2a922569ed4eb
2018-05-31 09:38:58 -05:00
Marco Castelluccio 130669e670 Bug 1465735 - Allow Mac build to only run on try. r=jmaher
--HG--
extra : rebase_source : b0a8ab33be77571cc6cf3254dde6f092be2b9e83
2018-05-31 15:57:54 +02:00
Marco Castelluccio 0a98541261 Bug 1465735 - Add Mac code coverage build definition. r=jmaher
--HG--
extra : rebase_source : d56219d0de710480b5a5c9704b5c51900ee03777
2018-05-31 15:47:14 +02:00
Paul Adenot 2461523f5f Bug 1468822 - Update expectations for convolver-response-1-chan.html.
--HG--
extra : source : 7f0401a2f5dff47bc33e6d8952975738da8c818e
extra : intermediate-source : 23f3edd6ff0e018ae4c8a24f3c6caf1d72f3a7f5
2018-05-31 14:00:32 +02:00
Paul Adenot ab00a9be11 Bug 1456265 - Also update test_channelSplitterNodeWithVolume.html
--HG--
extra : source : ee0c4548a78a794de83ce82d994bd5cfa6c84e23
2018-05-30 18:23:37 +02:00
Paul Adenot 3955fc17ca Bug 1456265 - Update the WPT expectation file, the ChannelSplitterNode tests are now passing.
--HG--
extra : source : be22684cddb8ecf3caebb1d77e0aae42a4859b92
2018-05-30 14:01:34 +02:00