- 24 Oct, 2019 40 commits
-
-
John Lee authored
- Add more accessible labels for title and alert states. - Move the focusable target from TabElement's host to inner #tab element to allow aria-labelledby to work. - Add role and tabindex to appropriate elements. - Does not update focus outline UI. Screenshot examples of what is read out: https://imgur.com/a/o0Hmu3a Bug: 1017472 Change-Id: I230e810fadf92749c2ecf824bb92eb4d8c45774d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877194 Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#709246}
-
Philip Rogers authored
Benchmark owner list: go/chrome-benchmarks How to update benchmark owners: https://chromium.googlesource.com/chromium/src/+/master/docs/speed/benchmark/benchmark_ownership.md Change-Id: Ie32ea8e90adc8e4db881ee697829d62ce545ecda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879312 Auto-Submit: Philip Rogers <pdr@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Commit-Queue: Annie Sullivan <sullivan@chromium.org> Cr-Commit-Position: refs/heads/master@{#709245}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/f9b58fba9eab..cb771c6c486e git log f9b58fba9eab..cb771c6c486e --date=short --no-merges --format='%ad %ae %s' 2019-10-24 saklein@chromium.org Sdk/Create: Additional replace checks. 2019-10-24 anushruth@chromium.org deploy_chrome: Add logs to check the process blocking umount if it fails 2019-10-24 chrome-bot@chromium.org Update config settings by config-updater. Created with: gclient setdep -r src/third_party/chromite@cb771c6c486e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I98620b5a8c69293021f8232f5a0118bba845fa97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879419Reviewed-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@{#709244}
-
Gayane Petrosyan authored
In this CL create a simple dialog with a close button. The dialog also displays Share/Scan tabs but no functionality is implemented for those. screenshot: https://screenshot.googleplex.com/JHExGzx6ds6.png Bug: 993920 Change-Id: I056c8397d640092ac7c3aa56e3d0a983a9551cf0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869884 Commit-Queue: Gayane Petrosyan <gayane@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#709243}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 1f094d33. With Chromium commits locally applied on WPT: 1d5b803f "Add WebVTT support for inline styling - Web Platform Tests" 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 NOAUTOREVERT=true TBR=smcgruer No-Export: true Change-Id: Iebc533ea228b9214abe14b560955b9c06f87e012 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880047Reviewed-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@{#709242}
-
Michael Ludwig authored
This updates the CanPassBeDrawnDirectly logic to allow for SolidColorDrawQuads, although it still has the requirement that the quad is opaque with src-over blending. Bug: 1013735 Change-Id: I433e00561c72f0e8069e7ae1ecf7ab066eb518b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860936 Commit-Queue: Michael Ludwig <michaelludwig@google.com> Reviewed-by:
weiliangc <weiliangc@chromium.org> Cr-Commit-Position: refs/heads/master@{#709241}
-
Dale Curtis authored
Since we have been unable to join on the VideoDecoderStats table due to processing times and lack of cross correlation per resolution, metrics leadership has asked we add this field directly to watch time calculations. This adds a new callback to the WatchTimeReporter for pulling the PipelineStatistics object (just like VideoDecodeStatsReporter does) and uses that to collect an initial and then subsequent relative values as watch time reporting ticks along. BUG=1002567 TEST=updated unittests R=chcunningham Change-Id: I3cf3a3bf779021e9677d8b511a8066efdeeb492b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869341 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#709240}
-
Caleb Rouleau authored
Before, we did direct story_set manipulation. This is a bad pattern however per crbug.com/980758 and we would prefer to delete that functionality. Note that this problem could have been solved instead by passing --run-full-story-set into options_for_unittests, but then we would not be removing the usage of RemoveStory, and we would not be running the abridged stories as the smoke tests. Bug: 980758, 965158 Change-Id: I027783d0920409df2d645b7fe8f6c26392aee3fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874821Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#709239}
-
Matt Menke authored
With the removal of URLRequestFileJob and URLRangeRequestJob, these classes are no longer in use. Bug: 934009 Change-Id: I68632b3d79609d72762c4fd8a186eac6d5d7c36b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869726 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#709238}
-
Matt Menke authored
They weren't being used in production, other than URLRequestDataJob::BuildResponse(), which just wraps DataURL::BuildResponse, which this CL migrates both existing consumers to. Also slightly clean up the DataURL API. Bug: 934009 TBR: kojii@chromium.org Change-Id: Iea9ec1b607c25bcbc4ee80c12f498c2ad6832e42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869725 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#709237}
-
Dan Beam authored
* border-radius on matches: 8px -> 16px * search magnifying glass icons (in matches): 20px -> 16px * change search icon in realbox to Google G icon Fixed: 1017495 Change-Id: I34005dda8e39a91efd35ec884d50e37050af300f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877618 Auto-Submit: Dan Beam <dbeam@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#709236}
-
Tibor Goldschwendt authored
This simplifies the selection code and prepares for moving components into modules. Bug: 870055 Change-Id: I7042eb396cb114a74f7e77933f644184d411ce7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874610 Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#709235}
-
Carlos Caballero authored
MessageLoop is going away soon. This CL was uploaded by git cl split. R=dominickn@chromium.org Bug: 891670 Change-Id: Ied8aaf4fc0778567283544e64c84b37f3f547c5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1878373 Commit-Queue: Dominick Ng <dominickn@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Auto-Submit: Carlos Caballero <carlscab@google.com> Cr-Commit-Position: refs/heads/master@{#709234}
-
Mustaq Ahmed authored
It's not clear why this had been added originally 9+ years ago. No longer needed with UAv2. Bug: 959850 Change-Id: I597809c023d1f1b382a27fdca6823ce540b45a7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875284Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/master@{#709233}
-
Devlin Cronin authored
Most of the JS-based DeclarativeContentCustomBindings are no longer necessary with native bindings (only the setIcon handling still is). Remove the majority of the JS bindings, as well as the CssNativeHandler class (which was only used by the DeclarativeContent JS bindings). Bug: 938998 TBR=halliwell@chromium.org (removing unused include) Change-Id: Ie9bf12f4a050b7b79cd55ef2ff361f19ab913cf3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879947 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#709232}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/9d48adc199ee..1ac605ab1a88 git log 9d48adc199ee..1ac605ab1a88 --date=short --no-merges --format='%ad %ae %s' 2019-10-24 lalitm@google.com trace_processor: add fast path for eq constraints on id columns 2019-10-24 lalitm@google.com perfetto: bump trace processor and traceconv shas to d4a217b1 2019-10-24 lalitm@google.com Merge "trace_processor: add more benchmarks for RowMap and macro tables" 2019-10-24 chiur@google.com Merge "Add VK command buffer to gpu_render_stage" Created with: gclient setdep -r src/third_party/perfetto@1ac605ab1a88 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=perfetto-bugs@google.com Bug: chromium:135177627,chromium:142489755 Change-Id: Ifb5f35867d3e4166647f68f291e275b76d03262b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879416Reviewed-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@{#709231}
-
Xida Chen authored
All the blockers for this feature has been removed, and it is ready to be shipped. Note that normally the "enable-threaded-compositing" is not enabled when running the layout test, and off-thread paint worklet layout tests are meaningless without the compositor thread. So this CL makes the layout tests running on the main thread, which means we need to keep the virtual/threaded/external/wpt/css/css-paint-api/ tests. Bug: 829967 Change-Id: Ie7bd45e09c01729c238c1e3b8fb38e717e84e70e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869332 Commit-Queue: Xida Chen <xidachen@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#709230}
-
Torne (Richard Coles) authored
This message gets logged when the WebView is being garbage collected and does not indicate an actual unexpected condition; the caller of getOrSetUserData should be explicitly handling a null return value and it's a bug otherwise. Downgrade the message to debug level so that it will be stripped in release, to avoid app developers assuming that something is broken. Change-Id: Ifb7e38dfc4dbad01cdb952bda1ed40a0431ee445 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1878989 Auto-Submit: Richard Coles <torne@chromium.org> Reviewed-by:
Jinsuk Kim <jinsukkim@chromium.org> Commit-Queue: Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#709229}
-
Justin Donnelly authored
This feature's sole purpose is to allow users to opt in to expermental configurations in the Suggest backend. Change-Id: Iee93035a6427eb4999604748c760c37d81259aa0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876731 Commit-Queue: Justin Donnelly <jdonnelly@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#709228}
-
Steven Bingler authored
Modify storage partition cookie helper functions to use MakeAllInclusive() instead of the CookieOptions() in order to prevent test breakage when cookies become SameSite-by-Default. MakeAllInclusive() has a SameSite context of STRICT instead of CookieOptions()'s CROSS_SITE. Bug: 1016512 Change-Id: Id826eeaf0bea5c0bd60dc6380f57fd419d62388d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879561Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Steven Bingler <bingler@chromium.org> Cr-Commit-Position: refs/heads/master@{#709227}
-
Jan Wilken Dörrie authored
This change modifies base::CommandLine::StringType to be std::wstring on Windows. It relies on changing base::FilePath::StringType to std::wstring on Windows as well, in order to compile once base::string16 is no longer std::wstring. Bug: 911896 Change-Id: I07accc7e043fadf2b584799b699881f300e18bb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875748Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#709226}
-
Gary Kacmarcik authored
Bug: 1012545 Change-Id: I8f8573b74691f7721e1549fa69e3ab6ff7949d3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879780 Auto-Submit: Gary Kacmarcik <garykac@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#709225}
-
Ryan Sleevi authored
The one place it was used, it was used incorrectly, passing a net::CertStatus instead of a net::Error TBR=mmenke@chromium.org Bug: 618799 Change-Id: Ia668f3e296835a2616aac14071026bf008669366 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879848 Commit-Queue: Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/master@{#709224}
-
Yuke Liao authored
This CL updates per-cl coverage documentation with percentages. Change-Id: Ib39834a06dfb03b48f4f3449223ebfce91c6a52a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876730 Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Cr-Commit-Position: refs/heads/master@{#709223}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/1906f405ba0f..b1a96724321f git log 1906f405ba0f..b1a96724321f --date=short --no-merges --format='%ad %ae %s' 2019-10-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-10-24 tikuta@chromium.org presubmit: remove reserved field from InputProperties Created with: gclient setdep -r src/third_party/depot_tools@b1a96724321f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=agable@chromium.org Bug: chromium:1002153 Change-Id: I32022b23b8ca18275931ddc01380c77c6b7dd81e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879415Reviewed-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@{#709222}
-
rbpotter authored
showOnLeft_ was updated to be computed based on whether the viewer was in Print Preview, which is set at construction rather than after retrieving strings from the backend. As a result, the document text direction was not yet set and the computation returned the wrong result. Instead, compute show on left one time when strings are set, since neither isPrintPreview nor the document direction should change while the viewer is open. Fixed: 1017081 Change-Id: I849af87b361d889f1655d9d2bdb04b16fcffe454 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877816Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#709221}
-
Dana Fried authored
This allows the text associated with the account icon in the toolbar to elide when displaying the entire text would cause the omnibox to become unusably small or force the kebab/wrench menu icon off the side of the toolbar and out of view (see attached bug). We also include some changes in view and label_button so that we don't accidentally report a stale size. The change to caching only text size is because that's the expensive part of the operation - the rest is relatively simple math. Bug: 1012681 Change-Id: I10db6848a317dfa120472b749bcd77762ce6f62b Fixes: 1012681 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876128 Commit-Queue: Dana Fried <dfried@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Reviewed-by:
Caroline Rising <corising@chromium.org> Cr-Commit-Position: refs/heads/master@{#709220}
-
Xianzhu Wang authored
There was another level of mocking in blink. Change-Id: I8824f71848cf775bbb40e9acf4948cc39fed0835 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879471Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#709219}
-
John Budorick authored
Bug: 1011474 Change-Id: I29d326b5d7cd21734b71c2bd4c54c31c265e6f85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879596Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#709218}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/e107faa062c4..740f85949db2 git log e107faa062c4..740f85949db2 --date=short --no-merges --format='%ad %ae %s' 2019-10-24 herb@google.com Redo removing annoying link messages Created with: gclient setdep -r src/third_party/skia@740f85949db2 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC michaelludwig@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;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=michaelludwig@google.com Bug: None Change-Id: Ic40f3081b61f708c803d46cfbf22efbd0ff7d0e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879414Reviewed-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@{#709217}
-
Tom Anderson authored
This change makes it so you don't have to resetart Chrome to see cursor theme changes. Also move some X11 code out of gtk_ui.cc which didn't belong there. BUG=1013426 Change-Id: I1bd3b98cf374783c6805ac23fc839bbf4b21395b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869557 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#709216}
-
Michael Spang authored
Avoid an arbitrary default display size of 800x600 on headless. Headless is used on some products that don't have an attached display and having a large dummy display can cause unnecessary work. This doesn't stop tests from creating 800x600 windows; it's fine to create a window larger than the display. Bug: 1017311, 891613 Change-Id: If0ef5b7f41df5a987c4ce1d819432661e00e2a52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872949 Commit-Queue: Michael Spang <spang@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Auto-Submit: Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#709215}
-
Brian Sheedy authored
Sets up the builders "GPU FYI Win x64 DX12 Vulkan Builder" and "GPU FYI Win x64 DX12 Vulkan Builder (dbg)" along with their associated testers "Win10 FYI x64 DX12 Vulkan [Debug|Release] (NVIDIA)". Also sets up the manual trybot mirrors for these new pairs as "gpu-fyi-try-win10-nvidia-dx12vk-[dbg|rel]-64". Bug: 1010584 Change-Id: I1daa7cc721e50b5d2f44cf434eb33f08e4d128e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846482 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Reviewed-by:
Maggie Chen <magchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#709214}
-
Tibor Goldschwendt authored
All libraries that are depended on by a single module will be allotted to this module. All other libraries will be allotted to base. The allotment is added to the android_app_bundle template since only there we know about all libraries that are part of a bundle. See go/native-dfm-load-v2 for more context and details. Bug: 870055 Change-Id: Ia2be54a6b46b415842bb8860298e46352332d3f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876975 Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#709213}
-
Vladimir Levin authored
This replaces a leaky new with a local static variable for the display lock fuzzer environment. This is a speculative fix for the referenced bug. R=schenney@chromium.org Bug: 1013486 Change-Id: I717437eac8d3d6f3d81515e2822209a676047698 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873916 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#709212}
-
Zhenyao Mo authored
It seems they cause video frame drop. BUG=995396 TEST=user R=sunnyps@chromium.org Change-Id: I0e0d227e564ba1390478b8020ab84fa2f7e28fae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877049 Commit-Queue: Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#709211}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/13b94d068bdf..154145a8f4cf git log 13b94d068bdf..154145a8f4cf --date=short --no-merges --format='%ad %ae %s' 2019-10-24 tmrts@chromium.org [vinn] Enable snapshots and update Windows d8 binary to 7.6.303.31 Created with: gclient setdep -r src/third_party/catapult@154145a8f4cf If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC sadrul@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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=sadrul@google.com Bug: chromium:1001953 Change-Id: Ife50995ac73df07dad06c01e8ce970ba921b971b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1878868Reviewed-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@{#709210}
-
Mitsuru Oshima authored
Bug: 1001696 Test: tast ui.OverviewPerf Change-Id: I9dd9ce83b2d626deed1bac718db46fc9c325967a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877533 Commit-Queue: Mitsuru Oshima (slow) <oshima@chromium.org> Reviewed-by:
Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#709209}
-
Etienne Pierre-Doray authored
This refactors UnPackArchive to return UnPackStatus instead of GetLaastError(). Some errors don't have a clear DWORD mapping and it's more straigthforward to return UnPackStatus as the main result, and use it to decide success/failure at call sites. Change-Id: I0aef82ba65a7cd134a2ecd552cee9b600f188e89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846312Reviewed-by:
Sorin Jianu <sorin@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#709208}
-
Hans Wennborg authored
Bug: 1016947 Change-Id: I5e5f36f5d0e727e35a7d8375cf47eefbfe47eec1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879927 Auto-Submit: Hans Wennborg <hans@chromium.org> Reviewed-by:
Reid Kleckner <rnk@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#709207}
-