- 28 Aug, 2020 40 commits
-
-
Bella Bah authored
tools/traffic_annotation/auditor/ is currently written in C++ which poses some problems in the way of convenience. Rewriting it in Python overcomes some of these issues. Missing: - Exporter to annotations.xml. - Exporter to tsv. - Writing to a summary file. - Matching/completing partial annotations. - Handling exceptions list. - Performing all other remaining checks on annotations. - Raise an error on mutable tags. - Safelist filtering of extracted annotations. - Enforcing consistency between summary/grouping.xml and new annotations. - Checking for reserved ids and deprecated hash codes. - ID checking on annotations. - Handling removed annotations and deprecated annotations. - The remaining TODOs found in this CL. Parity: - Extracting annotations according to the compiled proto. - Checking annotations' completeness. - Catching fatal/syntax errors. - "deserialization" of extracted annotations. Bug: 1119417 Change-Id: Idd09b89577342e59011441b30a54437234ddb1bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364935 Commit-Queue: Mohamadou Bella Bah <bellabah@chromium.org> Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Nicolas Ouellet-Payeur <nicolaso@chromium.org> Cr-Commit-Position: refs/heads/master@{#802831}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/9ed8d518cacf..0b89b27263b1 2020-08-28 enga@chromium.org Move client-side OnCompletion callbacks to the server. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: Iaa3e23116a627cd995b9707f4d27cbe2c14b5c40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2382504Reviewed-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@{#802830}
-
Lei Zhang authored
Now that https://crbug.com/755826 has been fixed, tests that read from the clipboard can use ClipboardMonitor to get notifications for when the clipboard changes, instead of polling the clipboard. This is more straight-forward, and hopefully more reliable. The first attempt to land this in https://crrev.com/802025 failed to land safely because it collided with https://crrev.com/801651, which added a new pure virtual method to ui::ClipboardObserver. Fix this by implementing the new required override as a no-op. Tbr: slangley@chromium.org Bug: 1121446 Change-Id: I209b4fd7cd33043d7428702afd3939e1b14cbe36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2378779Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#802829}
-
Marijn Kruisselbrink authored
This reverts commit dd30c5d1. Reason for revert: only crostini related change in the blame list when crostini tests started failing Original change's description: > [CrostiniPage] Link "Set up Crostini" search result to the setting > > Fix a bug where the "Set up Crostini" search result did not connect to > the eponymous setting, so the setting was inaccessible for deep linking. > > Bug: 1084154 > Change-Id: I0b5452425eb19203c61c8b45ba4d2d96afc16264 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380749 > Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> > Commit-Queue: Daniel Classon <dclasson@google.com> > Cr-Commit-Position: refs/heads/master@{#802704} TBR=khorimoto@chromium.org,dclasson@google.com Change-Id: I2ce99a8cfefe985f48196c427bc03cf3ada597db No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1084154, 1123194 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2382315Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#802828}
-
Peter Boström authored
Renames CONTEXT_MESSAGE_BOX_BODY_TEXT => CONTEXT_DIALOG_BODY_TEXT. Replaces ChromeTextContext::CONTEXT_DIALOG_BODY_TEXT_LARGE uses CONTEXT_DIALOG_BODY_TEXT. For consistency with the rename above, CONTEXT_BODY_TEXT_SMALL is renamed CONTEXT_DIALOG_BODY_TEXT_SMALL. What this functionally means is that CONTEXT_MESSAGE_BODY_TEXT takes on the old style of CONTEXT_DIALOG_BODY_TEXT_LARGE, so one style of dialog text is dropped and the new style can be used from views code. As a result dialog body text looks more uniform. Bug: 1122602 Change-Id: Ide5650b02f06a1925b441302e46815cfa73a3d21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2381299Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#802827}
-
Carlos IL authored
simplified_domain_bounds_ is calculated on animation start via union, but was never being reset, this was causing bugs when an animation is reused (e.g. when switching tabs, or with URLs that redirect). This adds a reset. Bug: 1117631 Change-Id: I99d1eba536f39ad3c16fc09eca0aa79788b4bb62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2382893 Commit-Queue: Carlos IL <carlosil@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Auto-Submit: Carlos IL <carlosil@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#802826}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/02f6b66357eb..6c484875cdcb 2020-08-28 gbeaty@chromium.org Ensure all keys in the bot_update revisions dict use forward slash. 2020-08-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-08-28 gbeaty@chromium.org Output a newline when there are warnings and no prompt. 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 ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@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 Bug: chromium:1047893 Tbr: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: I30fb0762c998ae277263bf4fa8f45b1bba709ada Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2382692Reviewed-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@{#802825}
-
Gauthier Ambard authored
This CL fixes a crash where the navigationItem associated with a BackForwardListItem is nil on a back/forward navigation, leading to a null pointer crash. If the associated item is nil, the code path is now the same as a non-back/forwarad navigation. Fixed: 1121950 Change-Id: Ic4b66af2dc9aa368ff046d66095cf090591eed57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2379724 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Ali Juma <ajuma@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#802824}
-
Owen Min authored
There is no need to use StringPrintf when no string is formatted. Change-Id: I11279eefe676c2d874ec7ae5275bee7255803c16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2382898 Commit-Queue: Owen Min <zmin@chromium.org> Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Auto-Submit: Owen Min <zmin@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#802823}
-
Xianzhu Wang authored
Now one perf test combines several change types. We don't actually care about relative small performance changes for each change type, but care more about larger overall changes. BTW add an OWNERS file containing pdr, schenney and wangxianzhu for perf_tests/paint. Change-Id: I3e88b7c2e6f304dfa80a28b2847704850079b536 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380497Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#802822}
-
Richard Knoll authored
This adds notification actions and a preview image for successfully received incoming transfers. Single image payloads can be copied to the clipboard or the download folder can be opened. Other file types only show the open folder action. Text payloads show a copy to clipboard option. Bug: 1102348 Change-Id: Iec9128e2273b5f67ce750f1726c1bb2e28bdfee4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2382313 Commit-Queue: Richard Knoll <knollr@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#802821}
-
Andrew Xu authored
Bug: 1112888 Change-Id: Ia3707fa7f5889bde4c8fa503660563af41b819d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2381059Reviewed-by:
David Black <dmblack@google.com> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#802820}
-
Joe DeBlasio authored
Change-Id: I9e2c41718c280377018dd7f6d6c27ee8643a4696 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2382674 Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#802819}
-
nuwanda authored
Add TBMv3 metrics calculated based on histogram samples that are traced when histogram_samples category is enabled. See: https://chromium-review.googlesource.com/c/chromium/src/+/2363747 Bug: 1119834 Change-Id: I7bb2a33c5123eea0e85a7f8fdc3dd135922d30cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2379832Reviewed-by:
Deep Roy <dproy@google.com> Reviewed-by:
Mikhail Khokhlov <khokhlov@google.com> Commit-Queue: Julia Semavina <nuwanda@google.com> Cr-Commit-Position: refs/heads/master@{#802818}
-
Anastasia Helfinstein authored
Also adds a test for stopping promptly when asked. AX-Relnotes: n/a. Bug: None. Change-Id: Id0dc61f10a7c08aa01658b98c0b429eb95ef753b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380585 Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#802817}
-
Peter Boström authored
Adds a DCHECK to CreateBubbleWidget (for BubbleDialogDelegate::CreateBubble) that there exists a parent. This policy-enforces that a bubble should always have a parent. It also effectively fixes the case where NativeWidgetAura would DCHECK that a bubble has either a parent or context on buildbots, whereas Mac would not. In non-test code this wasn't a problem because Chrome would create a non-NativeWidgetAura when there's no parent. With this fix the same problem can be detected locally. Bug: 1064663, 1121567 Change-Id: I65ef85f074e2dc6ee822894c2599162a9e3e170f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372817Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#802816}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 6568e4b2. 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: kojii@chromium.org, mstensho@chromium.org: external/wpt/css/CSS2 NOAUTOREVERT=true TBR=robertma@google.com No-Export: true Change-Id: I1b4a40d5818ea89a3841c7a82144183bb1f3bcd0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2382331Reviewed-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@{#802815}
-
Nick Harper authored
This reverts commit 4f9f1598. The CL being reverted causes cronet_test_instrumentation_apk to crash on builder "android-cronet-marshmallow-arm64-rel". Bug: 1115229 Change-Id: I2b177353b00a57befe488e0bbef242a2b585162c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376316 Auto-Submit: Nick Harper <nharper@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#802814}
-
Thomas Guilbert authored
CreateAcceleratedVideoEncoder() returns a nullptr on failure. We need to check |media_encoder_| before initializing it. Bug: 1123080 Change-Id: I244c29f85602097a8348c037a0a2a3555c1f12f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2382012 Auto-Submit: Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#802813}
-
Scott Violet authored
and OnNavigationCompleted. This patch differs from first in so far as some autofill classes needed to be destroyed as they keep a reference to a class owned by TabImpl. Here's the bug that has the stack trace of the crash: https://bugs.chromium.org/p/chromium/issues/detail?id=1123021 Content does not allow WebContents to be deleted from WebContentsObserver::DidFinishNavigation(). Unfortunately we keep seeing crashes because of this restriction, so I'm inclined to provide some mitigation. This patch takes the approach of detecting this scenario and delaying deletion of the WebContents. All the surrounding WebLayer classes are deleted/destroyed and ownership of the WebContents is passed to the Profile and deleted from a post-task. Doing this may introduce it's own set of problems. For example, if a callback/notification is still in flight from content that gets processed before the deletion, and the code assumes there is a Tab associated with the WebContents, then there will be problems. My preference is still to fix this in content, but in the mean time this should work. BUG=1111127 TEST=covered by test Change-Id: Ifdd07aab1303fa0ff1ab28e9736d24cd2bf2b042 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2381260Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#802812}
-
Chanyong Moon authored
add css for displaying focus state to customize dialog of ntp. we can see focus state as outline. Bug: 1119748 Change-Id: Ib2ad19ac421b61c3945d94e53ce36a6136bd9701 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377180Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#802811}
-
Dominic Mazzoni authored
Changes to how the HTML select element accessibility works internally from bug 1110367 caused some of ChromeVox's feedback for HTML select elements to regress. Fix this in Blink by exposing the posinset, setsize, and collapsed/expanded state on the pop up menu node. Tweak the posinset code to expose it on a collapsed pop up menu. Finally update ChromeVox to provide similar feedback as before, and rebaseline tests. Possible follow-ups needed: * Fix one options test that tried to check the options of a select without opening it, which isn't possible anymore * Change the role of options from list box option to menu list option Bug: 1122618 Change-Id: Ifd50de4c81702549b4b4aceb6639a12ce458fb35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380136 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Reviewed-by:
Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#802810}
-
Tim Judkins authored
Adds several user actions for interacting with the site access section of an extensions setting page, for extensions which requested a list of specific hosts in their permissions. For descriptions of each user action, check the changes to actions.xml Bug: 1102658 Change-Id: I627d91f3166647f4bfc581e8c9ecab96414c04fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317819 Commit-Queue: Tim Judkins <tjudkins@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#802809}
-
Jonah Ryan-Davis authored
Historically, CGL on Mac always requests TEXTURE_RECTANGLE for GL textures. However, ANGLE's new SwiftShader and Metal backends request TEXTURE_2D to be used. This needs to be forwarded to the video decode accelerator on Mac. Bug: chromium:1122647 Bug: angleproject:4846 Bug: chromium:1099978 Bug: chromium:1099979 Bug: chromium:1119939 Change-Id: Ic9696046eda29c4b86ce09d7b36c3c81eddae828 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380097Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Jonah Ryan-Davis <jonahr@google.com> Cr-Commit-Position: refs/heads/master@{#802808}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/167a0f22e2ee..9100465414a9 2020-08-28 lehoangq@gmail.com Metal: Implement ANGLE_robust_resource_initialization. 2020-08-28 reveman@google.com Vulkan: Use 4 MB as preferredLargeHeapBlockSize for allocator. 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 courtneygo@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: chromium:1122718 Tbr: courtneygo@google.com Change-Id: I864c37bba3e32a7612b1d1f78bf224eee787db3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2382494Reviewed-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@{#802807}
-
Alexander Alekseev authored
This CL adds grid to the Ash HUD graphs. CPU grid: https://screenshot.googleplex.com/5Jvuietcs7bkTT3.png RAM grid: https://screenshot.googleplex.com/5sSsanj52BGPkKN.png Bug: 1121868 Change-Id: Id25754c6b7b2525caca518eb48693f400899ab75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377232Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#802806}
-
Tibor Goldschwendt authored
+ Use this helper to embed images into the dummy module. Fixed: 1110064 Bug: 1087011 Change-Id: Ifb2f20ee085f547f8b55cd3b18cfd4cc3b05153d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380147 Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#802805}
-
Tomasz Wiszkowski authored
This change enables Refine button to announce also the text that will replace the Omnibox content, if the user presses the button. This change updates accessibility description of an already existing component. There are no user-visible changes - only talkback announcement is updated. Skip-Translation-Screenshots-Check: True Bug: 1096131 Change-Id: Ib07149b42e6216a0091592aa2dafd60c587672b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2382190Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Tomasz Wiszkowski <ender@google.com> Cr-Commit-Position: refs/heads/master@{#802804}
-
Gary Miguel authored
This makes the test pass when run by `run-test-component`. Previously it would only pass when run by `run`. The manifest being used before was build/config/fuchsia/tests-with-exec.cmx Bug: 1118202 Change-Id: I7993cced15856f1f8094fbcd30d733450a364368 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373404 Commit-Queue: Gary Miguel <garymm@google.com> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Auto-Submit: Gary Miguel <garymm@google.com> Cr-Commit-Position: refs/heads/master@{#802803}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/d7c4e9418e36..b1e3f57ef7c0 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: I78d9c792f7f7db236af60db95729bca11d1a84ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2382302Reviewed-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@{#802802}
-
Karandeep Bhatia authored
This fixes an existing TODO. The current name doesn't clearly specify what the function does. BUG=1113513 Change-Id: Id08cd8e56e72abc0ad1059aacf20f989bb99d8f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342754 Auto-Submit: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#802801}
-
Yann Dago authored
Bug: 1103814 Change-Id: I75ba3682f6bbff424b26269a9bb65ca479b8be31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372810Reviewed-by:
Owen Min <zmin@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Yann Dago <ydago@chromium.org> Cr-Commit-Position: refs/heads/master@{#802800}
-
Aaron Leventhal authored
Use kMenu for views submenus, so that NVDA announcements are correct. Fixes regression from CL:2369252 Test: JAWS/NVDA with main menu, context menus, views combo boxes Bug: 1122424 Change-Id: I2ccc28c30dd225c0ec53f89f8547810d2f2d7dbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2381258Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#802799}
-
Nate Fischer authored
No change to production logic, this only impacts the WebView shell test app. This disables StrictMode for some manufacturers, as our test team has been blocked from using the WebView shell on those devices. This links to bug comments with stack traces pointing to the relevant vendor code. This also changes existing code to re-assign to the Builder variable, since CTS and docs don't actually guarantee Builder methods mutate and return the same instance. Bug: 1090841 Test: I verified the drag and drop crash is gone Change-Id: I6dfd4c417563706b25187e1de21918f27553598d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2378725Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Shimi Zhang <ctzsm@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#802798}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/8aa817bf..fb7c6ea5 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 CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Ieb5cb0cf89b19b6dc55c1e83d84737ea3f36926a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2382251Reviewed-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@{#802797}
-
Victor Vasiliev authored
Also, update flags. https://quiche.googlesource.com/quiche.git/+log/e447bc609047..79b266156ffb $ git log e447bc609..79b266156 --date=short --no-merges --format='%ad %ae %s' 2020-08-28 fayang Add missing connected checks in QuicConnection. 2020-08-28 fayang Convert bytes_left_for_batch_write_ to unsigned integer array. 2020-08-27 renjietang Remove tests that are testing on sending only STOP_SENDING. Created with: roll-dep src/net/third_party/quiche/src R=dschinazi@chromium.org Change-Id: Ie9034fdbf73e505d7d18d91c7f2c5151fa724398 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2382651 Commit-Queue: Victor Vasiliev <vasilvv@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#802796}
-
Dylan Sleeper authored
Add two subclasses: ClipboardSvgReader and ClipboardSvgWriter. When SVG is read and written it is "sanitized" which means that all script objects are removed from the SVG. SVG sanitization is done on the main thread, because SVG DOM nodes can generally only be used on the main thread. Bug: 1110511 Change-Id: Ic5d593bc518afa4809446e8247a7d0deb495a297 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315220 Commit-Queue: Dylan Sleeper <dsleeps@google.com> Commit-Queue: Darwin Huang <huangdarwin@chromium.org> Reviewed-by:
enne <enne@chromium.org> Reviewed-by:
Jarryd Goodman <jarrydg@chromium.org> Reviewed-by:
Darwin Huang <huangdarwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#802795}
-
Weilun Shi authored
We should normalize histogram paths in the validate_histograms_index.py before checking whether they are the same. This is to fix the issue that the path separator is different between Windows and Linux. Change-Id: I5806886a192b3a15512f76631e324d9f1cc9bc46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2381092 Auto-Submit: Weilun Shi <sweilun@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#802794}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/7bc80aa34110..a745d8886808 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 tinazwang@google.com,mek@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: chromium:1106626 Tbr: tinazwang@google.com,mek@google.com Change-Id: I93e37c2e37ee8b1d1e44df35e58f06ca8da18e6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2381949Reviewed-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@{#802793}
-
Xiaodan Zhu authored
Bug: 1116234 Change-Id: Ie21f6e0ea2fdb4098bcd1fa2f2632207ccd185ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2378536 Commit-Queue: Xiaodan Zhu <zxdan@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#802792}
-