- 02 Oct, 2019 40 commits
-
-
Brian Sheedy authored
Adds support for base::TimeDelta in PerfResultReporter. This is due to many perf tests reporting time taken from a TimeDelta, and handling the conversion from TimeDelta to double in PerfResultReporter makes its use less error-prone since users no longer need to worry about matching the registered units to the correct TimeDelta::In*seconds calls. Bug: 923564 Change-Id: I30dd6bcf0f11489b671f20e6e776fbad4659729e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815081Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#702153}
-
Alison Maher authored
Set the UseWindowsSystemColors and LinkSystemColors flags to stable and update test expectations. Spec: https://drafts.csswg.org/css-color-4/#css-system-colors Bug: 970285 Change-Id: I1c65b09cbec6a6408c0056ac2f088df2bdcd9f4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829645 Commit-Queue: Alison Maher <almaher@microsoft.com> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#702152}
-
Ian McKellar authored
FIDL's StringPtr and VectorPtr will no longer be implicitly converted to std: :string and std::vector. Change-Id: I4626ee0e0e6c2c24dc586e965bebbfa416d89bf8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834267 Commit-Queue: Ian McKellar <ianloic@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#702151}
-
Aleks Totic authored
One more abspos edge case: Replaced element, with no intrinsic size, but with intrinsic aspect ratio. The example problem here is an SVG with aspect ratio, but no intinsic size. According to the spec, its inline size should fill container, and block size should be derived from inline size and aspect ratio. Existing code did not handle this case. If element had no size, its size would be computed and get clamped by minmax. A replaced element with no size gets a default minmax of 300x150, so elements would effectively get clamped to minmax. My fix is a bit of a hack. It uses absence of minmax as a signal that size should not be clamped. The intrinsic size handling is surprisingly complex for replaced elements. I wonder if there are any other parts of NG that need a close look in how replaced with aspect ratio/no size are handled. FF handles this correctly. Legacy does not. Bug: 1003545 Change-Id: I1510611ff84a99a26bcade74cace2855e022f997 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830326 Commit-Queue: Aleks Totic <atotic@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#702150}
-
Lei Zhang authored
This is the new, simpler function to calculate a SHA1 that easily works with base::HexEncode(). Fix nits in the test file along the way. Change-Id: I725f1c5618dc7427fa01d75b42115185252dfbe9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827744Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#702149}
-
Dana Fried authored
We already account for this when doing direct capture on tab switch; this makes the same adjustment when capturing video from a background tab. Change-Id: I19791a5761ac4539b5eee8be37a189af75e922b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835273 Commit-Queue: Dana Fried <dfried@chromium.org> Reviewed-by:
Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#702148}
-
Alex Clarke authored
Needed for PostTaskHere and base::CurrentThread trait. This has the same lifetime as SequencedTaskRunnerHandle & ThreadTaskRunnerHandle. Bug: 835323 Change-Id: I5a4b4d9c69ce14c962e79a2a0f6adaf0c247b523 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832815Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Alex Clarke <alexclarke@chromium.org> Cr-Commit-Position: refs/heads/master@{#702147}
-
Xianzhu Wang authored
Some code was left when we separated paint invalidation and raster invalidation. Some perhaps were caused by cleaning up for raster invalidation and root-layer-scrolling at the same time. Change-Id: I8d26291941f17f555c1e09ba0483d41c4c4bfe47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826994Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#702146}
-
Ben Mason authored
TBR=govind TBR_REASON=Breaking translation script. Change-Id: Ica247a1637b8dd4a2961c6ac45f111039e028c0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834907Reviewed-by:
Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#702145}
-
Mingjing Zhang authored
This feature allows tracking frame throughput during video playbacks. This frame sequence tracker is a special case in that its tracking process occurs in video_frame_submitter, unlike most other frame sequence trackers that operate mainly in layer_tree_host_impl. This reland CL includes a fix for flaky test failures caused by the original CL (Change-Id: I9a41861e59bbe16d652b49de6b802ccc89833906). See https://crbug.com/1001364 . Bug: chromium:986300 Change-Id: I47e2ef9f21e417af8198f0669eaaf18c8e1daa33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1818467 Commit-Queue: Mingjing Zhang <mjzhang@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#702144}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/929f3ba81e6e..0a784e03b0f0 git log 929f3ba81e6e..0a784e03b0f0 --date=short --no-merges --format='%ad %ae %s' 2019-10-02 lamontjones@chromium.org CrosSigningTestStage: test the correct branch. Created with: gclient setdep -r src/third_party/chromite@0a784e03b0f0 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/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I4ab95480c9de1a2f2940e271f74c0ebc93414b01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835700Reviewed-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@{#702143}
-
Alan Screen authored
Windows printing path is being modernized from using the pre-WinXP GDI print API to an XPS-based API. This was first introduced introduced Windows 7 and was deprecated in favor of OpenXPS in Windows 8 and beyond. Some Windows 7 installations may be capable of OpenXPS if they have been sufficiently patched [1]. Need ability to determine the Windows XPS API version required for interfacing with the print subsystem. [1] https://docs.microsoft.com/en-us/windows/win32/printdocs/app-support-for-openxps-printing#sending-xps-data-to-the-print-system Bug: 1008222 Change-Id: Ieb82ec5ef13ecff17c10b16284132bc45aa64dc3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826006Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Alan Screen <awscreen@chromium.org> Cr-Commit-Position: refs/heads/master@{#702142}
-
James Cook authored
Most .mojom files don't use [Native] structs or enums, but the bindings generator includes native_struct_serialization.h and native_enum.h in all generated headers. Unfortunately native_struct_serialization.h is expensive to include because it transitively includes a generated mojom.h file. Change the mojo bindings generator to only generate includes of for native type headers when the underlying mojom file uses native structs or enums. Fix the include-what-you-use errors this reveals. This results in 272,000 fewer transitive includes (out of 18M total) in a Linux "all" build, a 1.4% reduction. For IWYU fixes per mechanical change code review policy: TBR=rockot@google.com Bug: 922875 Test: compiles Change-Id: If58d7002d944b8a131533750fa8a79514b6e9a09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833069Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#702141}
-
Collin Baker authored
Bug: 1006946 Change-Id: I855cf75c86af27d090ba854f4de3b4a31a17b850 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835278 Auto-Submit: Collin Baker <collinbaker@chromium.org> Commit-Queue: Collin Baker <collinbaker@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#702140}
-
Xida Chen authored
Bug: 900581 Change-Id: I227b90e5ab5088f76d4b51caa971b7edcc3a8a26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830592Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#702139}
-
Nikita Podguzov authored
This CL allows to add new printing enum policies handlers by providing only policy and pref names and map from policy string value to enum. Bug: 1008941 Change-Id: I25be44e38b0b76dd378c2640d491bd3e4e17165b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832805Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Commit-Queue: Nikita Podguzov <nikitapodguzov@chromium.org> Cr-Commit-Position: refs/heads/master@{#702138}
-
John Lee authored
https://imgur.com/a/4zjGLka Bug: 1004981 Change-Id: I8b4b04d2f85247e342ac4311bc93aff79a0ab872 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835146Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#702137}
-
chrome://settings/passwordsElly Fong-Jones authored
This change: 1) Removes the title from the group containing the site's name. Before this change, that group would have read as: group, one item, https://the.full.hostname.here..., displayed.hostname After this change, it reads as: link, displayed.hostname 2) Adds an ARIA label for the username field, which is otherwise read as the username text without context 3) ARIA-hides the table headers, since the corresponding cells of the table are now either self-explanatory or labelled Bug: 956434 Change-Id: If9dc5b5ccac83adf3375feb461fce0f0299172d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829777Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#702136}
-
Luke Zielinski authored
This CL is mostly a no-op because the new method is not called during regular workflow. A follow-up CL will switch to calling buildbucket instead of git-cl. There is further work to refactor this into its own class (outside of git-cl.py) and potentially add more functionality to also start try jobs. Main change is to generate a LUCI auth token earlier in the flow, but this should be a no-op as well. Bug: 1005801 Change-Id: I2353b3ad0b24d86a5c55da93dd5c1c1eec280f19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831979 Commit-Queue: Luke Z <lpz@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#702135}
-
Sebastien Marchand authored
In a following CL I'll also add the necessary code to aggregate the use of WebLocks and IndexedDB locks within a frame and I'll update the corresponding page properties. Bug: 980533 Change-Id: Ia22686215963415f586b3bcf20c363f305aaf591 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832318 Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#702134}
-
Sylvain Defresne authored
base::Bind/base::Callback are deprecated in favor of either base::BindOnce/base::OnceCallback or base::BindRepeating/ base::RepeatingCallback (depending on whether the callback is invoked once or multiple time). Convert all uses of base::Bind/base::Callback in tools/android to the recommended methods/types. Bug: 1007843 Change-Id: Ia955cfe01bc7e23c73e7deda469d9408aa3c90ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832213 Commit-Queue: David Turner <digit@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
David Turner <digit@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#702133}
-
Garrett Beaty authored
Bug: 878706 Change-Id: I5c3bd7d4393fe6c002171ff9937ad70d2b1ba191 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833297 Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#702132}
-
Ben Pastene authored
To reflect go/request-chrome-resources. Change-Id: Iecd7438482cc62ac7570e4b4b11d67a8af449cd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834827Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#702131}
-
Ian Barkley-Yeung authored
Added some VLOG messages to ChromeCrashReporterClient::GetCollectStatsConsent to explain why it is returning false. Crash-related tests on ChromeOS have been flaky; this is part of understanding why. BUG=chromium:994987,chromium:984807 TEST=Ran Chrome with and without consent, and Chromium with and without consent. Ensured crash dumps produced only for Chrome with consent, and that (with --vmodule=chrome_crash_reporter_client=1), expected messages were generated. Change-Id: Iecf77fd78a7aee0c5eb2ba852ad576d84cac6b71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833929Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Ian Barkley-Yeung <iby@chromium.org> Cr-Commit-Position: refs/heads/master@{#702130}
-
Shakti Sahu authored
Bug: 856383 Change-Id: I5d4f4f5667c27c518dedb50304ab94246e0960de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834424Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#702129}
-
Joshua Peraza authored
Also, Crashpad for Android can't yet monitor itself in the various configurations that Chrome packages it, so remove references to the flag from crashpad_android.cc to avoid accidentally turning it on. Bug: 942279 Change-Id: I1afae5fd433f9e2b1475e8fa3e883547542eb6cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834401Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Joshua Peraza <jperaza@chromium.org> Cr-Commit-Position: refs/heads/master@{#702128}
-
Dana Fried authored
This CL fixes an error where the preview captured from a loading webpage (used in hover cards and tablet tabstrip) could appear blurry or stretched when the aspect ratio of the window did not match the thumbnail. It solves the problem by providing a max capture size based on the ratio between the desired and current window size, then clipping the image down later, just as we do with single-frame capture of active windows on tab switch. Still to do: - Trim scroll bars out of the final captured image. Change-Id: I8cbeee5c9c5959163d2e7f0b6251802f40455f98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1818641 Commit-Queue: Dana Fried <dfried@chromium.org> Reviewed-by:
Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#702127}
-
Martin Robinson authored
The computed name is more useful to the user and a bit friendlier than values like "-webkit-sans-serif." Bug: 1005109 Change-Id: I8b0c3293072a456dd024c835431b724215072988 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1818483 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#702126}
-
Junyi Xiao authored
Issue: In the network tool, there is a pop up for stack traces that appears when you hover over the initiator column. This info is not available anywhere else, and is not keyboard accessible. This changes: add a new tab to the network item view, similar to the Timings tab and Waterfall column (which is available when hovering over the waterfall, but also accessible when selecting a network request to view). Bug: 963183, 842488 workflow gif: https://imgur.com/a/wmdNYXE Change-Id: Ib2f23b924a06e687acd362ccf4d6764f8a996559 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742990 Commit-Queue: Junyi Xiao <juxiao@microsoft.com> Reviewed-by:
Yang Guo <yangguo@chromium.org> Reviewed-by:
Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/master@{#702125}
-
Xianzhu Wang authored
This is a follow-up of crrev.com/c/1818717 which removed cc's dependency on most of the viewport layers, so we no longer need to create some of these layers. Bug: 909750 Change-Id: I93326b3c8b4a7cb0996af196afc08c3f39fa9d38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1818599 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#702124}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/shaderc/+log/e849e6783d9f..4167aa75260f git log e849e6783d9f..4167aa75260f --date=short --no-merges --format='%ad %ae %s' 2019-10-02 rharrison@google.com Rolling 4 dependencies (#817) Created with: gclient setdep -r src/third_party/shaderc/src@4167aa75260f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/shaderc-chromium-autoroll Please CC radial-bots+chrome-roll@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=radial-bots+chrome-roll@google.com Bug: None Change-Id: Ia979a091f928272a5b9fe83a66abf89ca529e34c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836131Reviewed-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@{#702123}
-
Xiaohui Chen authored
If |LogoViewImpl::StartTimer()| is called multiple times, it will potentially leave a dangling observer in compositor. Bug: 994451 Test: locally build and run Change-Id: Ie972ebc40f67d8580e546a1f6a79354bcd3ff1ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834572Reviewed-by:
Tao Wu <wutao@chromium.org> Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#702122}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/deac9a0ff801..bb5d5accb146 Created with: gclient setdep -r src-internal@bb5d5accb146 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 TBR=jbudorick@google.com Bug: chromium:None Change-Id: Idf7522ef5c86e40df5b2427b1b03743508b908e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836081Reviewed-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@{#702121}
-
Xida Chen authored
There are 3 layout tests that crashes with off-thread paint worklet. The reason is that these tests are checking paint invalidation and have a special code path that never goes to the compositor thread. So for these tests, we should just fall to the main thread. Bug: 990382 Change-Id: I389b991da4469e4ba965e1390f4bcc2d3800e2b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1789828Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#702120}
-
Fredrik Söderquist authored
Rename it to HandleIntervalRestart(...), and fold the check for an unresolved interval into it while sinking the actual interval resolution out into the caller (UpdateInterval). This allows merging the two ResolveInterval() calls. Bug: 998526 Change-Id: I23e3caab69a09aa701f16c0bda6a8751676149b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834089Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#702119}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f45ddb9b..4c982147 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: Ic48a52f2211fba7035122ae626fef74a9985c4a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836051Reviewed-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@{#702118}
-
Kevin Bailey authored
It doesn't look like we'll use this (reversing the logic of the tab switch button behavior) so remove the feature and the no-longer necessary logic. Bug: 920628 Change-Id: Icfba78999d3b535dcbe5da2d0025b9519f746619 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834877Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Kevin Bailey <krb@chromium.org> Cr-Commit-Position: refs/heads/master@{#702117}
-
Tarun Bansal authored
Fetch hints from remote service at the time of navigation. Hints are fetched only if connection is slow. Change-Id: I37e13072b17e1adfe9b3365e2dca04ae9bdfc246 Bug: 933898 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829474 Commit-Queue: Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#702116}
-
Donn Denman authored
BUG=1008973 Change-Id: I796131daaa611a14647a5ea2d480dacfc43b2bfc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836012 Commit-Queue: Donn Denman <donnd@chromium.org> Commit-Queue: Matthew Jones <mdjones@chromium.org> Auto-Submit: Donn Denman <donnd@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#702115}
-
Avi Drissman authored
BUG=1010510 Change-Id: Id17f02751175fc1fefdbd7834f78302d2e04ff23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835156 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#702114}
-