- 30 Oct, 2019 40 commits
-
-
Jan Krcal authored
This CL makes it clear for UMA dashboards which data types are deprecated. Bug: 1007293 Change-Id: Iff69e9aace9627f288d3ba871a848cb29b32a7e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1889978 Commit-Queue: Jan Krcal <jkrcal@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Auto-Submit: Jan Krcal <jkrcal@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#710842}
-
Mihai Sardarescu authored
Bug: 1015805 Change-Id: I5aa38c1ca058bb02b1868cd30b4380b0f0fe0615 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890335Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#710841}
-
Yusuf Sengul authored
Bug: 1018350 Change-Id: I8c0091f1925d0ddcfba806b1adf09b18c86d5cdb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880806 Commit-Queue: Yusuf Sengul <yusufsn@google.com> Reviewed-by:
Tien Mai <tienmai@chromium.org> Cr-Commit-Position: refs/heads/master@{#710840}
-
Maksim Moskvitin authored
SingleClientUserEventsSyncTest.Encryption and TwoClientSessionsSyncTest.NoHistoryIfEncryptionEnabled used EnableEncryption(), which only works with Directory implementation of Nigori and outdated. They were rewritten to enable custom passphrase instead. Bug: 922900 Change-Id: Ia5fedeae5b7c7071c1ecc82063e5742934caf2e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890316 Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Auto-Submit: Maksim Moskvitin <mmoskvitin@google.com> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#710839}
-
Ryan Daum authored
Not all services have been rewritten to not require side swipe detection from cast platform. Re-enable for now. Bug: internal b/143545462 Test: manual Change-Id: I35f2493e3f2379f239da1a15de867ed71809e8e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890008Reviewed-by:
Alex Sakhartchouk <alexst@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Ryan Daum <rdaum@chromium.org> Cr-Commit-Position: refs/heads/master@{#710838}
-
Nicolás Peña Moreno authored
Add a redirect chain similar to that being used for ResourceTiming. More images along with TAO will be added in a followup. Bug: 1003943 Change-Id: I07a98e6f3b574a1241f33aed60a6bb71e0240a95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880539Reviewed-by:
Yoav Weiss <yoavweiss@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#710837}
-
Wei Li authored
PageInfoHoverButton repeats some of its parents' Layout operations such as those from View and LabelButton. But it also tries to skip HoverButton and LabelButton's custom layout functions by directly calling into Button's Layout(). Now, HoverButton no longer has a custom layout function, LabelButton's custom layout is being removed, so we should get rid of custom layout here too. Additionally, calling LabelButton's custom layout will still be correct as the label and image both are empty. BUG=1005568 Change-Id: I0bba3bcc1c198b2c0ede90dff3894b8acdca1ba7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888398Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Commit-Queue: Wei Li <weili@chromium.org> Cr-Commit-Position: refs/heads/master@{#710836}
-
Michael van Ouwerkerk authored
Reland of https://chromium-review.googlesource.com/c/chromium/src/+/1890410 Fixed the includes. Bug: 1018129 Change-Id: Icf2f66ba71bb723bb495ec6ab756fcae5a1f59a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890314 Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#710835}
-
Hirokazu Honda authored
VEA unittest fails if VEA cannot produce a bitstream buffer in three seconds from the previous bitstream buffer. Three seconds seems sufficient but we see the flakieness on low end devices. This CL lengthens timeout to 10 sec in order to figure out if it is a real failure or just low performance. Bug: 1019307 Test: None Change-Id: I103d8e32fb444dbe2576db0af815714af7def49f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890450 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Cr-Commit-Position: refs/heads/master@{#710834}
-
Alexander Timin authored
It's not used anymore and doesn't even have a corresponding .gn entry. R=skyostil@chromium.org Change-Id: Ic069df8a5ab7e58950c269513ac4a2eedc3c11cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890079 Auto-Submit: Alexander Timin <altimin@chromium.org> Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#710833}
-
Istiaque Ahmed authored
This avoids passing vector* to the function, slightly improves callsite readability. Bug: 796395 Change-Id: Ic7e6139d3ea2c9044fc6d7b6b668998c8a370ab0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869675 Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Oleg Davydov <burunduk@chromium.org> Cr-Commit-Position: refs/heads/master@{#710832}
-
Oksana Zhuravlova authored
TEST=run_webview_instrumentation_test_apk --num_retries=0 --repeat=1000 --break-on-failure -f=AwSettingsTest#testJavaScriptPopupsOpenTwice Bug: 957626 Change-Id: I160f8a816a6190dfb0962c80c2d86d3e5d2410e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875484Reviewed-by:
Changwan Ryu <changwan@chromium.org> Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#710831}
-
Charles Zhao authored
This will stop TabManagerDelete to call TabActivityWatcher, hence disable tabdiscarder completely. Note: we can still do experiment from Finch. Bug: 1017222 Change-Id: I064004ae6e0e67d2df0133c98626c395db73f6db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888863 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Charles . <charleszhao@chromium.org> Cr-Commit-Position: refs/heads/master@{#710830}
-
Sébastien Séguin-Gagnon authored
Bug: 1019655 Tbr: wfh@chromium.org Change-Id: I8da163839261e087d68d2d958b22dd99967efc34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890816Reviewed-by:
sebsg <sebsg@chromium.org> Commit-Queue: sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#710829}
-
Yuly Novikov authored
This reverts commit 627a3abc. Reason for revert: Fails on multiple bots, see crbug.com/906739 Original change's description: > Removing OVR_multiview2 suppressions > > Bug: chromium:906739 > Change-Id: Ibbd8715c900220242d44ddfef51449b155f81c43 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877610 > Reviewed-by: Kai Ninomiya <kainino@chromium.org> > Commit-Queue: Mingyu Hu <mihu@microsoft.com> > Cr-Commit-Position: refs/heads/master@{#710516} TBR=rafael.cintron@microsoft.com,kainino@chromium.org,mihu@microsoft.com Change-Id: If22b20c4b5dd8fdf6d6368a02db82125d75d055f No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: chromium:906739 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890991Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#710828}
-
Lucas Gadani authored
This reverts commit 38f657d5. Reason for revert: https://crbug.com/1019614 Original change's description: > Convert extensions to use the URLResponseHead mojom types. > > Bug: 984550 > Change-Id: I885fc575b49c4049b83b17cc4c2248daf2525b4e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876974 > Reviewed-by: Karan Bhatia <karandeepb@chromium.org> > Commit-Queue: Lucas Gadani <lfg@chromium.org> > Cr-Commit-Position: refs/heads/master@{#709596} TBR=lazyboy@chromium.org,karandeepb@chromium.org,lfg@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 984550, 1019614 Change-Id: Icd7e03b4c65514f49916fbbba57501cc49d400af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890006Reviewed-by:
Lucas Gadani <lfg@chromium.org> Commit-Queue: Lucas Gadani <lfg@chromium.org> Cr-Commit-Position: refs/heads/master@{#710827}
-
Tom Sepez authored
An inspection shows that these are no longer sent nor handled. Change-Id: If9b60f55d4dc07bb7a0ad573acb67f7e66609a3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888690Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#710826}
-
Sylvain Defresne authored
As the migration away from sources_assignment_filter is going to take some time, add some documentation to explain why and how it is done. This can be referenced from BUILD.gn files once they have been converted. Bug: 1018739 Change-Id: Ia423b3a6a0f5e490759ade3b91ed6b5f422c0dfe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1887610 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#710825}
-
Brian Sheedy authored
Fixes disk read violations in ChromeBackupWatcher.java by briefly allowing disk reads when notifying the backup manager that data has changed. Bug: 1018401 Change-Id: I220f8f967844a9af847777975595d891fb1201d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888744Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#710824}
-
Francois Beaufort authored
This CL adds support for writing the new NDEFRecord encoding and lang attributes as specified in https://github.com/w3c/web-nfc/pull/381 It also makes sure ArrayBuffer and ArrayBufferView are valid types for NDEFRecord data when used in a text record. Bug: 520391 Change-Id: Ic159ee77eae5d2bcf20857bf533e41cef80db5cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876390 Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Reviewed-by:
Rijubrata Bhaumik <rijubrata.bhaumik@intel.com> Cr-Commit-Position: refs/heads/master@{#710823}
-
Mohamed Heikal authored
If there are no symbols, with 'ForTest' in the name, are added or removed, the trybot should not add a link to show the empty diff. This cl also fixes a typo in the method name. Bug: 1012373 Change-Id: I35b6b8ef16bf0fe4efebaad096faac9541de23a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888189 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#710822}
-
Javier Ernesto Flores Robles authored
Bug: 1017095 Change-Id: I6447e6e01f8aa478aa896d65cbcd6d0265731670 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890038Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#710821}
-
Scott Violet authored
BUG=none TEST=none Change-Id: I28be78610c709b4eebbb951afeee1dfbd3477c24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888786 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Darin Fisher <darin@chromium.org> Cr-Commit-Position: refs/heads/master@{#710820}
-
Henry Jian authored
Previously, when Chrome checks if a WebAPK needs update, the has_maskable_icon value in its Android manifest is mistakenly fixed to true. This CL allows WAM server to set the has_maskable_icon value based on actaully manifest data. Bug: 977173 Change-Id: I7ebebb323c5544ed7a8ac71c4231c7745917a001 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1885311 Commit-Queue: Henry Jian <hzjian@google.com> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#710819}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/d85805a32efe..0230acef3b45 git log d85805a32efe..0230acef3b45 --date=short --no-merges --format='%ad %ae %s' 2019-10-30 eseckler@google.com protozero: Improve runtime of cppgen enum/type gen Created with: gclient setdep -r src/third_party/perfetto@0230acef3b45 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=perfetto-bugs@google.com Bug: chromium:1017699 Change-Id: I51063504b7b671079a4b26362dfc3848e3aa4db4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890629Reviewed-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@{#710818}
-
Josh Nohle authored
Handles the BatchNotifyGroupDevices portion of the CryptAuth v2 DeviceSync protocol, which sends a GCM message--via CryptAuth--to a subset of devices in the "DeviceSync:BetterTogether" group. The implementation queues requests made via NotifyDevices() and processes the requests sequentially. The implementation also handles timeouts internally, so a callback passed to NotifyDevices() is always guaranteed to be invoked. CryptAuthDeviceNotifier::NotifyDevices() will replace the CryptAuth v1 method SoftwareFeatureManager::FindEligibleDevices(), which was used to notify a phone that it was selected as the multi-device host. Bug: 951969 Change-Id: I155e35847f5d6d9d99d8cf4477e70819d82d8e21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888734 Commit-Queue: Josh Nohle <nohle@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#710817}
-
Yang Guo authored
https://chromium.googlesource.com/devtools/devtools-frontend/+log/df0ca90392..7a52be2a83 TBR=aerotwist@chromium.org Change-Id: I38eb9f52877428b58db0af0c500ba9ffdbbc15bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890334Reviewed-by:
Yang Guo <yangguo@chromium.org> Commit-Queue: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#710816}
-
Lily Chen authored
This histogram was recorded in CookieMonster:: MaybeDeleteEquivalentCookieAndUpdateStatus in order to assess the impact of the "strict Secure cookies" spec update, which was enabled by default in Chrome 58 (https://chromestatus.com/feature/4506322921848832). Now that "strict Secure cookies" has shipped, it is unclear what additional insight this histogram provides. Also, it is emitted potentially multiple times (at least once, but it varies) on each call to MaybeDeleteEquivalentCookieAndUpdateStatus. And due to the complicated conditionals in that method, it is somewhat unclear what each bucket actually represents. There is also NetLog output from this method, so even for debugging purposes this histogram is redundant. Bug: 993120 Change-Id: I8d7246265262e67ab53c20c91ce4720f43b7baa4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876549Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Commit-Queue: Lily Chen <chlily@chromium.org> Cr-Commit-Position: refs/heads/master@{#710815}
-
Greg Thompson authored
The ScopedTempDir must outlive anything that holds file(s) open within it; otherwise, it is unable to delete itself. BUG=546640 R=cduvall@chromium.org Change-Id: Ifc33562cffe7d2f240311f421530e747e16afa9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890059 Auto-Submit: Greg Thompson <grt@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Reviewed-by:
Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#710814}
-
Marc Treib authored
Note that there were two kinds of DeleteJournal: 1) syncer::DeleteJournal (with only static methods) and 2) syncer::syncable::DeleteJournal (an actual class). 1) was completely unused and is deleted. Some methods of 2) were also unused as a consequence, and also deleted. There is a lot more code here that can almost certainly be removed, but that isn't immediately obviously dead. More CLs will follow... Bug: 854684 Change-Id: I9621eef3e9ef86e7d17eb316e2b5885158b906c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890075 Auto-Submit: Marc Treib <treib@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#710813}
-
Xiaoqian Dai authored
Bug: 997885 Change-Id: I1e7df1158e2d1751339c54e0758b4d2d45172f5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888396Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#710812}
-
Steven Bingler authored
The templates policy is used to specify URI templates for the DNS-over-HTTPS resolver. Bug: 1016539 Change-Id: If87498ddabac8b6f1cbd45dae0500b4db3949cf8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872629 Commit-Queue: Steven Bingler <bingler@chromium.org> Reviewed-by:
Eric Orth <ericorth@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#710811}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/00bd42717766..9fae76312a94 git log 00bd42717766..9fae76312a94 --date=short --no-merges --format='%ad %ae %s' 2019-10-30 simonhatch@chromium.org Pinpoint - Fix issue with tags not appearing in UI Created with: gclient setdep -r src/third_party/catapult@9fae76312a94 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 zhanliang@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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=zhanliang@google.com Bug: chromium:1019183 Change-Id: I09ed301d4fbc909fc27a129b72b597a9e348e695 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890752Reviewed-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@{#710810}
-
Avery Musbach authored
SplitViewOverviewSessionInClamshellTestMultiDisplayOnly.GetSnappedBounds is overly complicated, because as you can tell by reading the code comment, I thought that it is advantageous to use EXPECT_EQ with string representations of rects so that such string representations will be included in the output of failures. Actually, you can just pass the rects themselves to EXPECT_EQ, and the nice string representations will still show up in failure output. The code can be much nicer that way! Bug: 970013 Change-Id: I1832f1e877b9580ce2aae9181c6770af2186e221 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888532 Commit-Queue: Avery Musbach <amusbach@chromium.org> Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#710809}
-
John Abd-El-Malek authored
This is needed for the embedder to disambiguate if the navigation happened in the same document, e.g. fragment, pushState or history navigation. Change-Id: I76ec5d7f71b3f392208ae2c4be381be4e1cb87e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872016Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Auto-Submit: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#710808}
-
Mihai Sardarescu authored
This CL adds comments to make it cleared why ukm_egtests still use the flow to sign in and turn sync on in order to enable UKM. Bug: 1015805 Change-Id: I846bbd853cfc9c53fc03e2649055b1765f036bb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890031Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#710807}
-
Xiyuan Xia authored
Add run_gtest_benchmark.py that has a similar role of run_benchmark; - Runs gtest with "--trace-dir=TRACE_DIR" in result processor's intermediate dir; - Scans luci test result generated by gtest and run_metric on trace files (to be replaced by result processor later); Example usage: For developer, tools/perf/run_gtest_benchmark.py out/Debug/interactive_ui_tests --gtest_filter=OverviewAnimationsTest.EnterExit/7 --output-dir=/tmp/perf_output --output-format=histograms For perf bot, testing/scripts/run_performance_tests.py --isolated-script-test-output=/tmp/perf_output/output.json --non-telemetry=true --use-gtest-benchmark-script --gtest-benchmark-name=interactive_ui_tests tools/perf/run_gtest_benchmark.py --output-format=histograms out/Debug/interactive_ui_tests --gtest_filter=OverviewAnimationsTest.EnterExit/7 Bug: 945711 Change-Id: I977c1a81b53cd7cd78de4aa0bc17a2de7b8c7b1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1762872 Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#710806}
-
Zhongyi Shi authored
This separates cases out from connection migration on path degrading and helps collect data on how often a new network is connected after path degrading is detected. Change-Id: I36dc7306d6b94c84a85ffceb61a91645b312650f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888952 Auto-Submit: Zhongyi Shi <zhongyi@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#710805}
-
dalyk authored
This is a precursor to a follow-up change that will allow captive portal probes to bypass DoH. Bug: 10161646 Change-Id: I302111db7a1f3f9de7d5fc164775eea57b561547 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1870491Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Katharine Daly <dalyk@google.com> Cr-Commit-Position: refs/heads/master@{#710804}
-
Stefano Sanfilippo authored
This temporary change disables eval(TT), so all related WPTs are disabled as well. It is necessary to change the v8 callback signature and support throwing exceptions when CSP blocks execution. Bug: 940927 Change-Id: I9b16f9e9611034111859683eb6b6a31d958fe6eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872221Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Daniel Vogelheim <vogelheim@chromium.org> Commit-Queue: Stefano Sanfilippo <ssanfilippo@chromium.org> Cr-Commit-Position: refs/heads/master@{#710803}
-