- 11 Feb, 2020 40 commits
-
-
Nasko Oskov authored
We are currently lacking explicit coverage for web documents starting a navigation to WebUI document. This is currently handled by FilterURL, which disallows the navigation and rewrites the URL to about:blank#blocked. The CL adds explicit tests for this behavior and those should be changed as we move towards blocking the navigation instead of rewriting the URL. Bug: 1002276 Change-Id: Ie61558b55e4bb3c887844b53b91f731b1e7029e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2044335 Commit-Queue: Nasko Oskov <nasko@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#740469}
-
Brandon Wylie authored
TBR=chouinard@chromium.org Bug: 1051213 Change-Id: Id2b6c0d8929e5eb09d9a7a063d216ea324e1b540 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051288Reviewed-by:
Brandon Wylie <wylieb@chromium.org> Commit-Queue: Brandon Wylie <wylieb@chromium.org> Cr-Commit-Position: refs/heads/master@{#740468}
-
Vadim Bendebury authored
A lot of new boards and Cr50 versions have been released since these enums were introduced. The integers reported by UMA were converted to 4 byte ASCII and looked up in the RLZ database found at go/chromeos-rlz. BUG=none TEST=none Change-Id: I4623b495bd2461a1eaadb5c4543c4a1622064d3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1984627 Auto-Submit: Vadim Bendebury <vbendeb@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#740467}
-
Bo Liu authored
Implementation just list and returns all valid directories in the root profile directory. Bug: 1044581 Change-Id: I0cae48abf7ad6f2543478df582ef4e5d5b32f5b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2048945Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#740466}
-
Scott Violet authored
This code is only compiled on android, so no need for chromeos ifdef. BUG=none TEST=none Change-Id: I4be1faeaf122d998a1b8aee4b5ccda31d85f0de2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050924Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#740465}
-
Jinsuk Kim authored
This CL factors accessibility-related methods/interfaces out of ChromeActivity into its own class ChromeAccessibility. |updateAccessibiilityVisibility| in TabImpl was also moved to the new class, reducing the ChromeActivity's dependency on TabImpl. Bug: 995903 Change-Id: I2296aa25cbcee3e09f1fa48a5ba43ccb9eec92ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015919 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#740464}
-
Zhaoxin authored
Move RenderProcessHostObserver methods into CastWebContentsImpl. Remove CastBluetoothChooser with corresponding CastWebView::Delegate method. Merge-with: eureka-internal/361134 Bug: b/148898885 Test: CQ Change-Id: I2adce89c9b3baba5780211e58d5a3be48ff63171 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051024Reviewed-by:
Sean Topping <seantopping@chromium.org> Commit-Queue: Zhaoxin Liang <zxliang@google.com> Cr-Commit-Position: refs/heads/master@{#740463}
-
Daniel Cheng authored
Blink allows use of the //base histogram helpers, so switch away from the Blink-specific histogram helpers and standardize on //base. The long-term goal is to remove the Blink helpers, which differ from the //base ones in some interesting and surprising ways. Miscellaneous cleanup: - use the histogram functions where appropriate (i.e. for metrics that aren't recorded on performance-critical paths) - simplify enum histogram recording by changing the enum metric to be an enum class and defining kMaxValue where needed. Bug: 742517, 1047547 Change-Id: Iafa021a78e4640604e638e40dae0fc988606881a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2046530Reviewed-by:
Raymond Toy <rtoy@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Auto-Submit: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#740462}
-
Jinsuk Kim authored
This reverts commit fb7edd8c. Reason for revert: Not the culprit! Original change's description: > Revert "Android: Remove OverlayPanel-based Preview Tab code" > > This reverts commit 928037da. > > Reason for revert: Speculative fix for a mysterious crash in > Contextual Search when animating the Overlay. Issue 1050431. > > BUG=1050431 > > Original change's description: > > Android: Remove OverlayPanel-based Preview Tab code > > > > Now that Preview Tab is working on top of ThinWebView and BottomSheet, > > this CL deletes the old implementation that based it on OverlayPanel. > > > > Bug: 1043677 > > Change-Id: Icccc93cca3f09e9ae122b1e0dcb7537331136ac0 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032466 > > Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> > > Reviewed-by: David Trainor <dtrainor@chromium.org> > > Reviewed-by: Donn Denman <donnd@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#739094} > > TBR=dtrainor@chromium.org,donnd@chromium.org,yusufo@chromium.org,jinsukkim@chromium.org > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Bug: 1043677 > Change-Id: I7c9fa71c3aba77e3e1c8938db8f1b9f7f28a2b22 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049206 > Reviewed-by: Donn Denman <donnd@chromium.org> > Commit-Queue: Donn Denman <donnd@chromium.org> > Cr-Commit-Position: refs/heads/master@{#740156} TBR=dtrainor@chromium.org,donnd@chromium.org,yusufo@chromium.org,jinsukkim@chromium.org Change-Id: Ifbf3c03cc955bd942bfbcbf791cbddac8cf96e70 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1050431, 1043677 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050404Reviewed-by:
Jinsuk Kim <jinsukkim@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#740461}
-
Thanh Nguyen authored
This CL adds a UMA metricthat records number of result list launch with non-empty query. It also makes GetLastQueryLength() returns trimmed query length instead of raw query length. Bug: 1006133 Change-Id: I42eb211d4b45682ca1b55d66f9a205ab4c0e0f0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999967 Commit-Queue: Thanh Nguyen <thanhdng@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Jenny Zhang <jennyz@chromium.org> Cr-Commit-Position: refs/heads/master@{#740460}
-
Stephen Chenney authored
TBR: fs@opera.com Bug: 1050993 Change-Id: I19a00d98ca20e2b1430cde0dc7640313f4177d33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050166Reviewed-by:
Stephen Chenney <schenney@chromium.org> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#740459}
-
Manu Cornet authored
Reuse the existing ShelfAnimationWaiter and generalize it a little bit. TBR: mmourgos Bug: 1050788 Change-Id: Ica852940cb765143c242c2fa3f101c28cca6922a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051025Reviewed-by:
Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#740458}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/6a8f7c51bda2..9badae8a5df5 git log 6a8f7c51bda2..9badae8a5df5 --date=short --first-parent --format='%ad %ae %s' 2020-02-11 treehugger-gerrit@google.com Merge "Change min PowerDataSource poll interval to 100ms." 2020-02-11 primiano@google.com Merge "Add install-build-deps check at build time" Created with: gclient setdep -r src/third_party/perfetto@9badae8a5df5 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: I1a2e5b19ce6c75c5e7e2d326aececcdd47f7b5af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051126Reviewed-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@{#740457}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/a0453d55f721..6cbb02e0dc93 git log a0453d55f721..6cbb02e0dc93 --date=short --first-parent --format='%ad %ae %s' 2020-02-11 bclayton@google.com CMakeLists: Drop the explicit include path to marl Created with: gclient setdep -r src/third_party/swiftshader@6cbb02e0dc93 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;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: swiftshader-team+autoroll@google.com Change-Id: Ibf1a344e6fb8b2ed2646efbfd68d6b6517cbcc45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050845Reviewed-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@{#740456}
-
Sajjad Mirza authored
Modify scripts that indirectly use it to include the new location into sys.path so that they are not implicitly using a copy of six that is installed in the environment. Bug: 1004616,1047519 Change-Id: I7d5054802a57744933f038ea0b58af8f7f4314a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2043078Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Commit-Queue: Sajjad Mirza <sajjadm@chromium.org> Cr-Commit-Position: refs/heads/master@{#740455}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/ae99dcadb384..471fa4f0aff2 git log ae99dcadb384..471fa4f0aff2 --date=short --first-parent --format='%ad %ae %s' 2020-02-11 borenet@google.com [infra] Update infra dep to fix Housekeeper-PerCommit-PushAppsFromWASMDockerImage 2020-02-11 herb@google.com Move scaler context fallback to GDI Created with: gclient setdep -r src/third_party/skia@471fa4f0aff2 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 stani@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: stani@google.com Change-Id: If297dabeeb018bd2b85d3b1742599bae15a3f5ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050575Reviewed-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@{#740454}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/713d9cbf939e..2fd618192985 git log 713d9cbf939e..2fd618192985 --date=short --first-parent --format='%ad %ae %s' 2020-02-11 natlee@microsoft.com Handle Device Lost for SwapChain Created with: gclient setdep -r src/third_party/dawn@2fd618192985 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: Ib1871485dfbeb1e0a5ce4160898eb89b02c6c37e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050725Reviewed-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@{#740453}
-
Scott Violet authored
This better conveys what the object does. BUG=none TEST=none Change-Id: I21df5bcf0eca88184ace9a479e35b0e76a4be595 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051018 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#740452}
-
George Steel authored
Merge CSSAdditiveAnimations and StackedCSSPropertyAnimations into WebAnimationsAPI flag. These were unlabeled dependencies of features being added under WebAnimationsAPI but not explicitly listed and are planned to launch as part of the WebAnimations v1 launch. Bug: 978551 Change-Id: If49801b1f4e3e76d3de552b53d3a2afe36e8b736 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2044540 Commit-Queue: George Steel <gtsteel@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/master@{#740451}
-
Scott Violet authored
from weblayer/browser to weblayer/browser/persistence BUG=none TEST=none Change-Id: I57a953381066548f3cd02e6858b5ee40f63437ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050936Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#740450}
-
Xing Liu authored
ForegroundServiceUtils.startForeground is put to downstream when Android Q sdk is not published. Now the default SDK is Q, so we can upstream it now. There will be 2 following CLs to delete the function in AppHooks.java. TBR=dtrainor@chromium.org Bug: 1051183 Change-Id: I1d2f43c4c102c4f60073e3c6dc882f9cce885ec6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051171Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#740449}
-
Ben Pastene authored
This reverts commit 2c8f8ff6. Reason for revert: New LKGM updates have landed. Could be safe to re-enable. Original change's description: > Disable all failing capture_unittests after latest Chrome OS LKGM update. > > These tests have started failing after fec354dc. > > Tbr: guidou@chromium.org > Bug: 1048934 > Change-Id: Id54e609d286cea6c4b2506edc11c3bc1433d46c4 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2038253 > Commit-Queue: Ben Pastene <bpastene@chromium.org> > Reviewed-by: Ben Pastene <bpastene@chromium.org> > Cr-Commit-Position: refs/heads/master@{#738428} TBR=guidou@chromium.org,bpastene@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1048934 Change-Id: I3b06ed57ad1544cf1e7969143140d1c50ebc0559 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050574Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#740448}
-
Leonard Grey authored
This reverts commit 34d7e5df. Reason for revert: Speculative fix in patchset 2 Original change's description: > Revert "Mac: windows always display as key if a child is key" > > This reverts commit e8438fe0. > > Reason for revert: https://crbug.com/1050430 > > Original change's description: > > Mac: windows always display as key if a child is key > > > > On other platforms, user expectation is that a parent window will display > > as inactive when a modal is showing. This isn't the case on Mac. > > > > Additionally, the code that passes key commands up to the parent window > > uses this status to determine whether to pass keys from child windows up. > > > > This change (hopefully) shows a window as active iff a child is active. > > It plays well with the current code that handles this for bubbles because > > PaintAsActive is now reference counted. > > > > Still outstanding: making a non-key child window key *does* cause the > > browser frame to be drawn as key and *does* handle hotkeys correctly, > > but does *not* fix the traffic lights until the browser window has been > > interacted with. > > > > Bug: 1046540 > > Change-Id: I1629e66457c42b268c2283a8dbeb6823c66b1111 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033432 > > Commit-Queue: Leonard Grey <lgrey@chromium.org> > > Reviewed-by: ccameron <ccameron@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#739444} > > TBR=ccameron@chromium.org,lgrey@chromium.org > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Bug: 1046540 > Change-Id: Ic25e1562df10809be9cdc9cd886fbf794b96b3c6 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047085 > Reviewed-by: Leonard Grey <lgrey@chromium.org> > Commit-Queue: Leonard Grey <lgrey@chromium.org> > Cr-Commit-Position: refs/heads/master@{#739878} TBR=ccameron@chromium.org,lgrey@chromium.org Change-Id: I6ac87880427b118ab06b822f7372e3b345dab86e No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1046540 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2048144Reviewed-by:
Leonard Grey <lgrey@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#740447}
-
Hiroshige Hayashizaki authored
Bug: 906850 Change-Id: Iceeb534baa175b6615bc69cfad921759ad460e71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895926 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#740446}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/87e60d9c3b30..3bc454cda8bc Created with: gclient setdep -r src-internal@3bc454cda8bc 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: chromium:1041701,chromium:1044741,chromium:827542 Tbr: jbudorick@google.com Change-Id: Ie68538e37a6b0d5428eafb4a8543aa1ce8faa712 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051086Reviewed-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@{#740445}
-
Darwin Huang authored
Remove extraneous namespacing in //ui/base/clipboard. Refactoring change. No intended functional changes. Change-Id: I079079bf7eb4d99cb2dacc51cf977b22e58a89e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047988 Auto-Submit: Darwin Huang <huangdarwin@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Darwin Huang <huangdarwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#740444}
-
shrekshao authored
From OpenGL spec 4.2 GL_COMPRESSED_RED_GREEN_RGTC2_EXT Each 4 × 4 block of texels consists of 64 bits of compressed unsigned red image data followed by 64 bits of compressed unsigned green image data. GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT Each 4 × 4 block of texels consists of 64 bits of compressed signed red image data followed by 64 bits of compressed signed green image data. TBR=kbr@chromium.org Bug: 1013369 Change-Id: Ie17e2224d725059e88b22851d1b60a6e9d88430f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050615Reviewed-by:
Shrek Shao <shrekshao@google.com> Commit-Queue: Shrek Shao <shrekshao@google.com> Cr-Commit-Position: refs/heads/master@{#740443}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d0da7b4d..56ab990e 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,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Ifdc4de6683b74e27faaf4ec230a8f8e4c7512b30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050989Reviewed-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@{#740442}
-
Vasiliy Telezhnikov authored
This CL caches SkSurface in SharedImageRepresentationSkiaGL. Creating surface around texture requires creation FBO and is costly. This change saves 100us in DrawToSwapUs in local telemetry run. Bug: 1051195 Change-Id: I5b5911c731b0a57710f0f9db0df8b25308704c8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049911 Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Cr-Commit-Position: refs/heads/master@{#740441}
-
Mohamed Heikal authored
These histograms are still required for tracking the number of chrome startups in reduced mode vs full browser, at least while experiments on the former are still ongoing. Bug: 1039317 Change-Id: I8423c4c9550159ec67766ee1f91f9180edfceb31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2048305 Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Auto-Submit: Mohamed Heikal <mheikal@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#740440}
-
Brandon Wylie authored
Bug: 1051173 Change-Id: I48c24823d29619b1f30e640f620c048aa40f705b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2044485 Commit-Queue: Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#740439}
-
Becca Hughes authored
When we pause the media session we should update the position to the current position so we know were the media was paused. BUG=1049530 Change-Id: If651edc4a4be1bdefeaa2638289f7b0399e1094e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047606Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#740438}
-
Kyle Horimoto authored
This CL adds a Mojo interface used by the settings page JS to access metrics recording. Bug: 1047062 Change-Id: I434c5ba14f8271d82d539bac68dfa42ee889fc16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042926 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#740437}
-
Yue Li authored
Bug: b/148439795 Test: Manual Test Change-Id: I8a095cfb3770f9fddd518572a9ba8e32aa436442 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049303Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Yue Li <updowndota@chromium.org> Cr-Commit-Position: refs/heads/master@{#740436}
-
Andrey Kosyakov authored
TBR: rdevlin.cronin@chromium.org Bug: 1050712 Change-Id: I1d2ce1c3f849f9886d704ea9b2dbac7136041ac3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047496 Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#740435}
-
Michael Spang authored
This reverts commit f32a96c2. Reason for revert: Obsoleted by https://chromium-review.googlesource.com/c/chromium/src/+/2048908 Original change's description: > viz: Fix message pump type for test GPU main on Fuchsia > > This is needed as we create platform surfaces on gpu main and therefore > must be able to respond to messages from the winsys on that thread. > > Bug: 1047032 > > Change-Id: Ice667cb451ae17a9e10fbc157f0b88aa0bf14c65 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047494 > Commit-Queue: Michael Spang <spang@chromium.org> > Reviewed-by: Robert Kroeger <rjkroege@chromium.org> > Cr-Commit-Position: refs/heads/master@{#740097} TBR=rjkroege@chromium.org,spang@chromium.org Change-Id: Iab2ce7519811e82ae695a93a1dc5ba90a3e7ab2d No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1047032 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051174Reviewed-by:
Michael Spang <spang@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#740434}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/2c9bed613fc5..6a8f7c51bda2 git log 2c9bed613fc5..6a8f7c51bda2 --date=short --first-parent --format='%ad %ae %s' 2020-02-11 taylori@google.com Merge "perfetto-ui: Fix thread state duration" 2020-02-11 taylori@google.com Merge "perfetto-ui: Factor out tooltip code and move over at RHS" 2020-02-11 fmayer@google.com Merge "Rate -> interval in record page." Created with: gclient setdep -r src/third_party/perfetto@6a8f7c51bda2 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: I99e87ca307664c19949ff64700ea3abcc67f3ff2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050956Reviewed-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@{#740433}
-
Michael Spang authored
We're creating a PlatformWindowSurface in the test harness, but this isn't necessary and is causing crashes (as UI is not initialized for this test suite). Avoid creating the surface for for gpu::kNullSurfaceHandle which indicates an offscreen surface. Bug: 1047032 Change-Id: I416be0e8616030745b0192f18f714a1e47747e4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2048908Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#740432}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: I1654cfab76b5702d088efa7a96c4029d73a13963 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050932Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#740431}
-
John Budorick authored
Allows grit's subtree to be used independently. Bug: 1050744 Change-Id: I1c0283ee37b1cf2af9d7f0b3a8ec03a0f81adf46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047863 Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
Mike Frysinger <vapier@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#740430}
-