- 21 Feb, 2020 25 commits
-
-
Tim Volodine authored
The Android.WebView.ShouldInterceptRequest.InterceptionType has recently expired, but this is a useful histogram as it also tracks the number of intercepted vs non-intercepted requests (i.e. non-null vs null WebResourceResponse), so I think we should keep it around. BUG=1038347 Change-Id: I320dab14ab5df993168109b9174b7354e36a7b83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062129Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#743357}
-
Sven Zheng authored
These tests are marked as experimental now, so failures won't affect CI/CQ. See "win10_chromium_x64_rel_ng" for results. After this cl submitted, any cl that changes the UI that test covers will start receiving Skia Gold comment and the owner can triage the new UI. The whole test suites takes ~150s to finish. Bug: 958242 Change-Id: I9551280ffe7389d79e67e905a1d9fa0ebec9d7cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063849 Commit-Queue: Sven Zheng <svenzheng@chromium.org> Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#743356}
-
Robert Liao authored
Converted FakeComObject to DispatchStub using COM best practices. No attempt was made to restructure the tests. That will come in a later change. BUG=1034666 Change-Id: I1ec95c7b792686fc964743ea43bf18d6cfdd7a8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067937 Auto-Submit: Robert Liao <robliao@chromium.org> Commit-Queue: Will Harris <wfh@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#743355}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/c9de129a..8a305558 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: I88ecb16860790ecc5c3e23fcec6383d0553b0746 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2066662Reviewed-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@{#743354}
-
Adrian McCarthy authored
Disable the warning until we fix the cast in src\third_party\smhasher\src\PMurHash.c Bug: 1054220 Change-Id: Ib08664366f22da17d5cb1a5d801e3317de64a27a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065736Reviewed-by:
Reid Kleckner <rnk@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#743353}
-
Jesse McKenna authored
[sheriff] Disable PasswordSaveUpdateWithAccountStoreViewTest.ShouldShowAccountPicker and ShouldSelectProfileStoreByDefault TBR=mamir@chromium.org Bug: 1054629 Change-Id: I82ca5e994cef840d881b88aed4056ba92dfa37b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067413Reviewed-by:
Jesse McKenna <jessemckenna@google.com> Commit-Queue: Jesse McKenna <jessemckenna@google.com> Cr-Commit-Position: refs/heads/master@{#743352}
-
Charlie Reis authored
This avoids a crash when navigating to about:blank across processes, when about:blank was being kept in the frame's current process with an initiator origin that didn't match. Bug: 1054209 Change-Id: I76d9cfcc4087127bf0677b57d4e78fb547e52e67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063965Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Commit-Queue: Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#743351}
-
kylechar authored
SkiaRenderer was failing to delete OffscreenSurface objects corresponding to RenderPasses that are drawn to texture because of a CopyOutputRequest but not embedded in another RenderPass. No ImageContextImpl would be created but an OffscreenSurface would be. In SkiaOutputSurfaceImpl::RemoveRenderPassResources() it ignores RenderPassIds with no corresponding ImageContextImpl. This caused a memory leak for the lifetime of the SkiaOutputSurfaceImpl unless another RenderPass with the same ID was created later. It also likely caused some size mismatches if another RenderPass with the same ID but a different size was created later. Bug: 1043676 Change-Id: I3dea76bc20171146814bf47b2fc3d3ded40f8fd1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067332 Commit-Queue: kylechar <kylechar@chromium.org> Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#743350}
-
Sarthak Shah authored
This CL extends the milestone for experimental fling animation and percent based scrolling feature to 89. Change-Id: I953ff493c4d825bf92f52506952547219a50be33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065731Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Daniel Libby <dlibby@microsoft.com> Commit-Queue: Sarthak Shah <sarsha@microsoft.com> Cr-Commit-Position: refs/heads/master@{#743349}
-
Shimi Zhang authored
Currently Better Js Java is using ProxyBypassRules for its allowedOriginRules parameter, which isn't suitable for this type of usage. We introduce AwOriginMatcher to replace ProxyBypassRules. Bug: 1030110 Change-Id: Ibfee91a6974c8a1174c8b1f8b3bf718148eb9e18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042758 Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#743348}
-
Patrick Monette authored
Bug: 986188, 1048332 Change-Id: I94391cb298fa16cb68ee47169559e3b449f02465 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062703Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Patrick Monette <pmonette@chromium.org> Cr-Commit-Position: refs/heads/master@{#743347}
-
Eric Willigers authored
ContextMenuBrowserTest was previously calling the extensions system to create bookmark apps. We now use web_app:: methods instead. Bug: 1052722 Change-Id: I631e71e38e31f995f9706afe940bffb15dca2f37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061574 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#743346}
-
Thanh Nguyen authored
Add an additional feature for smart charging that record whether the device is being charged or not. Bug: 1028853 Change-Id: Icea89ce2aae3416dae14cd1fa8b8386a4868df2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2053264Reviewed-by:
Tony Yeoman <tby@chromium.org> Reviewed-by:
Jia Meng <jiameng@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Thanh Nguyen <thanhdng@chromium.org> Cr-Commit-Position: refs/heads/master@{#743345}
-
Ben Joyce authored
This CL was generated with android_studios. See https://developer.android.com/jetpack/androidx/migrate skip_jetify and changes added to build.gn targets. Bug: 1052460 Change-Id: I5914314dac0b3834c3d21d7a518a4f85560463ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065634 Commit-Queue: benjamin joyce <bjoyce@google.com> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Cr-Commit-Position: refs/heads/master@{#743344}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/d427e39ac716..ccc1f15fb915 Created with: gclient setdep -r src-internal@ccc1f15fb915 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:1049042 Tbr: jbudorick@google.com Change-Id: Ic502852b466b98571f29babe8c6d600fa9e92b61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067226Reviewed-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@{#743343}
-
David Tseng authored
Change-Id: I49c121270a55d94a7142ee4a7a085dae6d9c82c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064768 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#743342}
-
Chris Blume authored
Currently, the display color spaces on Android are set to use sRGB or P3 depending on wide color gamut support. When wide color gamut is supported, we composite in P3 always. For dynamic color gamut, we need to change compositing between sRGB and P3 on the fly. Most of this is already done. However, the display color spaces are all set to P3 when wide is supported. This includes when we ask for the display color space's sRGB usage. This CL sets the sRGB usage to sRGB when dynamic color spaces are enabled. Bug: 955158 Change-Id: Ied9f109f90874eb8b4d83968f81cdb48dafec499 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065739 Commit-Queue: Chris Blume <cblume@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#743341}
-
James Cook authored
There's a flaky use-after-free that seems to be related to a tabbed browser launching in the middle of an OOBE test. TBR=rsorokin@chromium.org Bug: 1054377 Change-Id: Id734556588c3a6f421714e5b0c445e657f875d56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067663Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#743340}
-
Alex Newcomer authored
Rename the observer to make it more clear that the function is called prior to the animation beginning. TBR=manucornet@chromium.org Change-Id: I627bf805a74c12f86df5fb5bf4a85debaf9b63a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065337Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#743339}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 5572e025. With Chromium commits locally applied on WPT: d5cd6b98 "SharedWorker: Assign unique names to SharedWorkers to avoid unintentional matching" 9431619c "Clipboard Tests: Update DOCTYPE to lowercase." 76ee218c "Split html/.../query-encoding/ tests" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: cbiesinger@chromium.org: external/wpt/css/css-flexbox drott@chromium.org: external/wpt/css/css-text-decor foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools jsbell@chromium.org: external/wpt/resources nsatragno@chromium.org: external/wpt/webauthn NOAUTOREVERT=true TBR=lpz No-Export: true Change-Id: Id3881185458792dd608134344c38f248b2b47173 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067307Reviewed-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@{#743338}
-
Klaus Weidner authored
When using navigation such as the "Back" arrow in Inspector, the layout view is null when shutting down the session. Add checks for this. Change-Id: Ic2ac27aadda67e5926498648b434fcb7e0fda9ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065734 Commit-Queue: Klaus Weidner <klausw@chromium.org> Reviewed-by:
Piotr Bialecki <bialpio@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#743337}
-
Jia authored
Bug: 1043696 Change-Id: I43e7a3667218c8cf6c0add27f23d52a28f15cbd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060391Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Jia Meng <jiameng@chromium.org> Cr-Commit-Position: refs/heads/master@{#743336}
-
Wan-Teh Chang authored
https://chromium.googlesource.com/codecs/libgav1.git/+log/25dc90ee0776..8e8c13b9e821 $ git log 25dc90ee0..8e8c13b9e --date=short --no-merges --format='%ad %ae %s' 2020-02-17 wtc Remove aligned_width() and aligned_height(). 2020-02-16 wtc Change aligned_height to current_process_unit_heig 2020-02-15 johannkoenig arm: do multiple ConvolveCopy rows at once 2020-02-14 johannkoenig warp: take into account warp ranges 2020-02-14 wtc Use uintptr_t instead of size_t in AlignAddr(). 2020-02-14 wtc Add ComputeFrameBufferInfo() and SetFrameBuffer(). 2020-02-14 vigneshv tile: Generalize DecodeSuperBlockRow 2020-02-14 vigneshv Re-use loop restoration info across frames 2020-02-14 johannkoenig prediction: remove offsets for bitdepth == 8 2020-02-14 slavarnway x86: Add Adst8 dc only support (...) 2020-02-03 johannkoenig cleanup: use constants for bitdepth 2020-02-03 johannkoenig convolve: ensure no accidental copies 2020-02-03 wtc Add a C API. 2020-02-03 johannkoenig arm: remove inter_round_bits from warp 2020-02-03 johannkoenig dsp: remove inter_round_bits_vertical 2020-02-03 johannkoenig warp: rename is_clip to is_compound 2020-02-03 linfengz trivial: remove pos_index in Tile::ReadSignAndApplyDequantization 2020-02-03 linfengz reduce quantized coefficient padding 2020-02-03 linfengz trivial: update DaalaBitReader::ReadLiteral() 2020-02-03 wtc Declare local var 'v1_callbacks' right before use. Created with: roll-dep src/third_party/libgav1/src Convert the FormatVideoFrame() method to a non-member function in the unnamed namespace in gav1_video_decoder.cc. This avoids the forward declaration of the libgav1::DecoderBuffer type in gav1_video_decoder.h. It is tricky to forward-declare libgav1::DecoderBuffer because it is now a type alias, not a struct. Add the "libgav1_dsp" source_set to work around having two files named film_grain.cc. Tested: $ gn args out/Default # In the editor, add the following build argument: # enable_libgav1_decoder = true $ autoninja -C out/Default media_unittests $ out/Default/media_unittests $ out/Default/media_unittests --enable-features=Gav1VideoDecoder R=tomfinegan@chromium.org,johannkoenig@google.com,jzern@google.com Bug: 1026522 Change-Id: I6db24dd117083665d24453c8b69c00424b625869 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2066137Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Johann Koenig <johannkoenig@google.com> Commit-Queue: Wan-Teh Chang <wtc@google.com> Cr-Commit-Position: refs/heads/master@{#743335}
-
Regan Hsu authored
This CL adds user action recordSettingChange() calls in instances in OS settings related to the internet page settings that the user can change. Bug: 1049830 Change-Id: Id35a02c3c9fb58660061e243348f0633109fc873 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063261Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#743334}
-
Jamie Walch authored
Change-Id: I34269e4b0ee6299ad438b405db37802e864a8e41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063414Reviewed-by:
Gary Kacmarcik <garykac@chromium.org> Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#743333}
-
- 20 Feb, 2020 15 commits
-
-
Travis Skare authored
Former will be go/no-go'ed for stable by M85, we'll know more about the latter by M84 Change-Id: I6b506c3465c8d7f1e309f219f3e7e4920e7be7e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067661Reviewed-by:
Jeffrey Cohen <jeffreycohen@chromium.org> Commit-Queue: Travis Skare <skare@chromium.org> Cr-Commit-Position: refs/heads/master@{#743332}
-
Anand K. Mistry authored
Bug: 634140 Change-Id: I177393c1950a475c44e0d35f0f27b48fecf800e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056190Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#743331}
-
Daniel Hosseinian authored
Currently, cups_ipp_util.h is used by files outside of the "printing" target, and contains exported methods. However, we might want to add utility functions that we don't want to expose to other targets, and we might want to place these in a header that is named similarly to cups_ipp_util.h. The name cups_ipp_helper.h was chosen because it contains methods for parsing IPP printer attributes, and cups_helper.h, which contains methods for parsing PPD printer attributes, already exists. The new name is consistent with the existing one. Bug: 226176 Change-Id: I333d4380e6e333c319989879d41d93404a38de4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062579Reviewed-by:
Sean Kau <skau@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Auto-Submit: Daniel Hosseinian <dhoss@chromium.org> Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#743330}
-
Nate Fischer authored
No change to default code path. This adds a debugging flag to tint all WebViews yellow. This exposes the flag through the developer UI and documents the flag. Bug: 1051554 Test: build/android/adb_system_webview_command_line --highlight-all-webviews Test: out/Default/bin/system_webview_shell_apk launch "https://developer.mozilla.org/en-US/" Change-Id: Ib1cf2191cd51cb793d040ce9e8d5eb9e7ecebe68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2066144Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#743329}
-
Shakti Sahu authored
Bug: 1052544 Change-Id: I173a4e3c364fc6f69e4dd24b934f7ed50a50572e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058063Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#743328}
-
Toni Barzic authored
After app list config change, the apps container was not clearing cached margins for current app list bounds, even though they depended on the app list config. So if app list config was updated after bounds change (and the associated layout), the apps container was getting laid out using obsolete apps container margins. This cl fixes the issue. Also, when AppListView updates the widget bounds (e.g. because the display, and thus root window bounds change), update app list config before setting new bounds, so the app list uses the new config while laying out the app list view for bounds change (and avoid another pass for the app list config update). BUG=1053911 Change-Id: Ic6249a86f350c11ba3a2be006368aefba9975719 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067445 Commit-Queue: Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#743327}
-
Jiaqi Han authored
Provides a whitelist entry for the Activity URL filter as a parameter to CastWebContents. No whitelist implies no restrictions. Bug: internal b/148820675 Test: CQ, verified url request blocking in devtools Merge-With: eureka-internal/360987 Cq-Depend: chromium:2050038 Change-Id: I9e0c329b31e62e9c6c8e039c0f9de395fd119412 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050039 Commit-Queue: Jiaqi Han <jiaqih@google.com> Reviewed-by:
Sean Topping <seantopping@chromium.org> Cr-Commit-Position: refs/heads/master@{#743326}
-
Henrique Nakashima authored
Bug: 1053463 Change-Id: I3fd46315c971c6377e194f956b769950b9129d1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064183Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/master@{#743325}
-
Greg Guterman authored
Moves configs around to fix a bug introduced by https://crrev.com/c/2039597 Bug: 1052737 Change-Id: I311fc4c082c214046f84e3c7b3823bfa290f838f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062902Reviewed-by:
Fumitoshi Ukai <ukai@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Gregory Guterman <guterman@google.com> Cr-Commit-Position: refs/heads/master@{#743324}
-
Eric Willigers authored
Migrate AndroidSmsAppSetupController to use the new web_app:: APIs, in preparation for the extensions-based implementation of desktop PWAs being retired. Bug: 1052709 Change-Id: I2dfb503975d5073dc7f152d2dcced2943819e8c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060403 Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Azeem Arshad <azeemarshad@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#743323}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/5725e9b55494..706851dc99d9 git log 5725e9b55494..706851dc99d9 --date=short --first-parent --format='%ad %ae %s' 2020-02-20 bsalomon@google.com Fix issue where GrQuadPerEdgeAA GP doesn't emit coord transforms 2020-02-20 dmazzoni@chromium.org Simplify interface to StructureElementNode. 2020-02-20 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-02-20 michaelludwig@google.com Use scalar instead of int for offset in drop shadow filter 2020-02-20 bsalomon@google.com Make SkSL CPP code gen copy explicit coord status for cloned FPs 2020-02-20 robertphillips@google.com Add temporary header to shift clients over to include/core/SkDeferredDisplayList.h Created with: gclient setdep -r src/third_party/skia@706851dc99d9 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 lovisolo@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:607777,chromium:994037 Tbr: lovisolo@google.com Change-Id: If1be8336698891f277b4c1b433865d2141464bfe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067579Reviewed-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@{#743322}
-
Samuel Huang authored
Previously DFM load (for native libraries / resources) takes place when a DFM's Module.getImpl() is called. However, VR is an exception; its Module.getImpl() is called early, before main library load (which is needed by DFM load). A worked around was to defer loading at first, and flush then in Module.doDeferredNativeRegistrations(). This CL cleans up the above by giving more control to each DFM to specify whether to automatically load DFMs in Module.getImpl(). A DFM can override the default (true) behavior to manage its own native loading, which may take place on start-up, on first use, and/or on install. This CL also makes the following changes to specific DFMs: * VR: Disable load-on-getImpl, with explicit load added to VrShellDelegate.onNativeLibraryAvailable(), which gets called on start-up and on install. * DevUI: Disables load-on-getImpl since Module.getImpl() doesn't get used anyway. Keep existing calls for load-on-use and load-on-install. Other implementation details: * Remove Module.doDeferredNativeRegistrations() and it list of deferred DFM loads. * Add flag |load_native_on_get_impl| to be given in DFM target *_module_desc. This is compulsory iff DFM specifies native libraries or resources. * Replace Module.loadNative() with Module.ensureNativeLoaded(), which is specific to a module (i.e., no longer static). The name emphasizes that repeated calls are simply ignored. It assumes that the DFM installed, and requires Chrome's native library to be loaded. * Replace static map |Module.sInitializedModules| by per-module flag |mIsLoaded|. Bug: 1048740 Change-Id: I2fa844239fc3d741d91d28f384b2bc75a712b574 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2044489 Commit-Queue: Samuel Huang <huangs@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#743321}
-
Hongbo Song authored
This CL is to add three UKM metrics. TotalInputDelay sum(Input Delay) TotalAdjustedInputDelay sum(max(Input Delay - 50ms), 0) NumInputEvents The number of Input Events. The ‘Input Delay’ here refers to the InputEvent.InteractiveTiming.InputDelay which is the duration between the hardware timestamp and the start of event processing on the main thread for the meaningful input. UKM privacy review: https://docs.google.com/document/d/1sejEIb-uaZuZ6BzvKB5Ao4uUoJYmRkPFE5j1fsgEWnQ Change-Id: I6ed40a72945b008e1d84d9a9fc37aea72eb81b1d Bug: 1051042 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051709 Commit-Queue: Hongbo Song <hbsong@google.com> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Daniel Vogelheim <vogelheim@chromium.org> Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Cr-Commit-Position: refs/heads/master@{#743320}
-
Allen Bauer authored
Bug: 648382 Change-Id: Ic87f156e9661efc832bf054d4f901895bb9671b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067258Reviewed-by:
Tao Wu <wutao@chromium.org> Commit-Queue: Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/master@{#743319}
-
Regan Hsu authored
This CL adds event fires for the custom 'user-action-setting-change' in os settings ui to record settings metrics for user action internet page settings change events that may occur outside of settings. Bug: 1049830 Change-Id: Icb78e07319fc9d81bdf46a78805037e7185bb096 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063676 Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#743318}
-