- 21 Mar, 2018 40 commits
-
-
Alexander Dunaev authored
As sandbox is not yet supported by ASAN in Windows, it's better to add --no-sandbox there. Change-Id: I38430c95b4a0f5cfeee3ab389ddcb3e78721c027 Reviewed-on: https://chromium-review.googlesource.com/968421 Commit-Queue: Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#544765}
-
Naoki Fukino authored
Source file's path was passed by a pointer to string, but the string can be destroyed since OpenFileDescriptor() runs asynchronously. When it is destroyed, finding source file fails then copy fails. This CL fixes it by passing a copy of FilePath. Bug: 810119 Test: Manually tested following the bug description. Change-Id: I1be1b9375ac601a66996ce2fa179e36a95cc4dd4 Reviewed-on: https://chromium-review.googlesource.com/970981Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Naoki Fukino <fukino@chromium.org> Cr-Commit-Position: refs/heads/master@{#544764}
-
Lei Zhang authored
Change-Id: Iec9648c228c63be6d46fe3a6db9c8bc84780dfaf Reviewed-on: https://chromium-review.googlesource.com/973697Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#544763}
-
Koji Ishii authored
This patch rebaselines text-only failures that have matched images, from the following bot result on ToT. https://ci.chromium.org/buildbot/tryserver.chromium.linux/linux_layout_tests_layout_ng/4313 From this time, the script applies class-name normalization (LayoutNG to Layout) to non-text dumps. This identifies rebaselines in paint JSON dumps. 757 text dumps found among 1094 text-only failures. Following failures were reviewed manually. 3 categories are rebaselined in this CL. 1 category turned out not possible to rebaseline. How to handle them is a future issue. * Has image and normalized text dump match (5) css2.1/t051201-c23-first-line-00-b.html css2.1/t051202-c26-psudo-nest-00-c.html fast/css/pseudo-first-line-border-width.html fast/layers/overflow-scroll-auto-switch.html virtual/gpu-rasterization/images/imagemap-focus-ring-outline-color-not-inherited-from-map.html * Has image and normalized non-text dump match (16) paint/invalidation/table/border-collapse-change-collapse-to-separate.html paint/invalidation/table/border-collapse-change-separate-to-collapse.html paint/invalidation/table/composited-table-background-col-initial-empty.html paint/invalidation/table/composited-table-background-col-span-initial-empty.html paint/invalidation/table/composited-table-background-col-span.html paint/invalidation/table/composited-table-background-col.html paint/invalidation/table/composited-table-background-colgroup-initial-empty.html paint/invalidation/table/composited-table-background-colgroup.html paint/invalidation/table/composited-table-background-composited-row-initial-empty.html paint/invalidation/table/composited-table-background-composited-row.html paint/invalidation/table/composited-table-background-section-composited-row-initial-empty.html paint/invalidation/table/composited-table-background-section-composited-row.html paint/invalidation/table/composited-table-background-section-initial-empty.html paint/invalidation/table/composited-table-background-section.html paint/invalidation/table/composited-table-background.html paint/invalidation/table/invalidate-cell-in-row-with-offset.html * No image but non-text dump match (3) compositing/layer-creation/fixed-position-nonscrollable-iframes-in-scrollable-page.html fast/multicol/composited-layer.html paint/invalidation/scroll/scrolled-iframe-scrollbar-change.html * Following failures are class-name-only in paint JSON dumps, but they are written as ref-tests (expectations are in "-expected.html") that we can't rebaseline. paint/invalidation/table/cached-cell-append.html paint/invalidation/table/cached-change-cell-border-color.html paint/invalidation/table/cached-change-cell-border-width.html paint/invalidation/table/cached-change-col-border-width.html paint/invalidation/table/cached-change-colgroup-border-width.html paint/invalidation/table/cached-change-row-border-width.html paint/invalidation/table/cached-change-table-border-width.html paint/invalidation/table/cached-change-tbody-border-width.html paint/invalidation/table/collapsed-border-change-rowspan.html paint/invalidation/table/table-cell-collapsed-border.html paint/invalidation/table/table-outer-border.html TBR=atotic@chromium.org, eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I2918f16dc95db680ad118dde0c70742aa2bf7a73 Reviewed-on: https://chromium-review.googlesource.com/973821 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#544762}
-
Alexander Potapenko authored
BUG=823077 TBR=rhalavati@chromium.org,eroman@chromium.org Change-Id: I1aa9de378251746704f9c358de45f5ff1540397e Reviewed-on: https://chromium-review.googlesource.com/973607Reviewed-by:
Alexander Potapenko <glider@chromium.org> Commit-Queue: Alexander Potapenko <glider@chromium.org> Cr-Commit-Position: refs/heads/master@{#544761}
-
Xiaohan Wang authored
So long! Bug: 772160 Change-Id: I03b8e919de477bf55d35d14ecde97b0e2524b34b Reviewed-on: https://chromium-review.googlesource.com/971826Reviewed-by:
John Rummell <jrummell@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#544760}
-
Lei Zhang authored
Make sure the start index passed to FPDFText_CountRects() is valid. BUG=823374 Change-Id: I5407fa2d169acd71b860322d280fee11536c85bc Reviewed-on: https://chromium-review.googlesource.com/972678Reviewed-by:
dsinclair <dsinclair@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org> Cr-Commit-Position: refs/heads/master@{#544759}
-
Matthew Cary authored
This adds two switches, --force-native-prefetch and --native-prefetch-ordered-only. The former forces prefetch, even if orderfile memory optimization is active. The latter prefetches only ordered code as defined in base/android/library_loader/anchor_functions.h. These two switches operate independently. Bug: 758566 Change-Id: Ie237eb9b7dc5905906e721c4ab9496fb0f79af0d Reviewed-on: https://chromium-review.googlesource.com/970658Reviewed-by:
agrieve <agrieve@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Commit-Queue: Matthew Cary <mattcary@chromium.org> Cr-Commit-Position: refs/heads/master@{#544758}
-
Olivier Robin authored
Adding MDCAlertControllerView. Bug: 823767 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I219d7dbbac4f0fb6dd6b7cdfa51890f35e696e2c Reviewed-on: https://chromium-review.googlesource.com/973203Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#544757}
-
Chris Harrelson authored
Intent to ship: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/DHSUFGpZafc Bug: 723076 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I09d422e0fa9888610cfb3a8acfcea6c9f8c8de24 Reviewed-on: https://chromium-review.googlesource.com/831397 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#544756}
-
Vaclav Brozek authored
On Android, when the user exports passwords from Chrome's settings, a progress bar might be shown if the action takes too long. Once shown, it is also kept up for at least one second. The delaying logic in particular is rather complicated, and it is not clear how often it is used. Therefore this CL adds UMA to measure its use. Bug: 823695 Change-Id: I074a123cbca0187b9c8da4ef9577a768aa9e3cbb Reviewed-on: https://chromium-review.googlesource.com/970343 Commit-Queue: Vaclav Brozek <vabr@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#544755}
-
Brian Anderson authored
Adds a Histogram interface with two implementations. One for ratios with most of it's precision just above 1 and another for latency with higher precision near vsync intervals. The Histogram can be queried for approximate percentiles, which will be useful for UKM based frame metrics. Bug: 807463 Change-Id: I83b251e2d50166cd4c376a10050ee344e312368f Reviewed-on: https://chromium-review.googlesource.com/972194Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Commit-Queue: Brian Anderson <brianderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#544754}
-
Sammie Quon authored
Shadow bounds are usually applied after an animation occurs, so they do not get placed in the right location if the grid changes bounds without an animation. Set the shadow bounds manually if the grid changes bounds without animation. Test: ash_unittests WindowSelectorTest.ShadowBounds Bug: 823468 Change-Id: I1836458124f6f30ae3db8b1c5eaa90671b39f9b5 Reviewed-on: https://chromium-review.googlesource.com/971402Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#544753}
-
Thoren Paulson authored
Users who accidentally zoom on a Cast app might be a bit confused, and Cast apps are designed to be viewed on a TV, so *should* be usable without zooming. Bug: internal b/73949820 Test: CQ Change-Id: I762976f8a393f9db4b7e434544ea06a3f5adcf50 Reviewed-on: https://chromium-review.googlesource.com/972323Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Commit-Queue: Thoren Paulson <thoren@chromium.org> Cr-Commit-Position: refs/heads/master@{#544752}
-
Marc Treib authored
It returns whether uploading data to Google is enabled for a given ModelType, i.e. whether Sync is active and not in an error state. There are three possible return values: INITIALIZING (enabled in principle, but we don't know yet whether we'll encounter e.g. an auth error), ACTIVE (data is being uploaded to Google), or NOT_ACTIVE (uploading is either disabled entirely or in a permanent auth error state). Change-Id: I86894453bba17cfb6cd94bb3a5c82f915750ea06 Reviewed-on: https://chromium-review.googlesource.com/968821Reviewed-by:
Jan Krcal <jkrcal@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#544751}
-
Chromium WPT Sync authored
Using wpt-import in Chromium beb48c98. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/14306 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md TBR=robertma No-Export: true Change-Id: I44a19809ab265fe9c703090c27a69f6380316ac5 Reviewed-on: https://chromium-review.googlesource.com/973501 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#544750}
-
Eugene But authored
This is an existing histogram logged for the Old Download Manager. The histogram is already a part of histograms.xml file. Bug: 791806 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I13a650e612384d9ba3c026fd7e80d3275c2525ae Reviewed-on: https://chromium-review.googlesource.com/971805 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#544749}
-
Stephen Chenney authored
Verified that this fails with the broken libxml that caused crbug/820163 and its friends. R=dcheng@chromium.org BUG=820163,823230 Change-Id: I53d631871d4343aaa67c874a90eacbf4d58dc454 Reviewed-on: https://chromium-review.googlesource.com/969408 Commit-Queue: Stephen Chenney <schenney@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#544748}
-
Joy Ming authored
Disable flaky test. Bug: 824194 Change-Id: I999a3bcb6cc9ceeba37f3e288732b53c05a7ee90 Reviewed-on: https://chromium-review.googlesource.com/973689 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#544747}
-
Koji Ishii authored
Following bot results are included. 4288 4289 4290 4292 4293 4295 4296 4301 4305 4307 4309 4311 4312 4313 9 lines were removed and 11 lines were deflaked by consecutive results since 4281. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Ibb3b9ade014b722a2565fd94adab7ed756e65362 Reviewed-on: https://chromium-review.googlesource.com/970132 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#544746}
-
Theresa authored
BUG=822842 Change-Id: I5dc0170fe2d658a7f20efd9230e6585860867f4d Reviewed-on: https://chromium-review.googlesource.com/969595 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#544745}
-
Sadrul Habib Chowdhury authored
SendMouseEnterOrLeaveEvents() expects the input-event to be in the root-view's coordinate space. But it was actually receiving the event in the target view's coordinate space. As a result, the synthesized mouse move/exit events were being sent to the view's with the wrong coordinates. This change fixes that, by making sure the input-event is still in the root-view's coordinate space when it goes to SendMouseEnterOrLeaveEvents(). BUG=822905 Change-Id: I802c079ea57dabc47184763aad0cfb7026afdb2e Reviewed-on: https://chromium-review.googlesource.com/972671Reviewed-by:
Ria Jiang <riajiang@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#544744}
-
John Abd-El-Malek authored
I'm not sure why scripts are executing, but until that's figured out this should fix the symptom of the null dereference (and usage of PrerenderDispatcher on the wrong thread). Bug: 819937, 823306 Change-Id: I30cd24c7b5275a8f1a46babc437a9bcf7f6e8348 Reviewed-on: https://chromium-review.googlesource.com/969082Reviewed-by:
Matthew Cary <mattcary@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#544743}
-
https://chromium.googlesource.com/angle/angle.git/+log/b2c60b1a1950..115b2c4a2fc6 $ git log b2c60b1a1..115b2c4a2 --date=short --no-merges --format='%ad %ae %s' 2018-03-15 oetuaho Remove desktop GLSL builtins from symbol lookups Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=jmadill@chromium.org Change-Id: I0f19df8e3aad5c8699658524cd92d4195f5d8346 Reviewed-on: https://chromium-review.googlesource.com/973545Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#544742}
-
https://skia.googlesource.com/skia.git/+log/0e2eeee3bcf0..486ee3d4c633 $ git log 0e2eeee3b..486ee3d4c --date=short --no-merges --format='%ad %ae %s' 2018-03-21 kjlubick Port 2 Canvas fuzzers to oss-fuzz 2018-03-20 ethannicholas fixed attributes of sk_InvocationID 2018-03-21 caryclark fix MakeFromImage examples Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=jvanverth@chromium.org Change-Id: I265e1ae29839bb0c6ddc43cd1d56edd747b8e6db Reviewed-on: https://chromium-review.googlesource.com/973544Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#544741}
-
Jonathan Backer authored
Until we decide to implement {Begin,End}TraceCHROMIUM we can eliminate many of the NOTIMPLEMENTED() because we don't need to do anything. AFAICT, these extensions are used by pepper and client side GPU raster. This CL in combination with http://crrev.com/c/963285 will prevent a Linux build from crashing with RasterDecoder when run with these flags: --enable-oop-rasterization --enable-raster-decoder --use_virtualized_gl_contexts=0 Bug: 789238 Cq-Include-Trybots: luci.chromium.try:linux_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I4da61b39f4e058bf86501607b29140ec2bdd5538 Reviewed-on: https://chromium-review.googlesource.com/963387 Commit-Queue: Jonathan Backer <backer@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#544740}
-
Helen Li authored
This CL makes net::BidirectionalStream ignore client auth request, and retry with no client cert or key. Bug: 823811 Change-Id: I968e6af703060ec0f50c3f0d0242395d8a56c567 Reviewed-on: https://chromium-review.googlesource.com/973184 Commit-Queue: Helen Li <xunjieli@chromium.org> Reviewed-by:
Steven Valdez <svaldez@chromium.org> Cr-Commit-Position: refs/heads/master@{#544739}
-
Boris Vidolov authored
Unify branch code extraction between Stable and Canary. Minimize the I/O operations that extract the channel. Bug: 806130 Change-Id: I9d9379153e80abad7eb190b4940c595f76b46b2c Reviewed-on: https://chromium-review.googlesource.com/967512Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: Boris Vidolov <borisv@chromium.org> Cr-Commit-Position: refs/heads/master@{#544738}
-
Theresa authored
Create the basic MVC components for the contextual suggestions component and content sub-component. Sets up basic connection to the bottom sheet and moves some prototype code to the ContextualSuggestionsMediator. A follow-up CL will remove the old, dead prototype code. BUG=822842 Change-Id: I01461f5ae4c5ec0cc33dbad31daa1415fe46c2cf Reviewed-on: https://chromium-review.googlesource.com/967010 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#544737}
-
Xiyuan Xia authored
- Fix a JS error when user presses accelerator too quickly; - Fix a wrongly emitted kiosk launch log introduced during refactoring; Bug: 823768 Change-Id: I432f7e1a6fc7fd62794c81aafc75ea8efcc75fd2 Reviewed-on: https://chromium-review.googlesource.com/973465Reviewed-by:
Toni Barzic <tbarzic@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#544736}
-
Eric Karl authored
Adding myself to the categories I'm familiar with. Change-Id: I976cd2c32b858b53b0792469550806e4fd9e5e01 Reviewed-on: https://chromium-review.googlesource.com/971205Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: Eric Karl <ericrk@chromium.org> Cr-Commit-Position: refs/heads/master@{#544735}
-
Robert Liao authored
There isn't a keyboard shortcut to access the Chrome Menu on Mac. BUG=823952 Change-Id: I207c40adaacc3a291b6bf1b11961f0bb540c8460 Reviewed-on: https://chromium-review.googlesource.com/972541Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#544734}
-
Robert Liao authored
BUG=823543 Change-Id: Id6baed02122845092462a8166754acb28bbd3a9e Reviewed-on: https://chromium-review.googlesource.com/972329Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#544733}
-
Robert Liao authored
ConstrainedWindowViewTest.[TabMoveTest|ClosesOnEscape] are flaky on Mac when animations are enabled. BUG=823909 Change-Id: I53b5a042874e56aec0b2b82cc2e0d5a3a0e8a402 Reviewed-on: https://chromium-review.googlesource.com/972359Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#544732}
-
Robert Liao authored
BUG=823490 Change-Id: I034afe4ed185cb7856f34666acaf24aae2084c70 Reviewed-on: https://chromium-review.googlesource.com/972552Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#544731}
-
edchin authored
Bug: 818560 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ic201866380d80d40fa967a2f52342c9c81f656c2 Reviewed-on: https://chromium-review.googlesource.com/972741Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#544730}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ad47b297..b2c284af Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: Ie82580084359358ccb6e9cdb95e6416a72c50430 Reviewed-on: https://chromium-review.googlesource.com/973190Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#544729}
-
Michael Lippautz authored
Worklist is general concurrency-friendly data structure for building and processing work. It is built on segments that are either kept thread-locally or in a global pool. It thus works well for incremental scenarios that don't want to allocate huge batches of memory on the fly as well as concurrent processing requiring work stealing. Bug: chromium:757440 Change-Id: Iacf48c3d2d7a334bd750c3752a114fdc034b4ac7 Reviewed-on: https://chromium-review.googlesource.com/973304Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#544728}
-
Justin Cohen authored
Bug: 821360 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I5665d51929d483f5f94130cffec9dd3fad601608 Reviewed-on: https://chromium-review.googlesource.com/971704Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#544727}
-
Alexander Potapenko authored
BUG=823578 TBR=riajiang@chromium.org,sadrul@chromium.org,kenrb@chromium.org Change-Id: Id67a578a183ad65a80f9a72f610cf554c164cd12 Reviewed-on: https://chromium-review.googlesource.com/973605 Commit-Queue: Alexander Potapenko <glider@chromium.org> Reviewed-by:
Alexander Potapenko <glider@chromium.org> Cr-Commit-Position: refs/heads/master@{#544726}
-