- 25 Jun, 2018 40 commits
-
-
liberato@chromium.org authored
MediaCodec doesn't always work properly if one sends two EOS buffers sequentially. CodecWrapper now handles this case by eliding the second, and returning a fake EOS from DequeueOutput. 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 Change-Id: I98c691a67d93a118d1da1aeff5486380fbfcc504 Reviewed-on: https://chromium-review.googlesource.com/1108745Reviewed-by:
John Rummell <jrummell@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#570234}
-
Michael Spang authored
Use vkCreateDmaBufImageINTEL until VK_EXT_image_drm_format_modifier is available. We can't import buffers created with modifiers using this method, so work around this for by adding a new flag to buffer creation. Bug: 851997 Test: ozone_demo --enable-vulkan on vulkan-enabled eve Change-Id: If91c678d7ee4ce52c610f55f9c7a2dbd561a4158 Reviewed-on: https://chromium-review.googlesource.com/1104866 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#570233}
-
Tommy Steimel authored
This CL updates the CanToggleAudioMute logic to always return true when the user is in PiP mode. Bug: 855686 Change-Id: Iea22547c8c4b50c859f84bf7277d08cdd736309b Reviewed-on: https://chromium-review.googlesource.com/1112697Reviewed-by:
apacible <apacible@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Commit-Queue: Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#570232}
-
Theresa authored
This reverts commit ffff67f6. Reason for revert: Suspected to be causing test failures on Nougat bot Bug: 854327, 762724, 856373 Original change's description: > Add VR workarounds for early entry > > Adds two workarounds for Chrome being resumed or started too early when > entering VR. These can be removed if/when the platform-side issue that > causes these issues is fixed in VrCore. > > Bug: 854327, 762724 > Change-Id: If9645c58e9d208a734582992aad5c85d378f5f40 > Reviewed-on: https://chromium-review.googlesource.com/1112761 > Reviewed-by: Michael Thiessen <mthiesse@chromium.org> > Commit-Queue: Brian Sheedy <bsheedy@chromium.org> > Cr-Commit-Position: refs/heads/master@{#570084} TBR=mthiesse@chromium.org,bsheedy@chromium.org Change-Id: I714637798cc2944a93b33240360fb27fc6dc0ee4 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 854327, 762724 Reviewed-on: https://chromium-review.googlesource.com/1113846Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#570231}
-
Wei-Yin Chen (陳威尹) authored
Bug: None Change-Id: I1c034d976e41d3b1fdeb7662772cfe037f64c14b Reviewed-on: https://chromium-review.googlesource.com/1112943 Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#570230}
-
James Cook authored
I always have trouble finding it in aura_init.cc. Also, it will get slightly more complex in a follow-up CL. Make ViewsDelegate have default implementations for its last two pure-virtual methods, since it has default impls for all the other ones. Bug: none Change-Id: I544872bdbc8668c99c20c7759c25185df4ba6433 Reviewed-on: https://chromium-review.googlesource.com/1114215Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#570229}
-
edchin authored
The done button tap target should be expanded so that the user can tap the same spot when entering and exiting the tab grid. This CL also fixes the ellipsis when changing the "Close All" button text to "Undo". Bug: 825787, 849193 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I352e9654419c670f6dea431003a9c189ed639156 Reviewed-on: https://chromium-review.googlesource.com/1114149Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#570228}
-
John Delaney authored
Add trace of prefs format and content version at RulesetService creation. Add trace of invalid Indexed Ruleset file read. Bug: 721512 Change-Id: I6809a2cccb8903889b74e64a8c08788ff3c8422a Reviewed-on: https://chromium-review.googlesource.com/1108242Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: John Delaney <johnidel@chromium.org> Cr-Commit-Position: refs/heads/master@{#570227}
-
Allen Bauer authored
Bug: 853253 Change-Id: Ie0a0234a5fa084ff95d9f02f99c7b8b24df0bc02 Reviewed-on: https://chromium-review.googlesource.com/1102821Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#570226}
-
pdfium-chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/5339261bb349..8c955c9d3072 git log 5339261bb349..8c955c9d3072 --date=short --no-merges --format='%ad %ae %s' 2018-06-25 thestig@chromium.org Combine common code into CPDF_RenderStatus::ClipPattern(). 2018-06-25 thestig@chromium.org Make DrawRadialShading() slightly more compact. Created with: gclient setdep -r src/third_party/pdfium@8c955c9d3072 The AutoRoll server is located here: https://pdfium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=dsinclair@chromium.org Change-Id: I080df0a6135ef2d5959e9efedca17956165e0d94 Reviewed-on: https://chromium-review.googlesource.com/1114040Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#570225}
-
Lei Zhang authored
Change-Id: Ie55e502c78d9b5b5c834587f2b88d2ea19315f57 Reviewed-on: https://chromium-review.googlesource.com/1112769Reviewed-by:
Xiangjun Zhang <xjz@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#570224}
-
Steven Bennetts authored
CrosDisplayConfig uses DisplayConfigurationController for many of its operations. Two of those impose rate limiting, which is unexpected and problematic for client operations that expect to always succeed. The rate limiting was added for accelerators (accelerator_controller.cc) which does not have a straightforward way to do rate limiting, so this CL adds a |throttle| boolean to pass to rate limited operations. Currently the throttling is not impacting any use of CrosDisplayConfig, but crbug.com/855251 requires this change in order to be able to use the mojo API reliably during startup. Bug: 855251 Change-Id: Ied3f259bfbde566c7575ddc6d3ef3d3958e956b1 Reviewed-on: https://chromium-review.googlesource.com/1112748 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#570223}
-
Gang Wu authored
Monochrome.apk_Dex +1,843 entries fields +2,565 entries methods +634 entries types +1,276 entries strings Monochrome.apk_Breakdown (+183,471 bytes) -3,169 bytes Zip Overhead +1,544 bytes Non-compiled Android resources size +20,740 bytes Native code size +156 bytes Package metadata size +159,204 bytes Java code size +4,996 bytes Compiled Android resources size Monochrome.apk_Specifics +555,891 bytes normalized apk size +3 zip entries file count +20,740 bytes main lib size +372,420 bytes main dex size Also, FeedProcessScope needs FeedAppLifecycleListener, and RequestManager has two more virtual functions. Change-Id: I235c8009c81829269e41c46bec37bc089c51f078 Reviewed-on: https://chromium-review.googlesource.com/1114079Reviewed-by:Filip Gorski <fgorski@chromium.org> Commit-Queue: Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#570222}
-
Chris Blume authored
The swapchain function pointer block is currently missing a header comment. This CL adds it. BUG=856360 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 Change-Id: Iade801831fef5a4502f2c66852182f22ef4619aa Reviewed-on: https://chromium-review.googlesource.com/1114220Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Chris Blume <cblume@chromium.org> Cr-Commit-Position: refs/heads/master@{#570221}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/031690a9..d5feb1ea Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I07837d9dc460646505d339f02817e48871ff29a8 Reviewed-on: https://chromium-review.googlesource.com/1114095Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#570220}
-
Ned Nguyen authored
Bug: 855689 Change-Id: Ic48e91c461ba00a9c3224defd6bda1036bf4af4c Reviewed-on: https://chromium-review.googlesource.com/1112717Reviewed-by:
Ashley Enstad <ashleymarie@chromium.org> Reviewed-by:
Emily Hanley <eyaich@chromium.org> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#570219}
-
Erik Luo authored
Screenshot: https://imgur.com/a/cN62iYX Bug: 825535 Change-Id: If5ddf68061430539e9a2e69194bb58071bff3bdc Reviewed-on: https://chromium-review.googlesource.com/1112844Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#570218}
-
David Grogan authored
It had been flaking. Originally written in 2009 to fix https://bugs.webkit.org/attachment.cgi?id=31754&action=prettypatch Bug: 831375 Change-Id: Ia6197e7cd0c9b9ba43a77a2183fedbab12f59f94 Reviewed-on: https://chromium-review.googlesource.com/1112760 Commit-Queue: David Grogan <dgrogan@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#570217}
-
Jeremy Roman authored
Change-Id: I5eef82ca6168a5be16f34564b99c0a5b555bc49f Reviewed-on: https://chromium-review.googlesource.com/1114138Reviewed-by:
Adithya Srinivasan <adithyas@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#570216}
-
Theresa authored
This reverts commit ce3de2d3. Reason for revert: Some of the tests are still failing, triggering a try flakes alert. Will you please re-land with the tests we know are passing conditionally re-enabled? Original change's description: > Download location: enable flaky tests in DownloadActivityTest. > > The CL that causes the flakiness has been reverted. See: > https://chromium-review.googlesource.com/c/chromium/src/+/1112777 > Landed as e4144ed1. > > This CL enables flaky tests in DownloadActivityTest. > > TBR=dtrainor@chromium.org > > Bug: 855389,855219,855168,855167 > Change-Id: Id53085ed71c5188cd1e7588998bda6f00c7b89a5 > Reviewed-on: https://chromium-review.googlesource.com/1113910 > Reviewed-by: Xing Liu <xingliu@chromium.org> > Commit-Queue: Xing Liu <xingliu@chromium.org> > Cr-Commit-Position: refs/heads/master@{#570107} TBR=dtrainor@chromium.org,xingliu@chromium.org Change-Id: I7299f6a85b0acd59050f1f26c0f6c8a8fb3626c6 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 855389, 855219, 855168, 855167 Reviewed-on: https://chromium-review.googlesource.com/1114044Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#570215}
-
Chris Palmer authored
The old string passively implied that the user was somehow at fault. Change the string to simply state that an update is available and that relaunching will apply it. TBR=grt@chromium.org Bug: none Change-Id: I42ce3dd12f966b36cb858c0df349f4ae4bbac8be Reviewed-on: https://chromium-review.googlesource.com/1114196Reviewed-by:
Chris Palmer <palmer@chromium.org> Commit-Queue: Chris Palmer <palmer@chromium.org> Cr-Commit-Position: refs/heads/master@{#570214}
-
Katie D authored
Bug: 855203 Change-Id: I0a45e2730c5d5ae4b9ecfda997d41392ee1737bc Reviewed-on: https://chromium-review.googlesource.com/1110851Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#570213}
-
Tarun Bansal authored
UINetworkQualityEstimatorService is not created by default in incognito profile. This results in crashes in incogniro profile when network quality metrics are queried by the client hints code. This CL enables creation of UINetworkQualityEstimatorService in incognito mode. Bug: 855781 Change-Id: Ieafd5a853749dc00c2c8cd3c63c4ef7acd5ba215 Reviewed-on: https://chromium-review.googlesource.com/1114091 Commit-Queue: Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#570212}
-
Pete Williamson authored
TBR: thestig@chromium.org Bug: 419468 Change-Id: Ie0d97d4d22443719f5032e90c7116d911a6c89ff Reviewed-on: https://chromium-review.googlesource.com/1114214Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Peter Williamson <petewil@chromium.org> Cr-Commit-Position: refs/heads/master@{#570211}
-
Tom Anderson authored
Reason for reland: this CL includes a fallback for when the tests are run in an installed environment. Hopefully this should be sufficient to fix the CrOs bot breakage. Original change's description: > Update fontconfig to 6cc99d6a > > Changelog [1]. This is necessary to pick up [2] for fixing undefined-shift > UBSAN errors detected by clusterfuzz, [3] to allow removing a build workaround, > [4] to fix a bug and clean up some log spam, [5] to fix CFI builds, and [6] to > fix a use-after-free. > > Fontconfig also now requires libuuid as a dependency, so whitelist it as a > dependency since we statically link fontconfig. > > [1] https://chromium.googlesource.com/external/fontconfig/+log/b546940435ebfb0df575bc7a2350d1e913919c34..6cc99d6a82ad67d2f5eac887b28bca13c0dfddde > [2] https://chromium.googlesource.com/external/fontconfig/+/c60ed9ef66e59584f8b54323018e9e6c69925c7e > [3] https://chromium.googlesource.com/external/fontconfig/+/b8a225b3c3495942480377b7b3404710c70be914 > [4] https://chromium.googlesource.com/external/fontconfig/+/7ad010e80bdf8e41303e322882ece908f5e04c74 > [5] https://chromium.googlesource.com/external/fontconfig/+/096e8019be595c2224aaabf98da630ee917ee51c > [6] https://chromium.googlesource.com/external/fontconfig/+/6cc99d6a82ad67d2f5eac887b28bca13c0dfddde > > BUG=831146,822737,787020,829890,847323 > TBR=thestig,dnicoara > > Change-Id: Ic2d1bd19af8ca131c960a30d09246827c115ccec > Reviewed-on: https://chromium-review.googlesource.com/1095538 > Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> > Reviewed-by: Thomas Anderson <thomasanderson@chromium.org> > Reviewed-by: Lei Zhang <thestig@chromium.org> > Reviewed-by: Daniel Nicoara <dnicoara@chromium.org> > Cr-Commit-Position: refs/heads/master@{#567445} TBR=thestig@chromium.org,dnicoara@chromium.org Bug: 831146, 822737, 787020, 829890, 847323, 853048, 856142 Change-Id: I74037fc1e7719ab61e6a5aff52ced8845482273b Reviewed-on: https://chromium-review.googlesource.com/1114078Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#570210}
-
chrome://flags#arc-cups-apiLuum Habtemariam authored
This cl adds a flag to toggle the support of libcups apis from ARC. Disabled by default. Bug: chromium:832262 Test: flag unused thus far Change-Id: Ib745f034f0c426456e2c0777e15757629399d07a Reviewed-on: https://chromium-review.googlesource.com/1091640 Commit-Queue: Luum Habtemariam <luum@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#570209}
-
Simeon Anfinrud authored
This makes Controller<Unit> behavior a bit less surprising and is probably a better fit for some applications of Observable#unique(). Bug: None Test: cast_base_junit_tests Change-Id: Ic66544b5db6970df1bada2fd0925b5bfe4ab869b Reviewed-on: https://chromium-review.googlesource.com/1114203Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Commit-Queue: Simeon Anfinrud <sanfin@chromium.org> Cr-Commit-Position: refs/heads/master@{#570208}
-
Kevin Marshall authored
Services (applications run by "svcmgr") and components obey different service directory semantics. Services export their services to a flat service namespace, whereas components export services to a hierarchy, organized into groups like "public" or "debug". This CL adds support for both types. The chromium service must export to the legacy/flat type, and webrunner must export to the structured directory type. Bug: 822474 Change-Id: I14abf74fa528c13c0cbfafa23b169b430dea1c0b Reviewed-on: https://chromium-review.googlesource.com/1112627 Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#570207}
-
Mike West authored
Because that would be silly. Bug: 845961 Change-Id: I69de2cb093a3629de63c48652c9499f7387b8334 Reviewed-on: https://chromium-review.googlesource.com/1109757 Commit-Queue: Mike West <mkwst@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#570206}
-
Cathy Li authored
This is to make it clear that it is its own snowflake and should be fixed later. Bug: 852075 Change-Id: I30991e144e6e39b433757a7aaa3749a6bb20c85a Reviewed-on: https://chromium-review.googlesource.com/1113619Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Cathy Li <chili@chromium.org> Cr-Commit-Position: refs/heads/master@{#570205}
-
Marijn Kruisselbrink authored
And rename from MockBlob to FakeBlob as that seems like a better name. Bug: none Change-Id: I560756e200a8712f7ba335130522158195633c5a Reviewed-on: https://chromium-review.googlesource.com/1114126 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#570204}
-
Ovidio Henriquez authored
This change adds a test for the case when a reference to a WebUSB object from an iframe is attempted to be used after the iframe has disconnected. Bug: 841510 Change-Id: I8b8d5f5d50af6d062bdc3cab9b516f598bcf8fae Reviewed-on: https://chromium-review.googlesource.com/1112346 Commit-Queue: Ovidio Henriquez <odejesush@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Chong Zhang <chongz@chromium.org> Cr-Commit-Position: refs/heads/master@{#570203}
-
David Black authored
The observed region will be used to initiate a bounded contextual search. Bug: b:110700892 Change-Id: I5488886a01f8ec53fb200bef794b60443e84bd26 Reviewed-on: https://chromium-review.googlesource.com/1112377Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#570202}
-
Bailey Berro authored
This change moves the initialization of the TempFileManager to the SmbService setup flow. Moving the initialization to setup cleans up the mount code and ensure the TempFileManager is initialized for both mount and remount calls. The SmbService Setup flow is as follows: 1) Check to see that there is a logged in user 2) Kerberos Setup (if necessary) 3) TempFileManager initialization 4) SmbShareFinder setup 5) Restore Mounts flow Bug: chromium:757625 Change-Id: I3098cb5b74a10f16f7b3ba376e709a9ede3f1084 Reviewed-on: https://chromium-review.googlesource.com/1102002Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Commit-Queue: Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#570201}
-
Donn Denman authored
Updates the Status Bar to match the scrim color when Contextual Search shows the Overlay Panel. Also updates the FadingBackgroundView to allow no anchor view. BUG=848922 Change-Id: I085c57f1ae9b991518c5fc2925243505d751e70a Reviewed-on: https://chromium-review.googlesource.com/1098455Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Donn Denman <donnd@chromium.org> Cr-Commit-Position: refs/heads/master@{#570200}
-
Mounir Lamouri authored
This reverts commit e34efffb. Reason for revert: see bug 855215 Original change's description: > InMemory MediaCapabilities DB for Guest/Incognito profiles > > Prior to this change, Guest mode has an empty read-only DB and Incongito > has a read-only DB. This CL allows both profiles to write to an "in > memory" database that disapears when the profile is destroyed. > > This improves the experience for the user and avoids the possibility > of using MediaCapabilites to detect incognito/guest profiles. > > R=jam@chromium.org > > Bug: 796280 > Change-Id: I37e25478ce6efe8c25bf49f77929f94c9ca27655 > Reviewed-on: https://chromium-review.googlesource.com/1092156 > Reviewed-by: John Abd-El-Malek <jam@chromium.org> > Reviewed-by: Mounir Lamouri <mlamouri@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> > Cr-Commit-Position: refs/heads/master@{#569046} TBR=sky@chromium.org,jam@chromium.org,mlamouri@chromium.org,chcunningham@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 796280 Change-Id: Idc97eee2871e940e36b9c19f820d9f6207d7f6ef No-Try: True Reviewed-on: https://chromium-review.googlesource.com/1113958 Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#570199}
-
Scott Chen authored
This fixes a few bugs introduced by 1103002 to cr-input, as well as making cr-input more robust against edge-cases: likely cases: - |tabindex| initially set by element are mistakenly set to 0. - if element has both |tabindex| and |disabled| set, element would not know what to set |tabindex| to once |disabled| is removed. - clicking on a |disabled| cr-input would set its |tabindex| to 0 again. edge case: - if |disabled| is changed to true in the same cycle as pointerdown is fired, then |tabindex| state gets messed up. Bug: 832177, 856118 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I91161ecde90e816340aa38db4646b3f8eedd7a8b Reviewed-on: https://chromium-review.googlesource.com/1111201 Commit-Queue: Scott Chen <scottchen@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#570198}
-
Anna Offenwanger authored
Unifying the function names for getting WebXR data as a step towards merging the mojo interfaces for sessions into a single interface. This will help make it so that when requesting a session in the renderer process, we don't need to know anything about how supplying the interface is implemented. Bug: 828321 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_layout_tests_slimming_paint_v2;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:linux_vr;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I56a7d02189bc8c15acca7c8b5893a6ae8b795057 Reviewed-on: https://chromium-review.googlesource.com/1106294 Commit-Queue: Anna Offenwanger <offenwanger@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Bill Orr <billorr@chromium.org> Cr-Commit-Position: refs/heads/master@{#570197}
-
Lei Zhang authored
BUG=137767 Change-Id: I50276dbabe85024e5314aa24f4cbc87cc666a686 Reviewed-on: https://chromium-review.googlesource.com/1112819Reviewed-by:
Xiangjun Zhang <xjz@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#570196}
-
Alexei Filippov authored
The link was previous available in a tooltip which is barely discoverable. BUG=851197 Change-Id: Ia69d0c9a2b39afe54b4802b9fd1a392104e150e0 Reviewed-on: https://chromium-review.googlesource.com/1112843 Commit-Queue: Alexei Filippov <alph@chromium.org> Reviewed-by:
Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Cr-Commit-Position: refs/heads/master@{#570195}
-