- 15 Jan, 2020 40 commits
-
-
Rune Lillesveen authored
Change-Id: I2fb663fb98e1d69cfd1f2eece5d4ea36a9ddd26b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998403Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#731875}
-
Istiaque Ahmed authored
Content verification currently always performs case-insensitive searches (by using lower case keys in VerifiedContents::root_hashes_, or by searching using CompareEqualsIgnoreCase in ComputedHashes) to support case-insensitive systems (win/mac). However, currently this applies to case-sensitive systems (linux/cros) as well. The effect is that a request to manifesT.json for example would return the hash of manifest.json but file read of manifesT.json would not be found. Therefore, the hashes would mismatch, incorrectly disabling the extension due to content-verification failure. This CL changes case-insensitive logic to only apply for case-insensitive systems (win/mac) and not case-sensitive ones (linux/cros). This CL also moves case-sensitivity and dot-space logic to central location under content_verifier_utils. This CL also updates test expectations for existing tests and adds a regression test for the fix. Bug: 1033294 Change-Id: Ied57039e316ce7c5e5a57fcec96f28ddeac305dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993940 Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Oleg Davydov <burunduk@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#731874}
-
Keishi Hattori authored
This reverts commit a4168673. Reason for revert: Instrumentation no longer needed. It was meant only for 1 milestone. Original change's description: > Start calling v8 API SetDetachedWindowReason > > This enables v8-side tracking of JS function calls made within a context > of a detached window. > > Such calls should be rare, but if our predictions are incorrect, the > tracking code may impact performance of function calls. Therefore, > this is implemented behind finch experiments SetDetachedWindowReasonBy* > (enabled by default, but it'll give as an opportunity to disable > tracking or limit % of participating users, if needed). > > Bug: 1018156 > Change-Id: I878e6f1fabdeb229531af688fea0a5bc7412a145 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895017 > Commit-Queue: Bartek Nowierski <bartekn@chromium.org> > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Reviewed-by: Yuki Shiino <yukishiino@chromium.org> > Reviewed-by: Keishi Hattori <keishi@chromium.org> > Cr-Commit-Position: refs/heads/master@{#712517} TBR=yukishiino@chromium.org,rkaplow@chromium.org,tasak@google.com,haraken@chromium.org,keishi@chromium.org,bartekn@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1018156 Change-Id: I35c58011a6ff0984c339393b083a48d13b6b3f12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000404Reviewed-by:
Keishi Hattori <keishi@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/master@{#731873}
-
Eriko Kurimoto authored
In this CL, existing argument |name| is replaced by WorkerOptions#name. Other fields in WorkerOptions (#type and #credentials) are not used yet. It doesn't change any behavior. Bug: 824646 Change-Id: Iabdf68cbbd5d64389d85cef3c692d68d8134091f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1990883 Commit-Queue: Eriko Kurimoto <elkurin@google.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#731872}
-
Eugene But authored
Bug: 921177,708795 Change-Id: Ieb7db1da861faf9cd6bf21f81df96e1a9bcfb990 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999299 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Auto-Submit: Eugene But <eugenebut@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#731871}
-
Sarthak Shah authored
In current case, if the view is destroyed and fling controller is trying to generate fling curve, it crashes when it calls RenderWidgetHostImpl::GetRootWidgetViewportSize to get the size of the root view. This CL fixes the issue by performing a null check for the view. If destroyed, it will not generate fling curve. Bug: 1030354 Change-Id: I81f7e7170691cbe9c8cd274d71a4825e046b78a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1972609 Commit-Queue: Sarthak Shah <sarsha@microsoft.com> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Daniel Libby <dlibby@microsoft.com> Cr-Commit-Position: refs/heads/master@{#731870}
-
Hitoshi Yoshida authored
Added support of FrozenArray type and buffer source type. Bug: 839389 Change-Id: Iaf46dc899684ce312641dd730163af2e9b6f423b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999980Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#731869}
-
Rachel Sugrono authored
Add a test that tab-index key focus works correctly (the tab-indexable elements are cycled through in order) when Quick View is displaying a text file in its content area. Tab past the content panel to skip over checking the focus on the content webview. Bug: 907380 Change-Id: Ia800bf7a04633376d7c355e0947d2fcaa9bf72f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000281 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#731868}
-
Hitoshi Yoshida authored
This is a follow-up CL for https://crrev.com/c/1994549 Bug: 839389 Change-Id: Ifdbe8cb1a0a5cfcd3a27fc486499e2c92c1c18d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999826Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#731867}
-
Thanh Nguyen authored
This CL enables smart charging logging code to be used. Bug: 1028853 Change-Id: I4622a65c4520c2461df2d6e439137945a14d4d89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1996120Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Thanh Nguyen <thanhdng@chromium.org> Cr-Commit-Position: refs/heads/master@{#731866}
-
Matthew Mourgos authored
This change adds padding to the ink drop for the first and last app buttons in the scrollable shelf. This padding is added so that when the ink drop is shown for the left-most or right-most app, the ink drop appears to cover from the behind the app to the left/right edges of the hotseat. This means that a "one app hotseat" will be completely filled by the app's inkdrop. Bug: 1035263 Change-Id: I91383bf73865f6807d878bde3afeb904ddacb3f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999767 Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Reviewed-by:
Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#731865}
-
Eric Willigers authored
The minimal-ui buttons' preferred insets and sizes were being cached before the kInternalPaddingKey property was set. This led to the Back button being too small during the initial layout if a web app initially opened maximized. We now set the kInternalPaddingKey property first, before setting layout insets. Bug: 1040792 Change-Id: I09ff4383124d304bf71ec0d3ff6e5fc9ccb6c9ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000444Reviewed-by:
Alan Cutter <alancutter@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#731864}
-
Takashi Sakamoto authored
Change-Id: I5a96979b123311ed5aa4dda35c39d1eaa7bc98da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1975377 Commit-Queue: Takashi Sakamoto <tasak@google.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#731863}
-
Thanh Nguyen authored
Adds code to collect last charge related features. Bug: 1028853 Change-Id: I2b152139db0777acbd40534128ed8c92004799b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1994035 Commit-Queue: Thanh Nguyen <thanhdng@chromium.org> Reviewed-by:
Jia Meng <jiameng@chromium.org> Cr-Commit-Position: refs/heads/master@{#731862}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/a0840e9a2f6a..9b547ca554d8 git log a0840e9a2f6a..9b547ca554d8 --date=short --first-parent --format='%ad %ae %s' 2020-01-15 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 2020-01-15 tmathmeyer@chromium.org Rolled MediaTable into EventDisplayTable 2020-01-14 anubmat@microsoft.com DevTools: Fix a zooming issue in timeline panel details view Created with: gclient setdep -r src/third_party/devtools-frontend/src@9b547ca554d8 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: chromium:794255,chromium:963183 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ie045c54d34fb92990d3804a26cf7dd1493bacf73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001567Reviewed-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@{#731861}
-
Koji Ishii authored
This patch fixes bidi-reordering to compute children of inline boxes correctly. r728439 <crrev.com/c/1980663> broke the computation when two inline boxes are adjacent without any text/spaces between them, Bug: 1040884 Change-Id: I0368a94b3b2d4cabd62bd82e1114fcadabf81acc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000399 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#731860}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/0c469d4541c3..d37f03fd9529 Created with: gclient setdep -r src-internal@d37f03fd9529 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: Iada5a81a6684c6e61351110a213661adb89c9db3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001571Reviewed-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@{#731859}
-
Hiroshige Hayashizaki authored
[1] will enable sub projects inheriting parent's `spec.src.json`, in order to generate similar but subtlely different tests. As a preparation for [1], this CL centralizes per-project configs into `spec.src.json`, by moving config values from per-project `generate.py` into `spec.src.json`. - `spec_directory` is now the current directory, or specified by the `--spec` command line option, while previously it is calculated based on the per-project `generate.py`'s path. - Script paths (`helper_js`, `sanity_checker_js`, `spec_json_js`) are now hard-coded (using `spec_directory`) in `common/security-features/tools/generate.py`. - Other config values are moved into `spec.src.json`. - `spec_json.js` is moved under `generic/`, to a little centralize generator-related files into `generic/`. Generated files are affected because: - Scripts (like `test-case.sub.js`) are now referenced as relative paths from generated test HTMLs. - `disclaimer.template` is updated. Generated files will be updated in a separate CL [2]. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1991066/ [2] https://chromium-review.googlesource.com/c/chromium/src/+/1992955/ Bug: 906850 Change-Id: Id3b2a26b67296a1de2b682e07bdcf473f666cd25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989718 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#731858}
-
Kent Tamura authored
This CL should have no behavior changes. Bug: 1040826 Change-Id: Ib240a84ea0eb1beed19e61acf4a3ce5dfa7e44db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2002037Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#731857}
-
Xinghui Lu authored
Bug: 1037225 Change-Id: I0b3d1ed7782227a36321df0c77315f8a4e73719c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992816 Auto-Submit: Xinghui Lu <xinghuilu@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#731856}
-
En-Shuo Hsu authored
We used to treat the HOTWORD as a flag to enable DSP hardware hotwording for Google Assistant. For scenario that we pin capture stream on internal mic for board without usable DSP hotwording, we used not to enable it. With this CL, we'll always enable the flag and rely on the passed in device_id to determine if it is a DSP hotwording or not. It also sets the stream type to SpeechRecognition to enable use case specific tuning on CRAS. This change will depend on CRAS to also treat the mask flag as general HOTWORD. Corresponding change is chromium:1994813 which needs to be fixed before this. BUG=chromium:1020969 TEST=Build, deploy and check if CRAS creates the corresponding stream. Change-Id: I4faeeeccfa11c409a7bfcc177d31c7223837b4b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997003 Commit-Queue: En-Shuo Hsu <enshuo@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#731855}
-
Yutaka Hirano authored
Simplify ScrimptPromiseProperty by taking advantage of the unified heap and correctly traced ScriptPromise. With this CL, - There are nothing special for the lifetime of the promises and resolvers held by ScriptPromiseProperty. - The "holder" concept is completely gone. - The "name" concept is completely gone. - We don't need to call a V8 function in the destructor. Bug: 918913 Change-Id: Ic8631129c82da24a1ea65121707018d9ffa63521 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000254 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#731854}
-
Robert Ogden authored
This got missed in the original cleanup. Change-Id: Iaa48d54b78c18648c8a24d79cb9b3679a4e573fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1988722Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#731853}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=pmarko@chromium.org Bug: 1041419 Change-Id: I1be9952d103e6f1fbecb58fb15048942dd55c710 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997554 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Commit-Queue: Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/master@{#731852}
-
Kent Tamura authored
blink::BaseCheckableInputType is the super class of blink::CheckboxInputType and blink::RadioInputType, and it has no other subclasses. This CL should have no behavior changes. Bug: 1040826 Change-Id: I706672c9ff34544adbe068f7bd16d143c98c7d05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000397 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#731851}
-
David Munro authored
Bug: None Test: CQ Change-Id: I0b1ef13b013673712abfe69f25fe2ef1dc22d3fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000438 Auto-Submit: David Munro <davidmunro@google.com> Reviewed-by:
Nic Hollingum <hollingum@google.com> Commit-Queue: David Munro <davidmunro@google.com> Cr-Commit-Position: refs/heads/master@{#731850}
-
Kunihiko Sakamoto authored
After this patch, Web Bundles response from network without "X-Content-Type-Options: nosniff" header will cause net::ERR_INVALID_WEB_BUNDLE error. Spec: https://wicg.github.io/webpackage/draft-yasskin-wpack-bundled-exchanges.html#name-serving-constraints Bug: 1018640 Change-Id: I32632ee547ab32ea6646d0150dcc9493c374c263 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992944Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#731849}
-
Donn Denman authored
This enables the OverlayNewLayout feature for all builds. We've pushed this to 1% Stable on M79 and the metrics look good, so default-enabling for M81 (will revert if the experiment has snags). BUG=929870 Change-Id: Iaa9ba3d0b3712d66db936b8991b5635c3f11aa4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993876 Auto-Submit: Donn Denman <donnd@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Donn Denman <donnd@chromium.org> Cr-Commit-Position: refs/heads/master@{#731848}
-
Hiroshi Ichikawa authored
Change-Id: I3bbe59acc8e2ac8dc4a1e9d6cfc8d97d184cb026 BUG: 1023250 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1961285 Commit-Queue: Hiroshi Ichikawa <ichikawa@chromium.org> Auto-Submit: Hiroshi Ichikawa <ichikawa@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#731847}
-
Kent Tamura authored
* Add HTMLInputElement::UploadButton() to return a shadow element * Update its active state for CanReceiveDroppedFiles() immediately. Remove LayoutFileUploadControl::can_receive_dropped_files_. * Remove LayoutFileUploadControl::ButtonValue(), which was not used. * Remove LayoutFileUploadControl::UploadButtonWidth(), which was not defined. This CL has no behavior changes. Bug: 1040828 Change-Id: Id2a598dacd9f60451614d38fba3785cea1ec4d92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000280Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#731846}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 10b09986. 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 TBR=robertma No-Export: true Change-Id: I24b2e99cf86196375d3dfb88bc287b41630fcbe6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001163Reviewed-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@{#731845}
-
John Lee authored
Bug: 1027373 Change-Id: Ie4acd431ce85b62fc0ff961e81e1f6a64dad5500 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000969 Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#731844}
-
Gil Dekel authored
Certain chromebooks now come with panels that have integrated privacy screens on them. This CL exposes the existence of this property, or lack thereof, by propagating this information from ozone/drm via DisplaySnapshot. Bug: b/147451539 Test: display_unittests Change-Id: I8b531de0d1c8089a606913104d409a453a3034a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1994435 Commit-Queue: Gil Dekel <gildekel@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Stéphane Marchesin <marcheu@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#731843}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/118df7cf62ab..9d91492203f0 git log 118df7cf62ab..9d91492203f0 --date=short --first-parent --format='%ad %ae %s' 2020-01-15 bsalomon@google.com Revert "Make SkGpuBlurUtils take SkTileMode" 2020-01-15 mtklein@google.com make sure each sample() call uses the same uniforms 2020-01-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-01-14 robertphillips@google.com Update compressed texturing GM 2020-01-14 mtklein@google.com add dumpJIT() to disassemble 2020-01-14 mtklein@google.com Revert "Pass in a SkColorType into SkImage_Gpu ctor." 2020-01-14 bsalomon@google.com Make SkGpuBlurUtils take SkTileMode 2020-01-14 mtklein@google.com add --skvm to nanobench and fm 2020-01-14 egdaniel@google.com Pass in a SkColorType into SkImage_Gpu ctor. 2020-01-14 robertphillips@google.com Expand SkImage::MakeFromCompressed to support mipMapping 2020-01-14 jvanverth@google.com Revert "Add new method for storing DrawOpAtlas texture index." 2020-01-14 halcanary@google.com [minor] tools/skottie_ios_app/Skia*Context: remember to cast 2020-01-14 jvanverth@google.com Add new method for storing DrawOpAtlas texture index. 2020-01-14 halcanary@google.com add more docs/examples from named fiddles. 2020-01-14 mtklein@google.com improve scalar gather32 2020-01-14 mtklein@google.com impl gather32 for x86 Created with: gclient setdep -r src/third_party/skia@9d91492203f0 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/+/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: None Tbr: mtklein@google.com Change-Id: Ibc368040d194b67a70d0562c8400aa3b9318e3b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001992Reviewed-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@{#731842}
-
David Munro authored
ResultCallback is used in more places than the comment says e.g. it's also used for PortForwarding. Remove the list of what it's used for. Bug: None Test: None Change-Id: I7967253035a0d983593e20c9746f320575323c38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2002039 Auto-Submit: David Munro <davidmunro@google.com> Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Reviewed-by:
David Munro <davidmunro@google.com> Commit-Queue: David Munro <davidmunro@google.com> Cr-Commit-Position: refs/heads/master@{#731841}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/cd170a5c7216..7f078e7ebe3f git log cd170a5c7216..7f078e7ebe3f --date=short --first-parent --format='%ad %ae %s' 2020-01-15 jiawei.shao@intel.com Add checks to TextureUsage::Storage Created with: gclient setdep -r src/third_party/dawn@7f078e7ebe3f 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: Id270105030404a3398009131f0a465063199f9fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001859Reviewed-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@{#731840}
-
Hayato Ito authored
ServiceWorkerOfflineCapabilityCheckBrowserTest is flaky. The failure happens when we assert SW's status is ACTIVATED after we await navigator.serviceWorker.ready. This is, however, is not always true. Its status can be ACTIVATING. See https://crbug.com/1041778#c4 for details. Bug: 1041778 Change-Id: I62ff0ee1a99d05ef693bbf4585a25b6c8831cedd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000400Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#731839}
-
Xianzhu Wang authored
This is a follow-up of the rebaseline of the base tests. TBR=wangxianzhu@chromium.org Change-Id: I5091e1b9798918ab4ec6389d282f9b30f2580088 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001944Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#731838}
-
Sammie Quon authored
Jesse said these will be useful indefintely, but the histogram rules states we should set expires for a year out. Bug: 975485 Change-Id: I24f9b5d8f539069b9d54ce96d2c289299dc2519c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1673573Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#731837}
-
Sadrul Habib Chowdhury authored
It is not necessary to report the various latency metrics for the Universal sequence, since the un-prefixed metric is equivalent. BUG=none Change-Id: I82caf09752288e6dbfe3c2781be1668e0d2a10af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1996154 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Behdad Bakhshinategh <behdadb@chromium.org> Auto-Submit: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#731836}
-