- 05 Aug, 2020 40 commits
-
-
Ryan Harrison authored
Roll src/third_party/tint/src/ 88f0ae369..f18d737b4 (27 commits) https://dawn.googlesource.com/tint.git/+log/88f0ae369fef..f18d737b4e93 $ git log 88f0ae369..f18d737b4 --date=short --no-merges --format='%ad %ae %s' 2020-08-04 rharrison Rolling 7 dependencies and fix BUILD.gn 2020-07-30 dsinclair [ast] Add texture types to the AST. 2020-07-30 dsinclair Add SamplerType to AST. 2020-07-30 dsinclair [hlsl-writer] Add loop support. 2020-07-30 dsinclair [hlsl-writer] Add if/else statements. 2020-07-30 dsinclair [hlsl-writer] Emit variable declarations. 2020-07-30 rharrison Add SPIR-V Reader Fuzzer 2020-07-30 rharrison Remove _exe suffix from sample program 2020-07-30 rharrison Change the default for BUILD.gn to build all the modules 2020-07-30 rharrison Simplify fuzzer targets to ease adding additional targets 2020-07-30 dsinclair Fixup build warnings 2020-07-30 dsinclair [wgsl-reader] Add stride support. 2020-07-30 dsinclair [wgsl-writer] Emit array stride decoration. 2020-07-30 idanr Add BlockStatement insert and non-const global_variables 2020-07-30 sarahmashay [Validator] Using pointers instead of refs 2020-07-29 dsinclair [hlsl-writer] Add member accessor emission. 2020-07-29 dsinclair [hlsl-writer] Add AsExpression to the HLSL backend. 2020-07-29 dsinclair [hlsl-writer] Add BlockStatement support. 2020-07-29 dsinclair [hlsl-writer] Emit discard. 2020-07-29 dsinclair [hlsl-writer] Emit array accessors. 2020-07-29 dsinclair [hlsl-writer] Add alias type support. 2020-07-29 dsinclair [hlsl-writer] Add constructor emission. 2020-07-29 dsinclair Add hlsl writer tests to BUILD.gn 2020-07-29 dsinclair [hlsl-writer] Add type emission. 2020-07-29 dsinclair Update some language usage. 2020-07-29 dneto [spirv-reader] Only support column-major matrices 2020-07-28 rharrison Remove binutils from DEPS and pull in changes to build.gni from Dawn Created with: roll-dep src/third_party/tint/src Roll src/third_party/SPIRV-Tools/src/ c6e6597c4..8bc27a1cf (11 commits) https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/c6e6597c4f51..8bc27a1cfbc1 $ git log c6e6597c4..8bc27a1cf --date=short --no-merges --format='%ad %ae %s' 2020-08-04 vasniktel spirv-fuzz: Remove OpFunctionCall operands in correct order (#3630) 2020-08-04 vasniktel spirv-fuzz: Handle capabilities during module donation (#3651) 2020-08-04 vasniktel spirv-fuzz: Refactor boilerplate in TransformationAddParameter (#3625) 2020-08-03 vasniktel spirv-fuzz: TransformationMoveInstructionDown (#3477) 2020-07-31 jaebaek Remove DebugDeclare only for target variables in ssa-rewrite (#3511) 2020-07-31 vasniktel Fix typo in ASAN CI build (#3623) 2020-07-30 stefanomil spirv-fuzz: Transformation to add loop preheader (#3599) 2020-07-30 stefanomil spirv-fuzz: Pass to replace int operands with ints of opposite signedness (#3612) 2020-07-30 jaebaek Debug info preservation in loop-unroll pass (#3548) 2020-07-30 alanbaker Validator support for non-semantic clspv reflection (#3618) 2020-07-30 vasniktel spirv-fuzz: Fix memory bugs (#3622) Created with: roll-dep src/third_party/SPIRV-Tools/src Roll src/third_party/spirv-headers/src/ 979924c8b..3fdabd0da (4 commits) https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git/+log/979924c8bc83..3fdabd0da293 $ git log 979924c8b..3fdabd0da --date=short --no-merges --format='%ad %ae %s' 2020-08-03 44190824+mmerecki Reserve SPIR-V token range for upcoming Intel extensions. (#165) 2020-07-29 alanbaker Update BUILD.bazel and BUILD.gn (#166) 2020-07-29 alanbaker Publish the headers for the clspv embedded reflection non-semantic extended instruction set (#164) 2020-07-29 johnkslang Update the registry in spir-v.xml to modernize and split out opcodes. (#156) Created with: roll-dep src/third_party/spirv-headers/src Roll src/third_party/dawn/ 0a4342793..076a4e582 (1 commit) https://dawn.googlesource.com/dawn.git/+log/0a4342793e0e..076a4e58205d $ git log 0a4342793..076a4e582 --date=short --no-merges --format='%ad %ae %s' 2020-08-04 rharrison Roll 6 dependencies and bypass changed API usage Created with: roll-dep src/third_party/dawn Change-Id: I4a6dc63352de60cc422e0dea496487401dc28802 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2330303 Commit-Queue: Ryan Harrison <rharrison@chromium.org> Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#794941}
-
Christian Dullweber authored
This reverts commit 978386ba. Reason for revert: Enable the test again to see if it still failing. Original change's description: > [Sheriff] Disable PageInfoViewTest > > These render tests are failing on different building bots. > TBR=dullweber@chromium.org > > Bug: 1112985 > Change-Id: I1590c2bad3c0042ecfd73ac46c6edbffb2f683fd > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337290 > Reviewed-by: Wenyu Fu <wenyufu@chromium.org> > Commit-Queue: Wenyu Fu <wenyufu@chromium.org> > Cr-Commit-Position: refs/heads/master@{#794795} TBR=dullweber@chromium.org,wenyufu@chromium.org Change-Id: Ida3ca24ffb5c6567941a1a4093071fc5721b167d No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1112985 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332728Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#794940}
-
Internal Frameworks Autoroller authored
TBR=bling-team@google.com Change-Id: I07b44e432816387cfa7d63ab2b8137ef6d06cd38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337581Reviewed-by:
Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#794939}
-
Ewann authored
On iOS 13.1 the whole TOS string responds to a TAP. On iOS 13.5, it works as expected. Bug: 1102996 Change-Id: I8f72200964ed28dad7de52d9029fb14f97725e01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336609Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Ewann Pellé <ewannpv@chromium.org> Cr-Commit-Position: refs/heads/master@{#794938}
-
Maxim Kolosovskiy authored
UI mocks: https://docs.google.com/presentation/d/1jsRsqvW8ZasT2iJGu-_8ebY3bPDe6ic8x8touqeNjuo/edit#slide=id.g8de4a3b916_55_6 Screenshot: https://screenshot.googleplex.com/97hV2heWU15 TODO: Add the icon for the regular change button. https://screenshot.googleplex.com/XzOB9tPeV2X Bug: 1086114, 1092444 Change-Id: I7164bf6f6f01a3bdc2cde3bfacc5817774661611 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336608 Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#794937}
-
My Nguyen authored
Doesn't matter too much but it bugs me when adding new files No-Bug: drive-by Change-Id: I5ecbe0d869a5742cbb94c1eac2c2f90a0febff22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331989 Commit-Queue: My Nguyen <myy@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#794936}
-
Victor-Gabriel Savu authored
Add the DeviceShowLowDiskSpaceNotification policy to control the suppression of the low disk space notification on enrolled devices. Currently no notification is shown if multiple users are present on the device. The policy will give administrators control over the notification instead. No change of behaviour if the policy is not present. Design doc: https://docs.google.com/document/d/1_mblglRZlPeWpc1cn9T8vb97rnLEmjA7waiSLp-qKcE Bug: chromium:1099604 Change-Id: I53bbed664e0f05f8f33a5cd659f0c36e51fbd21f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270297 Commit-Queue: Victor-Gabriel Savu <vsavu@google.com> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Reviewed-by:
Igor <igorcov@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#794935}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1596592719-2068cb1d91dadb54c39df6d59c975d7a57a508b2.profdata to chrome-win32-master-1596596349-2982a3aa1ac388b8b69893b6dd544749d7f1a2d0.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win32-chromium Please CC sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@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/+doc/master/autoroll/README.md Cq-Include-Trybots: chrome/try:win-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: I8263a9e01e91836c876359758133d589ca0b8611 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2338254Reviewed-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@{#794934}
-
Nicholas Verne authored
interfaces. This should prevent annoying notifications for docking stations which have HID and vendor-specific interfaces. Also, forbid sharing of HUB devices (an oversight in the original impl) Suppress notifications for BILLBOARD devices (external monitors connected through USB) Bug: 1109407 Change-Id: I896b12ec1b2572fdf4f37ed4dc811f655682f7dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2338155 Auto-Submit: Nicholas Verne <nverne@chromium.org> Reviewed-by:
David Munro <davidmunro@google.com> Commit-Queue: David Munro <davidmunro@google.com> Cr-Commit-Position: refs/heads/master@{#794933}
-
Alan Cutter authored
This CL adds a "web_app_migration_flag" field to external extension config dicts. This is part of migrating default installed hosted apps over to replacement default web apps. When the flag specified by "web_app_migration_flag" is active the extension config will behave like "keep_if_present" is enabled. The extension will not be installed if it is not already on the machine but it will also not be uninstalled if it is on the machine. This will allow the web app migration process to migrate user preference data from the extension app over to the replacement web app and uninstall the extension when complete. Incidentally the changes made to test this feature fixes ExternalProviderImplTest.InAppPayments which had an out of date version string. Bug: 1104696, 1083959 Change-Id: Ie793e7c7b48e821d09855ac9cf09f7972f2b7bbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316967 Commit-Queue: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#794932}
-
Nidhi Jaju authored
In order to avoid retrieving all service worker registrations in DevTools, we removed the "other origins" UI[1] and added a link to chrome://serviceworker-internals[2] if developers still want to see registrations from other origins. This UMA is added to check how many people are actually using that link in the Application Panel in DevTools to view other origin registrations. This is done by checking the query string of the url. [1] https://crrev.com/c/2308615 [2] https://crrev.com/c/2324268 Bug: 807440 Change-Id: If6204792478352a65a0c30fa689d69ada7a00507 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325537 Commit-Queue: Nidhi Jaju <nidhijaju@google.com> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#794931}
-
Oleh Lamzin authored
Remove leftover event handler from trusted.js after experimenting with Mojo interceptor for tests. Bug: b:153371185 Change-Id: I5de49538203ef9401ec727a667e93dcac475c7d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2335281 Commit-Queue: Oleh Lamzin <lamzin@google.com> Reviewed-by:
Mahmoud Gawad <mgawad@google.com> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#794930}
-
Tanmoy Mollik authored
This cl creates two render tests to check personalized signin promo and sync promo in Bookmark page. Bug: 1095628 Change-Id: I25c27afe1db0ef9445478121baa4767eb251f8bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302889 Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#794929}
-
Nina Satragno authored
This patch follows-up on crrev.com/c/2320075 to clean up lottie tests: * Enable closure compilation. * Re-enable a test that was missed in the previous CL. * Delete a redundant test that was verifying private behaviour. Bug: 1000989, 1103865 Change-Id: I3754eb1ebb060179e6a652028751110f9da792f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317854 Auto-Submit: Nina Satragno <nsatragno@chromium.org> Commit-Queue: dpapad <dpapad@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#794928}
-
arthursonzogni authored
Add WPT tests for accesses made from an iframe toward a window that would have been in a different browsing context group if Cross-Origin-Opener-Policy-Report-Only was enforced. Branch: [1/M] https://chromium-review.googlesource.com/c/chromium/src/+/2332257 [2/M] This patch. Bug: 111169 Change-Id: Id42f728fbcc90b10feab2e22c216e29d6546509d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332258 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Pâris Meuleman <pmeuleman@chromium.org> Cr-Commit-Position: refs/heads/master@{#794927}
-
Zufeng Wang authored
The URL inside the help app's iframe changes as the user navigates the app, but the URL outside the frame always stays the same after launching. Forcing a navigation makes the help app refresh when the content inside the frame doesn't match the launch URL. Bug: b/147786001 Change-Id: I92427fc90f146061022f08b969662c655f30e28f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337200 Commit-Queue: Zufeng Wang <zufeng@google.com> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#794926}
-
Stefan Wallner authored
Bug: 1088706 Change-Id: I31d2e28fbd53e2db989adf151d7e492cbe73645c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333192Reviewed-by:
Benedikt Meurer <bmeurer@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Stefan Wallner <sawallner@chromium.org> Cr-Commit-Position: refs/heads/master@{#794925}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/90bf66075426..a1d72d581076 2020-08-05 tmathmeyer@chromium.org Add "Hide all others" to right click menu on media player list 2020-08-05 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools Chromium DEPS. 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/+doc/master/autoroll/README.md Bug: chromium:1104376 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I1c7f1e7bee0ae613e0b794a1340317293b72cc37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337841Reviewed-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@{#794924}
-
Varun Khaneja authored
I'm hoping that the logs here would help better understand the reason for the linked bug. I've added a TODO to remove these log statements once the bug is fixed. Bug: 1104919 Change-Id: I6404463565c9480732481a645e024d56f6803805 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336543 Commit-Queue: Varun Khaneja <vakh@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Auto-Submit: Varun Khaneja <vakh@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#794923}
-
My Nguyen authored
As part of adding assistive autocorrect, we want to get the markers when cursor is at the boundary of the words, and there is a possibility that there are multiple markers so adding "MarkersAroundPosition" to support the call. Related CL: https://crrev.com/c/2326556 Design-doc: http://go/cros-get-autocorrect-range Bug: 1109074 Change-Id: Id0f784e94258f5799c8c09e153b30bd52d4d30fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336430 Commit-Queue: My Nguyen <myy@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#794922}
-
Marc Treib authored
Bug: none Change-Id: Iaf76342e4984d94b2cfbc1b95a340f93c07bfb9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336838 Auto-Submit: Marc Treib <treib@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#794921}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/8076f2289388..4e40fda83f28 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC horo@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: horo@google.com Change-Id: I2756d0f16cd66f858e2dbc70f1fb12279a07ba55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332524Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#794920}
-
Jing Wang authored
As part of task success metrics, add these to make sure users can accept emoji efficiently or not distracted by the suggestions. Bug: 1110740 Change-Id: I9fba1383dbadf5ba6b1fd9ff5be735244d3ec05e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336098Reviewed-by:
My Nguyen <myy@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Jing Wang <jiwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#794919}
-
Rachel Wong authored
This CL extracts the logic for handling actions into separate methods. This allows the handlers to be called when handling KeyEvents, rather than being directly tied to the view listeners. This is also in preparation for https://chromium-review.googlesource.com/c/chromium/src/+/2269385/ Bug: 1112714 Change-Id: I06e8dbb3c4dfb4725342af9a34787a8fcb3ac041 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336319Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Commit-Queue: Rachel Wong <wrong@chromium.org> Cr-Commit-Position: refs/heads/master@{#794918}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/adc250c38976..25b0de6bd00f 2020-08-05 jmadill@chromium.org Vulkan: Squash Texture+ImageView Serial and improve caching. 2020-08-05 nguyenmh@google.com Batch capture run + change how results are logged 2020-08-05 xinyi.he@arm.com Disable RobustBufferAccessWebGL2ValidationStateChangeTest on Mali 2020-08-05 jmadill@chromium.org Vulkan: Redo Sampler Serials. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC geofflang@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/+doc/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-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: geofflang@google.com Change-Id: Idd7a445f9f83d05280433c62daf956154edc7ec0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337996Reviewed-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@{#794917}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1596585596-89744fc48a5c31a4a09c1357a13855640c06c65a.profdata to chrome-win32-master-1596592719-2068cb1d91dadb54c39df6d59c975d7a57a508b2.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win32-chromium Please CC sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@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/+doc/master/autoroll/README.md Cq-Include-Trybots: chrome/try:win-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: Ic92f729cf9a7dc605c2b633bbb655e17f583c0ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337998Reviewed-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@{#794916}
-
Mugdha Lakhani authored
Bug: 1109858 Change-Id: I4d290360ee438b720e56fe4f7abe9c0230621f8f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2335442Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#794915}
-
Yusuf Sengul authored
Bug: 1113075 Change-Id: If6dd51dc9adf71fbceea1421a650a8f0e906c97c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337769 Commit-Queue: Rakesh Soma <rakeshsoma@google.com> Reviewed-by:
Rakesh Soma <rakeshsoma@google.com> Cr-Commit-Position: refs/heads/master@{#794914}
-
Abhijeet Kandalkar authored
This is a reland of 6b1e649d Original change's description: > Merge blink::WritingDirection to mojom::TextDirection > > In this CL, WritingDirection {kNatural, kLeftToRight, kRightToLeft} is > replaced by TextDirection {UNKNOWN_DIRECTION, RIGHT_TO_LEFT, > LEFT_TO_RIGHT} and dependant files are ported to use |TextDirection| > enum. > > Bug: 1088377 > Change-Id: Iac185f2d34eddd78127c3f59b7dc90fe380b5f34 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2306127 > Reviewed-by: Koji Ishii <kojii@chromium.org> > Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> > Cr-Commit-Position: refs/heads/master@{#790314} Bug: 1088377 Change-Id: Ic82cde2f3cf38fc996b7bd9369793ee31a6ed288 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336100Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#794913}
-
Mugdha Lakhani authored
These classes have references to one another and need to be moved in one go. All references to these in chrome code have also been updated. Bug: 1096088 Change-Id: I3992135f83453c9d283d0a0bd0413001fd549b44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332194Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#794912}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/f8ccdc63a188..23c5b63d1c68 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-win-chromium 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/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: Ia084ad2637b9797a68eff3bc28b33d38361e3294 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337939Reviewed-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@{#794911}
-
Yuke Liao authored
This CL re-enables interactive_ui_tests as the compilation failure has been fixed. Bug: 1106980 Change-Id: Ic22547332f04e1e513153d731841f78a36d30fe3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336511 Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Sven Zheng <svenzheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#794910}
-
Maggie Cai authored
Currently it is possible to have empty activity name return from intent querying. Update the logic to return the app name if the activity name is empty. BUG=1092784 Change-Id: I4af2406b5627d8d68ac3d6ee7f03c0e7175116ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336008 Commit-Queue: Maggie Cai <mxcai@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#794909}
-
Yuki Shiino authored
According to https://crrev.com/c/2325534, updates the implementation of make_v8_to_blink_value so that it works with string types. Bug: 839389 Change-Id: I99ecec934b7238bfeef4ad549ef2773a3f17d107 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337193Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#794908}
-
My Nguyen authored
UndoWindow should gets bounds from autocorrect character bounds if present, else just use caret bounds. Bug: b/160373678 Change-Id: I9fd3a8e3e4e58e889bfde5693df71d1299d7fcb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336342Reviewed-by:
Keith Lee <keithlee@chromium.org> Commit-Queue: My Nguyen <myy@chromium.org> Cr-Commit-Position: refs/heads/master@{#794907}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/5ea3e861cd37..90bf66075426 2020-08-05 petermarshall@chromium.org l10n: Localize XLink callers 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/+doc/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: If791799bfaf5c80ce0cfaefa35f69c1c1e91d7d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332522Reviewed-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@{#794906}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/bfcf8c4832c7..e7b08e4876fb 2020-08-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 709472c9dd0c to 6c873cfde957 (13 revisions) 2020-08-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from be02bd1a to b133b38a (477 revisions) 2020-08-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 74cc8ea2b8df to be7c55a2a8ce (2 revisions) 2020-08-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll dawn from 1ea3a22f521e to 076a4e58205d (4 revisions) 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 herb@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/+doc/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 Cq-Do-Not-Cancel-Tryjobs: true Bug: chromium:1110408,chromium:1110421 Tbr: herb@google.com Test: Test: Test: angle_perftests --gtest_filter="TracePerfTest.Run/*nba*"Test: Test: gn gen out/Android Change-Id: I7e2863bda8ee7a77dfd3352f2c945a6320284b07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336537Reviewed-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@{#794905}
-
Maggie Cai authored
Currently there is no matching user interaction type for LaunchSource kFromSharesheet, which causes the app cannot launch. Adds the user interaction type to fix this. BUG=1097623 Change-Id: I92f2ca0b34f379cdaffa7d9bf6dea3a7592bbaa5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336009Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Shao-Chuan Lee <shaochuan@chromium.org> Commit-Queue: Maggie Cai <mxcai@chromium.org> Cr-Commit-Position: refs/heads/master@{#794904}
-
Jon Mann authored
* Creates EnsureLazyLoaded class to perform lazy loading if it needed. * Creates lazy_load.js to bundle resources that aren't needed in the initial load. * Splits SettingsIdleLoad off from browser settings to use the OS version of EnsureLazyLoaded. Bug: 1045266 Change-Id: Ied500b3b4830e8db2cbd8f5924e65d8bb9eef030 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315202 Commit-Queue: Jon Mann <jonmann@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#794903}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/b156b016f22b..23c5b63d1c68 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-mac-chromium 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/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: Id7b6bf8c5d40564dba8702b74226645865d69362 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332870Reviewed-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@{#794902}
-