- 29 Oct, 2020 40 commits
-
-
Yu Su authored
5G connection type is not added in network_change_notifier_mac.mm currently. It leads to crash in Cronet when testing 5G network on iOS (b/171830601). Change-Id: I781ef9a253ff0e473fba7eceaf549ef2bc011c83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506300 Commit-Queue: Yu Su <yuyansu@google.com> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#822014}
-
Hitoshi Yoshida authored
back-send-referrer test assumed that `window.name` refers a same object over same-site navigation including backward navigation. According to an investigation[1], it violates the spec. Chrome's behavior on this point changes if we enable same-site browsing instance swap or backward/forward cache. This CL updates the test to work with BI swap and bf cache. The new test expects to navigate following pages in order of a -> b -> c -> b. When Chromium navigates to b for the first time, its history length is 2 (a and b), but when it navigates back to b again, its history length is 3 (a, b, and c). a: back-send-referrer.html b: back-send-referrer-helper.php c: back-send-referrer-helper.php?x=42 It detects whether showing b with the referrer, which should refer a, and the length of history. [1] https://docs.google.com/document/d/1p7XNboPb-gsQ4d6oOnYbSK3WEwLWzp5DviQFAg-l388/edit# Bug: 1136383, 1132180 Change-Id: I948e6b73cc3956e95481c240b8dd43f9f47dbcf6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2501881Reviewed-by:
Fergal Daly <fergal@chromium.org> Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#822013}
-
Dirk Pranke authored
Currently, when a bot runs a test (say, url_unittests) on a is_chromeos_device build, it'll launch `python test_env.py bin/run_url_unittests` (roughly speaking). This CL flips that around so that the generated bin/run_ wrapper script launches url_unittests via test_env.py (and the bot will invoke bin/run_url_unittests directly). This will make ChromeOS consistent with every platform other than Android; Android will be converted to match as well in a separate CL. Note that apart from the test_env.py inversion, the location of various other command line argument injections is unchanged, so bin/run_url_unittests should run with the same args as before. Bug: 816629 Change-Id: I5d0ac2ed847acb9685b27c41df1ed616311f64a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368537 Commit-Queue: Dirk Pranke <dpranke@google.com> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#822012}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/81a2c08d..cd60eacd 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: I7909d67f796a5155dfb588cd76bb499efa6974ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506483Reviewed-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@{#822011}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1603907949-48bee2a7f2855ac438725bf6194390f836d0af96.profdata to chrome-mac-master-1603929441-b6b34c1c4b0f9e2ddac4473f28fe820beebad5c9.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC pgo-profile-sheriffs@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:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I61e137ef8c945a87d8d9131b1e7276cbdef540f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506601Reviewed-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@{#822010}
-
Yuly Novikov authored
Not running any tests at this point. Bug: 1004356 Change-Id: Ibad14747b12121f8abb13dba001d83346f84cc80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506459 Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#822009}
-
Shik Chen authored
Bug: 1123783 Test: CQ Change-Id: I89fdcae6b7be07326137f2c7cc03c77ac49e7646 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505360 Auto-Submit: Shik Chen <shik@chromium.org> Reviewed-by:
Wei Lee <wtlee@chromium.org> Commit-Queue: Wei Lee <wtlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#822008}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=lakpamarthy@chromium.org Change-Id: I317893d9411f5b0888ae696f20dabb333389c25f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506611Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#822007}
-
Patti authored
This reverts commit f99198c0. Reason for revert: Compile errors due the removal of this function after having reverted https://chromium-review.googlesource.com/q/commit:85415a2c689f29c97626748a688b58c56cc22f16. See crbug.com/1143504. Original change's description: > WebUI: Delete SetupBundledWebUIDataSource() > > With the update of OS settings to generate_grd, this method is no > longer used. > > Bug: 1132403 > Change-Id: Id06f6249b05bebcc72eb22b417d0334bc4d5a708 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505936 > Reviewed-by: dpapad <dpapad@chromium.org> > Commit-Queue: Rebekah Potter <rbpotter@chromium.org> > Cr-Commit-Position: refs/heads/master@{#821828} TBR=dpapad@chromium.org,rbpotter@chromium.org Change-Id: I308bddd010b80241e99d731a0bfa0989ad655d73 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1132403, 1143504 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505359Reviewed-by:
Patti <patricialor@chromium.org> Commit-Queue: Patti <patricialor@chromium.org> Cr-Commit-Position: refs/heads/master@{#822006}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1603907949-21fa2a082049efb8a42fb5e981f107656277e3ad.profdata to chrome-linux-master-1603929441-de7c595584c292110f839d1296c0369f387aa3ca.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-linux-chromium Please CC pgo-profile-sheriffs@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:linux-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Iae1e7d2ce3138a963780c61833a6a3100ea2e038 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506600Reviewed-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@{#822005}
-
Avi Drissman authored
CPU load data isn't kept for simulated processors, so early return if running under Rosetta. Fixed: 1138707 Change-Id: Iac2e84dd12cc0150edf84d3608caab82197e1b9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505458 Commit-Queue: Shuliang Han <leonhsl@chromium.org> Reviewed-by:
Shuliang Han <leonhsl@chromium.org> Reviewed-by:
Leon Han <leon.han@intel.com> Reviewed-by:
Mark Mentovai <mark@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#822004}
-
Toby Huang authored
The three main types of child accounts are Unicorn, Geller, and Griffin. Child account should be reserved as the umbrella term that refers to all supervised users. Bug: None Change-Id: I266aa26c5b41c812ed9f86fa9f4f8538ff11761b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459397Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Michael Giuffrida <michaelpg@chromium.org> Auto-Submit: Toby Huang <tobyhuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#822003}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/018f5f6dccd6..67e1cf4b1d81 2020-10-28 johnstiles@google.com Replace pooling mechanism with GrMemoryPool. 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 jcgregorio@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 Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: jcgregorio@google.com Change-Id: I715b329f5f37b80043394b1e82535c8fb45707d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506592Reviewed-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@{#822002}
-
Shakti Sahu authored
This CL contains a few UX polish 1 - Bottom margin between IPH card and the next cards on NTP 2 - Loading screen - Added Loading... text 3 - Used TextButton style for buttons in the player Bug: None Change-Id: I9f38ea1dc154332fafbfd5643448a2c15a15f646 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506511Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#822001}
-
Shannon Chen authored
Making the vertical line and horizontal line sweep across the screen. Signed-off-by:
Shannon Chen <shannc@chromium.org> Bug: 1061537 Change-Id: I80278b756d92b085f4b6074a0443c07487066875 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490274 Commit-Queue: Shannon Chen <shannc@google.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#822000}
-
David Black authored
Previously we removed all holding space item views when closing the holding space tray bubble. This was due to lifecycle concerns since it is possible for holding space item views to outlive their delegate due to the holding space bubble widget being asynchronously destroyed. Removing child views during a destruction sequence can have unintended side effects as it can trigger re-layout, as was the case in this crash. This CL removes the logic which removed child views when closing the bubble widget as item views only interact with the delegate in response to UI events which should not occur when the widget is being closed. Bug: 1143426 Change-Id: Ie0548401b8672c2c0c3b571e45c80900edd53b1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506513Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#821999}
-
Xing Liu authored
Delete metric Download.ParallelDownload.CreationEvent. Bug: 1142493 Change-Id: Id2fbf8c447afaa45c3bc3db3e9e42c78518d41fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2500449Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#821998}
-
Patti authored
This reverts commit 85415a2c. Reason for revert: Suspected for tree closing compile error described in crbug.com/1143504 - optimize_webui.py failures. Original change's description: > OS Settings: Autogenerate grd files > > Bug: 1132403 > Change-Id: Ief77c7d304940fa9eec0c553d91674c0806cb790 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2493991 > Reviewed-by: dpapad <dpapad@chromium.org> > Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> > Commit-Queue: Rebekah Potter <rbpotter@chromium.org> > Cr-Commit-Position: refs/heads/master@{#821744} TBR=khorimoto@chromium.org,dpapad@chromium.org,rbpotter@chromium.org Change-Id: I6aed7b6ca7003e5baf616520bf901ced8bd527a8 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1132403, 1143504 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505699 Commit-Queue: Patti <patricialor@chromium.org> Reviewed-by:
Patti <patricialor@chromium.org> Cr-Commit-Position: refs/heads/master@{#821997}
-
Patti authored
This reverts commit b9c180c8. Reason for revert: Merge conflicts with actual revert for tree closing compile error described at crbug.com/1143504 - reverting both patches to be safe. Original change's description: > OS Settings: Move grit() target to settings/chromeos > > Followup from > https://chromium-review.googlesource.com/c/chromium/src/+/2493991 > > Bug: 1132403 > Change-Id: Idc2d9473feef2ad9746473a6bd8724a2f15616ff > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505955 > Reviewed-by: dpapad <dpapad@chromium.org> > Reviewed-by: Avi Drissman <avi@chromium.org> > Commit-Queue: Rebekah Potter <rbpotter@chromium.org> > Cr-Commit-Position: refs/heads/master@{#821810} TBR=avi@chromium.org,dpapad@chromium.org,rbpotter@chromium.org Change-Id: I71d85c4595988a1b93aabf0ebe59e32e61c4c6fc No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1132403, 1143504 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505356Reviewed-by:
Patti <patricialor@chromium.org> Commit-Queue: Patti <patricialor@chromium.org> Cr-Commit-Position: refs/heads/master@{#821996}
-
Sammie Quon authored
This was left behind since the algorithm was changing during feature implementation, but now the core of the feature has been committed this can be addressed. Test: none Bug: 1111445 Change-Id: I0927ca46ffa8378a8d837cc32045d7c0b98e3167 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2493722 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#821995}
-
Jason Lin authored
Previously, we do some initialization in PluginVmManagerImpl when the primary profile is prepared. The initialization steps are: 1) reset some permissions stored as prefs 2) kill plugin vm dispatcher if chrome has crashed When a user with custom flags signs in, Chrome restarts itself, which causes the initialization steps to be run twice, which is unnecessary. What's worse, the first time they are run they don't "see" the custom flags, but we will soon need to make step 1 to be conditioned by a custom flag. Doing the initialization when the primary session is started solves these problems. Bug: b/167491603 Test: manually test that the initialization steps are still working Change-Id: I91dbb002e1f9c24ea4cb090a89e8241716a358e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503758Reviewed-by:
Timothy Loh <timloh@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Jason Lin <lxj@google.com> Cr-Commit-Position: refs/heads/master@{#821994}
-
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 chrome-fuchsia-gardener@grotations.appspotmail.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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-deterministic-dbg;luci.chromium.try:fuchsia-x64-cast Tbr: chrome-fuchsia-gardener@grotations.appspotmail.com Change-Id: I865d374b380b6c1bd5dc60380cb56a7ddb6bae16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506371Reviewed-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@{#821993}
-
Mark Mentovai authored
Disk images produced with this compression can only be created and mounted on macOS 10.15 (“Catalina”) and later. This may be useful in the near term for things shipped to arm64 users, as the baseline OS for mac-arm64 is macOS 11.0 (“Big Sur”). This also adds ULFO (lzfse/lzvn) support to pkg-dmg, but that’s not interesting and I doubt we’ll ever use it. Bug: 1130557 Change-Id: I1ba54b8fcc0a69d8770af98a364123b64e24423b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505683Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Auto-Submit: Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#821992}
-
Jimmy Gong authored
Bug: 1106937 Fixed: 1141604 Test: chromeos_components_unittests Change-Id: I033f8685061d9e5f2cfc30218786abcf89723f40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503895 Commit-Queue: Jimmy Gong <jimmyxgong@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#821991}
-
Liquan (Max) Gu authored
Before the CL, ChromePaymentRequestFactory.sObserver was used before assigned in production code. To fix it, this CL null-check the observer, suffix it with "ForTest", and annotate it with @Nullable. This CL also add unit-tests for ChromePaymentRequestFactory which is able to capture this crash. Bug: 1143141 Binary-Size: Recovering after the wrong reduction of crrev.com/c/2499323 Change-Id: I6947fcee22d07c7641c9d22bb63defb1306c9079 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2504283Reviewed-by:
Sahel Sharify <sahel@chromium.org> Reviewed-by:
Liquan (Max) Gu <maxlg@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#821990}
-
Jan Wilken Dörrie authored
This change fixes up the GstaticFetchHttpResponseCode and GstaticFetchResult histograms in PasswordManager.WellKnownChangePassword to use `enum` instead of `units`. R=chromium-metrics-reviews@google.com Bug: 927473 Change-Id: I23e8838e065dd21bc433747f64a54d2a85da6f47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485229 Auto-Submit: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Weilun Shi <sweilun@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#821989}
-
Olivier Li authored
This is a change in preparation of logging hang count histograms per thread type. Bug: 1135528 Change-Id: I96dc1e114ac170f5ff9a32eedd57dd19ea97b152 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505451 Commit-Queue: Oliver Li <olivierli@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#821988}
-
Ewann authored
This CL postpones the expiration of a year. Bug: 1140087 Change-Id: I58bccf3917e9e6edd3effc629918fcee44c643b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2502336 Auto-Submit: Ewann Pellé <ewannpv@chromium.org> Reviewed-by:
Caitlin Fischer <caitlinfischer@google.com> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#821987}
-
Moe Ahmadi authored
Allows using NTP features in MostVisitedSites and related services in components/ Fixed: 1143475 Change-Id: I673bed5c25651acca3ef7c44512567599bb6b9f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2504639 Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Auto-Submit: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Alex Gough <ajgo@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#821986}
-
Sujie Zhu authored
Remove server nickname metrics logging since the feature is fully enabled and we don't need to maintain metrics for analysis post launch. Bug: 1059087 Change-Id: I07a6b8a0fc277bcf7634a26842930ed0d5978316 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495794 Commit-Queue: Sujie Zhu <sujiezhu@google.com> Reviewed-by:
Jared Saul <jsaul@google.com> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Siyu An <siyua@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#821985}
-
Alexander Timin authored
Add //ui/base/mojom as a dependency for //third_party/blink/public/mojom:mojom_core as LocalMainFrameHost depends on ui.mojom.WindowOpenDisposition as it's a parameter for LocalMainFrameHost::ShowCreatedWindow. TBR=danakj@chromium.org R=oksamyt@chromium.org Change-Id: Iaed399ab440c17d4607b778fab7b65fec296a676 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506173 Commit-Queue: Alexander Timin <altimin@chromium.org> Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Auto-Submit: Alexander Timin <altimin@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#821984}
-
Alexandre Courbot authored
The video decoder factory object needs to know the size of MediaLog in order to be instantiated. Include the header containing its definition so users don't have to do it. BUG=None TEST=Chromium builds. Change-Id: Idce313f58565f0b71788453d443910b5cc0a3647 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503912 Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Fritz Koenig <frkoenig@chromium.org> Reviewed-by:
Chih-Yu Huang <akahuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#821983}
-
chromium-autoroll authored
https://dawn.googlesource.com/tint.git/+log/c23a5652bda1..5ede1190cf97 2020-10-28 dsinclair@chromium.org [hlsl-writer] Add read-only storage buffers. 2020-10-28 dsinclair@chromium.org [msl-writer] Add read-only storage buffers. 2020-10-28 dsinclair@chromium.org Rename unwrap helpers. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/tint-chromium-autoroll Please CC rharrison@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: rharrison@google.com Change-Id: I0dbdb182204bef385aca6dd4f69fb268776188c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506456Reviewed-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@{#821982}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1603884477-73d70e68a4c2b6db53055c0ce78d0123cab0e9a7.profdata to chrome-mac-master-1603907949-48bee2a7f2855ac438725bf6194390f836d0af96.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC pgo-profile-sheriffs@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:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I8d645b079a2fc5b35efdc1a251f568be35420c19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506258Reviewed-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@{#821981}
-
Chait Pinnamaneni authored
Original PR which disabled layout test: https://chromium-review.googlesource.com/c/chromium/src/+/2463929 Explainer for this feature is https://docs.google.com/document/d/14qJ1rZyMtnIa8hPJc1V8DJRxk4lVI3hlWYGvBDICog0/edit?ts=5f7c13ce Bug: 1137050 Change-Id: I2adec2db2a536af6ffa5e1b8daab7ab0344ba1ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2504690 Commit-Queue: Chait Pinnamaneni <cpinnamaneni@microsoft.com> Reviewed-by:
Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#821980}
-
James Cook authored
Measure how long it takes from before the binary is launched until the lacros binary replies with the AshChromeService mojo interface. This is a reasonable approximation of the time until ash can start communicating with lacros. This will help determine if the performance in the field matches what we see in internal benchmarks and tracing. Bug: 1137977 Change-Id: I88210545615076a90c74d2a3f4fabf6383f20926 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2500959 Auto-Submit: James Cook <jamescook@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#821979}
-
Joe DeBlasio authored
Bug: 1076617 Change-Id: I5d818d4db60fad9e4cdc8e862d82a5bff6372560 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505583 Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#821978}
-
Yu Su authored
Currently Cronet disables 0-RTT features for all POST requests, as they are not considered idempotent. But for Youtube /videoplayback request, we are POSTing client abr state information. We want to create an option in Cronet UrlRequestParams to specify enabling 0-RTT when creating idempotent requests. This cl only makes it available for iOS. Enabling 0-RTT for idempotent request in Android interface will be implemented in the next cl, since it requires a different env. Change-Id: Id2f1aa1fd89c654d6a374cb70566c6c72e18233e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497468Reviewed-by:
David Schinazi <dschinazi@chromium.org> Commit-Queue: Yu Su <yuyansu@google.com> Cr-Commit-Position: refs/heads/master@{#821977}
-
Brandon Wylie authored
Currently the post-layout translation is taken into account for both focused and unfocused states. This should only be applied when focused because that's the only time the url bar is translated post-layout. Bug: 1135898 Change-Id: Ie805e6d638c0c9c86e08c1ca6e5dfc8d08451aac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2458888 Commit-Queue: Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/master@{#821976}
-
Julie Jeongeun Kim authored
As blink::mojom::ResourceType is deprecated[1], this CL removes |type| from WebRequestInfoInitParams and WebRequestInfo. Instead, they use |web_request_type| converted using ToWebRequestResourceType(). [1] https://crbug.com/960143 Bug: 1059639 Change-Id: I1d06f264c78ec3f3da171ab7899b1e225768f891 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426064 Commit-Queue: Julie Kim <jkim@igalia.com> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#821975}
-