- 26 Aug, 2020 3 commits
-
-
Nate Chapin authored
There are 4 places Document::GetExecutionContext() is currently invoked in WebDocument: * GetSecurityOrigin() is the only one of the 4 that null-checks it. * OutgoingReferrer() is unused and can be removed. * GetReferrerPolicy() has a single use that can easily be adjusted so that it can be removed. * IsSecureContext() needs a null-check. Bug: 1121726 Change-Id: I0f65a56909e4bc1a5ee6aee30e0e59c8c698b434 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375704 Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Nate Chapin <japhet@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#801618}
-
edchin authored
This CL removes an unused deprecated method in SnapshotTabHelper. Bug: 917929 Change-Id: Iba8cf2864790b5a24279cfd846695e7a21893d25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376545Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#801617}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/65f9045b37a9..c5676b9e6c83 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 xiaochengh@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:1099917,chromium:1106626,chromium:1115567,chromium:1117222,chromium:1121713,chromium:912681 Tbr: xiaochengh@google.com Change-Id: I586708e63dfd1026f2b6240bc4628b4a61c839b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376485Reviewed-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@{#801616}
-
- 25 Aug, 2020 37 commits
-
-
Weilun Shi authored
We also need to sort and combine the histogram-suffixes-list node in the merge_xml. The pretty-print function assumed there is only one histogram-suffixes-list node and it dropped all histogram-suffixes nodes in the split histogram_suffixes_list.xml file which resulted in missing all histograms that were generated from that xml. Added unit tests to make sure this problem won't happen again. This cl also renames histogram_suffixes.xml to histogram_suffixes_list.xml to be consistent with histograms.xml naming convention. Bug: b:164097807 Change-Id: I67144c5726acd5aa96ce1a1f597c7bf88e7eda6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375936 Commit-Queue: Weilun Shi <sweilun@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Auto-Submit: Weilun Shi <sweilun@chromium.org> Cr-Commit-Position: refs/heads/master@{#801615}
-
Hirokazu Honda authored
There is a synchronization problem on the mapped buffer on intel skylake devices. This is due to some missing 9165 patches in kernel 3.18, and thus will be fixed if the kernel is upreved to 4.4 or newer. This bug causes a decoded content validation failure in video_decode_accelerator_tests. This is a workaround to this bug; usleep() is added after the buffer is mapped and before the frame validation if the kernel version is 3.18 and the processor is Skylake. Bug: b:149808895 Test: video_decode_accelerator_tests on sentry Change-Id: Ib77ebe0b83834e4d91bc994cbe6912348862e021 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371724 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#801614}
-
Guohui Deng authored
The new reboot reason is "UTILITY_PROCESS_CRASH". It's used when the utility process is in a crash loop. Bug: internal b/166313191 Test: None. Change-Id: I62e0ac9280505172ad1b0461f18075d70eed2bfd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376450Reviewed-by:
Luke Halliwell (slow) <halliwell@chromium.org> Commit-Queue: Guohui Deng <guohuideng@chromium.org> Cr-Commit-Position: refs/heads/master@{#801613}
-
Anastasia Helfinstein authored
Code clean-up. Does not change the behavior of Switch Access. AX-Relnotes: n/a. Bug: None. Change-Id: I49b5eefd69c9165f9729927f85779b8bdacfc224 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373290Reviewed-by:
Abigail Klein <abigailbklein@google.com> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#801612}
-
Xiaocheng Hu authored
Bug: 1049885 Change-Id: Icfc0c764791daaa9a0f60eece7818c1e5af5316d Tbr: alexmos@chromium.org NoTry: True Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376381Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#801611}
-
Evan Stade authored
Bug: 1016938 Change-Id: Ib3a86b4a3e3c0356c292ce55291ef0487e94c5ae Skip-Translation-Screenshots-Check: True Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325272 Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Lijin Shen <lazzzis@google.com> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/master@{#801610}
-
Chris Lu authored
For most Infobars, a banner dismissal should call InfobarDelegate::InfobarDismised(). But for SaveCard InfobarDismissed executes the completion callback, because it assumes a dismissal means the user closed out the UI. Bug: 1119907 Change-Id: I91799342554041beea8efe0b2693e635f3e5a218 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376451 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Auto-Submit: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#801609}
-
Ryan Hansberry authored
Rename AdapterClient to AdapterObserver to reflect its behavior: as an observer of Bluetooth changes. Also switch from a single Remote pattern to a ReceiverSet, allowing Adapter to notify own and notify multiple AdapterObservers. This is necessary for future Nearby Connections use, where both BleMedium and BluetoothClassicMedium will listen on a single injected Adapter -- see subsequent CL crrev.com/c/2370094. Bug: b:157748957 Change-Id: If241b76f1662614b1f6061d93b9293e703b58691 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2311824Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#801608}
-
Tibor Goldschwendt authored
The WebUI NTP is temporarily allowed to make network requests to support the inlined OGB. The inlined OGB will soon be replaced by an iframed OGB, which can be activated via the #ntp-iframe-one-google-bar feature flag. This CL restricts network access for the WebUI NTP if this flag is enabled so that we don't inadvertently rely on network access for other features such as NTP modules. Bug: 1076506 Change-Id: I567d75dbfc083a4623d1f420f1d14ed9ef655def Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375729 Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Esmael Elmoslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#801607}
-
Mike Dougherty authored
Bug: 694859, 891834 Change-Id: I32703be2378b43235cd2343c36946fe9cbb45a34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375800Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Auto-Submit: Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#801606}
-
Joe Mason authored
Ads measurements that use V8PerFrameMemoryReporter will run on Android so the assumption that it can be turned off on Android to save memory is obsolete. R=dcheng Bug: 1117176 Change-Id: Ia73718d52cfb33aebed31033961ef84f678fc532 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375935Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Joe Mason <joenotcharles@chromium.org> Cr-Commit-Position: refs/heads/master@{#801605}
-
Anastasia Helfinstein authored
As part of the overall effort to share more code between the accessibility component extensions, move Switch Access' RectUtil class into the common/ directory. This change is a pure refactor. AX-Relnotes: n/a. Bug: None. Change-Id: I2980080ad643bef76720095c67bbd9165e645f6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368481Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#801604}
-
Daniel Rubery authored
Following UX feedback, we add an animation that runs during deep scanning. Screencast: https://screencast.googleplex.com/cast/NjI3ODYxNjQ2OTk5NTUyMHwzMTZhNTk3YS02ZA Fixed: 1076092 Change-Id: I1b12fcb88409740842bf5aeed6d5927ab94533bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367115 Commit-Queue: Daniel Rubery <drubery@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#801603}
-
Robert Ma authored
using the ad-hoc script in PS1: https://crrev.com/c/2376484/1/third_party/blink/tools/clean_up_1115767.py Bug: 1115767 Change-Id: Ief86241dd69fb78d9eb5a0c05687a29f53589efc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376484 Commit-Queue: Robert Ma <robertma@chromium.org> Commit-Queue: Rakib Hasan <rmhasan@google.com> Auto-Submit: Robert Ma <robertma@chromium.org> Reviewed-by:
Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#801602}
-
Prakhar authored
As per estaab@'s suggestion here https://docs.google.com/document/d/1Q9oYW2w0-QTR6R8uI6yjriFu75e6_K50qcHyj3lda6c/edit?disco=AAAAKHpexIU Bug: 1024915 Change-Id: I5676a1cf4983204403f0166feedfc3b95918d91d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2374922 Commit-Queue: Prakhar Asthana <pasthana@google.com> Commit-Queue: Erik Staab <estaab@chromium.org> Auto-Submit: Prakhar Asthana <pasthana@google.com> Reviewed-by:
Erik Staab <estaab@chromium.org> Cr-Commit-Position: refs/heads/master@{#801601}
-
Joel Hockey authored
I never heard of anyone using this feature, so I'm happy to delete the flag rather than extend. We can always add it back. Bug: 1012169 Change-Id: I99a26d7575367a212f5e62004d1b0786c1d891bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373825 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#801600}
-
Jerome Jiang authored
https://aomedia.googlesource.com/aom.git/+log/4dcbd921c3a6..e2219b84bc9d $ git log 4dcbd921c..e2219b84b --date=short --no-merges --format='%ad %ae %s' 2020-08-17 huisu Minor optimizations for warped motion sampling 2020-08-18 marpan rtc: Add off state for coeff/mode-upd-freq 2020-08-16 vishesh.garg Extend av1_ml_predict_breakout() to hbd encoding 2020-08-18 yunqingwang Increase TPL stats block size for res < 720p 2020-08-17 wtc Fail if prev frame is not done on new temp. delim. 2020-08-14 chengchen Distinguish use screen content tools and screen content type 2020-08-14 marpan rtc-svc: Adjust use_modeled_non_rd_cost for layers 2020-08-12 kmalladi Add HighBD SSE2 Temporal Filter 2020-08-17 wtc Misc improvements to build_av1_dec_fuzzer.sh 2020-08-17 angiebird Add general description for coefficient coding (...) 2020-07-22 debargha Remove TwoPassCfg struct & absorb stats_in in oxcf 2020-07-22 debargha Move vbrmin/max_section/vbrbias to RateControlCfg 2020-07-23 sanampudi.venkatarao Add comments for motion search method 2020-07-21 paulwilkins Resolve document references for temporal filtering 2020-07-22 jzern correct googletest version info 2020-07-20 marpan rtc: Add dynamic resize mode, to 1 pass CBR 2020-07-22 jingning Remove redundant frame_parameter_update setting in rt sp7 2020-07-21 mufaddal.chakera Move AltRefForcedKeyTestLarge to kf_test.cc 2020-06-11 deepa.kg Fix issues reported by valgrind in intra pred modules 2020-07-21 paulwilkins Resolve frame buffer type reference. Created with: roll-dep src/third_party/libaom/source/libaom R=jzern@google.com Change-Id: I681f109f1eca1aca886e14995a54c67e50c4d023 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367800Reviewed-by:
James Zern <jzern@google.com> Commit-Queue: Jerome Jiang <jianj@google.com> Cr-Commit-Position: refs/heads/master@{#801599}
-
David Tseng authored
This support allows Switch Access to ignore focus events on omnibox it triggers tiself. Fixed: 1113669 Change-Id: I8c6f94bfc6c3547e114d5fbe408af9ed6cfdd1ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373223 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#801598}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/288014f2..30f6538a 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: I6c5fa3c8c9f95d13f997dc377b03244a6ea87a3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376285Reviewed-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@{#801597}
-
Erik Staab authored
The tests pass with and without GPUs and this will slightly improve utilization and pending times. Bug: 1115109 Change-Id: I33f026dac158f124581c14e5bc2ae419123a7d4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294092Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Erik Staab <estaab@chromium.org> Cr-Commit-Position: refs/heads/master@{#801596}
-
Chromium WPT Sync authored
Using wpt-import in Chromium e1c948be. With Chromium commits locally applied on WPT: 9f52c7e4 "COOP: add reporting to redirects" d18db804 "Fix test flake in animation-state-changes-positive-playback-rate.html" aab733a4 "[Document Policy] Migrate sync-script to document policy" 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: foolip@chromium.org: external/wpt/fullscreen NOAUTOREVERT=true TBR=robertma@google.com No-Export: true Change-Id: Idfe1b83b9cd3ce3a4dc5b67898de2f0571d15669 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375059Reviewed-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@{#801595}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/b09f2bb2f282..dff2104727dc 2020-08-25 ddoman@chromium.org [resultdb] moves the cipd pin of infra/tools/rdb 2020-08-25 brucedawson@chromium.org Shorten hash to avoid MAX_PATH limits 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:1120785,chromium:1121678 Tbr: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: Iee839bae6ebc556b93af19bac35f6b9468b2608c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376431Reviewed-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@{#801594}
-
Daniel Classon authored
Modify the change account picture search result so that it returns the setting and not the subpage. Bug: 1084154 Change-Id: Ie45d385ff1afcbe73e1068a638236c0a4d7ef6eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376475Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Daniel Classon <dclasson@google.com> Cr-Commit-Position: refs/heads/master@{#801593}
-
Jazz Xu authored
This CL adds a media tray containing a media icon to CrOS status area next to system tray. Bug: 1114901 Change-Id: Ic363d925efbf8dac260dc48e950972e30a96283c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2347378Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Jazz Xu <jazzhsu@chromium.org> Cr-Commit-Position: refs/heads/master@{#801592}
-
kdillon authored
QueueClass is currently used for high-level policy decisions in the main thread. For the most part, the policies applied to each queue class are largely the same. This change removes QueueClass entirely and adds bits on the policy for pausing and deferring task queues as well as whether or not virtual time is enabled. Change-Id: Iae28c5d7d2ad4c9deb7dad2e1c3294e7ac6b9470 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2365315 Commit-Queue: Katie Dillon <kdillon@chromium.org> Reviewed-by:
Scott Haseley <shaseley@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#801591}
-
Xiaocheng Hu authored
[Sheriff] Disable KeyboardLockInteractiveBrowserTest.SubsequentLockCallSupersedesPreviousCall on ChromeOS Change-Id: I4103f71d674ce6944cb75a828f2f6fbc8a6631bf Tbr: ellyjones@chromium.org NoTry: True Bug: 1121172 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376085 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#801590}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/shaderc/+log/21b36f736809..b6c82a149ed8 2020-08-25 rharrison@google.com Roll 4 dependencies and updated expectations (#1132) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/shaderc-chromium-autoroll Please CC radial-bots+chrome-roll@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: radial-bots+chrome-roll@google.com Change-Id: I6605c83139f4ca94d6adda3af55aa8726cd618f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376429Reviewed-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@{#801589}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/b8ae5a73f875..8f012723b79d 2020-08-25 yangguo@chromium.org Revert "Localization: creating and integrating i18n module" 2020-08-25 vidorteg@microsoft.com Localization: creating and integrating i18n module 2020-08-25 patrick.brosset@microsoft.com Grid: Match the label colors with the line colors 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:1121152 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I870871e0a798ae679294164651261c39a96032bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376428Reviewed-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@{#801588}
-
Sven Zheng authored
Some tests were caused failing bot. Some tests are picked from highest score in flake portal. Currently the lacros bot is flaky, we need to have a more stable bot. Bug: 1121486 Change-Id: I72905f0da0533e8fc0c9d6ff9d5475d701e0e8d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376525 Commit-Queue: Sven Zheng <svenzheng@chromium.org> Auto-Submit: Sven Zheng <svenzheng@chromium.org> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#801587}
-
Xiaocheng Hu authored
Bug: 1121422 Change-Id: Ic4ae72842f34099241422e0498aac998fdd8012f NoTry: True Tbr: agawronska@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376374Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#801586}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/ff77947e7ecc..7023f47299aa 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-linux-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: I5776e85a6ff3f0d3f5ae731143c5fa0cb47c7c00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375802Reviewed-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@{#801585}
-
Jinsuk Kim authored
This CL fixes a potential bug of https://crrev.com/c/2371384. OverscrollSceneLayer should always start observing WindowAndroid, regardless of compositor attachment state. Bug: 1120832 Change-Id: I9de81b89a4aacf08d74c53498e80e74ff358218a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371725Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#801584}
-
nuwanda authored
Now when histogram_samples category is set only the histograms listed in a trace config will be monitored. If there are no histograms in a trace config, the effect of enabling the histogram_samples category will remain the same: all the histograms will be monitored. Monitoring all the histograms results in a significant increase in trace size and processing time, that's why we need a way to monitor only a subset of histograms. Based on the events added to trace when enabling the histogram_samples category TBMv3 UMA metrics will be implemented. Change-Id: If2c36ba22e222c0c1efb4415aba54edcd69b2b4c Bug: 1119834 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363747Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
ssid <ssid@chromium.org> Reviewed-by:
Deep Roy <dproy@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Reviewed-by:
Mikhail Khokhlov <khokhlov@google.com> Commit-Queue: Julia Semavina <nuwanda@google.com> Cr-Commit-Position: refs/heads/master@{#801583}
-
Mike Wasserman authored
Add an optional display id paramater to ForSecurityDropFullscreen. This limits fullscreen exiting to WebContents on a specific display. Always exit on window.open; limit to the destination screen if known. (conduct that fullscreen exit once the target display is determined) Also exit on window.moveTo, etc.; limit to the destination screen. Bug: 1040297, 1120746 Test: Windows cannot be programatically placed over fullscreen windows. Change-Id: If4feee5d1bc1283add2c21615c1715bb4babe2b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373446 Commit-Queue: Michael Wasserman <msw@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#801582}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/3cce1125f027..3c02c934afa7 2020-08-25 rmistry@google.com Revert "Update SKP version" 2020-08-25 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version 2020-08-25 mtklein@google.com set _XOPEN_SOURCE=0 when building ICU 2020-08-25 johnstiles@google.com Remove newly-added SkDEBUGFAILs when we can't make an FP in drawAtlas. 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 mtklein@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: None Tbr: mtklein@google.com Change-Id: I9b79686de21ff748ba5f055091f6b723419f0c08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376430Reviewed-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@{#801581}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@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 Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: Id1d752a54deda9a86810d479997c261daa01329a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376486Reviewed-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@{#801580}
-
Ryan Harrison authored
https://dawn.googlesource.com/tint.git/+log/b08e25388629..f70065f62227 $ git log b08e25388..f70065f62 --date=short --no-merges --format='%ad %ae %s' 2020-08-24 sarahmashay [validation] Validate if entry point functions accept parameters 2020-08-24 sarahmashay [validation] Adds disable test for v-0023, entry point functions accept no params 2020-08-24 tommek [wgsl-reader] Adding body_statement to statement grammar 2020-08-24 cwallez Fix triangle.wgsl's floating point literals. 2020-08-21 dneto Re-enable float emission tests 2020-08-21 sarahmashay [validation] validate if entry point functions return void 2020-08-20 sarahmashay [validation] Add disabled test for v-0024-entry point functions return void 2020-08-20 sarahmashay [validation] checks if function used in entry point exists 2020-08-20 sarahmashay [validation] Add disabled test for v-0019-entry point functions must exist 2020-08-20 sarahmashay [validation] Checks if recursions exist 2020-08-19 dsinclair [hlsl-writer] Add support for import statements. 2020-08-19 dsinclair [hlsl-writer] Generate intrinsics. 2020-08-19 dsinclair [hlsl-writer] Emit cast expressions. 2020-08-19 dsinclair [hlsl-writer] Add tests for entry point data. 2020-08-19 dsinclair [hlsl-writer] Emit module constants. 2020-08-19 dsinclair [hlsl-writer] Fix emission of struct aliases. 2020-08-19 dsinclair [hlsl-writer] Emit uniform variables. 2020-08-19 dsinclair [hlsl-writer] Add CallExpression. 2020-08-19 dsinclair [hlsl-writer] Add support for input locations and builtins. 2020-08-19 dsinclair [hlsl-writer] Add function handling. 2020-08-18 dsinclair Add missing block decoration. 2020-08-18 sarahmashay [type-determiner] return false when type determining an undeclared function 2020-08-17 sarahmashay [validation] Add Disabled test for detecting recursion 2020-08-17 dsinclair [spirv-writer] Output name for constant global variables. Created with: roll-dep src/third_party/tint/src Change-Id: Idb5d634f365266852e298bf1cc30c2d7824a51b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372803 Auto-Submit: Ryan Harrison <rharrison@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by:
dsinclair <dsinclair@chromium.org> Cr-Commit-Position: refs/heads/master@{#801579}
-