- 05 Aug, 2020 40 commits
-
-
Minoru Chikamune authored
We are going to remove ipc_task_queue and ipc_task_runner. The scheduling policy of ipc_task_queue is the same as the default task queue. Nowadays, we are using per-frame task queues as much as possible. And if there are no relevant per-frame task queues, then we can use the (per-isolate) default task queues. [related design doc section] https://docs.google.com/document/d/1y-vHkrD1z2RtyWYwT6rJkSLHClYNjDDpUbTtBU7l95A/edit#bookmark=id.eeuir8g768ou Bug: 1105403 Change-Id: I786ca2b652dcd9c25dd0867cc30659332c01d0f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331793Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Tal Pressman <talp@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#794834}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/d6df76fdb45c..580a4b1d52b6 2020-08-04 jacktfranklin@chromium.org Script to re-generate all bridges If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@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 Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I7f2757b63d3f4839e5b9f7e3055e7e0337f5e188 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337270Reviewed-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@{#794833}
-
Kent Tamura authored
This CL adds legend-align-expected.txt, which introduces two more PASSes and no new FAILs. Bug: 875235 Change-Id: Ied5ea8dbe44ebedc4590d6e2f7e337f6dadb144a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336313 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#794832}
-
Eugene But authored
According to Session.WebStates.NavigationItem.SerializedTitleSize histogram, stored title can be quite large, which may have negative impact on stability. Chrome for iOS does not have UI surface to display title longer than 50 characters, so truncating the title to 50 does not have any functional side effects and can improve the stability Bug: 1082279 Change-Id: I20a51fa09e748976f2b31c6c83ee642da877e791 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337497Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Auto-Submit: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#794831}
-
Yuke Liao authored
This CL fixes linux-lacros-compile-re mb config to attach it to chromiumos instead of linux. Bug: 1110382 Change-Id: Id4ad6f28862aa155d72fa36fc33be0c417a8168b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337386 Auto-Submit: Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Sven Zheng <svenzheng@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#794830}
-
Zain Afzal authored
Due to some ux decisions the media app now needs to support a "save as" operation where the current file is saved in a new location and the app is navigated to the new file. This means that "saveCopy" is no longer an accurate name so we are renaming it to "saveAs". Additionally this CL adds some additional logic to slip the newly saved file into the navigable files list so users can navigate back to the original file or any other file in the directory. To prevent TOT being broken this CL leaves saveCopy as is for older version of the media app client code. Once the client is updated saveCopy will be deleted in a separate CL. Google3 side of this change: cl/323288209. Bug: b/161193454 Change-Id: Ic66dcfdbcefbee985a9764701cb0bcee229020aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316189 Commit-Queue: Zain Afzal <zafzal@google.com> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#794829}
-
Minoru Chikamune authored
We are going to remove ipc_task_queue and ipc_task_runner. The scheduling policy of ipc_task_queue is the same as the default task queue. Nowadays, we are using per-frame task queues as much as possible. And if there are no relevant per-frame task queues, then we can use the (per-isolate) default task queues. [related design doc section] https://docs.google.com/document/d/1y-vHkrD1z2RtyWYwT6rJkSLHClYNjDDpUbTtBU7l95A/edit#bookmark=id.eeuir8g768ou Bug: 1105403 Change-Id: I034961b5d320a3a43b93bcbeabbcb495e72a20e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332089Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Tal Pressman <talp@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#794828}
-
Dale Curtis authored
This adds a new vt_config_util.mm file which handles converting to and from macOS color space information into a gfx::ColorSpace. Most notably this adds support for HDR color spaces. R=ccameron, sandersd Bug: 1103432 Test: New tests. Change-Id: I17f5c93276c1cc19a1623c007370e4f480bd2e0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336179 Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#794827}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/e289c0284053..ac60992d41b7 2020-08-04 dpranke@google.com Update OWNERS for //third_party/typ. 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 skyostil@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:chromeos-kevin-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 Bug: None Tbr: skyostil@google.com Change-Id: Ie1055f8b93e22c3c7fb37bc621580cc912bbb6c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336859Reviewed-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@{#794826}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/21efb7c7ddbc..10f019c5068f 2020-08-04 het@google.com [CanvasKit] Expose TypefaceFontProvider. 2020-08-04 herb@google.com remove unused scale for direct masks 2020-08-04 johnstiles@google.com Fix debug visualization for SkString. 2020-08-04 bungeman@google.com Remove use of SK_IGNORE_MAC_OPSZ_FORCE 2020-08-04 jlavrova@google.com Remove SK_PARAGRAPH_OLD_SPACE_RESOLUTION (staging changes done) 2020-08-04 brianosman@google.com Remove bits of code related to sk_Args 2020-08-04 borenet@google.com Reland "[recipes] Verify that we actually deleted the file/dir on android" 2020-08-04 adlai@google.com Remove two staging APIs post-Chrome-migration 2020-08-04 bungeman@google.com Rename kMultiMaster_FontFlag to kVariable_FontFlag 2020-08-04 mtklein@google.com try always setting fvisibility=hidden 2020-08-04 bungeman@google.com Better serialize variations, separate SkFontData. 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 herb@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: herb@google.com Change-Id: I6892d280e25a097a8a8cbcd9efd226906202c9a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337238Reviewed-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@{#794825}
-
Owen Rodley authored
This should make it more obvious that it corresponds to an actual tree closure, and hence should be paid attention to. Bug: 1111108 Change-Id: I5db965a86f0e8399a8c2b5bd17b34d4d89a94ad0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336097 Commit-Queue: Owen Rodley <orodley@chromium.org> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#794824}
-
Dirk Pranke authored
Since jumbo builds are no longer supported, we no longer need to identify particular source files to exclude from them. Bug: 994387 Change-Id: I6f7f12e55602e3fac4b10c2f613cfa9992129871 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337274Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#794823}
-
Rakina Zata Amni authored
With crrev.com/c/2121522, some main-frame same-site navigations will result in a new BrowsingInstance, SiteInstance, RenderFrameHost, RenderView, etc. This CL updates expectations of content_unittests that didn't expect a change of RenderFrameHosts etc. on same-site main frame navigations. This CL does not include: - Updates for content_browsertests and non-navigation-specific tests, which are handled in crrev.com/c/2195872 and crrev.com/c/2210174. - Updates for tests under chrome/, components/ and layout tests (fixed in other CLs)) - Fix to ensure order of unload handlers on same-site cross-RFH navigations (will be fixed on a future CL) - Fix to ensure WebPreferences are carried over for cross-RFH same-site navigations (will be fixed on a future CL) For more details, see doc: https://docs.google.com/document/d/1lHdkKLUe8H6ZP6ALwj-dsus7oYcuc93HkSCHCcerItg/edit?usp=sharing Bug: 977562 Change-Id: I8cddb7e5caceea380ec413dbb446142811f0f62f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210035 Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#794822}
-
Erik Chen authored
This CL allows extensions to be marked as available on the 'lacros' platform. This is primarily a small change to the generator python files to accept a new enum type. This CL marks enterprise.platformKeys as available on 'lacros' in order to have real code using this logic path. Change-Id: Icb593cb9fdd149154b7bd5d7206fad560ce82277 Bug: 1111879 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333570 Auto-Submit: Erik Chen <erikchen@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#794821}
-
Sven Zheng authored
Bug: 1104291 Change-Id: I9e549304eefc2b511fc1b95a22e8fe9a6c099ced Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337105 Commit-Queue: Sven Zheng <svenzheng@chromium.org> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#794820}
-
Mike Wittman authored
Uses the soname from the library for the debug basename rather than the file path, since files mapped from apks use the apk name. Bug: 1004855 Change-Id: Ic61bbdbeab92e69e71ef831a8f57c8aa0f42b301 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316294 Commit-Queue: Mike Wittman <wittman@chromium.org> Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#794819}
-
Ben Pastene authored
Current ios tasks are being de-duped into tasks with broken isolated out dirs, eg: https://ci.chromium.org/p/chromium/builders/ci/ios-simulator/56813 Adding a dummy change to test_env.py should reset that since this file is added to every test. Adding no-try to fix CQ. TBR=dpranke@google.com No-Try: true Bug: 1112996 Change-Id: I280d2a12e4f22ce76e8328aaba6e545ea04c1f00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337833 Commit-Queue: Ben Pastene <bpastene@chromium.org> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#794818}
-
Carlos IL authored
The current wait for interstitials is flaky on tests where the safe browsing interstitial is triggered due to a subresource. This CL disables them while the wait is fixed. Bug: 1107540 Change-Id: I726553c5e6bfba40205394fe47f3e77c50e9a776 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333817 Commit-Queue: Carlos IL <carlosil@chromium.org> Auto-Submit: Carlos IL <carlosil@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#794817}
-
Yuly Novikov authored
This reverts commit 0e9f2d5b. Reason for revert: time out fixed in https://chromium-review.googlesource.com/c/chromium/src/+/2334756 Original change's description: > Shard SwANGLE angle_deqp_egl_tests > > Timing out due to > https://chromium-review.googlesource.com/c/angle/angle/+/2280401 > > Ignore-CQ-Freeze: improves bot stability > Bug: 1110445 > Change-Id: I72af8f6627e5d654774207b345e4176cf020367e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327570 > Commit-Queue: Yuly Novikov <ynovikov@chromium.org> > Commit-Queue: Stephen Martinis <martiniss@chromium.org> > Auto-Submit: Yuly Novikov <ynovikov@chromium.org> > Reviewed-by: Stephen Martinis <martiniss@chromium.org> > Cr-Commit-Position: refs/heads/master@{#792853} TBR=ynovikov@chromium.org,martiniss@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1110445 Change-Id: Ia9ccb31f5f3030f08837d1b188bdc0209aa61362 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337495Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#794816}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/a0c3f906bc6f..486f1812ef65 2020-08-04 apolito@google.com Add a little bit more context to a failure case for debugging reasons 2020-08-04 brucedawson@chromium.org Fix reference to enable_js_type_check If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:1110152 Tbr: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: Id6432b8b42af547e3d8138e3ffd72f49363c7b35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336862Reviewed-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@{#794815}
-
Clark DuVall authored
This is a reland of 02b24a76 Forgot to add the line in proguard.py to make VerifiesOnR work correctly. Original change's description: > Move getPacProcessor() to GlueApiHelperForR > > Follow up after feedback on http://crrev.com/c/2328302. > > Bug: 1111909 > Change-Id: If3107a6bc513d2aad898e8bc87c8436392ee057d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2335385 > Commit-Queue: Clark DuVall <cduvall@chromium.org> > Reviewed-by: Nate Fischer <ntfschr@chromium.org> > Reviewed-by: Richard Coles <torne@chromium.org> > Cr-Commit-Position: refs/heads/master@{#794655} TBR=torne@chromium.org Bug: 1111909 Change-Id: I64eafe0fb9093907a5510142d73455aee3af2c67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337385 Commit-Queue: Clark DuVall <cduvall@chromium.org> Reviewed-by:
Sam Maier <smaier@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#794814}
-
Juliet Levesque authored
Add functionality to the NearbyInternalsHttpHandler to call Manager/cert/contact manager functions when triggered by debug page buttons, as well as add support to pass messages from C++ to JavaScript and localize time. Change the order for the way messages appear on the page for newest on the top. Bug: 1093634 Change-Id: Idcd4a1849f7efaa7e42c15ee0be7cc47ac1ad622 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327455 Commit-Queue: Juliet Levesque <julietlevesque@google.com> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Josh Nohle <nohle@chromium.org> Cr-Commit-Position: refs/heads/master@{#794813}
-
Mark Pearson authored
Bug: 1104959 Change-Id: Ib5ac9140a4626985c28608b2ddde36e4ab253f16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2334684Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#794812}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/b156b016f22b..f8ccdc63a188 2020-08-04 aninditaghosh@google.com Return query result as a pandas dataframe. 2020-08-04 hjd@google.com Merge "ui: Reduce special handling of the summary track" 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I35a78e3fd0f870a8e1f4911dc87caa1f05069d66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337346Reviewed-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@{#794811}
-
Gavin Williams authored
This feature will change the Print Preview Save to Drive behavior on CrOS from saving to directly to Drive through Cloud Print, to opening the file picker to the locally mounted Drive. Design doc: go/save-to-drive-cros-design-doc Bug: 1112416 Change-Id: Ifa286e293ee31ce3596fc856ea7e44e6aea9b130 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2334673 Commit-Queue: Gavin Williams <gavinwill@chromium.org> Auto-Submit: Gavin Williams <gavinwill@chromium.org> Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#794810}
-
Yoichi Osato authored
This CL extends HttpNetworkTransactionTest::PreconnectErrorResendRequestTest() to confirm upload success when the first attempt failed over both H/1 and H/2. This is a preparation to add caching mechanism in ChunkedDataPipeUploadDataStream: crrev.com/c/2269622 Bug: 1077174 Change-Id: I75b277295652e87de7f2b6cde4e911d2669e9839 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2334726 Commit-Queue: Yoichi Osato <yoichio@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#794809}
-
James Hawkins authored
R=khorimoto@chromium.org Bug: none Test: none Change-Id: I52646b33d0757c0fb2169da209a00648315616cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337574Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: James Hawkins <jhawkins@chromium.org> Cr-Commit-Position: refs/heads/master@{#794808}
-
Peter Kasting authored
This eliminates an ugly workaround and will make it possible to directly swap in a base::CallbackList in more places later. Bug: 1113007 Change-Id: Ic5d0cff1432024dd0fe3fc31f3a2176fe2b6d2d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336909 Commit-Queue: Peter Kasting <pkasting@chromium.org> Commit-Queue: Kristi Park <kristipark@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Kristi Park <kristipark@chromium.org> Cr-Commit-Position: refs/heads/master@{#794807}
-
Tomasz Wiszkowski authored
We plan to revisit relationship between native and Java OmniboxSuggestion objects in the near future. This metric will serve as a health indicator during the effort. Bug: 1109817 Change-Id: Id9e2a2662ae48a90b1150f4246643579f821ed66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337121Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Ender
💬 =🕐 (ping me for faster reviews) <ender@google.com> Cr-Commit-Position: refs/heads/master@{#794806} -
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/cc5f2c8c..ce4c3060 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: I88f2f72a250ece384d92fce63b14c62f9eb757d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337553Reviewed-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@{#794805}
-
Yusuke Sato authored
BUG=None TEST=try Change-Id: Ide399f10072868afe3e27bdec1af0077a856cb07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333581Reviewed-by:
Yury Khmel <khmel@chromium.org> Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Commit-Queue: Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#794804}
-
Yuchen Liu authored
Now we have CastAudioManagerAndroid. Move android specific logics into the new class. Bug: internel b/160753974 Test: Build Change-Id: I9a3a177f938da525e8f18df3ee0be5588bdd6eb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337539Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Commit-Queue: Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#794803}
-
Jia Li authored
This CL adds the async code path to PredictionManager using the ML Service. For more convenient unit testing, a FakeServiceConnection for the ML Service is added. Bug: 1099371 Change-Id: I008180d173b7a1d0ee0f192662de43ad940ff856 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324447 Commit-Queue: Jia Li <jiakl@google.com> Reviewed-by:
Sophie Chang <sophiechang@chromium.org> Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Cr-Commit-Position: refs/heads/master@{#794802}
-
Robin Lewis authored
Bug: 1112604 Change-Id: I35017174be59a5e0191ef3a7f4e4791646af3d0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336184 Commit-Queue: Rakesh Soma <rakeshsoma@google.com> Reviewed-by:
Rakesh Soma <rakeshsoma@google.com> Cr-Commit-Position: refs/heads/master@{#794801}
-
Charlene Yan authored
Bug: 1111874 Change-Id: I379fcb8461a7bf958ebf31714544a5c7ec0faf4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332068 Commit-Queue: Charlene Yan <cyan@chromium.org> Reviewed-by:
Connie Wan <connily@chromium.org> Cr-Commit-Position: refs/heads/master@{#794800}
-
Nate Chapin authored
Currently, DocumentLoader sets FrameLoader::frame_owner_sandbox_flags_ only to immediately read that state back. Give FrameLoader a GetForcedSandboxFlags() helper to access its permanent flags, then have DocumentLoader assemble the state it needs rather than using FrameLoader::EffectiveSandboxFlags(). The only other use of FrameLoader::EffectiveSandboxFlags() is a test-only case. Switch it to use PendingEffectiveSandboxFlags(), since all the tests seem to be happy with it. Change-Id: Id58eda10c18843b3e2ddc4b962513507e2e66aeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333335 Commit-Queue: Nate Chapin <japhet@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#794799}
-
Chris Hamilton authored
This will be used to determine the attribution context for the performance.measureMemory API. BUG=1085129 Change-Id: Ia901dcc73e689984c3714c94f624dfb90b85c5fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332331Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#794798}
-
Etienne Bergeron authored
This CL is removing incorrect usage of Range::Round(...). The plan is to deprecate and remove that API since it's leading to rounding errors. The appropriate usage will be to find the Enclosed/Enclosing range. R=msw@chromium.org Bug: 1111044 Change-Id: Ic81b79dc681b9453f34148e7ac33912c3cbba98c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332839 Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#794797}
-
Noah Rose Ledesma authored
Implementations of the WebMediaPlayer should report to their delegates when the audio output sink has changed. This CL adds the delegate method and has the player impls invoke it. Bug: 1110124 Change-Id: I72a9d9b9855333f2d0015c1279e474a199d456e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2321066 Commit-Queue: Noah Rose Ledesma <noahrose@google.com> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#794796}
-
Wenyu Fu authored
These render tests are failing on different building bots. TBR=dullweber@chromium.org Bug: 1112985 Change-Id: I1590c2bad3c0042ecfd73ac46c6edbffb2f683fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337290Reviewed-by:
Wenyu Fu <wenyufu@chromium.org> Commit-Queue: Wenyu Fu <wenyufu@chromium.org> Cr-Commit-Position: refs/heads/master@{#794795}
-