- 26 Mar, 2019 40 commits
-
-
Sammie Quon authored
Shield widget is getting removed. This is step one by moving the cannot snap window out into its own separate widget owned by overview_session. Since there is only ever one shown, it doesn't need to be owned by overviewGrid. Test: ash_unittests OverviewSessionTest.* Bug: 942759 Change-Id: I5c9e40763a35d27f2e383effada0f4f6d8791320 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1535131Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#644538}
-
Nate Chapin authored
Bug: 914587 Change-Id: I366cbd78cd80b3814865ed6d5565d11d28415fec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1520353 Commit-Queue: Nate Chapin <japhet@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#644537}
-
Bret Sepulveda authored
This is a reland of 640f197a Original change's description: > Reland: Various refactoring in TabStripModel tests. > > This patch refactors tab_strip_model_unittest.cc and some associated > files in several ways: > * Removes ChromeRenderViewHostTestHarness as a superclass of > TabStripModelTest, which includes some heavyweight dependencies that > are unused. This speeds up the suite by about 20% (~6500 ms runtime > vs. ~8000ms before this patch). > * Changes TestTabStripModelDelegate::RunUnloadListenerBeforeClosing to > return false, and deletes subclasses that exist solely to override > that method (all of them, except TabStripDummyDelegate, which is > renamed to UnloadListenerTabStripModelDelegate). > * Moved several helper classes to be defined immediately before the > test that uses them. > * Deletes member variables from MockTabStripModelObserver, which are > unused. > * Fixes lint errors and cleans up unused includes. > > Change-Id: Ibb93ff41a21aab4c0b9b9f075df315381959c35c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538575 > Reviewed-by: François Doray <fdoray@chromium.org> > Reviewed-by: Erik Chen <erikchen@chromium.org> > Commit-Queue: Bret Sepulveda <bsep@chromium.org> > Cr-Commit-Position: refs/heads/master@{#644437} TBR=erikchen@chromium.org,fdoray@chromium.org Change-Id: I1ed5fbe5cafab20271be5148596f6fed9e493b73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540261Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#644536}
-
Guohui Deng authored
This is to provide option for devices where more than one Kind of MediaPipelineBackend can be created. Caller of CastMediaShlib::CreateMediaPipelineBackend can specify that the support forPassthrough audio is desired Bug: internal b/110233576 Test: Internal CQ. Change-Id: If0548f08a97bb68619411e4471b1ee8e7c359f45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1524876 Commit-Queue: Guohui Deng <guohuideng@chromium.org> Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#644535}
-
Miguel Casas authored
This CL replaces mechanically: media/mojo/clients/mojo_jpeg_decode_accelerator* --> mjpeg media/mojo/services/mojo_jpeg_decode_accelerator_service* --> mjpeg and the classes inside s/MojoJpegDecodeAccelerator/MojoMjpegDecodeAccelerator/ s/MojoJpegDecodeAcceleratorService/MojoMjpegDecodeAcceleratorService/ TBR=sadrul@ for the mechanical substitution in gpu_service_impl.cc Bug: 932860 Change-Id: I3f6e43132aabd8ea2880cd584e2ced45ec16d495 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540302 Commit-Queue: Miguel Casas <mcasas@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#644534}
-
Robert Liao authored
This is a run of clang-tidy with the existing .clang-tidy config on //ui/views. BUG=940732 TBR=sky@chromium.org Change-Id: Ia2a94691586544ec7e01156780510b09eb0d1d20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540277 Commit-Queue: Robert Liao <robliao@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#644533}
-
Staphany Park authored
Bug: 918293 Change-Id: I8e8a7e9e5ead7eca1c6712d8464ae1d63049b96c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538977Reviewed-by:
Ben Kelly <wanderview@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Commit-Queue: Staphany Park <staphany@chromium.org> Cr-Commit-Position: refs/heads/master@{#644532}
-
Marcin Wiącek authored
@IntDef/@StringDef annotation are preferred way for declaring set of String/int values. 1. Patch is migrating FONT_FAMILY and THEME enums to @IntDef generated by java_cpp_enum.py 2. COUNT inside is renamed to NUM_ENTRIES 3. enums in C++ code have prefixes in names (because of NUM_ENTRIES) BUG=919666 Change-Id: Ie00ea41c0fdbb702192463f63a752cc43bae92c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1517112 Commit-Queue: Marcin Wiącek <marcin@mwiacek.com> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#644531}
-
Allen Bauer authored
Bug: 945847 Change-Id: I8891b4877fb8cf962e2afa96dafc1e62ceb1618a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539786 Commit-Queue: Allen Bauer <kylixrd@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#644530}
-
Ted Choc authored
The bots have been updated to 5.1.1, which is LOLLIPOP_MR1. This just disables the test for anything pre-marshmallow. Example failure: https://ci.chromium.org/p/chromium/builders/ci/Lollipop%20Phone%20Tester/21211 ../../content/browser/media/media_browsertest.cc:55: Failure Expected equality of these values: expected_title Which is: "ENDED" final_title Which is: "error" Stack trace: [WARNING:discardable_shared_memory_manager.cc(410)] Some MojoDiscardableSharedMemoryManagerImpls are still alive. They will be leaked. [ FAILED ] MSE_ExternalClearKey/EncryptedMediaTest.FrameSizeChangeVideo/0, where GetParam() = (0x9d970a3b pointing to "org.chromium.externalclearkey", 4-byte object <01-00 00-00>) (5931 ms) [----------] 1 test from MSE_ExternalClearKey/EncryptedMediaTest (5937 ms total) TBR=liberato@chromium.org BUG=778245 Change-Id: I6816cbabedd6c6a60b139e494b9dae35164f07b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540304Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#644529}
-
Daniele Castagna authored
gpu_perftests GPU initialization is not working if ozone is not initialized first. Test: gpu_perftests on a cros device Change-Id: I42c1cb080097259b7123d658d18be0dd712d470f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1529021Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#644528}
-
sebsg authored
Bug: 945551 Change-Id: I3ffd86b1e424bfbccfd101b053946360a38e75a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539195 Auto-Submit: Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#644527}
-
Scott Violet authored
This gives similar behavior to NativeWidgetAura, where it calls to the WindowParentingClient from init. This is necessary to ensure the right parent is picked up for transients created from the lock screen. In such a scenario the transient needs to be placed in the lock screen container. That was previously done by way of NativeWidgetAura calling to ParentWindowWithContext(). This gives similar behavior. BUG=945281 TEST=covered by test Change-Id: Id4ad2c5485988be05c256e8a38358790aff89948 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540278Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#644526}
-
Daniele Castagna authored
This patch gets rid of GL dependencies in exo. It replaces GL images creations, updates and deletions with SharedImages. Copies between shared images and queries are now issued using RasterInterface. Test: ARC++ works with Playstore and Youtube Change-Id: I1dda38fb2b4b93393f9f4a7d308a5c80a53c47e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1527328Reviewed-by:
kylechar <kylechar@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Auto-Submit: Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#644525}
-
Rouslan Solomakhin authored
Before this patch, the AutofillEnableCompanyName feature controlled whether the PaymentRequest billing address dropdown showed the organization name. However, PaymentRequest should always hide the organization name in the label for the billing address. This patch adds a boolean to CardEditor.java constructor that allows the class user to customize whether the billing address dropdown labels should include the organization name. The boolean is always true for PaymentRequest, but depends on AutofillEnableCompanyName for the Autofill Assistant. After this patch, PaymentRequest always hides the organization name in the labels of the dropdown for the card billing address. Bug: 945873 Change-Id: I9273c35b0aaa6349c8d54a1462224738eaf7ca32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540090 Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#644524}
-
Harley Li authored
Without an entry counter, users might get confused how many entries are in a cache storage, because the UI indication is not obvious enough. Besides, adding an entry counter is consistent with IndexedDB tables. When the path filter is not an empty string, the count reflects how many responses were matched in total. Bug: 930865 Change-Id: I058562a251163459eeb2adc24def4888f9a9e863 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1537254 Commit-Queue: Haihong Li (Harley) <hhli@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#644523}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/081bec34bf2d..48193b065ac6 git log 081bec34bf2d..48193b065ac6 --date=short --no-merges --format='%ad %ae %s' 2019-03-26 ilnik@webrtc.org In FrameBuffer call stats callback's OnCompleteFrame once per superframe 2019-03-26 hofbauer@webrtc.org Link x-axes across all figures for synchronized zooming in the Created with: gclient setdep -r src/third_party/webrtc@48193b065ac6 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll 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. BUG=chromium:none TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I3b26a3465adca2be2f0452199da72d6d72c8ebd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540036Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#644522}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/b946b2389c43..5d732177c04f git log b946b2389c43..5d732177c04f --date=short --no-merges --format='%ad %ae %s' 2019-03-26 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@5d732177c04f The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll 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. TBR=agable@chromium.org Change-Id: I86691696b6b487d81d5a5eb5a82d164c8a061bab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540037Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#644521}
-
Boris Sazonov authored
This CL changes the animation used for the transition from FRE activity to the activity that has triggered the FRE - now fade-out/fade-in transition is used instead of the default sliding transition. This looks better (especially for dialog-based FRE) and allows code simplification (no more need to disable the animation for TabbedModeFirstRunActivity). Bug: 945284 Change-Id: I8ae9e7d32cef5115ce617455dc24b970d73c1aa0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1537113 Auto-Submit: Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#644520}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 4b2e3d16. With Chromium commits locally applied on WPT: 685a1df9 "Extend canvas getContextAttributes WPTest" 11eae161 "HTMLVideoElement: implement playsinline and auto-fullscreen." 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 Directory owners for changes in this CL: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=lpz No-Export: true Change-Id: I502cc05b9c807246b67c4fe13fcdae2a7304d85e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539870Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#644519}
-
Hwanseung Lee authored
- remove kFixedBottomCenter which is only used at unittests - remove kSideCenter which is only used at unittests - remove kBubble* values which are not used. - drop "Touchable" in kBubbleTouchable* values. Bug: 940736 Change-Id: I2f136b04051dd075d0231fe8a26a0fb988f76206 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1534902 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#644518}
-
Filip Gorski authored
* Allows components using a Snackbar to choose a Theme. * Introduces a Google theme for the snackbar. Bug: 945376 Change-Id: Ia4fb4d580d4c2edbd65950a1211f97ec4805ef8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1535130Reviewed-by:
Becky Zhou <huayinz@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Filip Gorski <fgorski@chromium.org> Cr-Commit-Position: refs/heads/master@{#644517}
-
Mike Dougherty authored
Bug: 936300 Change-Id: I54abbbc073841347b9afa0daa854d04a1fc2aa7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539066 Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Auto-Submit: Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#644516}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/71c6104a1739..1b12fa2c0ae1 git log 71c6104a1739..1b12fa2c0ae1 --date=short --no-merges --format='%ad %ae %s' 2019-03-26 benjhayden@chromium.org Protect add_reserved_diagnostics against empty HistogramSets. Created with: gclient setdep -r src/third_party/catapult@1b12fa2c0ae1 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll 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=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:945517 TBR=sadrul@chromium.org Change-Id: I8221d31b49d22805ec9e02edc11ad9ce699ae871 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540048Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#644515}
-
Benedikt Meurer authored
The category was introduced in V8 as part of https://chromium-review.googlesource.com/1538135 and is used for detailed trace events of the TurboFan optimizing compiler. It should be listed here alongside the other V8 events for a better user experience. Bug: v8:8598, v8:9039 Change-Id: I2ac267af2083fb724e9e524a8e9ddfb6ba6b5611 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539843 Auto-Submit: Benedikt Meurer <bmeurer@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Reviewed-by:
oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#644514}
-
Benoît Lizé authored
Also move the loading metric recording to a background thread. Bug: 918946 Change-Id: Ibc6df868167435b07682f3a5bfb4bc33e0f1561c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1535884Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Commit-Queue: Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#644513}
-
David Benjamin authored
The CreateObject implementation should release the ppp_class_data when it goes out of scope. Bug: 258113 Change-Id: I563c6b5234f5ac94fed4fd43ce69c448e54866de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539692Reviewed-by:
Bill Budge <bbudge@chromium.org> Commit-Queue: David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#644512}
-
rbpotter authored
Increasing side padding to 8px from 4px, and decreasing icon size from 20px to 16px, per UX input. Bug: 934061 Change-Id: Iab5761e7be3b5933a4481200a4de2f07b1f72c58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540068Reviewed-by:
Esmael El-Moslimany <aee@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#644511}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/d3d3aa03e109..91e949292f59 git log d3d3aa03e109..91e949292f59 --date=short --no-merges --format='%ad %ae %s' 2019-03-26 cwallez@chromium.org BUILD.gn: put public include dirs in all_dependent_configs 2019-03-26 brandon1.jones@intel.com Change Copy Validation To Allow Depth = 0 Copies Created with: gclient setdep -r src/third_party/dawn@91e949292f59 The AutoRoll server is located here: https://autoroll.skia.org/r/dawn-chromium-autoroll 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=luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:938895 TBR=cwallez@chromium.org Change-Id: I98a9e500fd4b9e0a1b9321658abfe3f56d4de806 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540040Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#644510}
-
Jun Cai authored
This CL updates URLLoader::OpenFilesForUpload to open limited number of files at a time. Bug: 939606, 944218 Change-Id: I69f262e122fbdd9216393656d75645cd5b60f450 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1520317Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Robbie McElrath <rmcelrath@chromium.org> Commit-Queue: Jun Cai <juncai@chromium.org> Cr-Commit-Position: refs/heads/master@{#644509}
-
John Abd-El-Malek authored
Add a regression test for r632725, which fixes renderer hangs if the network process crashes during a cookie request. Bug: 932305 Change-Id: If809f1e3d5fe2fec9d33daef2d5f627db92952a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539178Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#644508}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/fb0753640a07..2ff54e34ed37 git log fb0753640a07..2ff54e34ed37 --date=short --no-merges --format='%ad %ae %s' 2019-03-26 33432579+alan-baker@users.noreply.github.com Handle function decls in Structured CFG analysis (#2474) 2019-03-26 33432579+alan-baker@users.noreply.github.com Add option to validate after each pass (#2462) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@2ff54e34ed37 The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll 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. TBR=dsinclair@chromium.org Change-Id: Ida77bb094cdab83e385c23c9f5e069018f27c81e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540047Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#644507}
-
Erik Luo authored
Before, Console logs with an associated Network request would link all links to the request's URL. Now, it uses normal linkifier, for links with a different URL, allowing external ones. Bug: 925508 Change-Id: I96e7aaf75ad1597852a8dd5e1b2a5363df3ff844 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540060Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Commit-Queue: Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#644506}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/5ccc6eaadf1a..c8e39ebcf304 git log 5ccc6eaadf1a..c8e39ebcf304 --date=short --no-merges --format='%ad %ae %s' 2019-03-26 jclinton@chromium.org config: Wipe build roots for non-paladin asan, ubsan, and fuzzer Created with: gclient setdep -r src/third_party/chromite@c8e39ebcf304 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll 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=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@chromium.org Change-Id: Id6e0164a9e3adfb5f8835589668b85f23ed7df12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540046Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#644505}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/b66b4e0b328b..cadd2cc7ad7f git log b66b4e0b328b..cadd2cc7ad7f --date=short --no-merges --format='%ad %ae %s' 2019-03-26 fmayer@google.com Merge "Do not fail if ClientConfiguration cannot be read in one chunk." Created with: gclient setdep -r src/third_party/perfetto@cadd2cc7ad7f The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-chromium-autoroll 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. TBR=perfetto-bugs@google.com Change-Id: I0f40b9ea1aac676f7112f4f9ddb1896e48129b2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540039Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#644504}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/88a0c6d6..e9845b09 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I9add0921fda99337c6a3ba84521be82df9317242 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538824Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#644503}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/213a8ce6d5c2..cc6473f7d80d git log 213a8ce6d5c2..cc6473f7d80d --date=short --no-merges --format='%ad %ae %s' 2019-03-26 capn@google.com Regenerate Windows LLVM configs 2019-03-26 capn@google.com Regenerate Linux LLVM configs 2019-03-26 capn@google.com Add Windows support to LLVM config generation script 2019-03-26 capn@google.com Disable LLVM_ENABLE_THREADS in config generation script Created with: gclient setdep -r src/third_party/swiftshader@cc6473f7d80d The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll 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=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=swiftshader-team+autoroll@chromium.org Change-Id: I82d8e4db58f511f2b9dd6d44639ccb682724524b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540044Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#644502}
-
Elly Fong-Jones authored
This change removes the flag and the backing switch. Bug: None Change-Id: I169ca0f1460544e29771b148455d258c971acc9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540095 Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#644501}
-
Dave Tapuska authored
Determine if we are in a sandbox iframe preventing top level navigation. Add a histogram to count the number of navigations starting from such frames that stay within the subtree or affect frames outside of it, to determine if it is feasible to adjust the policy here. BUG=705583 Change-Id: Ie9c808035af367e868b1a422b549aa4a618654a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1524624 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#644500}
-
Robert Ogden authored
Some concerns came up during privacy review about how 'cloud technology' might be translated too literally so this improves the description. Bug: 929532 Change-Id: I82b424d90436e6ae94928f78c56cf0247d3c3a01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540075Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Commit-Queue: Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#644499}
-