- 08 Oct, 2019 40 commits
-
-
Sophie Chang authored
This derisks the OptimizationGuideKeyedService refactor if LPR does not have server load to handle the additional 3G traffic Bug: 1012023 Change-Id: I9105aef7e9546552eeab8c27f8dc66d0a03428c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846046Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#703577}
-
David Staessens authored
crrev.com/c/1786706 removed the 'PurgeStaleFrames' function from the platform video frame pool, but the function definition was not removed from the header file. TEST=compiled video_decode_accelerator_tests for samus BUG=None Change-Id: I7106e6c914be8d6993f09836aa1eef0e530c00ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839217Reviewed-by:
Chih-Yu Huang <akahuang@chromium.org> Commit-Queue: David Staessens <dstaessens@chromium.org> Cr-Commit-Position: refs/heads/master@{#703576}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/eeafa0eaece5..e7ae514a47fe git log eeafa0eaece5..e7ae514a47fe --date=short --no-merges --format='%ad %ae %s' 2019-10-08 tandrii@google.com git_cl: fix test. 2019-10-08 ehmaldonado@chromium.org git-drover: Fix tests to run on Python 3. 2019-10-07 ehmaldonado@google.com depot_tools: Run git_cache_test and git_footers_test on windows. Created with: gclient setdep -r src/third_party/depot_tools@e7ae514a47fe 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 agable@chromium.org 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=agable@chromium.org Bug: chromium:1009809,chromium:Some Change-Id: I3fe3b59ab7b4bfdb54f0afa2a9e02a21cb1bc868 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846792Reviewed-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@{#703575}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/62fdbf47..0d7c56db 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: I1b0d315ea6854a7e56fd35c897c39a355251f2a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1845859Reviewed-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@{#703574}
-
Fergal Daly authored
Everything should use rendersubtree and content-size. Change-Id: I9d9e24d26494289a2c2d1f2e776e2c4392a80179 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846635Reviewed-by:
Rakina Zata Amni <rakina@chromium.org> Commit-Queue: Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#703573}
-
Sergey Ulanov authored
When a new stream is being started, StreamProcessor is supposed to explicitly free the input buffers that were submitted for a previous stream before they can be reused for the new stream. FuchsiaVideoDecoder wasn't handling this case correctly and as result it was sometimes failing to decode buffers after Reset(). Bug: 1011117 Change-Id: I0977e273c3978effbbd45790aee07cd61a52fc18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838677Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Commit-Queue: Yuchen Liu <yucliu@chromium.org> Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#703572}
-
Alexandre Courbot authored
The current state flow results in the decoder being in decoding state at the moment the first buffer is imported, if import mode is used. This triggers a DCHECK if an image processor is in use. Fix this by delaying the switch to idle state and call to ProcessPendingEventsIfNeeded() to after the first buffer is imported. Bug: b:139901663 Test: video_decode_accelerator_tests passing on Kevin and Kukui. Test: tast video.SeekSwitch* passes on Kevin. Change-Id: I934f144a46d78318bffc039f24051f95fea60f4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837325Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Cr-Commit-Position: refs/heads/master@{#703571}
-
Victor Vasiliev authored
https://quiche.googlesource.com/quiche.git/+log/ef79a5fa1b2c..bf0413d8c1d6 $ git log ef79a5fa1..bf0413d8c --date=short --no-merges --format='%ad %ae %s' 2019-10-07 dschinazi Deprecate quic_use_parse_public_header 2019-10-07 wub gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_track_ack_height_in_bandwidth_sampler2. 2019-10-07 fayang gfe-relnote: n/a (logging only change) 2019-10-07 fayang gfe-relnote: In QUIC, add a connection option to close connection after 6 consecutive PTO. Protected by gfe2_reloadable_flag_quic_enable_pto. 2019-10-04 nharper Handle crypto frames in quic::test::ImmediateGoAwaySession 2019-10-04 vasilvv Change the QuicTransport code to use client indication mechanism instead of allowed origin list. Created with: roll-dep src/net/third_party/quiche/src R=rch@chromium.org Change-Id: I0f7c440833f953fba492de142653133a93116c9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846096Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Victor Vasiliev <vasilvv@chromium.org> Cr-Commit-Position: refs/heads/master@{#703570}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/a718a61003d1..f700582f2fa2 git log a718a61003d1..f700582f2fa2 --date=short --no-merges --format='%ad %ae %s' 2019-10-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@f700582f2fa2 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 kjlubick@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 TBR=kjlubick@google.com Bug: None Change-Id: I4f9cfb946d358bde4f60aa260baa5d4a80a69c8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846592Reviewed-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@{#703569}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/fa01042385e5..1aea8fc04d80 Created with: gclient setdep -r src-internal@1aea8fc04d80 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: I92b6d08ad7e685a8ba30688acd2f93ab858c0890 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1845507Reviewed-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@{#703568}
-
Andrew Grieve authored
Explicitly tell md5_check,py which zip files to track changes in so that it stops looking at the massive r8.jar when doing diff calculations. Brings the md5_check time for dex.py from ~150ms -> 1ms Bug: 906803 Change-Id: I52435c2de3fdc34a23e2e9e4b717bf8fae239c1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842013 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#703567}
-
Eric Willigers authored
Classes that never reassign to their Profile* profile_ members now have their profile_ members declared const. Change-Id: I4beec22205e1c4c8f595f91d8d1aba2e04f127e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846414Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#703566}
-
Willie Koomson authored
This change adds a throttle observer for ARC app launches, so that ARC is unthrottled during app launch. Additionally, this change adds functionality in arc_app_utils so that classes can be notified when an app launch is requested. activate during an ARC app launch. Bug: b:133417350 Test: Run unittests; Build and flash to eve, watch logs to see observer Change-Id: I813e9723cd1f94191ba64133de727a968a793bff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838920 Commit-Queue: Willie Koomson <wvk@google.com> Reviewed-by:
Yury Khmel <khmel@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#703565}
-
Nick Harper authored
TBR=rsleevi@chromium.org Change-Id: Idf1905172221969bb9b64441ddf9289f36615411 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846393 Commit-Queue: Nick Harper <nharper@chromium.org> Reviewed-by:
Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#703564}
-
Daniel McArdle authored
This CL should make it easier to add a third request for ESNI info. Bug: 1003494 Change-Id: I307d62bac816df1e058bf8c502ae9f448163ae9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815845Reviewed-by:
Eric Orth <ericorth@chromium.org> Commit-Queue: Dan McArdle <dmcardle@chromium.org> Cr-Commit-Position: refs/heads/master@{#703563}
-
Jeremie Boulic authored
Add optional argument to the QuickView file_metadata_formatter.js to add extra precision to the file size shown in the metadata box. Change the underlying bytesToString() formatting function to add the desired number of precision digits to the file size text if needed. Test: browser_tests --gtest_filter="*FileManagerJsTest.UtilTest" Bug: 977068 Change-Id: Iaa6a08fbcbd7663ce2ec8d9347fc659894343926 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1760840Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#703562}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/2682b5a02d16..a333b87cfcbe git log 2682b5a02d16..a333b87cfcbe --date=short --no-merges --format='%ad %ae %s' 2019-10-07 courtneygo@google.com Vulkan: Handle D24 -> D32FS8X24 depth fallback 2019-10-07 jonahr@google.com D3D11: Buffers larger than MAX_UNIFORM_BLOCK_SIZE Created with: gclient setdep -r src/third_party/angle@a333b87cfcbe 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 geofflang@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=geofflang@google.com Bug: chromium:angleproject/3937,chromium:906683 Change-Id: I12dc104a610a6f39d6154a19a5fcee6e47a37742 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846595Reviewed-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@{#703561}
-
Simeon Anfinrud authored
Bug: 142062297 Test: With internal patch, view Cast settings UI on emulator Merge-With: eureka-internal/322486 Change-Id: I91ab48f651c998bcdc0456d8c4a2bd6911bf1d55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846017Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Commit-Queue: Simeon Anfinrud <sanfin@chromium.org> Cr-Commit-Position: refs/heads/master@{#703560}
-
Kenichi Ishibashi authored
To generate better trace log for performance investigation. Bug: 1011214 Change-Id: Ic7548af0f039bd8c67b8a990b66bfea88ff43ee9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1843801 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#703559}
-
Mei Liang authored
This CL adds a TabGridMessageCardView for tab switcher and registers the item view if the close tab suggestion feature flag is enabled. TabGridMessageCardView is not used anywhere in the code other than the tests yet. Change-Id: Ib06d6c45070c3e24e64ac3592d698ff610f634b9 Bug: 1004570 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808559 Commit-Queue: Mei Liang <meiliang@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Cr-Commit-Position: refs/heads/master@{#703558}
-
Kenneth Russell authored
This is a two-sided patch requiring an ANGLE update for this extension to start working again in Chromium. Since ANGLE will roll forward quickly, simplify this patch by not retaining intermediate support for the CHROMIUM_ version. Bug: 1011653 Change-Id: Ib6e87cd0859153c253f21f9b5417d49e293ab6d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1843315 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:
James Darpinian <jdarpinian@chromium.org> Cr-Commit-Position: refs/heads/master@{#703557}
-
Gyuyoung Kim authored
To reduce pre-processed size of header files have been including foo.mojom-blink.h, this CL replaces .mojom-blink.h with .mojom-blink-forward.h in blink header files. This CL has no behavior changes and following CLs will continue replacing them more. Bug: 1001360 Change-Id: I618215c6a328c480de75d3b526d4365eeb5c9d06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844916Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#703556}
-
Austin Eng authored
https://dawn.googlesource.com/dawn.git/+log/21dfc919547f..8eb8385e2efc git log 21dfc919547f..8eb8385e2efc --date=short --no-merges --format='%ad %ae %s' 2019-10-07 enga@chromium.org dawn_wire: Tag deserialize commands with volatile pointer 2019-10-07 rharrison@chromium.org Add build time flag to control enabling SPIRV-Cross reflection 2019-10-07 rafael.cintron@microsoft.com Add MaybeError to d3d12::Device::ExecuteCommandList 2019-10-07 zino@chromium.org Rename PipelineStageDescriptor to ProgrammableStageDescriptor 2019-10-07 cwallez@chromium.org dawn_wsi: Pass the Metal queue to the SwapChainImpl 2019-10-04 rharrison@chromium.org Adding missing reflection API sources to SPIRV-Cross targets Created with: gclient setdep -r src/third_party/dawn@8eb8385e2efc If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None TBR=cwallez@chromium.org Bug: dawn:232 Change-Id: I54d35f507e6bfd6bb96295eead08b4b947afa586 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846082 Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by:
Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#703555}
-
Cliff Smolinsky authored
On Win7 with DWM off there is a composition bug which results in the aura tooltips either not showing or getting cut off. For this scenario we can simply use the legacy tooltips. Bug: 1007262 Change-Id: Ie811b8c26a9b75b8c4a1a3d577eec72e6bf4cec7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842502Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Cliff Smolinsky <cliffsmo@microsoft.com> Cr-Commit-Position: refs/heads/master@{#703554}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/40324d671c25..333d22c01cc4 git log 40324d671c25..333d22c01cc4 --date=short --no-merges --format='%ad %ae %s' 2019-10-07 wbbradley@chromium.org pkg_size: create a simple CLI tool to dump a system size report Created with: gclient setdep -r src/third_party/chromite@333d22c01cc4 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: I91c1163bfa66d7788fb096cb8b62d186804d2007 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846241Reviewed-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@{#703553}
-
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-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org 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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: Icaa773109dd623ee706f1987afdefb6b0bd7df95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846409Reviewed-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@{#703552}
-
inglorion authored
ToT Clang now warns on some code in Courgette, causing the ToT bots to fail because of -Werror. This change temporarily downgrades bool-operation to a warning so we can continue to build while we work on a fix. Bug: 1011810 Change-Id: I97d248539a0a3427fc374a7f4525e96234ef801e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846084Reviewed-by:
Reid Kleckner <rnk@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#703551}
-
Evan Stade authored
This reverts commit 5d024fd7. Reason for revert: breaks chrome os compile: https://ci.chromium.org/p/chromium/builders/ci/Linux%20ChromiumOS%20Full/145309 Original change's description: > Replace .mojom-blink.h with .mojom-blink-forward.h in blink - 5 > > To reduce pre-processed size of header files have been including > foo.mojom-blink.h, this CL replaces .mojom-blink.h with > .mojom-blink-forward.h in blink header files. > > This CL has no behavior changes and following CLs will > continue replacing them more. > > Bug: 1001360 > Change-Id: I49cfab31ec57b183570cf4551e4cd1acd20a1a75 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844752 > Reviewed-by: Kent Tamura <tkent@chromium.org> > Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> > Cr-Commit-Position: refs/heads/master@{#703549} TBR=tkent@chromium.org,gyuyoung@igalia.com Change-Id: I80c6d6a5225fd17170a1cdc6e60dacd533da641d No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1001360 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846816Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#703550}
-
Gyuyoung Kim authored
To reduce pre-processed size of header files have been including foo.mojom-blink.h, this CL replaces .mojom-blink.h with .mojom-blink-forward.h in blink header files. This CL has no behavior changes and following CLs will continue replacing them more. Bug: 1001360 Change-Id: I49cfab31ec57b183570cf4551e4cd1acd20a1a75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844752Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#703549}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/3306bbe476fd..eeafa0eaece5 git log 3306bbe476fd..eeafa0eaece5 --date=short --no-merges --format='%ad %ae %s' 2019-10-07 inglorion@chromium.org Revert "gclient_utils: buffer output as bytestrings in Annotated" Created with: gclient setdep -r src/third_party/depot_tools@eeafa0eaece5 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 agable@chromium.org 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=agable@chromium.org Bug: chromium:984182 Change-Id: I5594f380e280eafdf02052d44d9a24a89bbcf3ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846240Reviewed-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@{#703548}
-
Gyuyoung Kim authored
To reduce pre-processed size of header files have been including foo.mojom-blink.h, this CL replaces .mojom-blink.h with .mojom-blink-forward.h in blink header files. This CL has no behavior changes and following CLs will continue replacing them more. Bug: 1001360 Change-Id: I91ea1806b38f02be2303312745d3f615b1dab885 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844915Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#703547}
-
Jon Mann authored
This updates test classes and unit tests to avoid using ssid as a key to uniquely identify networks. Bug: 966270 Change-Id: Ic1ff783e8685b908cb54555b98356314fdba0d12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838307Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Jon Mann <jonmann@chromium.org> Cr-Commit-Position: refs/heads/master@{#703546}
-
Andrey Kosyakov authored
Change-Id: Id8943bd70fa5fd7df1e2d4b5b02bff7117e6cf44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832915 Commit-Queue: Johannes Henkel <johannes@chromium.org> Reviewed-by:
Johannes Henkel <johannes@chromium.org> Cr-Commit-Position: refs/heads/master@{#703545}
-
David Black authored
This CL removes feature flags for: - Timer notifications - Alarm/timer manager - Timer ticks These features have been enabled for a while and seem stable. Keeping these flags around makes the code harder to understand. Bug: b:142152334 Change-Id: I3677cfe7df827045d51c2b03237c515d25ba18de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842558Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#703544}
-
Ahmed Fakhry authored
BUG=988771, 988743 Change-Id: I5653ef78777516ce4ae937c407ab530aa0d1d33b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846337Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#703543}
-
Ionel Popescu authored
Bug: 994219 Change-Id: I7b7f79d2d5fb5898491ea39568bfb1163450ff1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844432 Commit-Queue: Ionel Popescu <iopopesc@microsoft.com> Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#703542}
-
Patrick Monette authored
This CL splits ServiceWorkerContextCoreObserver::OnRunningStateChanged() into OnStarting(), OnStarted(), OnStopping() and OnStopped(). It also splits ServiceWorkerContextObserver::OnVersionRunningStateChanged() into OnVersionStartedRunning() and OnVersionStoppedRunning(). And both Started notification contains additional information about the service worker, notably the process ID, the scope and the script URL. Change-Id: I11ad9c5d7a686c258bc53813e346cdac96cf525d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842213Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Patrick Monette <pmonette@chromium.org> Cr-Commit-Position: refs/heads/master@{#703541}
-
Dana Fried authored
SHIFT+[RIGHT|LEFT] now moves AX-selected tab. If a tab is moved into or out of a group, its group will be updated appropriately. Also added a handful of browser tests since the move right/left functionality needs to be tested in integration with a live TabStripModel. Still to do: announce the change to the screen reader. Bug: 996850 Change-Id: I0fe1b36c0bab0f7740cb0876bc94a04cfa092786 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1793547 Commit-Queue: Dana Fried <dfried@chromium.org> Reviewed-by:
Charlene Yan <cyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#703540}
-
Min Qin authored
All the parallel requests are now half open, no need for this field. And it is very strange to pass a request's length to download file, as the download file should know the whole file length, rather than an individual stream's length. BUG=1011427 Change-Id: Id29b5c2859441e7bfffee165bc760c183b5a6882 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841183 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#703539}
-
Sebastien Marchand authored
The MultiSourceMemoryPressureMonitor is the new default memory pressure monitor and this class will eventually be merged with the MemoryPressureMonitor one, in the meantime this change will allow downcasting the fake monitor into a multi source monitor. Change-Id: I6ccd1f196a6e50f1fa7f2a7a547fc326732f97aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835161Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#703538}
-