- 20 Jul, 2020 40 commits
-
-
arthursonzogni authored
After the refactoring: https://chromium-review.googlesource.com/c/chromium/src/+/2251999 The path for executor.html from property.https.html was incorrect. This patch fixes it. Bug: chromium:1090273 Change-Id: Ie6384ff1cd8d5227e65130ff6ab291f1c09769b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2306098 Auto-Submit: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Pâris Meuleman <pmeuleman@chromium.org> Commit-Queue: Pâris Meuleman <pmeuleman@chromium.org> Cr-Commit-Position: refs/heads/master@{#790041}
-
Dominique Fauteux-Chapleau authored
Bug: 1102530 Change-Id: I89feec186c7e8636374100e6c4f94b14b4b8ae59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302928Reviewed-by:
Roger Tawa <rogerta@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#790040}
-
Julian Mentasti-Meza authored
Bug: 1103776 Change-Id: I5b52e9aa2c7250faf396393a776ce5484f68fa60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2290778 Commit-Queue: Julian Mentasti-Meza <jmentasti@google.com> Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Sebastien Lalancette <seblalancette@chromium.org> Cr-Commit-Position: refs/heads/master@{#790039}
-
Evan Stade authored
Bug: 1107361 Change-Id: I6e5413b8c717690d04a078001ed93b61a64447b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307691Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#790038}
-
Andy Lu authored
Make search in chrome accept a string input that will be searched in any search engine of user's choice Bug: 1106922 Change-Id: I4bb79e8f0d77b04d1cf79cda83cbe87fe00eabb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2297731 Commit-Queue: Andy Lu <andyhylu@google.com> Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Guillaume Jenkins <gujen@google.com> Cr-Commit-Position: refs/heads/master@{#790037}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/562c3f95..b6e086dc 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: Ib6f392da4bcffb13d52a6c87017ca9125ce5d66e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2306582Reviewed-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@{#790036}
-
Tina Wang authored
This reverts commit 75391394. Reason for revert: Causes tree closure: https://ci.chromium.org/p/chromium/builders/ci/Cast%20Audio%20Linux/80603? Original change's description: > Convert WidgetMsg_WaitForNextFrameForTest to mojo > > This CL uses VisualStateRequest Mojo API in FrameWidget mojo interface > introduced at https://crrev.com/c/2178480 since > WidgetMsg_WaitForNextFrameForTest has the same implementation with > VisualStateRequest Mojo API notifying that the frame swap has occurred. > > Bug: 1071588 > Change-Id: If317b98320ec3fb85fcf7a5d1e39f0fa202d4cde > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2216145 > Commit-Queue: Miyoung Shin <myid.shin@igalia.com> > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Reviewed-by: Dave Tapuska <dtapuska@chromium.org> > Cr-Commit-Position: refs/heads/master@{#789910} TBR=kinuko@chromium.org,dtapuska@chromium.org,myid.shin@igalia.com Change-Id: I7e53ded26414c710a5f57a5645a9504bc0712a68 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1071588 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308009Reviewed-by:
Tina Wang <tinazwang@chromium.org> Commit-Queue: Tina Wang <tinazwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#790035}
-
Nnamdi Theodore Johnson-Kanu authored
Bug: 1045266 Change-Id: If111ea10cb8f1086816608d6879bb317038d91fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300622 Commit-Queue: Nnamdi Theodore Johnson-kanu <tjohnsonkanu@google.com> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#790034}
-
Juliet Levesque authored
Allows logging instances used for Nearby Share to show up on chrome://nearby-internals logging tab. Bug: 1093634 Change-Id: Ic6d4efb6cc46badd16cd516fa0333dbe73683ed8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298184Reviewed-by:
Josh Nohle <nohle@chromium.org> Commit-Queue: Juliet Levesque <julietlevesque@google.com> Cr-Commit-Position: refs/heads/master@{#790033}
-
Nick Harper authored
https://quiche.googlesource.com/quiche.git/+log/4de168715fa1..b3359b0b014d $ git log 4de168715..b3359b0b0 --date=short --no-merges --format='%ad %ae %s' 2020-07-17 fayang Internal QUICHE change 2020-07-17 haoyuewang Internal QUICHE change 2020-07-17 renjietang Remove obsolete TODO. 2020-07-17 renjietang Remove streams_waiting_for_acks_ in QuicSession because it stores duplicate information and only reduces minimal time complexity. 2020-07-17 dschinazi Remove obsolete TODO 2020-07-16 quiche-dev Add missing using declaration or qualification for names in the testing namespace. Googletest is changing its implementation details and can break code that is unnecessarily depending on ADL (go/totw-adl). 2020-07-16 renjietang Move handling of STOP_SENDING frame from QuicSession to QuicStream. 2020-07-16 wub In uStreamer, add a quic_enable_bandwidth_overestimate_avoidance experiment flag and use it to enable bandwidth overestimate avoidance(connection option BSAO) for BBR and BBRv2. 2020-07-16 fayang In quic, do not arm pto timer with no packets in flight if handshake packet gets received by peer. affecting client only. not protected. 2020-07-16 quiche-dev Add flag to remove common certs 2020-07-16 dschinazi Fix formatting of QUIC IETF draft version Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: I560d7b7512408e0dd5e62e692667902a41568f3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2305245Reviewed-by:
Renjie Tang <renjietang@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#790032}
-
Xing Liu authored
Radio button left padding for download later dialog needs to match the title text and the checkbox. Also pull the common value to dimens.xml. Bug: 1078454 Change-Id: If2261ce28cd22d55cd09aa5ed32786896b531358 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2306752Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#790031}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-aemu-chromium-autoroll Please CC chonggu@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 Tbr: chonggu@google.com Change-Id: I732385ec4c413abd8818d8db4f0f9e31aa226f0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307638Reviewed-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@{#790030}
-
Ilia Samsonov authored
Baselines were generated in the following build: https://ci.chromium.org/p/chromium/builders/try/linux-blink-optional-highdpi-rel/5 Bug: 1068400 Change-Id: I149d0d88b393e00f1cea1d1291e7a3a643aba96f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293319Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Ilia Samsonov <isamsonov@google.com> Cr-Commit-Position: refs/heads/master@{#790029}
-
John Lee authored
This CL aims to make the drag image while dragging tabs and tab groups more consistent and more inline to each element's dimensions and DOM structure by: 1) Initially basing offsets on the draggable target (the element with the draggable attribute) instead of the element. TabGroupElements' drag targets are their chips, which will result in different calculations than if using the entire TabGroupElement's dimensions since tab groups can have many tabs within them. 2) Using percentages instead of exact pixel values as the dimensions of the drag image can change before and after dragstart. 3) Taking into consideration any margin or padding that a drag image may have by using the dimensions of a drag image's "center" element. Change-Id: I83c22a220023e6686ebea053a70c61f16c6239f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300988 Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#790028}
-
Livvie Lin authored
This is a reland of 90cc207c Original change's description: > [iOS] Add lookalike_url_egtest and update comments > > Bug: 1058898 > Change-Id: I80883ee1258493eb0ac56950d654606c393ee65e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2284144 > Commit-Queue: Livvie Lin <livvielin@chromium.org> > Reviewed-by: Eugene But <eugenebut@chromium.org> > Cr-Commit-Position: refs/heads/master@{#788917} Bug: 1058898 Change-Id: Id68637bccd15735173bfea3ae41f91ad0ed39f58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307611Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Livvie Lin <livvielin@chromium.org> Cr-Commit-Position: refs/heads/master@{#790027}
-
Haiyang Pan authored
This reverts commit f7d812d9. Reason for revert: org.chromium.android_webview.test.VisualStateTest#testVisualStateCallbackWhenContainerViewDetached__multiprocess_mode is flaky since CL on several android builders, starting at https://ci.chromium.org/p/chromium/builders/ci/android-pie-x86-rel/1533 https://ci.chromium.org/p/chromium/builders/ci/android-arm64-proguard-rel/2221 https://ci.chromium.org/p/chromium/builders/ci/android-marshmallow-x86-fyi-rel/1287 Original change's description: > Convert FrameMsg_VisualStateRequest to mojo > > This CL converts FrameMsg_VisualStateRequest to FrameWidget Mojo message > and FrameHostMsg_VisualStateResponse to the return callback of > FrameWidget mojo message. > > The legacy IPC message sent a single IPC with the multiple sub IPC > messages in reply, but this CL invokes each mojo message's callback > queued in the queue when the frame swap has occurred. > > This CL also includes to > - add WidgetCompositorHost interface bound on the compositor thread. > - move the implementation of |visual_state_callbacks_| from > RenderFrameHost to RenderWidgetHost. > - introduce WidgetSwapQueue queuing |id| having the same source > frame number to invoke the callbacks. > > Bug: 1071588 > Change-Id: If8c4db40be397921d19ca6a9a9287760879f3ff1 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2178480 > Commit-Queue: Miyoung Shin <myid.shin@igalia.com> > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Reviewed-by: Dave Tapuska <dtapuska@chromium.org> > Cr-Commit-Position: refs/heads/master@{#789884} TBR=danakj@chromium.org,kinuko@chromium.org,dtapuska@chromium.org,myid.shin@igalia.com Change-Id: I7f175c59140b98657a46ee03ee441d9491c6502c No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1071588 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307647Reviewed-by:
Haiyang Pan <hypan@google.com> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#790026}
-
Nicolás Peña Moreno authored
Change-Id: I1e93e73b96fc400b01223eaaae8e39713c587d7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307532Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#790025}
-
Ilia Samsonov authored
Baselines were generated in the following build: https://ci.chromium.org/p/chromium/builders/try/linux-blink-optional-highdpi-rel/5 Bug: 1068400 Change-Id: I0851056e4bf54505143c98ffe223182b1a4173f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292708Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Ilia Samsonov <isamsonov@google.com> Cr-Commit-Position: refs/heads/master@{#790024}
-
Robert Ma authored
This roll fixes the flakiness introduced in https://crrev.com/c/2304298 where some test changes needed accompanied tools change (#24617). All expectations/baselines for fetch/api/abort/general.any.js were recreated in this roll. Commits in wpt tools/ rolled in this change: 0d31626e52 Part 16 - Update web-platform tests to support unrooted android devices using mozdevice 4.0.0, ? 0fe99651ed Python 3: Port three files in fetch/ (#24617) b448d547b6 Fix wpt rev-list failure-handling in epochs_update.sh (#24560) d301b89a96 [wptserve] Allow more headers in Python 3 (#24619) 370f9d815f [lint] Implement EarlyTestdriverVendor lint (#24608) 165779e785 [wptserve] Make Request.GET.get return a value (#24614) 00b7aebbbc Update psutil from 5.7.0 to 5.7.2 (#24605) b2a666d935 Update mozrunner from 7.8.0 to 8.0.0 (#24579) f10f2ba614 Add Servo dependency to docker. Bug: 1106861 Change-Id: If161ef2f6f88fbaa62e05bc28fe8abac1578d3b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2306249 Commit-Queue: Robert Ma <robertma@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#790023}
-
Xi Han authored
Disable ServicificationBackgroundServiceTest#testHistogramsPersistedWithServiceManagerOnlyStart. Bug: 1096833 Change-Id: Ibe6092357b4081061f094fcaa82c4822397ffd03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2297312Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Xi Han <hanxi@chromium.org> Cr-Commit-Position: refs/heads/master@{#790022}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/08c4d09493bf..55e855496d00 2020-07-20 jmadill@chromium.org Lift warning from trace tests. 2020-07-20 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-ValidationLayers from 412b1b7dd18c to b1346703979e (3 revisions) 2020-07-20 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-Headers from 858b13a1220a to 83825d55c7d5 (1 revision) 2020-07-20 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 0a8f44c514ce to ea6f21a052c9 (9 revisions) 2020-07-20 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-Tools from d093d9723b7c to 50e737c82347 (1 revision) 2020-07-20 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SPIRV-Tools from 680c77fa6c81 to 717e7877cac1 (6 revisions) 2020-07-20 angle-autoroll@skia-public.iam.gserviceaccount.com Roll glslang from f3cb1896971f to 9eef54b2513c (2 revisions) 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 timvp@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: None Tbr: timvp@google.com Change-Id: I2661ca1a5b7f53ed10bdc88ce842c8c34b9459c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307486Reviewed-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@{#790021}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-win-chromium 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/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: I9d3a5ac24e4d6961aad7a66deabf798202b4a8d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307414Reviewed-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@{#790020}
-
Omid Tourzan authored
Bug: 953308 Change-Id: Id81ab64bb319cc6be2e9aae2dbdb6bf1a04550c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2306491 Commit-Queue: Omid Tourzan <oto@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#790019}
-
Becca Hughes authored
This is a reland of 9b0c684e Original change's description: > Reland "Reland "Turn on Media History by default"" > > This is a reland of c670ba45 > > Original change's description: > > Reland "Turn on Media History by default" > > > > This is a reland of ccf0e2f9 > > > > Fixes TSAN issue in the constructor of sql::Database > > by moving it to the main thread. > > > > Original change's description: > > > Turn on Media History by default > > > > > > BUG=1024351 > > > > > > Change-Id: Id01595e63f5f776a226087741ef602ba30b80328 > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295224 > > > Auto-Submit: Becca Hughes <beccahughes@chromium.org> > > > Commit-Queue: Tommy Steimel <steimel@chromium.org> > > > Reviewed-by: Tommy Steimel <steimel@chromium.org> > > > Cr-Commit-Position: refs/heads/master@{#787954} > > > > Bug: 1024351 > > Change-Id: I19be665637f5c28261f7197547ddc5fe6671127e > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296884 > > Reviewed-by: Tommy Steimel <steimel@chromium.org> > > Commit-Queue: Becca Hughes <beccahughes@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#788312} > > Bug: 1024351 > Change-Id: Ie371d56df987c19a10017050ead02922a530f2ed > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300224 > Reviewed-by: Tommy Steimel <steimel@chromium.org> > Commit-Queue: Becca Hughes <beccahughes@chromium.org> > Cr-Commit-Position: refs/heads/master@{#788721} Bug: 1024351 Change-Id: I91cc6ee379d46ab5ef0b30436aeda90695629f4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307485Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#790018}
-
Ilia Samsonov authored
Baselines were generated in the following build: https://ci.chromium.org/p/chromium/builders/try/linux-blink-optional-highdpi-rel/5 Bug: 1068400 Change-Id: Id90e9d0efa854f4bcf9bf723ba1c6a5c067d0c03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293007Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Ilia Samsonov <isamsonov@google.com> Cr-Commit-Position: refs/heads/master@{#790017}
-
Raymond Toy authored
NEON version of the SSE2 optimizations for the a-rate OscillatorNode. We see about a 23% increase in performance with these changes according to Spotify's Web Audio Bench on a Pixel 2. Without CL TEST μs MIN Q1 MEDIAN Q3 MAX MEAN STDDEV Oscillator.frequency-linear-a-rate 5640 5640 5923 6170 6780 7800 6354.266667 511.6527827 With CL TEST μs MIN Q1 MEDIAN Q3 MAX MEAN STDDEV Oscillator.frequency-linear-a-rate 4355 4355 4588 4732 5258 6408 4929.9 474.3852906 Manually ran the oscillator tests on a Pixel 2 and update the thresholds. Bug: 1013118 Change-Id: I37fbb995ec6bef55ae5195f579356b97adb94347 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293424 Commit-Queue: Raymond Toy <rtoy@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Reviewed-by:
Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#790016}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/39d317835bd0..8b4eeffd4628 2020-07-20 dmcardle@chromium.org git-cl: Fix "git cl tree" issues with Python 3. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@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 Bug: None Tbr: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: Ie8290d5733778d3809fe90624c2ed7c29e35600b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307637Reviewed-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@{#790015}
-
David Tseng authored
R=akihiroota@chromium.org Fixed: 1107449 AX-Relnotes: ChromeVox does not automatically turn off sticky mode when moving by form fields (pressing f/shift f). Change-Id: I5535c7bfa03ec11bb68b6650f7caebac3da8006a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307469 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#790014}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/16fbc2477205..0dee9b0c410f 2020-07-20 johnstiles@google.com Use input FPs as the base layer for processor tests. 2020-07-20 robertphillips@google.com Revert "Reland "ICU API: only in SkParagraph, simplified (relanding reverted)."" 2020-07-20 jvanverth@google.com Create shared method for creating D3D MSAA textures. 2020-07-20 brianosman@google.com SkRuntimeEffect: Always include GrTypesPriv, clean up variable type code 2020-07-20 mtklein@google.com don't divide by zero when colorCount=1 2020-07-20 johnstiles@google.com Factor out random fragment-processor generation into a helper class. 2020-07-20 adlai@google.com Revert "Remove more GrContext imports & usage" 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 robertphillips@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 Bug: None Tbr: robertphillips@google.com Change-Id: I32c9a9e2544d5600fbea8a87290a8f367b4b2201 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307634Reviewed-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@{#790013}
-
Sammie Quon authored
Think it has something to do with subpixel rendering, and/or the damage on the bookmark bar is incorrect. It seems like a harmless and logical enough fix I did not investigate further. This can happen to any transformed browser window for instance the drag from shelf feature. I didn't fix that one because its harder to notice during a drag, and rounding during a drag can cause other visuals that are less desirable. Test: manual Change-Id: Icc680063c3aed19e7811c918b622fb0da5a20d57 Fixed: 1035223 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307615 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#790012}
-
Paul Moy authored
Add a new Mojo method to cros_healthd's probe interface for retrieving information about a particular process. Plumb this new method through the ServiceConnection object, and add support to the fake for testing. Bug: chromium:1102518 Change-Id: I73d6377565c0b5f45fe9b85f585093cc972f80b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2305549Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Paul Moy <pmoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#790011}
-
Wez authored
Failure to load the DataPack, if a pak path is specified, should be surfaced more visibly. Bug: 1078365 Change-Id: I63b331b3bc58cd51843df6c8be5f16efb0647c6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1018165Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Wez <wez@chromium.org> Auto-Submit: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#790010}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/c3a81f99020d..a7bd9cbfeffa 2020-07-20 chrome-bot@chromium.org Update config settings by config-updater. 2020-07-19 dianders@chromium.org licensing: Allow Google-TOS for chromeos-bsp-trogdor-private for now 2020-07-19 vapier@chromium.org licensing: add amd fsp to the deprecated Google-TOS list 2020-07-18 vapier@chromium.org licensing: add better error checking for tools 2020-07-18 vapier@chromium.org licensing: check for deprecated licenses at build time 2020-07-18 vapier@chromium.org licensing: split deprecated check out for reuse 2020-07-18 bpastene@chromium.org cros_test: Add an arg to flash a 'full' image to the device. 2020-07-18 chrome-bot@chromium.org Update config settings by config-updater. 2020-07-18 saklein@chromium.org portage_util: Fix HasPrebuilt check. 2020-07-18 bhansknecht@chromium.org chromite: Update generated protos 2020-07-17 mmortensen@google.com query_build_logs: Add --join to find two stages from the same build run. 2020-07-17 briannorris@chromium.org qemu: s/EEXISTS/EEXIST/ 2020-07-17 ahassani@chromium.org auto_updater.py: Remove double-reboot scenario 2020-07-17 chrome-bot@chromium.org Update config settings by config-updater. 2020-07-16 vapier@chromium.org cros lint: only allow one of pylintrc or .pylintrc 2020-07-15 mmortensen@google.com lib/locking.py: Log lock/unlock with lock type. 2020-07-15 tbegin@google.com packages: combine termina uprev handlers 2020-07-15 igorcov@chromium.org usergroup_baseline: Add attestation to policy-readers 2020-07-15 mmortensen@google.com cros_sdk.py: Add better logging around delete/unmount. 2020-07-15 tcwang@google.com toolchain_util: Create unique names for fatal Clang warnings 2020-07-15 zhuohao@chromium.org puff: add firmware branch builder 2020-07-14 mmortensen@google.com query_build_logs: Add -ef/-es flags to limit to successful/failing steps. 2020-07-14 lamontjones@chromium.org Further disable drallion hw tests due to rework on drallion360 DUTS. 2020-07-14 bgoodwin@google.com Add wshwos boards to the config for builds launched from rapid. 2020-07-13 tcwang@google.com afdo: Schedule AFDO verifier to run daily again (for branches) 2020-07-13 saklein@chromium.org cros_workon: Move to cros workon. 2020-07-13 chrome-bot@chromium.org Update config settings by config-updater. 2020-07-13 yamaguchi@chromium.org Add script to fetch a file from CIPD. 2020-07-13 chrome-bot@chromium.org Update config settings by config-updater. 2020-07-11 chrome-bot@chromium.org Update config settings by config-updater. 2020-07-11 navil@google.com build_api: Allow BuildTargetUnitTest to specify packages to be run. 2020-07-11 navil@google.com chromite: Update generated protos 2020-07-10 saklein@chromium.org Revert "portage_util: Fix HasPrebuilt check." 2020-07-10 pbond@google.com deploy_chrome: copy swiftshader 2020-07-10 chrome-bot@chromium.org Update config settings by config-updater. 2020-07-10 mikenichols@chromium.org config_lib: Add a RAPID builder for Rapid executions 2020-07-10 sanikak@chromium.org auto_updater_transfer: add metrics to track fallback devserver calls 2020-07-09 chrome-bot@chromium.org Update config settings by config-updater. 2020-07-09 seanabraham@chromium.org OWNERS: update testplatform inclusion for generated protos 2020-07-09 dburger@chromium.org Make GomaConfig.DEFAULT map to a Goma RBE prod build. 2020-07-08 seanabraham@chromium.org OWNERS: add OWNERS.testplatform file 2020-07-08 saklein@chromium.org workspace build image: Skip eclean. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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.chrome.try:chromeos-betty-pi-arc-chrome;luci.chromium.try:chromeos-kevin-rel Tbr: chrome-os-gardeners@google.com Change-Id: Id3ae910eac3b7d3dc1c2663cc56cdb6f5aa34201 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307632Reviewed-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@{#790009}
-
Michael Crouse authored
This change creates the initial UKM event that logs metrics about the decision and blocklist reason for applying LiteVideos. The change also enables counterfactural experiments run on the per navigation level via a coinflip feature. A future change will add the remaining UKM metrics about the result of throttling media requests as well as debugging metrics regarding the resulting resolution when videos are throttled. Bug: 1097792 Change-Id: Ib2f1332b0c55a58dfaa50421999f23217149ed7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296014Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Sophie Chang <sophiechang@chromium.org> Commit-Queue: Michael Crouse <mcrouse@chromium.org> Auto-Submit: Michael Crouse <mcrouse@chromium.org> Cr-Commit-Position: refs/heads/master@{#790008}
-
Mounir Lamouri authored
Initially written to reduce flakiness but kept the changes to make the test matching modern web_tests expectations. Bug: 1099997 Change-Id: Iae5c66e73b4255691f6e72e6126e8ade001bf937 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2304535Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#790007}
-
Ioana Pandele authored
This feature will not be ready for a few milestones. Bug: 1104972, 1104947 Change-Id: Ic917b838f0a3f26f86ff88cc0246473bcdd325ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303399Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#790006}
-
chrome://appsJun Kokatsu authored
Link tag modification happened in crrev.com/c/2239707 caused a blink when reloading chrome://apps. This change move the code on top of head tag so that the blink won't happen. Bug: 1106213 Change-Id: Ic97c83ccf430f41c793ebd4350166b39b6d59445 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2301400 Auto-Submit: Jun Kokatsu <Jun.Kokatsu@microsoft.com> Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#790005}
-
Lijin Shen authored
The text direction is ltr when there is a non-translatable english word in the rtl language text. Set locale mode so that the text direction and alignment are determined by the system language text direction and alignment. Bug: 1107254 Change-Id: I05c318479e064204e49591ff9861184fabea1ded Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307480Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Commit-Queue: Lijin Shen <lazzzis@google.com> Cr-Commit-Position: refs/heads/master@{#790004}
-
Yuri Wiitala authored
VideoCaptureOracle, which is used by viz::FrameSinkVideoCapturer includes logic to suggest capture size changes in response to bottlenecks in an end-to-end screen mirroring pipeline. This change prevents the oracle from reducing the capture size until after it confirms a downstream consumer of the video capture is providing the necessary feedback signals. Bug: 1092854 Change-Id: Iadf059548cc1ae705cbcf1e40283fd115563a8bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298579 Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Auto-Submit: Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#790003}
-
Lily Chen authored
Cookies that are excluded for reasons (e.g. mismatching path or domain) other than a user's cookie blocking settings (i.e. content settings) should not be reported as "blocked". Bug: 1104451 Change-Id: I8bf6dbd3367fcb5f01655dac0e7c20ee52b34c69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296009Reviewed-by:
Martin Šrámek <msramek@chromium.org> Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Reviewed-by:
Aaron Colwell <acolwell@chromium.org> Commit-Queue: Lily Chen <chlily@chromium.org> Cr-Commit-Position: refs/heads/master@{#790002}
-