- 30 Sep, 2020 40 commits
-
-
Yoshifumi Inoue authored
This patch changes runtime enabled feature EditingNG from experimental to test to avoid users who turn on "Experimental Web Platform features" not to hit EditingNG issues. Bug: 707656, 1125477 Change-Id: I81b56ff56c44da74b0702e4e2f2d81355a0a0c2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437834 Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#812020}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/68983d39e5ce..adc22042d09d 2020-09-30 taylori@google.com Merge "ui: Don't allow selection in the track shell area" 2020-09-29 treehugger-gerrit@google.com Merge "ui: Add a metrics page" 2020-09-29 treehugger-gerrit@google.com Merge "Use CPU/wall time to descend TRACE_EVENTs when multiple children exist" 2020-09-29 dproy@google.com Merge "HistogramName interning" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I4977c1c8e2841483ccb3efa5129e9ff419784169 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437927Reviewed-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@{#812019}
-
Anders Hartvoll Ruud authored
This CL makes it possible to verify that two selector lists produce identical RuleFeatureSets. This will be very useful for testing the feature collection behavior for :is/:where in future CLs. This also adds code for compact stringification of RuleFeatureSets for debugging purposes. This is helpful for failing reftests, since it makes it possible to spot the differences. Bug: 568705 Change-Id: I1d8e9a3d10bef74c9d56c7406b7812038cad86f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435345 Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#812018}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/8b16441c661b..2494f4964a64 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 sinhak@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:1073476,chromium:1080853,chromium:1080854,chromium:1099917,chromium:1105693,chromium:1109276,chromium:1116130,chromium:1126509,chromium:1127088,chromium:1128767,chromium:1130343,chromium:1131852,chromium:1132482,chromium:1132930,chromium:1132961,chromium:1132967,chromium:3289230,chromium:912681,chromium:989569 Tbr: sinhak@google.com Change-Id: I58082fb0271747c474ee800a383ce922a38f2fb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2439105Reviewed-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@{#812017}
-
Arthur Sonzogni authored
This reverts commit 8a94c67d. Reason for revert: https://crbug.com/1133354 Original change's description: > Generates the values of rich text fields on the browser from their inner text > > This patch prepares the groundwork for three related changes: > 1. The merging of AXNodePosition and BrowserAccessibilityPosition by moving hypertext computation > to AXNode. > This work will be completed in the following patch: > https://chromium-review.googlesource.com/c/chromium/src/+/2327552 > > 2. Computing the value of rich text fields on the browser which will improve performance > considerably in online document editors such as Google Docs, once Blink stops computing and sending their value > with every selection or text change event. > This work will be done in the following patches: > A) Improves performance by generating value and text changed events on the browser instead of in Blink. > https://chromium-review.googlesource.com/c/chromium/src/+/2322487 > B) Stops generating the value attribute for non-native text controls. > https://chromium-review.googlesource.com/c/chromium/src/+/2250070 > > 3. Consolidates all the methods for retrieving the value of any control, e.g. text field, color well, > <select> element and ARIA combo box, in AXNode::GetValueForControl. > This will enable Views to use an AXTree and deduplicate logic between BrowserAccessibility and > AXPlatformNodeDelegateBase. > > R=dmazzoni@chromium.org, aleventhal@chromium.org > > AX-Relnotes: n/a. > Change-Id: Iadd42e69d47394db95401a9822dd5a5eb55fb520 > Bug: 1049261 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2312642 > Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> > Reviewed-by: Sadrul Chowdhury <sadrul@chromium.org> > Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org> > Auto-Submit: Nektarios Paisios <nektar@chromium.org> > Cr-Commit-Position: refs/heads/master@{#811425} TBR=sadrul@chromium.org,dmazzoni@chromium.org,nektar@chromium.org,aleventhal@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1049261 Change-Id: If779fb97f99e5947ae4481689f56d185c7cbecd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438397Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#812016}
-
Kent Tamura authored
Text controls in LayoutNG won't inherit from LayoutTextControl. We should avoid operations on LayoutTextControl. All of usages of casting to LayoutTextControl were to get TextControlElements. This CL replaces them with To<TextControlElement>(layout_object->GetNode()). This CL has no behavior changes. Bug: 1040826 Change-Id: Ic6879147314e91cdaf361734e8d6a06300eaeb6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438097 Commit-Queue: Kent Tamura <tkent@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#812015}
-
Gauthier Ambard authored
This CL makes sure to call FinalizeSessionRestore when resetting the restored_visible_item when an item is being committed. Fixed: 1127434 Change-Id: Idb6ca7ed3a2267dd5343b471c67251c756c8387c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421113Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Ali Juma <ajuma@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#812014}
-
kyle Ju authored
Using wpt-import in Chromium 665502a0. With Chromium commits locally applied on WPT: 6bdcd688 "[COOP] access reporting: split property.https.html test." 58087bc8 "[Text Decorations] Compute ink_overflow" ff0d5a18 "[Trusted Types] Fix eval handling in workers." Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true No-Export: true Change-Id: I1248dcd89d2e8260cd0615839ca6c46c568f9115 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2439422 Commit-Queue: Robert Ma <robertma@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#812013}
-
Harald Alvestrand authored
This also adds a failing test for the outstanding issue with transceiver updates. Bug: chromium:980879 Checkpoint Change-Id: Ib7a87042bd5a8dbf14d484731da4a1ffc5d563d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437402 Commit-Queue: Harald Alvestrand <hta@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#812012}
-
arthursonzogni authored
Due to a bug, this was also executed on same-document and bfcache navigations. Executing this several time per document isn't causing issues, but it isn't logic, and represents unnecessary work. RFH::DidCommitNewDocument() has been introduced by: https://chromium-review.googlesource.com/c/chromium/src/+/2395777 and this patch moves: - RecordCrossOriginIsolationMetrics(this); - CrossOriginOpenerPolicyReporter::InstallAccessMonitorsIfNeeded(..) into it. Bug: 1090273 Change-Id: Idcf42f2d9194659a46c88cf7593161128b809fb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2409913Reviewed-by:
Camille Lamy <clamy@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#812011}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/92e869a63782..26525f46199d 2020-09-30 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 2020-09-29 vidorteg@microsoft.com Improving description on some strings in the elements panel 2020-09-29 michael.liao@microsoft.com [Console Pin Pane]: use dt-close-button as remove live expression button 2020-09-29 vidorteg@microsoft.com Improving string description in resources_strings.grdp 2020-09-29 soxia@microsoft.com Device emulation extra reloading 2020-09-29 jalyn@microsoft.com Restore Toolbar button focus background 2020-09-29 yangguo@chromium.org Consider console.{assert, error, exception} messages e2e test failures 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:1132333,chromium:1133075,chromium:1133344 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I8681ae70698cdfdaa09bbd0d6f7df6e83632066c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438292Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: Sigurd Schneider <sigurds@chromium.org> Cr-Commit-Position: refs/heads/master@{#812010}
-
Omid Tourzan authored
https://chromium.googlesource.com/chromiumos/platform2/system_api.git/+log/77b1345ec0eb..babcdd705fd8 $ git log 77b1345ec..babcdd705 --date=short --no-merges --format='%ad %ae %s' 2020-09-24 davidmunro vm_tools: Add a reset lxd db override 2020-09-14 sidereal debugd: Remove StartVmConcierge and StopVmConcierge 2020-09-23 oto system_api: Add SinglePartitionFormat method name. 2020-09-09 sidereal crash: Refactor anomaly_detector to receive VM logs over DBus 2020-09-10 sidereal vm_tools: Add full disk path to VmDiskInfo 2020-09-19 pawliczek system_api: New error codes in debugd/CupsResult 2020-08-13 wvk vm_tools: Add SetVmId method to concierge Created with: roll-dep src/third_party/cros_system_api Bug: 491043 Change-Id: I89a60f959f65eb2a255c4a112096f12e66942ba6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435027Reviewed-by:
Fergus Dall <sidereal@google.com> Commit-Queue: Omid Tourzan <oto@chromium.org> Cr-Commit-Position: refs/heads/master@{#812009}
-
Egor Pasko authored
The device coverage where this histogram is recorded successfully has significantly increased. To avoid bias from previous Chrome versions, rename this histogram. Also fix a typo. Bug: 1070618 Change-Id: Id7d4cc1b49d90122a75b4c6bd2e69093b53e162e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435186Reviewed-by:
ssid <ssid@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#812008}
-
Mikel Astiz authored
The histogram has collected sufficient data already. Change-Id: I5aeec8038cb25b301d4cee7b86143a2b84dede6a Bug: 1130649 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435112Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#812007}
-
Caitlin Fischer authored
Bug: 1126640 Change-Id: I87de57b6c22c6b2f7bda8c6ca6a8b501436f863b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435327Reviewed-by:
Victor Costan <pwnall@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Cr-Commit-Position: refs/heads/master@{#812006}
-
Steven Bennetts authored
The original intention here has been broken for a while. Moving forward, the global detector will be better to use anyway. See issue for details. Bug: 1133041 Change-Id: Icaee3521c6974d89ce67ce5b220df42442e3cb40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437701 Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Cr-Commit-Position: refs/heads/master@{#812005}
-
Greg Thompson authored
It was removed back in r686270. BUG=1088705 R=chromium-metrics-reviews@google.com Change-Id: Ic5e1858802599120f75e3b7c4bacd690a8ed0621 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438419 Auto-Submit: Greg Thompson <grt@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#812004}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1601423519-160c1675b60a0784f3486044879abd6ac9140863.profdata to chrome-linux-master-1601445309-5e7aa0f006c9e9f4b3780b31870e3f024fdecce6.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-linux-chromium Please CC sebmarchand@chromium.org,jeffyoon@google.com,liaoyuke@google.com,chrome-brapp-engprod@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-chrome Tbr: sebmarchand@chromium.org,jeffyoon@google.com,liaoyuke@google.com,chrome-brapp-engprod@google.com Change-Id: I4f309789aa5ce12163ed3ef6e70b6781ffcd7851 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2439863Reviewed-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@{#812003}
-
chrome://media-app/../drop_target.jsTrent Apted authored
This used to be loaded at runtime. But now it is not. Bug: b/162187144 Change-Id: Ia627641964149ae754c2d5b086fd8c261788be64 Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437559Reviewed-by:
dstockwell <dstockwell@google.com> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#812002}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: I7f4e10a6af023b22cdf043ca9328d6470fd35ff0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440115Reviewed-by:
Ben Mason <benmason@chromium.org> Commit-Queue: Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#812001}
-
My Nguyen authored
http://crbug/1107917 update cr-action-menu focus background-color across webui. UX is considering having different behavior between hover and focus. For now keep this color to be consistent with other menus. Bug: 1113439 Change-Id: Idf5847f877b234ba082cc4c353082018a0328fec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438343Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Commit-Queue: My Nguyen <myy@chromium.org> Cr-Commit-Position: refs/heads/master@{#812000}
-
Daniel Hosseinian authored
Allow keyboard focusing on thumbnails, and implement focused thumbnail styling. The thumbnail bar is "focusable", but it forwards focus to the thumbnail of the active page. Focus can be changed among thumbnails using arrow keys. Tabbing while focused on a thumbnail diverts focus out of the thumbnail bar. Allow changing page of the PDF content using the enter and space keys. Bug: 652400 Change-Id: Ie03a069d9feff2889723012810324803afad18b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2434770 Commit-Queue: Lei Zhang <thestig@chromium.org> Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#811999}
-
Sergey Poromov authored
According to the mocks, Data Leak Protection toast should contain a "managed" "building" icon on the left. Adding this functionality to Toast as well as enforcing it for DLP notifications. See mocks: https://docs.google.com/presentation/d/1v0GM-lwHCznFJ6hnZlUH37eBOuAkJMw5Q6UnSkcKOgA/edit?hl=en#slide=id.g8f65759f6a_14_27 Bug: 1124651, 1096461 Change-Id: If815c55a3a9e011ea19f29b6cd95fb7aca2aeccc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435390 Commit-Queue: Sergey Poromov <poromov@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Reviewed-by:
Aya Elsayed <ayaelattar@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#811998}
-
Wei Lee authored
Since we have removed the legacy migration logic in: https://crrev.com/c/2407733, we don't need internal directory usage anymore. Note that we still need internal temporary directory to store temporary video file for intent purpose. Bug: 1127587 Test: Launch CCA and no error shows. Change-Id: I2d2a09328f328a0e6c675f85145f215fd140c1b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438082Reviewed-by:
Shik Chen <shik@chromium.org> Commit-Queue: Wei Lee <wtlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#811997}
-
Yunke Zhou authored
Bug: 1132228 Change-Id: I00c0c60ef117afd28aaf2cf10ed1324227552be1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431425 Commit-Queue: Yunke Zhou <yunkez@google.com> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#811996}
-
Lei Zhang authored
The style guide says default arguments are banned on virtual functions. Change-Id: I4c53f436804a02600e843d5929d24536c3b67077 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364010 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#811995}
-
Mirko Bonadei authored
This reverts commit f37a0083. Reason for revert: crbug.com/1128470 is back under control, let's re-enable AVFoundationCaptureV2 by default. Original change's description: > AVFoundationCaptureV2: disable by default. > > Reason: breaks post-commit testcase. > > Bug: 1128470 > Change-Id: I6a6745e9ba8150dcac2408af1b73186ac05a75d6 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421308 > Reviewed-by: Henrik Boström <hbos@chromium.org> > Reviewed-by: Guido Urdaneta <guidou@chromium.org> > Reviewed-by: Jochen Eisinger <jochen@chromium.org> > Commit-Queue: Markus Handell <handellm@google.com> > Cr-Commit-Position: refs/heads/master@{#808818} TBR=hbos@chromium.org,guidou@chromium.org,jochen@chromium.org,handellm@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1128470 Change-Id: I81ee2900d9f3c0911211ee7fd83e1a335de707a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2439070Reviewed-by:
Mirko Bonadei <mbonadei@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Reviewed-by:
Markus Handell <handellm@google.com> Commit-Queue: Mirko Bonadei <mbonadei@chromium.org> Cr-Commit-Position: refs/heads/master@{#811994}
-
Peter E Conn authored
This should allow all of org.chromium.chrome.browser.externalauth to be moved to a separate module. Change-Id: I0545fc8e1561b5f3c417e196e07893417c55f8ec Bug: 2400622 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438253 Commit-Queue: Peter Conn <peconn@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#811993}
-
Reda Tawfik authored
This CL disable the filling passwords across origins feature by not adding "Use other password" footer command if the current site scheme is not cryptographic. Bug: 1104132 Change-Id: I55039494325c81a5b263e734c0ba4783990d7195 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431084 Commit-Queue: Reda Tawfik <redatawfik@google.com> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#811992}
-
Trent Apted authored
These changes allow the file to be consumed by targets compiled with null checks and reportUnknownTypes. Bug: 1030935, 1132695 Change-Id: Ib898151aeecaeb0636e12b7d79ed4a2335ef8278 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428274 Commit-Queue: Trent Apted <tapted@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#811991}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/184c9b9164b7..d6055cbe1f06 2020-09-30 nigi@chromium.org Add a pixel test for a link annotation that does not render. 2020-09-30 nigi@chromium.org Add a pixel test for a link annotation that does not render. 2020-09-29 tsepez@chromium.org Stop caching CXFA_FFWidgetHandler in CPDFSDK_Widget 2020-09-29 tsepez@chromium.org Bring XFA_RESOLVENODE_RS more in line with style guide. 2020-09-29 tsepez@chromium.org Avoid LSAN leak reports in XFA fuzzers 2020-09-29 thestig@chromium.org Fix nits with CPDF_CrossRefAvail member variables. 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/+doc/master/autoroll/README.md Bug: chromium:1131837,chromium:1132607,chromium:237527 Tbr: pdfium-deps-rolls@chromium.org Change-Id: Iccae44a9660c5858739a8dcc8c2f7ed3a5a888ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436833Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: Lei Zhang <thestig@chromium.org> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#811990}
-
Elizabeth Popova authored
The card expiration error is now announced the same way as errors in cr-input. Attributes such as role="alert" need to be added again every time for better a11y, see [1]. [1]https://chromium-review.googlesource.com/c/chromium/src/+/2429943 Bug: 1083550 Change-Id: I4dbf22eec455eef659e9aeb18b53f4fd28452474 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435189Reviewed-by:
Christoph Schwering <schwering@google.com> Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Elizabeth Popova <lizapopova@google.com> Cr-Commit-Position: refs/heads/master@{#811989}
-
chrome://flagsVictor Hugo Vianna Silva authored
This CL makes it easier to test the auto-sync decoupling feature by adding a corresponding switch to chrome://flags. Bug: 1105795 Change-Id: I46f4e85aaace65e526fd2b8168b7bb62dc958495 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438370 Commit-Queue: Victor Vianna <victorvianna@google.com> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#811988}
-
Mikel Astiz authored
Implementation is going through changes and these histograms help monitor regressions. Change-Id: I4902903f1bf434b346e2e0f930619bdd145d3be8 Fixed: 1125783 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440057 Auto-Submit: Mikel Astiz <mastiz@chromium.org> Commit-Queue: Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#811987}
-
Robbie Gibson authored
This allows the text zoom provider (and any other implementations of it) to decide using its own rules whether text zoom is allowed. Bug: 1061119 Change-Id: I76de0206d8b42da169d19475a6e263ac68a632e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437434 Commit-Queue: Robbie Gibson <rkgibson@google.com> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#811986}
-
chromium-autoroll authored
Roll ChromeOS Broadwell AFDO profile from 87-4258.0-1601290734-benchmark-87.0.4275.0-r1 to 87-4258.0-1601290734-benchmark-87.0.4277.0-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-broadwell-chromium Please CC c-compiler-chrome@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: c-compiler-chrome@google.com Change-Id: If90a2121efdd60d968329ae154d367f3e00390e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2439868Reviewed-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@{#811985}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/c73bff39bd21..a87c5076a876 2020-09-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 44be0942f9a8 to b042f4e70879 (15 revisions) 2020-09-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from b2a4e87ad274 to ad421a248adb (2 revisions) 2020-09-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 339e4ec2 to cc47e0cd (351 revisions) 2020-09-30 johnstiles@google.com Allow more types of expressions to be directly inlined. 2020-09-30 ethannicholas@google.com Revert "Revert "moved SkSL Enum data into IRNode"" 2020-09-29 robertphillips@google.com Make GrRRectBlurEffect use the thread-safe uniquely-keyed view cache 2020-09-29 kjlubick@google.com [canvaskit] Add Initial Typescript definitions/types. 2020-09-29 ethannicholas@google.com moved SkSL ExpressionStatement's data into IRNode 2020-09-29 robertphillips@google.com Make the SW blurred mask path use the thread-safe uniquely-keyed view cache 2020-09-29 johnstiles@google.com Revert "moved SkSL Enum data into IRNode" 2020-09-29 ethannicholas@google.com moved SkSL Enum data into IRNode 2020-09-29 brianosman@google.com Fix swizzle-of-swizzle lvalues in ByteCodeGenerator 2020-09-29 brianosman@google.com Add a benchmark that measures SkSL::Compiler startup time 2020-09-29 jsimmons@google.com Add an API for clearing the SkParagraph font and paragraph caches 2020-09-29 ethannicholas@google.com moved SkSL Constructor's data into IRNode 2020-09-29 robertphillips@google.com Have GrCircleBlurFragmentProcessor make use of thread safe view cache 2020-09-29 bsalomon@google.com Add sample count to GrVkImageInfo. 2020-09-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 2a09e89113af to ec42b1438fd2 (63 revisions) 2020-09-29 herb@google.com minimize includes and forwards for remote glyph cache 2020-09-29 ethannicholas@google.com moved SkSL FloatLiteral data into IRNode 2020-09-29 jvanverth@google.com Move MacOS 10.13 Metal jobs to 10.15. 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/+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:1018739,chromium:1096746,chromium:1108408,chromium:1130678,chromium:1132366 Tbr: brianosman@google.com Test: Test: Test:Test: Test: CQTest: Test: ContextNoErrorTest31.DrawWithPPOTest: Test: Manual verification of Skia 'gn gen' on WindowsTest: Test: ProgramPipelineTest31.VerifyPpoLinkErrorSignalledCorrectlyTest: Test: angle_end2end_test --gtest_filter=*ETC1CompressedImageNPOT*Test: Test: angle_end2end_tests --gtest_filter=*ETC1CompressedImageDraws*Test: Test: dEQP.GLES31/functional_separate_shader_validation_es31_* Change-Id: I944383c547ca321da3fd774ca61e7e085537b6e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2439391Reviewed-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@{#811984}
-
Taylor Brandstetter authored
Note that this required making WebrtcPage inherit from PressStory. Bug: chromium:1033483 Change-Id: I98972369b9349c06203da27c6bfc0f62294cb006 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148277Reviewed-by:
Harald Alvestrand <hta@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#811983}
-
sandromaggi authored
Letting the backend know what data has been requested and is currently available. This helps debugging Autofill issues and can be used to control the field setting action (crrev/c/2435084) from the backend. Bug: b/169521597, b/167491545 Change-Id: I11b5e17906c162cb4ab51bc01f385c88695087bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435384 Commit-Queue: Sandro Maggi <sandromaggi@google.com> Reviewed-by:
Marian Fechete <marianfe@google.com> Cr-Commit-Position: refs/heads/master@{#811982}
-
chromium-autoroll authored
Roll ChromeOS Airmont AFDO profile from 87-4265.0-1601286022-benchmark-87.0.4275.0-r1 to 87-4265.0-1601286022-benchmark-87.0.4277.0-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-airmont-chromium Please CC c-compiler-chrome@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: c-compiler-chrome@google.com Change-Id: I8a31dba993277c186e7da638b260d3202183f8a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2439865Reviewed-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@{#811981}
-