- 06 Dec, 2019 40 commits
-
-
Mounir Lamouri authored
When a favicon is available but no artwork is available through the Media Session API, the favicon primary colour is used for the background colour of the media notification. Bug: 1028822 Change-Id: I7c70d7e215c6352f65bc95a6754082381d7c5feb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937785Reviewed-by:
Tommy Steimel <steimel@chromium.org> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#722356}
-
Jason Chase authored
In crrev.com/c/1932241, origin trials could now be enabled in insecure contexts. The secure context restriction could only be removed by by hard-coding trial names in a function. This CL adds support to configure a trial for insecure contexts via settings in runtime_enabled_features.json5. It introduces two settings: 1) origin_trial_type 2) origin_trial_allows_insecure Only "deprecation" trials can be used in insecure contexts, and this CL includes validation to ensure trials are configured appropriately. Bug: 1027546 Change-Id: I7e83dd2caa07c0ccf799b945eeafa49905b8c188 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1946847Reviewed-by:
Jason Chase <chasej@chromium.org> Reviewed-by:
Ian Clelland <iclelland@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Jason Chase <chasej@chromium.org> Cr-Commit-Position: refs/heads/master@{#722355}
-
Nate Fischer authored
This documents how to see log messages in tests. This includes robolectric unit tests, which handles logging differently than on-device tests. This also notes that robolectric tests do not require a device, since the top of the doc says ""except where otherwise noted, all tests require a device or emulator. Bug: 918221 Test: tools/md_browser/md_browser.py Test: Upload to gerrit > open file > click "gitiles" Change-Id: Ib810c2417b7579f46816438e722637af730d0f1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1955066Reviewed-by:
Robbie McElrath <rmcelrath@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#722354}
-
Daniel Cheng authored
base::Hash() is deprecated and is being replaced by base::FastHash(). The output of base::FastHash() is only fixed within the lifetime of a single process, so if the code depends on the mapping of inputs to hash outputs not changing over time, base::PersistentHash() must be used instead. Bug: 1025358 Change-Id: Idfa61dfb3162d8d5ff40e7ee7a18cf1813570b4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1952554Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#722353}
-
Kenichi Ishibashi authored
ServiceWorkerStorage::DidGetAllRegistrationsInfos() should set navigation preload flag and header size so that chrome://service-worker-internals shows these information correctly when registrations are read from the storage. Bug: 1030263 Change-Id: I1226aa5cb53c4a94027c417647bb41f35d58e8c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954808 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#722352}
-
Xianzhu Wang authored
Bug: 696842 Change-Id: I30e1e8162fcd4e362c10c98e589b7b4c409febec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816578Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#722351}
-
Yuri Wiitala authored
Includes changes to Chromium-side platform glue code to accommodate API changes. Also, a few IWYU fixes and `git cl format` run. https://chromium.googlesource.com/openscreen/+log/1ab48f99911c..2b02e3287584 $ git log 1ab48f999..2b02e3287 --date=short --no-merges --format='%ad %ae %s' 2019-12-03 miu Flatten namespace for platform/ code: opescreen::platform → openscreen 2019-12-03 miu Remove Abseil use from platform/api and platform/base. 2019-12-03 jophba Enable fuzzing outside of Chrome 2019-12-02 btolsch Add connection namespace handling 2019-11-20 jophba Implement ReceiverSession offer handling Created with: roll-dep src/third_party/openscreen/src Bug: openscreen:88, openscreen:90 Change-Id: I40071a391158862b73fb42d5c1f67d8c49f45e9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1951419Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Commit-Queue: Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#722350}
-
Rob Schonberger authored
This will not be neccessary in the future, but is needed for making sure that folks on device not in experiment can set neural flag on/off reliably. Adds the relevant DeviceCapabilities captured from basking. Bug: 1009290 Change-Id: I9b54c8c16efc30eb476ac7c6607992c7d14fddbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1950368Reviewed-by:
Sean O'Brien <seobrien@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Commit-Queue: Rob Schonberger <robsc@chromium.org> Cr-Commit-Position: refs/heads/master@{#722349}
-
James Vecore authored
Localization of the proxy connection types were too big to fit in the select box. A local style override was added to widen the select box size. Fixed: b/145304792 Change-Id: I1a60c491d543de7f58e5edfdeb63d56d7c224f71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954852Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#722348}
-
Daniel Cheng authored
Bug: 742517 Change-Id: I6c7785d85d0e1c86b2bf5616db94268ea19d1c62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1950045Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#722347}
-
Aga Wronska authored
Bug: 1015661 Test: PerAppTimeLimitsTest Change-Id: Id733885b80730fcb9bdb84ca5d43ce1da2c8212b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1953926 Commit-Queue: Aga Wronska <agawronska@chromium.org> Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#722346}
-
Jun Mukai authored
I got notified about some tab-dragging tests are flaky, and the reason turned out to be TopControlsSlideController; this allows to slide out the top-controls (i.e. tabstrip) on tablet mode on certain situation. However, it looks like, on entering into the tablet-mode, this controller is activated, and sets 'shown ratio' to 0 (meaning invisible), and then sets to 1 immediately. Sometimes the test scenario runs between them, which means the top controls are positioned out of the screen, and therefore tab-dragging hasn't started, and the test crashes. This CL adds a method to BrowserView for testing which suppresses the TopControlsSlideController itself. With that, the top controls will never be hidden. Bug: 1031075 Test: release build of interactive_ui_tests, passes all 20 runs Change-Id: Ibdd5ac622533692802ecc17f3364c2e8cb20e4ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954362Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#722345}
-
Chih-Yu Huang authored
The build condition of //media/gpu/chromeos is either Vaapi or V4L2 is used. Both API are only available at linux platform, so actually the build condition imply the OS is linux. This CL add the assertion at BUILD.gn, and remove the build flag inside the code. Bug: 1012587 Test: ninja chrome on Eve and Linux Change-Id: Icd9b16dc7af9c82bdf2a405da2bbdcb54c6277d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1952626 Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#722344}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/dd4e75afd290..02a82546e547 git log dd4e75afd290..02a82546e547 --date=short --first-parent --format='%ad %ae %s' 2019-12-05 thestig@chromium.org Fix botched merge of https://crrev.com/688711 for PartitionAlloc. 2019-12-05 thestig@chromium.org Roll third_party/instrumented_libraries/ b1c3ca208..4dca59c6a (7 commits) 2019-12-05 thestig@chromium.org Update PartitionAlloc from Chromium at r721710. 2019-12-05 thestig@chromium.org Roll third_party/zlib/ f4f46747b..f262c1b3c (5 commits) 2019-12-05 thestig@chromium.org Roll third_party/depot_tools/ 79d4f9950..fe18a43d5 (62 commits; 14 trivial rolls) 2019-12-05 thestig@chromium.org Update PartitionAlloc from Chromium at r709322. 2019-12-05 thestig@chromium.org Use more size_t in CPDF_CryptoHandler. 2019-12-05 thestig@chromium.org Roll third_party/catapult/ 3992f6564..32775164b (119 commits) Created with: gclient setdep -r src/third_party/pdfium@02a82546e547 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@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 Bug: None Tbr: pdfium-deps-rolls@chromium.org Change-Id: I97c7e4e12e2d61236b5a0f587514062587ba699c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954529Reviewed-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@{#722343}
-
Connie Wan authored
See the inline comment and the attached bug for the case that this is handling. I suspect this would be extremely rare but possible, especially as we extend support to extensions post-MVP. I opted with no-oping in this case, since I think any side effects are likely to be unintended. Bug: 922736 Change-Id: Ie295416563c2338c0b3638ae630499814d2c8e69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954005Reviewed-by:
Taylor Bergquist <tbergquist@chromium.org> Commit-Queue: Connie Wan <connily@chromium.org> Cr-Commit-Position: refs/heads/master@{#722342}
-
John Lee authored
Bug: 1023492 Change-Id: I0d97aae6000c90ef08f742cc80467fdb91c05ee0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954229 Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#722341}
-
Li, Hao authored
Both WebGLVideoTexture and video-rAF refer to video frame metadata, so rename it to VideoFrameMetadata and use the IDL under third_party/blink/renderer/modules/video_raf. Bug: 776222 Change-Id: I5d8bf616a82c054a9c78f4087344b5e0ce654c00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1923497Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Hao Li <hao.x.li@intel.com> Cr-Commit-Position: refs/heads/master@{#722340}
-
Joshua Peraza authored
359fc4a1336d [Windows] Add checks for DLL loader lock 9a312ddff5fa Increase kAllowedOffset for non-optimized build e01fb92aa9a9 Fix #elif in crrev.com/c/1949846 6b81e8173fa3 Removes the obsolete cq.cfg file c9f089eee409 linux: update lss bcab7ad54c2e linux: handle large mapped files Change-Id: Ia4be884ad545e134ee41e908c5d0a99f2e3d7abf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954932Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: Joshua Peraza <jperaza@chromium.org> Cr-Commit-Position: refs/heads/master@{#722339}
-
Chris Lu authored
Bug: 1014959 Change-Id: I3a07c0248795f414b98ef6a5858d9f2f8779572b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1950860 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#722338}
-
Nate Fischer authored
No change to logic. This uses `assertEquals(a, b)` instead of `assertTrue(a.equals(b))` (or, `assertTrue(a == b)`), since the former provides better error output. Test: out/Default/bin/run_content_shell_test_apk -f CommandLineTest.* Change-Id: I85e0225a38788ca08983ec2cc3e9ca530afd14f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954346 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#722337}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/741ebcfc4712..e15a8a703b3e Created with: gclient setdep -r src-internal@e15a8a703b3e 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 Bug: chromium:1031084,chromium:986990 Tbr: jbudorick@google.com Change-Id: I33e64d4053d7d1487a2d0eb78f589a9bdb753ece Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954231Reviewed-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@{#722336}
-
Jimmy Gong authored
Bug: None Test: None Change-Id: Id86b899240fd5615f3a12e5e58da2c23caa5ec88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1951883Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: jimmy gong <jimmyxgong@chromium.org> Cr-Commit-Position: refs/heads/master@{#722335}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/32775164bd67..22bb298bec7a git log 32775164bd67..22bb298bec7a --date=short --first-parent --format='%ad %ae %s' 2019-12-06 dberris@chromium.org Support empty case for Jobs in execution engine Created with: gclient setdep -r src/third_party/catapult@22bb298bec7a 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 oysteine@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 Bug: chromium:1031037 Tbr: oysteine@google.com Change-Id: I08fcd8f436fda47e2a906ecb096353955fd7380e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954227Reviewed-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@{#722334}
-
Chih-Yu Huang authored
Currently only ChromeOS platform uses platform_video_frame_utils. This CL moves the files from //media/gpu/linux to //media/gpu/chromeos. After this CL, //media/gpu/linux becomes empty. Bug: 1012587 Test: gn check on Eve and linux Test: ninja chrome on Eve Change-Id: I29f167b8c47ac0d7d3c685403f8fb08fb62ecd91 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1952625 Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#722333}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/362168eb695d..11e6944ec5a8 git log 362168eb695d..11e6944ec5a8 --date=short --first-parent --format='%ad %ae %s' 2019-12-05 jonahr@google.com Linux AMD crash when src blit region outside framebuffer 2019-12-05 ianelliott@google.com Vulkan: Implement multisample textures 2019-12-05 syoussefi@chromium.org Fix image/sampler uniform range in presence of atomic counters 2019-12-05 syoussefi@chromium.org Fix compute shared memory size validation 2019-12-05 syoussefi@chromium.org Vulkan: EXT_gpu_shader5 support: precise 2019-12-05 jmadill@chromium.org Re-land "Add new test runner harness." 2019-12-05 syoussefi@chromium.org Fix tests checking for major version > 3 Created with: gclient setdep -r src/third_party/angle@11e6944ec5a8 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-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: chromium:1014370 Tbr: geofflang@google.com Change-Id: I0290ab71c427661da38080ec0a640f2d2092a8c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954531Reviewed-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@{#722332}
-
Meredith Lane authored
Deprecated in m79. BUG=287607 Change-Id: I8342510d1d764dae76472405de97552e77c97848 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1950732 Commit-Queue: Meredith Lane <meredithl@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#722331}
-
Scott Little authored
Bug: 915495 Change-Id: I23e09712576b1a3efbcad60ceeb3bd46e6c40efb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954214 Auto-Submit: Scott Little <sclittle@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Reviewed-by:
Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#722330}
-
Chih-Yu Huang authored
Currently only ChromeOS platform uses VideoFrameMapper. This CL moves the related files from //media/gpu/linux to //media/gpu/chromeos. Bug: 1012587 Test: gn check on Eve and linux Test: ninja chrome on Eve Change-Id: I026b3b00f2c62122b38f74459e852c9fcd2a21a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1952569Reviewed-by:
Miguel Casas <mcasas@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#722329}
-
Lambros Lambrou authored
This fixes an issue with the permission-wizard button outlines, by posting a task that does nothing in the far future. This keeps the system rendering the button animations. Bug: 1031343 Change-Id: I2614d0e4199adc299ce466a21aa49714792fe70b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954706Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Lambros Lambrou <lambroslambrou@chromium.org> Cr-Commit-Position: refs/heads/master@{#722328}
-
Chris Hall authored
R=dmazzoni,akihiroota Change-Id: I22b5a1cee4f864dba12ae536fff00727ef68994e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1949825 Commit-Queue: Chris Hall <chrishall@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#722327}
-
Carlos Knippschild authored
This step only adds the branded version of the NTP's articles for you section. Follow up changes will actually put it to use. Bug: 1031288 Change-Id: Ife09b760ad936a021d645e2acb69e73219abda21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954318Reviewed-by:
Dan H <harringtond@chromium.org> Reviewed-by:
Dmitry Titov <dimich@chromium.org> Commit-Queue: Carlos Knippschild <carlosk@chromium.org> Cr-Commit-Position: refs/heads/master@{#722326}
-
Scott Haseley authored
Fix a typo in skyostil@'s email address. Bug: None Change-Id: Id15ad74b073fd0fc020d3b688952e4525e4e69c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1955029 Commit-Queue: Scott Haseley <shaseley@chromium.org> Commit-Queue: Alexander Timin <altimin@chromium.org> Auto-Submit: Scott Haseley <shaseley@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#722325}
-
Jay Harris authored
Previously, file handlers were implicitly registered, when app shortcuts were created. Now, it is explicitly included as part of the install flow. Bug: 1028448 Change-Id: Idff977e74949b759bfaa896c30b00be5c4b48353 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936442Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Jay Harris <harrisjay@chromium.org> Cr-Commit-Position: refs/heads/master@{#722324}
-
Lachlan Ford authored
Changed the profile lookup to be path based, avoiding the offending call, and moving path generation to instance creation time. Fixed: 1023935 Change-Id: I61db94e4c81d300667184b8cfea37aef02ffb0eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1930694 Commit-Queue: Lachlan Ford <laford@microsoft.com> Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#722323}
-
Jae Hoon Kim authored
This is a reland of 6c72bce2 With minor modifications to tests. Original change's description: > Install PluginVM DLC > > PluginVM DLC should be installed when the PluginVM tools are not rootfs > present and skip/handle the install when rootfs resident. > > The call to |PathExists()| is not used as it is a blocking call on the > UI thread, instead the dlcservice error indicating an invalid DLC is > used to determine whether PluginVM has been enabled as a DLC (rootfs > resident or not). > > Bug: b:143104338 > Test: Manual startup of PluginVM > Change-Id: Id028711c98cc4cc91ef1e0b234cbf48084cc3eb3 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924723 > Commit-Queue: Timothy Loh <timloh@chromium.org> > Auto-Submit: Jae Hoon Kim <kimjae@chromium.org> > Reviewed-by: Timothy Loh <timloh@chromium.org> > Cr-Commit-Position: refs/heads/master@{#721333} Bug: b:143104338 Cq-Depend: chromium:1951574 Change-Id: I7ef5805133c3d2dfeb4d25701656644a3a04d1d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1951803Reviewed-by:
Timothy Loh <timloh@chromium.org> Commit-Queue: Jae Hoon Kim <kimjae@chromium.org> Cr-Commit-Position: refs/heads/master@{#722322}
-
Risan authored
The development of file_system_watcher is harder without it. Bug: 1030575 Change-Id: I1418264f464450e54e93029f18e8d6419d709bce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1950108Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Commit-Queue: Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#722321}
-
Nate Chapin authored
SecurityContext is nominally 1:1 with ExecutionContext in LocalFrames and workers. However, each ExecutionContext subclass also has to subclass SecurityContext. Remove the couple of virtual functions from it, and make it an owned member of ExecutionContext (except for RemoteFrames, where the RemoteSecurityContext will continue to be owned by the RemoteFrame). Added a few helpers to ExecutionContext for commonly called SecurityContext functions. The others will require another step of indirection. Change-Id: I608982b553cd8162eae7085680029e0f3b1f2fbe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929468 Commit-Queue: Nate Chapin <japhet@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Ian Clelland <iclelland@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#722320}
-
Sergey Ulanov authored
The new FuchsiaAudioRenderer renders audio stream through fuchsia.media.AudioConsumer interface. Unlike the default AudioRendererImpl it doesn't decode the stream. Instead it passes encoded data to the system. Also added new FuchsiaRendererFactory. It creates the default VideoRendererImpl for video, and FuchsiaAudioRenderer for audio stream. The new RendererFactory is currently disabled by default. It can be enabled with a new command line flag --enable-fuchsia-audio-consumer. Bug: 1027048 Change-Id: I757e6d1b55a5c0cfe2e3cf9adc5493eed9369a3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940668Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#722319}
-
Karan Bhatia authored
This test often times out on multiple bots. BUG=1031345 TBR=dalecurtis@chromium.org Change-Id: I5be22fc88a6dbab1ff84f7481ddcf72fc41b924a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954937 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#722318}
-
Tom Anderson authored
This is needed to implement GpuMemoryBuffers on Linux. BUG=1031269 R=thestig Change-Id: Ib15b6c8e5236dc2bee7b4507982b3a2b30a8e6d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954563 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#722317}
-