- 11 Mar, 2020 37 commits
-
-
Peter Kasting authored
Also moves this to ui/base/pointer/, and while I'm touching all the lines anyway, renames GetInstance() to Get(). Bug: 940769 Tbr: gab Change-Id: I399c3502e8d67f8e70c513ce1d3a9d9648fa6e44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2092426 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#749016}
-
Sebastien Marchand authored
Most of the coverage configuration can be re-used for general Clang-based profiling (e.g. the profiling step of a PGO build). This changes most of the |use_clang_coverage| checks to |use_clang_profiling|. The toolchain opt-out option is still limited to the coverage builds (grep for "toolchain_use_clang_coverage" in CodeSearch). I.e. targets built simply with |use_clang_profiling=true| won't be opted out by the clang_code_coverage_wrapper.py script. This CL is a pure refactoring with no functional change. Getting profiling information from the sandboxed renderers work this way: - After creating a new child process the browser will open a profiling file for this process and pass the handle to the child via the SetProfilingProfile Mojo call (see change in content/browser/renderer_host/render_process_host_impl.cc). - This process will used by the LLVM instrumentation to record profiling information. - When terminating, child processes will call WriteClangProfilingProfile to write the data to the profiling data file. - Once all the raw profile data files have been collected, they'll be merged (via the "llvm-profdata" tool) and used. Note that this isn't meant to be enabled into any build that will be shipped to users (a profiling build is usually 10x bigger than a normal build anyway, not really shippable). The goal of this refactoring is to make it possible to reuse this mechanism for the instrumentation step of PGO builds. Bug: 1058979 Change-Id: If8321234f6b6f86befd81f6e9e068a342728d605 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090493Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Sajjad Mirza <sajjadm@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#749015}
-
Joseph Kim authored
Typo in comment and unused variable. Change-Id: I72ef1da2ec445d088faf61c181783c4b8f3b5f16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2091094Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Patti <patricialor@chromium.org> Commit-Queue: Joseph Kim <josephkimsh@google.com> Cr-Commit-Position: refs/heads/master@{#749014}
-
Kevin Ellis authored
https://github.com/w3c/csswg-drafts/issues/4822 Bug: 1059772 Change-Id: Id21c3c152f8cf6771703a16fcab8e80686608170 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090197 Commit-Queue: Kevin Ellis <kevers@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/master@{#749013}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/ab98a3792093..715c8c459f00 git log ab98a3792093..715c8c459f00 --date=short --first-parent --format='%ad %ae %s' 2020-03-11 brcui@microsoft.com Infobar Improvements Created with: gclient setdep -r src/third_party/devtools-frontend/src@715c8c459f00 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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 Bug: chromium:1056348 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I593aa05cee03aaabb044bb3118c73587d822eb97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097473Reviewed-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@{#749012}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/bf355123ae3b..3e192165cb65 git log bf355123ae3b..3e192165cb65 --date=short --first-parent --format='%ad %ae %s' 2020-03-10 jvanverth@google.com Hoist GrVkResource up so it can be used for D3D and Metal. Created with: gclient setdep -r src/third_party/skia@3e192165cb65 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 brianosman@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 Bug: None Tbr: brianosman@google.com Change-Id: I2196c14f5c9ff4230123de180cdc5f1427d297e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097472Reviewed-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@{#749011}
-
Sajjad Mirza authored
crrev.com/c/2071164 created an unusued operator<< for this type which conflicts with the autogenerated one in the out/ directory. In most builds this is OK because the bad definition is `inline`, but never used, so the compiler never emits into an object file. However in a coverage build the symbol has to be emitted so that coverage can be tracked, and then it collides with the other operator<< definition. Note that it's illegal to have both inline and non-inline definitions of the same function in C++, so this was always invalid code, even though it took a behavior of the coverage system to expose it. Bug: 1060343 Change-Id: Ifb5f5143fa5d651e17305ba1b364b22af644b93b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097128Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Sajjad Mirza <sajjadm@chromium.org> Cr-Commit-Position: refs/heads/master@{#749010}
-
Chris Lu authored
Adds metrics to track user taps on the overflow badge, the number of times the overflow badge is shown, and when a user taps on a row in the overflow menu. Fixed: 1055549 Change-Id: I43fa4fcb2bced7bdcda5209688fba5ffe5066e26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076662 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#749009}
-
Ryan Sleevi authored
This reverts commit d828e2eb. Reason for revert: Despite the original description, this didn't update schema_org_properties with the correct //base dep, causing build flakiness again. Original change's description: > Reland: "Add validator for schema org entities and types in doc metadata mojo." > > " > * Add a validator that removes properties that are not the right type. > * Add double, time, and timedelta types in the document metadata mojo > structure. > * Use the new mojo types in document metadata extractor. > " > > This is a reland of https://crrev.com/c/2062907 which was reverted in > https://crrev.com/c/2095670. > > The substantial changes are two-fold: > (1) add build dep on base in schema_org_properties. This should fix the > try bot issue which was somehow skipped. > (2) Rebase on top of https://crrev.com/c/2073337 which was submitted and > contains some changes to the mojo structure. > > Change-Id: I7f47d74e8833f76d4077028eac0dcb43790a1d26 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097059 > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Becca Hughes <beccahughes@chromium.org> > Commit-Queue: Sam Bowen <sgbowen@google.com> > Cr-Commit-Position: refs/heads/master@{#748945} TBR=dcheng@chromium.org,beccahughes@chromium.org,sgbowen@google.com Change-Id: I3e6b80e0469267cc658ba2f2ac63bbcdc0d913e5 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097190Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: Ryan Sleevi <rsleevi@chromium.org> Cr-Commit-Position: refs/heads/master@{#749008}
-
Kei Nakashima authored
In the current code, |insert| doesn't work correctly since it does not update prev/next indices when free list is not empty. This CL fixes it. Change-Id: I6355bfd61e4a7b8f928a462e45fb98702f005f03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094491Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Bartek Nowierski <bartekn@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Kei Nakashima <keinakashima@google.com> Cr-Commit-Position: refs/heads/master@{#749007}
-
Tom Anderson authored
A very commonly recurring bug is forgetting to call ParentClass::OnThemeChanged() in DerivedClass::OnThemeChanged(). This CL adds a DCHECK that attempts to address this issue. In the process, many missing OnThemeChanged() calls were discovered. It's probable that some of these may cause unexpected colors in certain UI that was relying on the hardcoded default colors. BUG=None R=sky CC=pkasting Change-Id: Ifad583b4bce077454b1f9f1c7df4762b966b026b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090713 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@{#749006}
-
Alex Newcomer authored
This continues to be useful to our team, bump it by a year. Bug: 1043691 Change-Id: I68a729b54c11e96569f5f3880c188b6b1b2e2f8f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2085376Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#749005}
-
Noel Gordon authored
To expose more of the elider button tap-target surface, move the drop- down menu vertically down. Use for 4px for now, to semi-align with the other toolbar action-icons that have a drop-down menu [1]. [1] In future CLs, we should consider moving all the action-icon menus down by 8px so their menu top position aligns with their <button> tap- target box bottom position => issue 1059490. .___. | | <= <button> tap-target 48px box |___|_________. | | | menu-item 1 | | menu-item 2 | <= drop-down menu box | menu-item 3 | |_____________| Bug: 1035691,1059490 Change-Id: I1fbea5c42f47906775dbb3c89c9104d02168c888 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096321 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Auto-Submit: Noel Gordon <noel@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#749004}
-
Joel Hockey authored
Delay first progress output for startup status so that terminal opened when crostini is already running should expect no display. Removed emojis. Bug: 1016680 Change-Id: Iedd177241430980b6232bbd3d08343a1437f0009 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096060 Auto-Submit: Joel Hockey <joelhockey@chromium.org> Commit-Queue: Jason Lin <lxj@google.com> Reviewed-by:
Jason Lin <lxj@google.com> Cr-Commit-Position: refs/heads/master@{#749003}
-
Bettina authored
Real time url checks are currently allowed for MBB users. Real time url checks with tokens are allowed for only users with MBB and sync enabled. Now, users will only have to enabled enhanced protection to get real time url check with or without tokens. Bug: 1059994 Change-Id: I470ed7396dbc16fa95ebb3d44699f41f0c0e09c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095917 Commit-Queue: Bettina Dea <bdea@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Reviewed-by:
Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#749002}
-
dpapad authored
The enum is used by the WebUI.Settings.PathVisited histogram. Bug: 1059098 Change-Id: I5ce62b70691ed810834b5ed5ce18b326bf8fca0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097358Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Ilya Sherman <isherman@chromium.org> Commit-Queue: dpapad <dpapad@chromium.org> Auto-Submit: dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#749001}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/4bdcfb7b6e69..8bf3aecd3335 git log 4bdcfb7b6e69..8bf3aecd3335 --date=short --first-parent --format='%ad %ae %s' 2020-03-10 chonggu@google.com [Telemetry] Add logic to test whether port forwarding has started. 2020-03-10 eseckler@chromium.org trace_data: Raise exceptions only after traces are added to artifacts Created with: gclient setdep -r src/third_party/catapult@8bf3aecd3335 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 eseckler@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:chromeos-kevin-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:1058255,chromium:1059767 Tbr: eseckler@google.com Change-Id: Ic24d0e80802261b818624eee5424dadd434fdb0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097466Reviewed-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@{#749000}
-
Luciano Pacheco authored
Bug: 1058536 Change-Id: I153bc4fd016523e5aa44409798326237e180c247 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096798 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#748999}
-
Piotr Bialecki authored
Change-Id: I554f2879cee4bd87160ccfc48c63e93aab236970 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097465 Commit-Queue: Piotr Bialecki <bialpio@chromium.org> Commit-Queue: Klaus Weidner <klausw@chromium.org> Auto-Submit: Piotr Bialecki <bialpio@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#748998}
-
dpapad authored
This regressed at r742504 Fixed: 1059855 Change-Id: Ife8236a8eea460536bb9c8a440a92fcea865b86d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097355 Auto-Submit: dpapad <dpapad@chromium.org> Reviewed-by:
Theodore Olsauskas-Warren <sauski@google.com> Commit-Queue: dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#748997}
-
Luciano Pacheco authored
The new breadcrumbs is positioned only on top of the file list/grid, instead of on top of directory tree and file list/grid, this changes the logical order of the tab sequence. Additionally, because the new breadcrumb is a custom element with shadowRoot, using tabindex > 0 on its sub-elements doesn't follow the desired order and having the tabindex > 0 is not recommended by lighthouse [1]. This CL changes all Files app tabindex to 0 instead of greater than 0. For previous design this doesn't change any tab order, for the new design it has a different order and this is desired due to new breadcrumb position, see bug for tab order details. This CL updates the tab_index.js integration tests to have these 2 different tab orders. Change helper function checkNextTabFocus() to dive in to shadowRoot to be able to test the breadcrumbs sub-elements being focused. [1] - https://developers.google.com/web/fundamentals/accessibility/focus/using-tabindex Bug: 1059137 Test: browser_tests --gtest_filter="TabIndex/*" Change-Id: Id39f2b1347235858b394229227e10288fe157b47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089192Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#748996}
-
Henrique Nakashima authored
Bug: 1012975 Change-Id: I5d4d97d0826238cd296f630c3bc82c18283b1905 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095567Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/master@{#748995}
-
Will Harris authored
BUG=767906 Change-Id: I7016b8ffe9b07345f008916c5b7b54462edb5b17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097239 Auto-Submit: Will Harris <wfh@chromium.org> Reviewed-by:
James Forshaw <forshaw@chromium.org> Commit-Queue: Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#748994}
-
Xiaohan Wang authored
These are currently only used for Flash, which is scheduled to be deprecated in M87 (https://www.chromium.org/flash-roadmap). Hence, delay the expiry to M87. Bug: 1037200 Change-Id: Icfb64eda728eea20d39f299407217729fd3e335a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097459 Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Commit-Queue: Ilya Sherman <isherman@chromium.org> Auto-Submit: Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#748993}
-
Tommy C. Li authored
This CL puts a very simple cr-autocomplete-match-list web component within the chrome://resources/cr_components shared directory for usage in both the top chrome omnibox (experimentally under a flag) and the WebUI NTP. Bug: 1046561 Change-Id: I760d7ce2b4eeebf63277a9ca1ca5891bf49dcef1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2091631 Commit-Queue: Tommy Li <tommycli@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#748992}
-
Darren Shen authored
Change-Id: I1aec44b39dca1a7d3a85e3ac962643de4fa6e979 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096326 Auto-Submit: Darren Shen <shend@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#748991}
-
Jun Cai authored
This CL converts base::Closure to base::OnceClosure in //components/sessions Bug: 1007732 Change-Id: Ib49c7e022e67a974e79637f386f941f627abcd3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097018Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Jun Cai <juncai@chromium.org> Cr-Commit-Position: refs/heads/master@{#748990}
-
Raymond Toy authored
Convert more places including: filters/decrypting_demuxer_stream filters/decoder_selector Also needed to pass a TimeDelta object by value to fix a presubmit error about passing Time objects. Bug: 1007799 Change-Id: I8f9b363a8a28dcbdae566e20d9cf73ca0820c768 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2092168 Commit-Queue: Raymond Toy <rtoy@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#748989}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/da0658022d4c..fe6381e8e366 git log da0658022d4c..fe6381e8e366 --date=short --first-parent --format='%ad %ae %s' 2020-03-10 thestig@chromium.org Support /SMaskInData in JPEG2000 images. 2020-03-10 thestig@chromium.org Add a pixel test for /SMaskInData in JPEG2000 images. Created with: gclient setdep -r src/third_party/pdfium@fe6381e8e366 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@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 Bug: None Tbr: pdfium-deps-rolls@chromium.org Change-Id: I9386c6be304be89789f97f5de347d20b2a3b606c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097458Reviewed-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@{#748988}
-
Ben Mason authored
This is due to build failure: crbug/1060174 TBR: agrieve@chromium.org Change-Id: I42a72fb19010c2f8f3cec54fd0ff95c0ecb630d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097142 Commit-Queue: Ben Mason <benmason@chromium.org> Reviewed-by:
Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#748987}
-
Corentin Wallez authored
This CL makes the Associate/DissociateMailbox commands automatically flush pending Dawn commands so that users of the WebGPUImplementation don't need to remember to do it everytime. Bug: chromium:1059777 Change-Id: I15f6ec1528657b063d83710f119329c8865b3f65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095102 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#748986}
-
dalyk authored
This cl adds a new error message when the custom text field entry passes the formatting check but a test DNS query fails. Bug: 1040145 Change-Id: If25737013e942814d1f7bf0a0ac5d5c72c72e757 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2082357Reviewed-by:
Eric Orth <ericorth@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Katharine Daly <dalyk@google.com> Cr-Commit-Position: refs/heads/master@{#748985}
-
Victor Costan authored
Most macOS builds are of the form major-minor-build, such as 19D76. In some cases, packaging errors are fixed by repackaging an existing build. In those cases, the build gets a packaging version, such as 19E258a (packaging version 2), or 19E234g (packaging version 8). This CL updates the parsing code to account for the package version. Bug: 1049832 Test: gn gen with enable_nacl={on,off} on macOS 19D76. Change-Id: I3aac7ee56acc46a77b7a7a8ea5b19ea386c5d84d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096912 Auto-Submit: Victor Costan <pwnall@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#748984}
-
Kelvin Jiang authored
Flatbuffer schemas/parsing will be added in follow up CLs Bug: 947591 Change-Id: I89ec2f438b480923274b044ccba64a5ce7eccd6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094214Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Kelvin Jiang <kelvinjiang@chromium.org> Cr-Commit-Position: refs/heads/master@{#748983}
-
Kramer Ge authored
OzoneDrmMojo feature is enabled by default. Per go/finch-best-practices field trial config is not needed. Bug: 620927 Change-Id: I4ceb60c049555a169ccb9154b31e848b5d3ce894 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096905 Auto-Submit: Kramer Ge <fangzhoug@chromium.org> Commit-Queue: Ilya Sherman <isherman@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#748982}
-
Rayan Kanso authored
Bug: 1059788 Change-Id: Ia02550fc2ad56f6c0a8b8dd27f522ae56f101451 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095721 Auto-Submit: Rayan Kanso <rayankans@chromium.org> Commit-Queue: Ilya Sherman <isherman@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#748981}
-
Chris Lu authored
This change turns on the Infobar Messages feature flag and modifies assertions to check for the different accessibility identifiers. Tests that are no longer relevant because only one infobar is shown at a given time are removed. Change-Id: Iffae041b5dce319b3a376e71f73afff80d441061 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095079 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#748980}
-
- 10 Mar, 2020 3 commits
-
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/78dac6dcb222..bf355123ae3b git log 78dac6dcb222..bf355123ae3b --date=short --first-parent --format='%ad %ae %s' 2020-03-10 reed@google.com we can handle opaque clip-shaders up front 2020-03-10 reed@google.com remove testing && false 2020-03-10 michaelludwig@google.com Impl. tiled bitmaps in drawImageRect with per-edge AA flags 2020-03-10 mtklein@google.com fix clip shader + skvm 2020-03-10 brianosman@google.com Runtime effects: Detect calls to undefined functions 2020-03-10 csmartdalton@google.com Migrate ccpr to the new bind/draw API 2020-03-10 fmalita@chromium.org [skottie] Simplify the separate-dimensions vector interpolator 2020-03-10 robertphillips@google.com Convert AAConvexPathOp to surfacing its programInfo 2020-03-10 egdaniel@google.com Experiment with no longer avoiding uploading same uniforms in vulkan. 2020-03-10 mtklein@google.com add Builder::dot() 2020-03-10 reed@google.com clipShader -- raster implementation 2020-03-10 fmalita@chromium.org [skottie] 2D spatial interpolation support 2020-03-10 michaelludwig@google.com Move tiled bitmap code into SkGpuDevice_drawTexture.cpp 2020-03-10 robertphillips@google.com Make GrRegionOp surface programInfos at record time 2020-03-10 robertphillips@google.com Surface programInfos on GrLatticOp at record time Created with: gclient setdep -r src/third_party/skia@bf355123ae3b 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 brianosman@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 Bug: None Tbr: brianosman@google.com Change-Id: I03e7ebdb4a8a200da90631aa2d4919d101fa30ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097329Reviewed-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@{#748979}
-
Scott Graham authored
Temporarily disabling these tests as UTC time is being refactored/moved out of the kernel, and is currently unreliable, causing these tests to flake. Bug: 1060357, fuchsia:47760 Change-Id: I3f3f46fc762a4b799b85aa4774839f7455b59b45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2091216Reviewed-by:
David Dorwin <ddorwin@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org> Cr-Commit-Position: refs/heads/master@{#748978}
-
Peter Kasting authored
Bug: 1054884 Change-Id: I96b8e6baca16f2902502c6487fde9efb9f573abd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2092187 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/master@{#748977}
-