- 31 Mar, 2020 40 commits
-
-
Nate Fischer authored
No change to logic, only docs. This adds general documentation for how to launch Dev UI, and provides information for how Dev UI interacts with Finch. Fixed: 1058571 Test: tools/md_browser/md_browser.py Test: Upload to gerrit > open file > click "gitiles" Change-Id: Icc7234807935d764886a66305ff8cd5653701f5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2123334Reviewed-by:
Hazem Ashmawy <hazems@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#755053}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ba238d8eed6d..af705142bcc4 Created with: gclient setdep -r src-internal@af705142bcc4 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 jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: I80dd5a0b9a44f8342d808afca8233db0db58588b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130286Reviewed-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@{#755052}
-
Ted Choc authored
Bug: 985905 Change-Id: I65cb5cc35a8f4f61322e14cda76e63ee34ed7a48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128932 Commit-Queue: Ted Choc <tedchoc@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#755051}
-
Mugdha Lakhani authored
Update PageInfo to get SecurityLevel and VisibleSecurityState from the delegate, which moves a lot of duplicated logic from wherever PageInfo is constructed into the delegate, and will also make componentizing ConnectionInfoPopup and PageInfoController easier, because the dependency on SecurityStateTabHelper won't be necessary. UpdateSecurityState and ComputeUIInputs don't need SecurityLevel and VisibleSecurityState, and have been updated to get them directly from the delegate instead. PageInfoTest was setting custom values for these, and so a test-only method to set security state has been added. Bug: 1052375 Change-Id: Icf09eba58654d46ca9f9bf075364c1f00793db91 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128107 Commit-Queue: Mugdha Lakhani <nator@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#755050}
-
Ehimare Okoyomon authored
Add check to shouldCaptureThumbnail that informs the ntp if the cookie controls state is incorrect. Bug: 1065391 Change-Id: I6b7fb5e5ce88975e1ebb844f5c402a8540176858 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128311 Commit-Queue: Ehimare Okoyomon <eokoyomon@chromium.org> Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#755049}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/06101933267d..17ffd9875c34 git log 06101933267d..17ffd9875c34 --date=short --first-parent --format='%ad %ae %s' 2020-03-31 ehmaldonado@google.com git-cl: Fix git-cl split. Created with: gclient setdep -r src/third_party/depot_tools@17ffd9875c34 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 agable@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: agable@chromium.org Change-Id: I3fcb7f664f576bf644da5d75645a5792f812abd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130185Reviewed-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@{#755048}
-
Sean Harrison authored
Also, reorder two strings in the list for readability. Bug: 1032584 Change-Id: I2dcf03bb795a3f920d4d0a9be0a9db3e21dc5c35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2107629 Commit-Queue: Sean Harrison <harrisonsean@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#755047}
-
Etienne Pierre-doray authored
Add Unwinder as optional param in StackSampler that's used if present. This is necessary for follow up NativeUnwinderAndroid that doesn't have a default constructor. Late creation of StackSampler in StackSamplingProfiler is also removed because this won't be possible with NativeUnwinderAndroid. Instead, StackSampler is always created in constructor or injected. Bug: 989102 Change-Id: Ib90416659f28d7139baed8d7adba62836337b13e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095372 Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
oysteine <oysteine@chromium.org> Reviewed-by:
Mike Wittman <wittman@chromium.org> Cr-Commit-Position: refs/heads/master@{#755046}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/143da7b3..3acfab72 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: I419e9583a897af3566ea8893924f844c5bb54626 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130067Reviewed-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@{#755045}
-
Anastasiia Nikolaienko authored
Use crosAddAccountEdu flow name for Child users. Bug: 1043108 Change-Id: I5598f05105cd3817e544d82a74d7b6aaebea5f0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120361 Commit-Queue: Anastasiia Nikolaienko <anastasiian@chromium.org> Reviewed-by:
Kush Sinha <sinhak@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#755044}
-
Raul Tambre authored
has_key() has been removed in Python 3. Use the 'in' operator which works in both Python 2 and 3. Traceback (most recent call last): File "../../gpu/config/process_json.py", line 961, in <module> sys.exit(main(sys.argv[1:])) File "../../gpu/config/process_json.py", line 935, in main process_software_rendering_list( File "../../gpu/config/process_json.py", line 810, in process_software_rendering_list process_json_file( File "../../gpu/config/process_json.py", line 771, in process_json_file write_entry(entry, total_features, feature_tag, unique_symbol_id, File "../../gpu/config/process_json.py", line 677, in write_entry write_conditions(entry_id, False, -1, entry, unique_symbol_id, File "../../gpu/config/process_json.py", line 525, in write_conditions if driver_version.has_key('value2'): AttributeError: 'dict' object has no attribute 'has_key' Bug: 941669 Change-Id: Ib0f629fdcd7d1a72c4b1dd5f846a33007154e46d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130267Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Commit-Queue: Raul Tambre <raul@tambre.ee> Auto-Submit: Raul Tambre <raul@tambre.ee> Cr-Commit-Position: refs/heads/master@{#755043}
-
Dana Fried authored
Thanks to corising@chromium.org we have previously made special cases for a number of bubbles of this type to prefer offsetting rather than mirroring, as mirroring can't fix certain cases where the anchor is off-screen (e.g. in immersive mode, or when the browser window is partially off-screen). This makes the fix universal for almost all bubbles anchored to the toolbar and location bar. Bug: 1065327 Change-Id: I62e7b060ed20fb6bfa49ec38a2f4b2b1803bedd3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2125468 Commit-Queue: Dana Fried <dfried@chromium.org> Reviewed-by:
Caroline Rising <corising@chromium.org> Cr-Commit-Position: refs/heads/master@{#755042}
-
Martin Šrámek authored
See the linked bug for the explanation of the approach. Bug: 1064722 Change-Id: I8e2343f7be297acc212985ad079a79a374d1ef9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120722Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Varun Khaneja <vakh@chromium.org> Auto-Submit: Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#755041}
-
Arthur Hemery authored
This CL introduces basic use counters for the following cases: Assert COOP: same-origin Assert COOP: same-origin-allow-popups Assert COEP: require-corp Assert both COOP: same-origin and COEP: require-corp Doc: https://docs.google.com/document/d/11wdUazTT3lRTW3udzhAjrlwnTBdKrnnubZQAcCXraJY/edit# Bug: 1064951 Change-Id: I05c6d44b61edcd6345e1fe1a09c88bf3c5fb9b68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2122140 Commit-Queue: Arthur Hemery <ahemery@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#755040}
-
Kai Ninomiya authored
This will be used by the WebGPU CTS to compile GLSL shaders at runtime: https://chromium-review.googlesource.com/c/chromium/src/+/2100018 The compiler is around 1MB, and is rebuilt with some frequency, so we avoid checking it into WPT or Chromium. And since WebGPU has decided not to use SPIR-V, this solution is temporary until we have an implementation and testing of WGSL shaders. glslang.js is a WASM build of glslang, which currently also exists in src/third_party/glslang. Bug: 1060911 Change-Id: I7665b9d7137549466ac9409852e4dd32cc678663 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100016 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#755039}
-
Antonio Gomes authored
This CL moves multiline-column-overflow.html from css3/flexbox to external/wpt/css/css-flexbox/, and renames it to multiline-column-max-height.html. <link rel> tags are added, as well as <meta name=assert> and title. BUG=1063749 R=cbiesinger@chromium.org Change-Id: Ie22e6abd0d3fc677853fd2b3d0ea8507d257aa62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127549Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#755038}
-
Sinan Sahin authored
With this CL, the status indicator will show and hide on the Start surface without any animations, like the tab switcher. Bug: 1059438 Change-Id: Ib5bdd16721f43f2a132e25034fcc30bbda4991fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119610Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Ganggui Tang <gogerald@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Sinan Sahin <sinansahin@google.com> Cr-Commit-Position: refs/heads/master@{#755037}
-
John Abd-El-Malek authored
This regressed in r753679. Bug: 1066387, 1025603 Change-Id: I77702548bbf7d7606f4f4a9a3f5007e9773f193a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130347 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Auto-Submit: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#755036}
-
dpapad authored
Bug: 1026426 Change-Id: Ife93a1eceedd067cbb6fbfd8fd08197f0ef54ad6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128926Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Auto-Submit: dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#755035}
-
Gurchetan Singh authored
This is reduce minigbm technical debt. BUG=b:145747350 TEST=CQ will test Change-Id: Ib9956bc4720b5c09d531f3774d90a189dc5ec4a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2129991Reviewed-by:
Miguel Casas <mcasas@chromium.org> Commit-Queue: Gurchetan Singh <gurchetansingh@chromium.org> Auto-Submit: Gurchetan Singh <gurchetansingh@chromium.org> Cr-Commit-Position: refs/heads/master@{#755034}
-
David Van Cleve authored
The experimental Trust Token API (https://github.com/wicg/trust-token-api) takes in parameters specifying a Trust Tokens protocol operation, annotates outgoing requests with request headers corresponding to protocol state, and processes corresponding response headers. For the MVP of the API, we're making the functionality available via Fetch, iframe, and XHR. To implement the iframe surface, this CL adds a new iframe attribute, "trusttoken," that accepts as input a syntactically identical struct to the corresponding Fetch parameter; the CL also adds code for parsing the parameter. The attribute is gated by the TrustTokens runtime-enabled feature. A subsequent CL will add the results of the parse to the frame's load request in order for the downstream request handling logic to be able to access the parameters. Bug: 1062396 Change-Id: I8f0d00e17e06f5f4bbf780db5a77a71ea4d64db4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116014 Commit-Queue: David Van Cleve <davidvc@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#755033}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/937cfa8b7e10..b6fd42ad9ae2 git log 937cfa8b7e10..b6fd42ad9ae2 --date=short --first-parent --format='%ad %ae %s' 2020-03-31 lalitm@google.com tp: improve diff testing script when tp returns error retcode 2020-03-31 treehugger-gerrit@google.com Merge "tp: fix memory leak of table objects" Created with: gclient setdep -r src/third_party/perfetto@b6fd42ad9ae2 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/+/master/autoroll/README.md Bug: None Tbr: perfetto-bugs@google.com Change-Id: I55b06592a8aa44dd4f3181e54b6961f736984f0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2129863Reviewed-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@{#755032}
-
Ken MacKay authored
* Don't allow pending reads to complete within a write call. * Signal EOS when the other end of the socket disconnects. Merge-With: eureka-internal/381432 Change-Id: Ia091361fc0c72da52c76c9fcf98b7c24a04d9f13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2129996Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Commit-Queue: Kenneth MacKay <kmackay@chromium.org> Cr-Commit-Position: refs/heads/master@{#755031}
-
Daniel Rubery authored
Feedback from translators indicated 'extra features' was a confusing phrase. (b/151968849) We can be more clear using the phrase 'extra protections' instead. Change-Id: Ia4b251d95103b38f43d7b9f035a3b5c89ebb6c41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127897Reviewed-by:
Alexander Hendrich <hendrich@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#755030}
-
zhaoyangli authored
These two eg2 tests are disabled because they broke 15% of recent ios-simulator-noncq builds and will block iOS code submission after EG2 tests run in CQ. The failure happens mostly on iOS 12.4 but also sometimes on 13.3 so the test method is just disabled. Bug: 1046369 Change-Id: I4b30abcea7be5aef995f24e0ce407f2df92e3514 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2129108Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Cr-Commit-Position: refs/heads/master@{#755029}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/469046c09657..8cbedf985570 git log 469046c09657..8cbedf985570 --date=short --first-parent --format='%ad %ae %s' 2020-03-31 brianosman@google.com Improve SkVerticesPriv ergonomics 2020-03-31 robertphillips@google.com Reduce GrGlyph's functionality Created with: gclient setdep -r src/third_party/skia@8cbedf985570 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 michaelludwig@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: chromium:1056730 Tbr: michaelludwig@google.com Change-Id: I2e0457de93a8a63ad86faa6014015165ea7791ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2129859Reviewed-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@{#755028}
-
Robert Ogden authored
This ensures that AMP pages (often same-doc navigations) get the same treatment. Bug: 1023485 Change-Id: Id300abd499696e87cc2261c205f9e7ea9c3a8d59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2129015 Commit-Queue: Robert Ogden <robertogden@chromium.org> Auto-Submit: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#755027}
-
Trevor Perrier authored
This xtb file was added in https://crrev.com/c/1821528. It is not currently used. Change-Id: If2c19a1495b1af5db89cc3e0fad7c5e79b4d30ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124540Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Commit-Queue: Trevor Perrier <perrier@chromium.org> Cr-Commit-Position: refs/heads/master@{#755026}
-
Trevor Perrier authored
The string that was breaking this has been updated in the TC. This suppression is no longer needed. Bug: 1033288 Change-Id: I83d753a030505db2b2ed15f7978fb14887881206 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128590Reviewed-by:
Megan Jablonski <megjablon@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Trevor Perrier <perrier@chromium.org> Cr-Commit-Position: refs/heads/master@{#755025}
-
Vladimir Levin authored
This patch is similar to the focus patch ensuring that we remain unlocked when any of the elements in our subtree is focused. It's a bit more complicated since multiple nodes can be selected at once Note the use of std::set here is because it is both ordered and only keeps unique elements. The use of it is limited to the local function which I think is fine. R=chrishtr@chromium.org Change-Id: I644c75bc145a0723f868fd7145840e2343837e8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2122857Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#755024}
-
Tanmoy Mollik authored
Bug: 1066092 Change-Id: Icafa84584ce4d2605d91e32134a47363a2281f1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2129710Reviewed-by:
Alex Ilin <alexilin@chromium.org> Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Cr-Commit-Position: refs/heads/master@{#755023}
-
Becca Hughes authored
Add two histograms that store the results of when we try and store playbacks and sessions in the Media History database. BUG=1024362 Change-Id: I53da9fd06bcac6c9d973b899d1435b1ecfe61781 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124909 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#755022}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/68cc95ec121c..7e5ebf014b5e git log 68cc95ec121c..7e5ebf014b5e --date=short --first-parent --format='%ad %ae %s' 2020-03-31 tmathmeyer@chromium.org Adds End2End test for the Media tab. Created with: gclient setdep -r src/third_party/devtools-frontend/src@7e5ebf014b5e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I40b4900d715c9676e5bef17489c7d2cc0786ddea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2129862Reviewed-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@{#755021}
-
rbpotter authored
This DCHECK is getting hit flakily in: PageLoadMetricsBrowserTest.UseCounterFeaturesInNonSecureMainFrame PageLoadMetricsBrowserTestWithAutoupgradesDisabled. UseCounterUkmMixedContentFeaturesLogged on the Mac 10.13 dbg bot. Remove it for now to fix the bot, and add a TODO to re-enable it once the cause of the flakes has been found. TBR=sadrul@chromium.org No-Tree-Checks: true No-Try: true Bug: 1066455 Change-Id: Ia30ae1bc3160dcbba4ea95fb0fd999bc95881750 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2129901 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#755020}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/276b0652658d..7982cc052763 git log 276b0652658d..7982cc052763 --date=short --first-parent --format='%ad %ae %s' 2020-03-31 brandon1.jones@intel.com Residency 5: Implement and Integrate Residency Management Created with: gclient setdep -r src/third_party/dawn@7982cc052763 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/+/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: I559261f16459c8c27dafa5ba8322cbd8ec5787bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2129855Reviewed-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@{#755019}
-
Saurabh Nijhara authored
readability in wizard_controller. Bug: 1064271 Change-Id: I2d17c1cea86fb49a4234e3e26ce44ae3531e0479 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128115Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Commit-Queue: Saurabh Nijhara <snijhara@google.com> Cr-Commit-Position: refs/heads/master@{#755018}
-
Chrome Metrics Logs authored
Updates the expires_after attribute for 168 histograms that show frequent access in the past 90 days. These are the 90% most frequently used histograms over that time that do not already have a date later than or within 60 days of 2020-09-27. TBR=bcwhite@chromium.org Change-Id: Ibc038017e7f969efdc19811c5ea30815ac77dd75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130106Reviewed-by:
Chrome Metrics Logs <chrome-metrics-team+robot@google.com> Commit-Queue: Chrome Metrics Logs <chrome-metrics-team+robot@google.com> Cr-Commit-Position: refs/heads/master@{#755017}
-
Chisoon Jeong authored
Depending on compilation environments of gcc, supported_cdm_versions.h|cc is not compiled. To fix this issue add '#include <stddef.h>' in supported_cdm_versions.h Change-Id: I0f56cb4f69e1fb3867a1c168a28431661341784b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117912Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
John Rummell <jrummell@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#755016}
-
Rafael Cintron authored
In PIX's D3D12-only mode, there is no way to determine frame boundaries for WebGPU since Dawn does not manage DXGI swap chains. Without assistance, PIX will wait forever for a present that never happens. If we know we're dealing with a swapbuffer texture, inform Dawn, which informs PIX we've "presented" the texture so it can determine frame boundaries and use the texture's contents for the UI. Bug: dawn:364 Change-Id: I6b157a04df02be697dad6b5bc9d76c33969f9fda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124875Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Rafael Cintron <rafael.cintron@microsoft.com> Cr-Commit-Position: refs/heads/master@{#755015}
-
Oksana Zhuravlova authored
Change-Id: I9c0f30d43eb4dcf33fe3f8ba0995441dec48036d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128855Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#755014}
-