- 16 May, 2018 40 commits
-
-
Jacob Dufault authored
Also extend fake_cryptohome_client to support multiple keys, checking keys, and removing keys. The implementation is still not entirely correct, but good enough for testing PIN. Bug: 826773 Change-Id: I3f789c87095b663ca3ab6fb8becae5e924f02a5a Reviewed-on: https://chromium-review.googlesource.com/1054247Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Commit-Queue: Jacob Dufault <jdufault@chromium.org> Cr-Commit-Position: refs/heads/master@{#559228}
-
chrome://snippets-internalsBrandon Wylie authored
Create/implement a mojo interface for snippets-internals. Bug: 830931 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I48978cab1c26e88d588f6f56e6cae80cbe13826b Reviewed-on: https://chromium-review.googlesource.com/1033807 Commit-Queue: Brandon Wylie <wylieb@chromium.org> Reviewed-by:
calamity <calamity@chromium.org> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Cr-Commit-Position: refs/heads/master@{#559227}
-
Andrew Grieve authored
They are both close to the dex limit. Change-Id: Ie5041bca4b4fc3cc56f97351455fa3db29500773 Reviewed-on: https://chromium-review.googlesource.com/1061624Reviewed-by:
Sky Malice <skym@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#559226}
-
Mustafa Çamurcu authored
A small appendix to https://chromium-review.googlesource.com/c/chromium/src/+/1011109 Change-Id: I7247b274fc2083a743437d9cb5aeec488237cba3 Reviewed-on: https://chromium-review.googlesource.com/1062213Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Mustafa Çamurcu <camurcu@google.com> Cr-Commit-Position: refs/heads/master@{#559225}
-
David Trainor authored
This adds the complete MVC structure for a generic horizontal list of chip views for filter selection. This will be first used by the new Download Home UI. BUG=839489 Screenshot of widget placed in UI: https://drive.google.com/open?id=1Em7em1jg-GnEdyoGLwHUezfgryuJ-cja Change-Id: I6a7f8a29280c5aeaf01c7be86c15f3fb64ba0288 Reviewed-on: https://chromium-review.googlesource.com/1042813Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#559224}
-
Victor Costan authored
https://chromium.googlesource.com/external/leveldb.git/+log/d177a0263cce..e9098a1311a1 $ git log d177a0263..e9098a131 --date=short --no-merges --format='%ad %ae %s' 2018-04-19 costan Cleanup SnapshotImpl. 2018-03-10 costan Add YouCompleteMe configuration. 2018-04-23 costan Add move constructor to Status. Created with: roll-dep src/third_party/leveldatabase/src Change-Id: I9aad751c72ea10d81d06ca25ae98e1a6b0f095b4 Reviewed-on: https://chromium-review.googlesource.com/1033586Reviewed-by:
Chris Mumford <cmumford@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#559223}
-
Steve Kobes authored
Bug: 823365 Change-Id: Iec2e356bc185a0bc24abffd17586cafad1bb17ef Reviewed-on: https://chromium-review.googlesource.com/1062126Reviewed-by:
Stefan Zager <szager@chromium.org> Commit-Queue: Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#559222}
-
David Jacobo authored
IntentPickerBubbleView is not saving the user's preference when they decide to "Stay in Chrome" + "Remember my choice". This is a regression that appeared in M67. This CL specials case AppType::INVALID to handle saving user's preference, previously proposed to add a new AppType::NATIVE_CHROME but that sounds wrong given this enum lists non-cros app sources. Besides that we need to make sure that the preference is communicated to ARC via AddPreferredPackage and honored within ArcNavigationThrottle, this can be achieved by adding a new enum PreferredPlatform that will help DidLaunchPreferredArcApp to be more explicit. Bug: 841971 Test: Build. Change-Id: I383a926ae613ffe48f4dcd3a478ac124aefe4947 Reviewed-on: https://chromium-review.googlesource.com/1054584 Commit-Queue: David Jacobo <djacobo@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#559221}
-
Aaron Leventhal authored
Bug: 843355 Change-Id: I837d0c38e7ab986a92e256d24703fc2ba088331d Reviewed-on: https://chromium-review.googlesource.com/1060266 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#559220}
-
Boris Sazonov authored
This CL reimplements how SigninFragmentBase selects accounts after creation or when a new account is added. Also, account name is no longer ignored in forced sign-in flows (condition that checks mPreselectedAccount in updateAccounts has been overwriting account name requested by the sign-in arguments). mIsDefaultAccountSelected flag is now always computed by updateAccounts, so the corresponding parameter has been removed from createArgumentsForForcedSigninFlow. Bug: 814728 Change-Id: I82b6a1520d0e30757058bb7ff226b9be1550f909 Reviewed-on: https://chromium-review.googlesource.com/1062265Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#559219}
-
Tommy Steimel authored
This CL prevents video tags from acting as audio tags when the controls are not enabled. This fixes a bug where video tags with only audio were showing the audio controls background despite the controls being hidden. Bug: 843101 Change-Id: Ic7bb98b198a6ec7c497d233d40d673d7cfa7e44e Reviewed-on: https://chromium-review.googlesource.com/1062225Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#559218}
-
afdo-chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 The AutoRoll server is located here: https://afdo-chromium-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=gbiv@chromium.org Change-Id: I98e91beb09d8e76fe0fd2337f3a2e52c4e6a16d9 Reviewed-on: https://chromium-review.googlesource.com/1062332 Commit-Queue: afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#559217}
-
Theresa authored
BUG=843585 Change-Id: I995039a1173771c91acc5dd04a60d6e1499ea9b2 Reviewed-on: https://chromium-review.googlesource.com/1062148Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#559216}
-
David Tseng authored
- add a contextmenu event capturer which prevents the context menu from showing up via right click or key shortcut. This appears to have ben the primary motivation behind the original patch. However, it disables critical ChromeVox functionality in places where it is most important (e.g. OOBE). - fix a small type error (not cuaght by Closure). |evt.docUrl should be evt.target.docUrl). Bug: 699760 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I4f47b298daad449d5d92b176c6e805201db94153 Reviewed-on: https://chromium-review.googlesource.com/1060381 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#559215}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/510e9e399b3d..d6b41a27678f $ git log 510e9e399..d6b41a276 --date=short --no-merges --format='%ad %ae %s' 2018-05-16 skcms-skia-autoroll Roll skia/third_party/skcms ce2fabc..e040063 (1 commits) 2018-05-15 benjaminwagner Add MacBookPro11,5 jobs. 2018-05-16 rmistry Fix capitalization of "twitter" in RecreateSKPs bot 2018-05-15 rmistry Run RecreateSKPs bot on SkiaCT pool which has more disk space 2018-05-16 reed check for too-big rects, as we do for paths 2018-05-16 borenet [recipes] Normalize SwiftShader build dir 2018-05-15 rmistry Use Chromium ToT instead of lkcr Created with: roll-dep src/third_party/skia BUG=chromium:807743 The AutoRoll server is located here: https://autoroll.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. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=herb@chromium.org Change-Id: Ifc36f79f4df2d258f9c286e992f3789fbb16f031 Reviewed-on: https://chromium-review.googlesource.com/1062019 Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#559214}
-
Ria Jiang authored
Bug: 804888 Change-Id: I9a4783a4dd29150e2dbf13c4a3ca43eea8b1b510 Reviewed-on: https://chromium-review.googlesource.com/1053907 Commit-Queue: Ria Jiang <riajiang@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#559213}
-
Jan Wilken Doerrie authored
This change provides an implementation of Windows::Foundation's ITypedEventHandlder. It serves as a thin wrapper around a base::RepeatingCallback of the appropriate signature. Bug: 821766 Change-Id: Ib940ebc5a4d90e5304be2c08839efbc020011180 Reviewed-on: https://chromium-review.googlesource.com/1060054 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#559212}
-
Sahel Sharify authored
This cl adds tracing to answer the following questions to be able to further narrow down the root cause of crbug.com/797708 -When did the last call to SetCurrentlyScrollingNode happen? (other than on PushPropertyTrees after each commit) -Is animation tick needed? (due to an ongoing animation) -Whether the animation_host notifies the compositor about animation end or not? -When does the CurrentlyScrollingNode get cleared? Bug: 797708 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I70f2295905798e430ce080c26f6924617504491b Reviewed-on: https://chromium-review.googlesource.com/1060302 Commit-Queue: Sahel Sharifymoghaddam <sahel@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#559211}
-
rbpotter authored
Add a timeout to the select sections, so that the preview does not immediately begin generating and freeze the dropdown when the value is changed. Bug: 773928 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: If217c25420815f56a7c37adde7e97f86bcc99fa3 Reviewed-on: https://chromium-review.googlesource.com/1056216 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#559210}
-
Sigurdur Asgeirsson authored
The old-style CPUUsage attributes are supported by transforming the batched cumulatives in the System CU. Bug: 755840 Change-Id: I3e5d3d66223070a90ad35a835a210db0bb257809 Reviewed-on: https://chromium-review.googlesource.com/1060127 Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#559209}
-
Dominic Mazzoni authored
Bug: None Change-Id: Ic63e1619729b79dc5c6010fed3223895c72c5999 Reviewed-on: https://chromium-review.googlesource.com/679446 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Paul Miller <paulmiller@chromium.org> Cr-Commit-Position: refs/heads/master@{#559208}
-
Ken Rockot authored
Changes the SharedMemoryRegion types in mojo_base mojom to use a handle<shared_buffer> as their internal representation. This simplifies the traits and makes these region types usable in Java and JS. Bug: 826213 Change-Id: Id515f61f34b85c655b70d45d53302e873547a83a Reviewed-on: https://chromium-review.googlesource.com/1059008 Commit-Queue: Ken Rockot <rockot@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#559207}
-
https://pdfium.googlesource.com/pdfium.git/+log/99a046acd2d1..67268cd0efa2 $ git log 99a046acd..67268cd0e --date=short --no-merges --format='%ad %ae %s' 2018-05-16 dsinclair Cleanup CPDF_ContentParser 2018-05-16 tsepez Use pdfium::span<> in CPDF_Encryptor 2018-05-16 dsinclair Remove CFX_BidiLine 2018-05-16 dsinclair Convert Formcalc ToJavascript to a pointer WideTextBuf Created with: roll-dep src/third_party/pdfium 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: I62d1fbb948e1971ead399113ac157004ca96a473 Reviewed-on: https://chromium-review.googlesource.com/1062024Reviewed-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@{#559206}
-
Steve Kobes authored
Bug: 823365 Change-Id: I34bd09b180ed8c7403217d0931cf2e765dc951d8 Reviewed-on: https://chromium-review.googlesource.com/1062288Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#559205}
-
Xiaohui Chen authored
R=xiyuan Bug: None Change-Id: I9a0b6decf9e2eae5d58ef74e5f482854592f054e Reviewed-on: https://chromium-review.googlesource.com/1062022Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#559204}
-
Dominic Mazzoni authored
Bug: 841218 TBR=michaelpg@chromium.org Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Iaea99a1a18c1eea7d1480b68b4a1aa71448d09d1 Reviewed-on: https://chromium-review.googlesource.com/1050498 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#559203}
-
Jeffrey Kardatzke authored
Bug: 832508 Test: Verified key generation by concierge from Chrome call Change-Id: Ie031d59ab95da3f5394c9621413a5a48066619a5 Reviewed-on: https://chromium-review.googlesource.com/1053273Reviewed-by:
Nicholas Verne <nverne@chromium.org> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Commit-Queue: Jeffrey Kardatzke <jkardatzke@google.com> Cr-Commit-Position: refs/heads/master@{#559202}
-
Devlin Cronin authored
Correct a bug where an extension would be improperly disabled for a privilege increase when it went from a more powerful permission to a less powerful one, if the permission messages were different. Previously, privilege escalation code would look check if there were any warning strings in the new set of permissions that were not in the old set. This failed, because a new warning (not contained in the previous set) might be less powerful. Instead, compare whether *adding* the new permissions to the already-granted permissions results in any new (or different) warnings. Consider it a permissions increase only if there is a difference. Conceptually, this is more accurate, since when an extension is updated, new permissions are added to the list of granted permissions (and any already-granted permissions are not revoked). Update the IsPrivilegeIncrease() arguments to make this slightly more clear by replacing "old_permissions" and "new_permissions" with "granted_permissions" and "requested_permissions", respectively. Add a regression test for the same. TBR=slan@chromium.org Bug: 841938 Change-Id: I41542c6813c1f4a2f0318609bd75b838eef00cb5 Reviewed-on: https://chromium-review.googlesource.com/1054607 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Stephen Lanham <slan@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#559201}
-
wutao authored
Currently for non-Qwerty keyboard layout, Shortcut Viewer returns incorrect keys. This cl fixes the bug by creating a reverse mapping from dom_code to {dom_key, key_code}. Bug: 841670 Test: manually. Change-Id: Ib75bf84b34c0b03bf5501fab0586db8e750478bc Reviewed-on: https://chromium-review.googlesource.com/1058080 Commit-Queue: Tao Wu <wutao@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Kevin Schoedel <kpschoedel@chromium.org> Cr-Commit-Position: refs/heads/master@{#559200}
-
Michael Spang authored
Bug: none Test: compile Change-Id: I6bc5009527bdf9efbfc5fe935aa86856ee491711 Reviewed-on: https://chromium-review.googlesource.com/1061396Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#559199}
-
Jao-ke Chin-Lee authored
BUG=793909,793906,793945,793946 Change-Id: Iac8f30fd03b8cd5d95dded09a932cc695983bf1f Reviewed-on: https://chromium-review.googlesource.com/1060635Reviewed-by:
Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Jao-ke Chin-Lee <jchinlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#559198}
-
Zinovy Nis authored
- Get rid of redundant .c_str() for std::string, - Get rid of redundant .get() for std::unique_ptr, - Get rid of redundant member initializations - Replace NULL -> nullptr. R=blundell@chromium.org, caitkp@chromium.org, jochen@chromium.org, sdefresne@chromium.org Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ic043a0bf296132eadd1b8a6e349d3a5f903fbaec Reviewed-on: https://chromium-review.googlesource.com/1045965Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Alexander Yashkin <a-v-y@yandex-team.ru> Cr-Commit-Position: refs/heads/master@{#559197}
-
Daniel Park authored
The delete button's size is always accounted for when laying out suggestion views Adds padding to the omnibox text when voice search is disabled for RTL See crbug link for photos. Bug: 833342 Change-Id: I2b35be70d4296abf7eae318d5dccea4d0201c91f Reviewed-on: https://chromium-review.googlesource.com/1054201Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Daniel Park <danielpark@chromium.org> Cr-Commit-Position: refs/heads/master@{#559196}
-
Albert Chaulk authored
Implementation is being ported in another CL https://chromium-review.googlesource.com/c/chromium/src/+/1015553 & followups Bug: b/78445519 Test: local build Change-Id: If215057180bcc762864b32b82433f74211f4c311 Reviewed-on: https://chromium-review.googlesource.com/1025373 Commit-Queue: Albert Chaulk <achaulk@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#559195}
-
Vaclav Brozek authored
This might be causing the crashes seen in the associated bug. In any case, it is a good idea to handle the failure, because the reasons why that FILE* can be null are beyond Chrome's control. Bug: 838639 Change-Id: I700266840c1447c0b999aa91a361bfba3ff2710b Reviewed-on: https://chromium-review.googlesource.com/1060057 Commit-Queue: Vaclav Brozek <vabr@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#559194}
-
Stephen McGruer authored
Code was found via Chromium coverage report and then some sleuthing to spot a method that was only called from a test. Bug: 252472 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I7223c9210d336fbec89b923e903bd95a64865d40 Reviewed-on: https://chromium-review.googlesource.com/1060106 Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#559193}
-
Simon authored
Landing this for eakuefner@ since he's OOO this week. This CL switches some smaller benchmarks to the histogram pipeline. Ie. thread_times, battor, tracing_with_*, etc. Bug: 744736 Change-Id: I5bafea53e9d8b82bb3d38559192ab54565b63f44 Reviewed-on: https://chromium-review.googlesource.com/1059937Reviewed-by:
Emily Hanley <eyaich@chromium.org> Commit-Queue: Simon Hatch <simonhatch@chromium.org> Cr-Commit-Position: refs/heads/master@{#559192}
-
Charlie Andrews authored
TBR=eyaich@chromium.org Bug: 842232 Change-Id: I01d6db483807f9e7840434f586e608b8d92a490a Reviewed-on: https://chromium-review.googlesource.com/1062285Reviewed-by:
Charlie Andrews <charliea@chromium.org> Commit-Queue: Charlie Andrews <charliea@chromium.org> Cr-Commit-Position: refs/heads/master@{#559191}
-
Mustaq Ahmed authored
Bug: 843366 Change-Id: Ifa1d702a1357e4f508f708b5cf9783d0db90ad06 Reviewed-on: https://chromium-review.googlesource.com/1062009Reviewed-by:
Brandon Jones <bajones@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/master@{#559190}
-
Tommy Steimel authored
This CL removes the sizing-tiny breakpoint from the media controls, since there are no CSS differences between the sizing-small and sizing-tiny classes. This CL also avoids setting the sizing-* classes on audio controls (and video controls acting as audio controls) in order to avoid unwanted CSS changes for the audio controls. Bug: 839088 Change-Id: I3c9ba1119572d0b0f8bec6d8f6c261ff192c96f3 Reviewed-on: https://chromium-review.googlesource.com/1060281Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#559189}
-