- 02 Sep, 2020 40 commits
-
-
Liquan (Max) Gu authored
This reverts commit a5cc0feb. Reason for revert: the waterfall still fails to build. Original change's description: > [PRImpl] Not to assert getCertificateChain > > Since mCertificateChain is provided by CertificateChainHelper, > PaymentRequestImpl should not assert its existence. > > Bug: 1122148 > > Change-Id: I48b8ec4c6559bd3a95596d90fc2cf670ad167f87 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391725 > Reviewed-by: Evan Stade <estade@chromium.org> > Cr-Commit-Position: refs/heads/master@{#803986} TBR=estade@chromium.org,maxlg@chromium.org Change-Id: I2e52f57fd63dbab112a2d127414e333329ee7909 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1122148 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391901Reviewed-by:
Liquan (Max) Gu <maxlg@chromium.org> Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#803988}
-
Dana Fried authored
Disables Blink test: external/wpt/pointerevents/compat/pointerevent_mouse-pointer-preventdefault.html No-Tree-Checks: true TBR: liviutinta@chromium.org Bug: 1124378 Change-Id: I295122b3f5136cc03eada8541b32ead3121c346b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391386 Commit-Queue: Dana Fried <dfried@chromium.org> Reviewed-by:
Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#803987}
-
Liquan (Max) Gu authored
Since mCertificateChain is provided by CertificateChainHelper, PaymentRequestImpl should not assert its existence. Bug: 1122148 Change-Id: I48b8ec4c6559bd3a95596d90fc2cf670ad167f87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391725Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#803986}
-
Sean McAllister authored
Currently, ChromeOS defines the OS_LINUX directive as well as OS_CHROMEOS. We're working to separate these two, so we're making the fact that OS_LINUX == OS_LINUX || OS_CHROMEOS explicit. This is changes for /chrome/test/data/webui/settings This CL was uploaded by git cl split. R=dschuyler@chromium.org Bug: 1110266 Change-Id: I3f47d833cdd11223ffad0240c2b815a80e4d0506 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370287Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Sean McAllister <smcallis@google.com> Cr-Commit-Position: refs/heads/master@{#803985}
-
Brian Liu Xu authored
Hides tooltips from web content when the Chrome_RenderWidgetHostHWND is being reparented on Windows. Normally, mouse input messages over the Chrome_RenderWidgetHostHWND are forwarded to the host window, where they are processed as events and used by the tooltip controller to manage tooltip visibility. However, when the legacy Chrome_RenderWidgetHostHWND is hidden or occluded, it is reparented to a global hidden window, and messages are no longer forwarded to the host window. If a WM_MOUSELEAVE message did not arrive before this happens, the tooltip controller would not handle it, and any open tooltips would stay open. Thus, we must explicitly close tooltips during this reparenting step. Bug: 724538 Change-Id: I4e4273ed451ff97c49b146e6b0499db3951baf88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2242951Reviewed-by:
Scott Violet <sky@chromium.org> Auto-Submit: Brian Liu Xu <brx@microsoft.com> Commit-Queue: Brian Liu Xu <brx@microsoft.com> Cr-Commit-Position: refs/heads/master@{#803984}
-
Dana Fried authored
See attached bug. TBR: rouslan@chromium.org Bug: 1115091 Change-Id: I54a433ed5ce6321df2d906fa55584ed51ca55365 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391607Reviewed-by:
Dana Fried <dfried@chromium.org> Commit-Queue: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#803983}
-
Liquan (Max) Gu authored
Context: PaymentRequestImpl#initAndValidate() depends on OnDoneCreatingPaymentApps() which unnecessarily depends on a lot of PRImpl's members. It's error-prone and make it hard for PRSpec to implement the PaymentRequestParams interface. So I write this CL to remove initAndValidate()'s dependency on OnDoneCreatingPaymentApps(). Change: * initAndValidate() no longer depends on OnDoneCreatingPaymentApps() * When origin is unsafe: BEFORE PRImpl#initAndValidate() ended early but not close the mojo pipeline. AFTER: when origin is unsafe, PRImpl#initAndValidate() ends early and close the mojo pipeline. * When origin is unsafe: it's the blink PR (after) instead of PRImpl (before) rejects promise for the subsequent calls of show(), return false for canMakePayment(), hasEnrolledInstrument(). * Update the documentation on payment_request.mojom, changed because the asynchronous nature of the Mojo IPC is an important design consideration. Making it explicit can make future change less error-prone. * CanMakePaymentQuery.java is changed because PaymentRequestImpl#mQueryForQuotachange's change makes the 'query' parameter not nullable. Bug: 978471, 1102522 Change-Id: I367a7df795fb87ea0f79649d405f7fd6be65694e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372888Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#803982}
-
Patrick Noland authored
This reverts commit 3e67e586. Reason for revert: switchTabBetweenDifferentPeekModes is still failing: https://ci.chromium.org/p/chromium/builders/ci/android-arm64-proguard-rel/2545 Original change's description: > [Autofill Assistant] Fix for failing tests. > > Bug: 1123958 > Change-Id: Ie0ba79cc3ace8d7a115dac30888b2430972239d4 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2390205 > Commit-Queue: Michele Mancina <micantox@google.com> > Reviewed-by: Marian Fechete <marianfe@google.com> > Cr-Commit-Position: refs/heads/master@{#803874} TBR=marianfe@google.com,micantox@google.com Change-Id: I7811d2019d025844dd3964553ad0ca3b1086b522 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1123958 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391645Reviewed-by:
Patrick Noland <pnoland@chromium.org> Commit-Queue: Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/master@{#803981}
-
Noah Rose Ledesma authored
This change tweaks the look and feel of the button to open the audio device picker. Screenshots of this button are on the crbug. Bug: 1117160 Change-Id: Idc0faa6685b73ab4246a0544bdead23b1aeccef7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2382872 Commit-Queue: Noah Rose Ledesma <noahrose@google.com> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#803980}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/2b9e3dd7..8395751f 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: Id863efe9d2b9ad3ad73c1aff1f76459b2df6b299 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2390804Reviewed-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@{#803979}
-
Alex Turner authored
Currently, each HashMap uses a unique type to represent each key and value. These types are then converted to IdentifiableTokens just before metrics are recorded. These types (mainly structs) can be confusing, with fields remaining unused in certain code paths. We convert FontMatchingMetrics to instead use an IdentifiableToken as both its key and value, simplifying the work at publish time and improving readability. To enable its use as a key, the IdentifiableToken is wrapped in a simple struct. This change does not change functionality, although the change in token generation method will affect the exact hashes recorded. This new approach will simplify a future refactor that does make functional changes (see crrev.com/c/2376037). Bug: 1121669 Change-Id: I6c7ba2b6f42c62d7ae007d2c9b9519323edc24cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388002 Commit-Queue: Alex Turner <alexmt@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#803978}
-
Ryan Harrison authored
BUG=dawn:521 Change-Id: Ic2a3b500a5c9f752a871d3f25ad4b3cc4921b0e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391609 Commit-Queue: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#803977}
-
Joe DeBlasio authored
Change-Id: Id6db3f20f6ff8914b4b840851323c2f6ad342bad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388947 Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org> Commit-Queue: Mark Pearson <mpearson@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#803976}
-
Sophey Dong authored
Bug: 1112281 Change-Id: I549d1cd20e78245c4df973b42bba3666c53881a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2383451 Commit-Queue: Sophey Dong <sophey@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Tanya Gupta <tgupta@chromium.org> Reviewed-by:
Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#803975}
-
Samuel Huang authored
This CL modifies lacros_resource_sizes.py to compute total files sizes and total compressed sizes. Compression relies on gzip as an external tool. Also add tracking for WidevineCdm/ directory. Bug: 1106626 Change-Id: I84ac09b4f66f8f55bb1869e2917cdaa60ef4bf03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2390877 Commit-Queue: Samuel Huang <huangs@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#803974}
-
evliu authored
The Speech team recently made a change to the Speech On-Device API to take in a path to the language pack directory rather than a path to the dictation.ascii_proto config file. The getdents() syscall is required for SODA to select the appropriate config file to use. Bug: 1124367 Change-Id: I9265d7f178d85bb9cb0fea8175878d4db6f26dfe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2390879Reviewed-by:
Matthew Denton <mpdenton@chromium.org> Commit-Queue: Evan Liu <evliu@google.com> Cr-Commit-Position: refs/heads/master@{#803973}
-
Marijn Kruisselbrink authored
Rather than storing a GURL and resolving that to a FileSystemURL on read, this instead stores the resolved FileSystemURL. All callsites already resolve the GURL beforehand anyway. This also makes it possible to create blobs from FileSystemURLs that don't serialize properly as GURL. Bug: 1093653 Change-Id: I09a8836cab9e84f20fc4f4c16fa4b92730150398 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363318 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#803972}
-
Michael Sun authored
https://chromium.googlesource.com/chromiumos/platform2/system_api.git/+log/ded752ca0c0b..8152eec38dd1 $ git log ded752ca0..8152eec38 --date=short --no-merges --format='%ad %ae %s' 2020-07-10 pbond arc-data-snapshotd: initial commit 2020-07-18 kdgwill system_api: Add a new signal DBus service constants for CfM Broker 2020-08-25 charleszhao ml: add DlcClient in mlservice. 2020-08-13 fletcherw lorgnette: multi-page scanning support 2020-08-10 alanlxl federated: Skeleton daemon D-Bus handler and make a service 2020-08-19 dtor system_api: add command to send Parallels problem reports 2020-08-26 sonnysasaka system_api: Add powerd RefreshBluetoothBattery method constant 2020-08-25 fletcherw system_api: build lorgnette goprotos 2020-08-12 fletcherw system_api: add multi-page scan API to lorgnette Created with: roll-dep src/third_party/cros_system_api Bug=b:166530001 Change-Id: I453d185fe65b26cda8411f9a22184edda110b7ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2390949 Commit-Queue: Michael Sun <michaelfsun@google.com> Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Auto-Submit: Michael Sun <michaelfsun@google.com> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#803971}
-
Mike Dougherty authored
Bug: 1122059 Change-Id: Id9644b9dff7e9854f20218f09750fbf191d5a318 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2378274 Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#803970}
-
Dana Fried authored
Bug was uncovered by fixing another bug that caused repeated, expensive browser layouts. Because the browser wasn't constantly laying out, the "Press %^F to exit fullscreen" prompt did not have its position immediately updated on being shown, and was using a stale position calculated before the browser moved to fullscreen. This was exacerbated on Mac by the fact that showing windows is asynchronous, so while on other platforms there was a layout pass as the browser was resized to fullscreen that repositioned the window, an explicit visibility check on Mac failed and that code was never run, plus the fact that the zoom-to-fullscreen animation on the Mac is fairly slow. This CL changes the logic (on Mac only) so that the position of the "toast" bubble is updated even if the widget is not yet visible, as long as the animation is playing or has played towards the "shown" state (i.e. the value of the SlideAnimation is greater than zero). Bug: 1122467 Change-Id: I0a962b52d7a7531dc7bc77748efc82877b62d05b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2389263Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#803969}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: If75c5cccb317d7fe275265d0362b7283dfb36816 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391267Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#803968}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/121d985642fd..6b2639b023f9 2020-09-02 jonahr@google.com Workaround to disable OES_get_program_binary 2020-09-02 syoussefi@chromium.org Gracefully fail end2end tests if no window support 2020-09-02 sugoi@chromium.org Revert "Make copyTexImage2D robust when source area is out of bounds" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: chromium:1034840 Tbr: cwallez@google.com Change-Id: I9e81e85a97607e54f990511638fe9a7a2a3a9b0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391400Reviewed-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@{#803967}
-
Anatoliy Potapchuk authored
As a part of simlification of AccessibilityControllerImpl, we should remove calls related to the feature dialogs being accepted, since they can be done via new Feature class logic. Bug: 1051892 Change-Id: Ifd4cdde356ec5b4caa195b7eb83a403e54dab7e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2390184Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Anatoliy Potapchuk <apotapchuk@chromium.org> Cr-Commit-Position: refs/heads/master@{#803966}
-
Chris Lu authored
Normally, when the active WebState is being changed with a presenting Overlay, the overlay's request will still be in the queue. However, When multiple tabs are being simultaneously opened, there will be a situation where the "last" active WebState has no requests, even though presented_ in OverlayPresenter is true because the original presenting overlay is still finishing its dismissal. There is an assumption in SetActiveWebState() that if presented_ is true,then there is an overlay in the queue to dismiss. In this situation, which occurs in Popup Infobars often, that is not true. Bug: 1121755 Change-Id: I45829c8abe81283cbc52a8c61acc5c9ecd17c8d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2382425 Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#803965}
-
Anatoliy Potapchuk authored
There are some flaky test failures fixing of which that would benefit of having profile loading log line visible. Bug: 1015383 Change-Id: I4a9703411cdd19b89ca095f2625aa1ae05fba732 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391060 Auto-Submit: Anatoliy Potapchuk <apotapchuk@chromium.org> Reviewed-by:
Anqing Zhao <anqing@chromium.org> Commit-Queue: Anatoliy Potapchuk <apotapchuk@chromium.org> Cr-Commit-Position: refs/heads/master@{#803964}
-
Christopher Cameron authored
Some WebGPU ImageBitmap helper functions use CanvasColorParams to determine the pixel format and color space of an ImageBitmap. But ImageBitmap already has a SkImageInfo, which specifies these things. So we're specifying the same thing twice, in two potentially incompatible ways. Remove one. Bug: 1119507 Change-Id: Iadeedb9bb09831d69e6012763eb5039cd8840a0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373450Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Reviewed-by:
Yi Xu <yiyix@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#803963}
-
Patrick Noland authored
Bug: 836689 Change-Id: I0cf38c5048ea33260131690a2fd006a076da3dc6 TBR: qinmin@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391382 Commit-Queue: Patrick Noland <pnoland@chromium.org> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/master@{#803962}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 3ccd13ca. 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=lpz@google.com No-Export: true Change-Id: I8335c11e3f59ea784517bf5234b14795d6dcbbd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2390543Reviewed-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@{#803961}
-
Sunny Sachanandani authored
This is a reland of b71115a3 Relanding after triaging Gold failures on gpu.fyi bots in previous attempt. Original change's description: > media: Use GL_UNPACK_ROW_LENGTH for software planes stride adaptation > > Avoid a CPU side copy to account for mismatched strides between the > decoded video frame and GPU texture created for uploading the frame. > GL_UNPACK_ROW_LENGTH allows specifying the stride for glTexSubImage2D, > and is part of the GL_EXT_unpack_subimage extension implemented by the > command buffer on the client side. > > Also includes a pixel test with a VP8 video with a GL incompatible > stride that doesn't match the video's coded size (992 vs 962). > > Bug: 1077211 > Change-Id: I62753234bde3b92e64089c92a59e65ae2bc1c84c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2386671 > Reviewed-by: Dale Curtis <dalecurtis@chromium.org> > Reviewed-by: Zhenyao Mo <zmo@chromium.org> > Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> > Cr-Commit-Position: refs/heads/master@{#803696} TBR=dalecurtis@chromium.org,zmo@chromium.org Bug: 1077211, 1124215 Change-Id: I43a97e72cdd0ba633d4b374a2319fbc7dc7252f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2390958Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#803960}
-
Mustaq Ahmed authored
Bug: 1122371 Change-Id: I494aaa813faa6138c40629d567ebc0332a1047de TBR: dtapuska@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2382068Reviewed-by:
Mustaq Ahmed <mustaq@chromium.org> Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/master@{#803959}
-
Marijn Kruisselbrink authored
This deletes a bunch of old code that is no longer needed. Bug: 1121673 Change-Id: Ie5fccd67aaa989d9011018a14315c5f18c8a452c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376365Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#803958}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/26be5f68f929..8584a9dfb946 2020-09-02 jleconte@google.com Make ReadValue quest process proto file. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC nuskos@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:chromeos-kevin-rel;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:1123318 Tbr: nuskos@google.com Change-Id: I6f9ba2492f5583600ca6f038352980c796238e01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391360Reviewed-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@{#803957}
-
Ben Joyce authored
Bug: 1096591 Change-Id: I085c379c4189b3ed71943edeffa53aa4bf1cb10a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2385818Reviewed-by:
Peter Wen <wnwen@chromium.org> Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Reviewed-by:
Chan Li <chanli@chromium.org> Commit-Queue: benjamin joyce <bjoyce@chromium.org> Cr-Commit-Position: refs/heads/master@{#803956}
-
Shengfa Lin authored
Add parsing webSocketUrl for connection Bug: chromedriver:3588 Change-Id: I39fc933fcf8cfc2a7ff14c7fbf65fa3f1ba832b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2389053 Commit-Queue: Shengfa Lin <shengfa@google.com> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#803955}
-
yiyix authored
There is lots of magic number 4 in the image_data.cc. in fact, we are using 4 to represent that there are 4 color bit to describe each pixel, namely, red, green, blue and alpha. Add a class level comment to describe what 4 means in image_data.cc. Bug: 1122866 Change-Id: I728ea5fadba3bc7f7477dbbdd35aa180872beb84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2379656Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: Yi Xu <yiyix@chromium.org> Cr-Commit-Position: refs/heads/master@{#803954}
-
Anastasia Helfinstein authored
This change renames NodeWrapper to BasicNode for increased clarity. This is a pure refactor. AX-Relnotes: n/a. Bug: None Change-Id: I86302cbfbaf76ee33c9f2672c4a92b4c424f081c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388772Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#803953}
-
Daniel Classon authored
Adds deep links to the Languages Page, as well as the old Language subpage, Language V2 subpage, Input subpage, and Smart Input subpage. Bug: 1084154 Change-Id: Ib00b78e0d5e1a7a7d832864894c6f76f364328e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2386433 Commit-Queue: Daniel Classon <dclasson@google.com> Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#803952}
-
W. James MacLean authored
More tests that are flaking on Win7 32. TBR=dschuff@chromium.org Bug: 1059468 Change-Id: Iae2f5d10b0e2e36ef6487d7e20d34e626111993e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391171 Commit-Queue: James MacLean <wjmaclean@chromium.org> Reviewed-by:
James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#803951}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/90b027a36b4c..4ef21edffb35 2020-09-02 robertphillips@google.com Split creation of integral table out of GrRectBlurEffect 2020-09-02 johnstiles@google.com Disallow inlining ternary true/false branches. 2020-09-02 johnstiles@google.com Add unit tests for the inliner. 2020-09-02 mtklein@google.com skvx spring cleaning 2020-09-02 robertphillips@google.com Split up find_or_create_rrect_blur_mask_fp 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Cq-Do-Not-Cancel-Tryjobs: true Bug: chromium:1108408 Tbr: michaelludwig@google.com Change-Id: I10e3e19996db88b57403f6fad6d0722e0f20dc81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2390985Reviewed-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@{#803950}
-
Toni Barzic authored
This reverts commit crrev.com/c/2181825 in order to fix a tooltip bug on certain multi-mon setups on Windows. This is not an automatic revert because subsequent changes required a bit of editing to undo the change. Manual testing shows that this fixes the multi-mon variable-DPI tooltip issue, but regresses bug 1053938. Bug: 1108833, 1053938 Change-Id: I39b9a013ad82c79b2e3cb263e380ad9f3e65554a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380252 Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#803949}
-