- 07 Aug, 2018 40 commits
-
-
Xing Liu authored
This class adds the required infrastructure to generalize sharing across content types. This comes down to adding an async API to OfflineContentProvider to request the URI (if available) to use in generating a share intent. This also adds the utility class to build the intent from that set of OfflineItems and share info (URI)s. TBR=petewil@chromium.org BUG=850780 Change-Id: If9d5d4f01a8559bec90b7de1adb70c8aaafa9302 Reviewed-on: https://chromium-review.googlesource.com/1105125Reviewed-by:
Xing Liu <xingliu@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Mugdha Lakhani <nator@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#581356}
-
Francois Doray authored
The macro is a no-op since https://chromium-review.googlesource.com/c/chromium/src/+/1093015. Bug: 589840 Change-Id: I4fe4479d5dbfe9116032933bcde8c8889be0ebd2 Reviewed-on: https://chromium-review.googlesource.com/1165644Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#581355}
-
Moe Ahmadi authored
Adds kAutofillCreditCardEnabled and kAutofillProfileEnabled to the extensions prefs API Bug: 870328 Change-Id: Ic5961b3cd58c58381764f6eddf2698df72db8695 Reviewed-on: https://chromium-review.googlesource.com/1161002Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#581354}
-
David Black authored
Per instructions in bugs, updated: - Settings/reminders text. - Mini UI padding/typography. Bug: b:112311203, b:112312304 Change-Id: If9b0041043fb7f9a716173260cc798a52e5adac8 Reviewed-on: https://chromium-review.googlesource.com/1165950Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#581353}
-
Nick Harper authored
TBR=bnc@chromium.org Change-Id: Ic5f394b608925fa5bfd0343a4e69572eb0f327e0 Reviewed-on: https://chromium-review.googlesource.com/1164546Reviewed-by:
Nick Harper <nharper@chromium.org> Reviewed-by:
Bence Béky <bnc@chromium.org> Commit-Queue: Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#581352}
-
Xiyuan Xia authored
The catalog includes test_ws as standalone service so that ServiceManager could launch it with --enable-features=Mash and --enable-service-binary-launcher; Bug: 866942 Change-Id: I898aa4644b0bf4307c667afdf4959d9f9c829d2b Reviewed-on: https://chromium-review.googlesource.com/1164079Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#581351}
-
Mitsuru Oshima authored
This is reland of https://crrev.com/c/1164570 Change summary: A header view may outlive the target widget, which can be differet widget. Reset the reference and check before calling target widget. Bug: b/112240082 Test: covered by unittests Change-Id: Ia98d44a487b6cd2077b110e4a9799780cdbc4ebe Reviewed-on: https://chromium-review.googlesource.com/1165697 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#581350}
-
Rayan Kanso authored
This is the first step in supporting uploads for Background Fetch Bug: 774054 Change-Id: I13188181573fcd8464df0729a09190a42b5bd2d0 Reviewed-on: https://chromium-review.googlesource.com/1160848Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#581349}
-
David Bienvenu authored
Bug: 854675 Change-Id: Ic1366d927ef3918ff21c8656a4f90baf30768557 Reviewed-on: https://chromium-review.googlesource.com/1164384 Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#581348}
-
Yuri Wiitala authored
This is the first in a series of changes to migrate the video capture stack over to the new Chromium shmem APIs. This change adds the use of base::ReadOnlySharedMemoryRegion as an alternative to mojo shared_buffer handles. Bug: 797470,843117 Change-Id: Ifa51a4984f48376a5da4b437618d301669f1ae1e Reviewed-on: https://chromium-review.googlesource.com/1164637Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Christian Fremerey <chfremer@chromium.org> Commit-Queue: Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#581347}
-
Bence Béky authored
Use default constructed (null) CompletionOnceCallbacks instead of default constructed (null) CompletionCallbacks in tests. Since this compiles, that means that all APIs have already been converted to take CompletionOnceCallbacks, and the CompletionCallbacks (alias for CompletionRepeatingCallback) before this CL were immediately cast into CompletionOnceCallbacks anyway, so this change really does not modify behavior. Bug: 807724 Change-Id: I03c3b5dc1f77e76d7780748a4334b743053d69ef Reviewed-on: https://chromium-review.googlesource.com/1159200Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#581346}
-
Tibor Goldschwendt authored
This library is needed to on-demand install dynamic feature modules. Bug: 862681 Change-Id: I6d4f76e614c464bdbd4fb3be7c69d1a583a75f1b Reviewed-on: https://chromium-review.googlesource.com/1151531Reviewed-by:
Peter Wen <wnwen@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Conley Owens <cco3@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#581345}
-
Min Qin authored
This CL migrates all in-progress cache metadata to level DB. The current implementation uses a file to store all in-progress data, which is not very scalable. This CL rewrites the current implemetation to use level DB. It also migrates the existing data from that file, and destroys it on success. UMAs are provided to track the migration and the DownloadDB. Bug: 870502 Change-Id: I7494b72e89ba68627f635666a62c9a29d211f46b Reviewed-on: https://chromium-review.googlesource.com/1163996Reviewed-by:
Xing Liu <xingliu@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#581344}
-
Gabriel Charette authored
The default JsonPrefStore task runner is used instead of injecting one. Remaining use cases didn't require sharing the task runner except one (to flush), but CommitPendingWrite()'s async reply API already provides this functionality and we use it in this CL instead of exposing the entire task runner (which is also more readable then implicitly depending on the impl flushing right away on its task runner). This is another take on hanxi's https://crrev.com/c/1153632 after debugging it locally I realized RundownTaskCounter needs to observe the notification synchronously (as the WaitableEvent prevents observing the reply). A nested Runloop is also not suitable (ref. https://crbug.com/318527 and in code comments). Note: JsonPrefStore's optional constructor params were flipped since the task runner is now the most likely optional parameter. This CL is a precursor to: https://crrev.com/c/1148959. R=sky@chromium.org Bug: 848615, 318527 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;luci.chromium.try:linux_mojo;master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I24c03cb2e49ec667e592d7a78722cdaf0884af36 Reviewed-on: https://chromium-review.googlesource.com/1163628 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#581343}
-
Peter Collingbourne authored
This function lives in //content/browser despite being intended to be used by child processes. The function body is trivial and can be inlined into every caller. This lets us remove one dependency from app to browser. Bug: 855193 Change-Id: Ia9558b4298275a5638500ebcd65361073be838b9 Reviewed-on: https://chromium-review.googlesource.com/1159394Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#581342}
-
Will Harris authored
This dependency was added when crashpad fallback handler was added to chrome.exe, but this dependency should be delay load as it's only used when uploading a crash report. BUG=870463 Change-Id: I180fd151f9d0c79c850fe818b87138b311066cc1 Reviewed-on: https://chromium-review.googlesource.com/1160797Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#581341}
-
Sarah Hu authored
Security requires fingerprint lock out after too many attempts. So remove try again later from the message. See discussion in go/cros-fingerprint Bug: 835357 Change-Id: Id3551dceb0d80d3f839172c1e321ff168c8b8c92 Reviewed-on: https://chromium-review.googlesource.com/1165951Reviewed-by:
Wenzhao (Colin) Zang <wzang@chromium.org> Commit-Queue: Xiaoyin Hu <xiaoyinh@chromium.org> Cr-Commit-Position: refs/heads/master@{#581340}
-
Ned Nguyen authored
This reverts commit 96cfcfde. Reason for revert: reenable Telemetry perf benchmark coverage Original change's description: > Temporarily disable Telemetry perf test on Mac builders > > NOTRY=true # covered by PRESUBMIT tests > > Bug: 868675 > Cq-Include-Trybots: master.tryserver.chromium.perf:obbs_fyi > Change-Id: Ia5fb548ba314edda307b5b7d7d7d27ff9e24fb30 > Reviewed-on: https://chromium-review.googlesource.com/1164565 > Reviewed-by: David Tu <dtu@chromium.org> > Commit-Queue: Ned Nguyen <nednguyen@google.com> > Cr-Commit-Position: refs/heads/master@{#581082} TBR=dtu@chromium.org,nednguyen@google.com Change-Id: Ifaf628ca1d733df24365e5231f687b4e20eb467a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 868675 Cq-Include-Trybots: master.tryserver.chromium.perf:obbs_fyi Reviewed-on: https://chromium-review.googlesource.com/1166122Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#581339}
-
perfetto-chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/ef73f7b272a5..181422428b90 git log ef73f7b272a5..181422428b90 --date=short --no-merges --format='%ad %ae %s' 2018-08-07 primiano@google.com Merge "Introduce legacy JSON importer and "slices" vtable" 2018-08-07 hjd@google.com Merge "perfetto-ui: Remove ControllerProxy" Created with: gclient setdep -r src/third_party/perfetto@181422428b90 The AutoRoll server is located here: https://perfetto-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=perfetto-bugs@google.com Change-Id: I905941ad24b71dc080873ea61e2758fa01e67eb6 Reviewed-on: https://chromium-review.googlesource.com/1165326Reviewed-by:
perfetto-chromium-autoroll <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: perfetto-chromium-autoroll <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#581338}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/67c8e92b..cbcf8cb1 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,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I62acaa6bf12836a1f83725fe55cce74f8ba42b0d Reviewed-on: https://chromium-review.googlesource.com/1165600Reviewed-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@{#581337}
-
Xiangjun Zhang authored
Bug: 734672 Change-Id: I97941d577b6993170b4f5a506e51a9451623dccd Reviewed-on: https://chromium-review.googlesource.com/1162772 Commit-Queue: Xiangjun Zhang <xjz@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#581336}
-
Jacob Dufault authored
OOBE now has a white background across the entire display. The status area tray icons were not visible in this environment. Bug: 857221 Change-Id: I025b8f0d243df6be4d1b0258628dc72730467341 Reviewed-on: https://chromium-review.googlesource.com/1162780 Commit-Queue: Jacob Dufault <jdufault@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#581335}
-
James Cook authored
The class is deprecated. Eliminate empty methods. Inline code from remaining methods. TBR=rcui@chromium.org Bug: 866523 Change-Id: I6c785a5c58b4b95f2a3b543ab80b66610fc88519 Reviewed-on: https://chromium-review.googlesource.com/1164629Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#581334}
-
src-internal-chromium-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/3cd5de0de3a1..36668c6ef51c Created with: gclient setdep -r src-internal@36668c6ef51c The AutoRoll server is located here: https://src-internal-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=mmoss@chromium.org Change-Id: I17d28747972146fad6119e8c029b9fa57db7702d Reviewed-on: https://chromium-review.googlesource.com/1165627Reviewed-by:
src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#581333}
-
Avi Drissman authored
BUG=871784 TBR=joenotcharles@chromium.org NOTRY=true Change-Id: If114b2364922392b3e9a56c62a47dd45f1101b62 Reviewed-on: https://chromium-review.googlesource.com/1165832Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#581332}
-
Ryan Sturm authored
This crash can happen when a user turns data saver off after the InfoBar is shown, but before the page is closed. In this case, it is fine to ignore reporting the opt out as the user will not see the InfoBar again until they turn data saver back on. Bug: 871835 Change-Id: I6ab20290e64cb31179e4473d95fe892ce47e6b94 Reviewed-on: https://chromium-review.googlesource.com/1165623Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#581331}
-
Orin Jaworski authored
The hovered tab state was visually too close to active state so this CL reduces the opacity. The method for calculating interpolation range and hover radial gradient opacity is changed to use target contrast ratios. This approach ideally will adapt better to various themes and color schemes, ensuring the right level of contrast by adjusting opacity automatically. Bug: 856893 Change-Id: I2799b722c1d84d7c323e4f587fa8f5e58106bf58 Reviewed-on: https://chromium-review.googlesource.com/1147605 Commit-Queue: Orin Jaworski <orinj@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#581330}
-
Xiaohan Wang authored
The original problem has been fixed in the latest Widevine CDM. Bug: 847591,851027 Test: This CL enables a test Change-Id: I3245bb98672b9ae872354d9f2ac6b419bc0b84b4 Reviewed-on: https://chromium-review.googlesource.com/1162907 Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
John Rummell <jrummell@chromium.org> Cr-Commit-Position: refs/heads/master@{#581329}
-
Michael Spang authored
Instead of providing an object that creates fake framebuffers in tests, create fake GbmBuffers and import them into the fake DrmDevice. Bug: 869206 Test: ozone_unittests Change-Id: Ib00eb4befeda0ffd9299499b1f451036fa1aa2bb Reviewed-on: https://chromium-review.googlesource.com/1162656 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#581328}
-
Mugdha Lakhani authored
GET or HEAD, per https://fetch.spec.whatwg.org/#origin-header. Bug: 860478 Change-Id: I1dfda7fb630fbd200c5ed635228ebf81dd003156 Reviewed-on: https://chromium-review.googlesource.com/1165163 Commit-Queue: Mugdha Lakhani <nator@chromium.org> Commit-Queue: Peter Beverloo <peter@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#581327}
-
Jacob Dufault authored
Caused by a DCHECK crash from a pointer pointing to deallocated memory. Bug: 866535 Change-Id: I96d76aeaeb8c89316cd6ffb237928cd2bfcfb744 Reviewed-on: https://chromium-review.googlesource.com/1165850Reviewed-by:
Xiaoyin Hu <xiaoyinh@chromium.org> Commit-Queue: Jacob Dufault <jdufault@chromium.org> Cr-Commit-Position: refs/heads/master@{#581326}
-
David Tseng authored
ChromeVox can be run as both compressed (minified js) and uncompressed. The latter facilitates faster development. It appears that in some instances, with the kevin board in particular, gn evaluates the ChromeVox build file incorrectly. The end result is we end up with both uncompressed and compressed js files in ChromeVox leading to duplicate js objects. Bug: 868579 Test: clean build for 1. prior to this patch 2. after this patch Before each deployment, ensure we delete the chromevox folder on-device. This should be equilvanet to a new image. Change-Id: I64cf826bda9239edc7764ba598bfed6dd0572d56 Reviewed-on: https://chromium-review.googlesource.com/1165787Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#581325}
-
Gabriel Charette authored
This is required to remove the |local_state_task_runner| member of BrowserProcessImpl only used to implicitly wait on pref store. Ref. https://crrev.com/c/1163628. Synchronous callback semantics are required on EndSession() as a nested RunLoop is not suitable to observe a reply. https://chromium-review.googlesource.com/c/chromium/src/+/1163628/8/chrome/browser/browser_process_impl.cc#594 Also implemented in services/preferences' SegregatedPrefStore but not in the Mojom interface where I don't think it's used yet? Or if it is then it was already wrong as |local_state_task_runner| is decoupled from that Mojom. The DCHECK will tell and make this future proof. Bug: 848615 Cq-Include-Trybots: luci.chromium.try:linux_mojo;master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ie72f2d30d30bfa7f96a04d780d1591949a173b78 Reviewed-on: https://chromium-review.googlesource.com/1164522Reviewed-by:
Jonathan Ross <jonross@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#581324}
-
Alexei Filippov authored
To allow external symbolization the profile has to include modules info. BUG=803276 TBR=pfeldman@chromium.org Change-Id: I0802678210e07ec89a2d2e5eae9a02f7d5dc1568 Reviewed-on: https://chromium-review.googlesource.com/1147525Reviewed-by:
Alexei Filippov <alph@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Reviewed-by:
Mike Wittman <wittman@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Alexei Filippov <alph@chromium.org> Cr-Commit-Position: refs/heads/master@{#581323}
-
Antonio Gomes authored
In order to keep the extensive unittests set functional, a couple of extensions were made, apart from the migration itself. Remarkably: - Added a new method to ExtensionDownloaderDelegate class, ::OnExtensionDownloadRetryForTests, used exclusively for tests. Basically, *various* unit tests in ExtensionUpdaterTest (namely TestSingleExtensionDownloading* and ProtectedDownload*) perform intentional load failures/retries, where resource request parameters and load results are set up and verified differently for each load fail/retry sequence. Prior to this CL, with URLFetcher, tests could control when to call URLFetcherDelegate::OnURLFetchComplete. In SimpleURLLoader worlds, we can not really control when the "load complete" callback is called, since it is a mojo call. Hence, this testing-only API was added so that tests can more fine-grained control when loads are triggered. BUG=773295 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: Ife6f51837648036c8b96dbedcb093113be2fc987 Reviewed-on: https://chromium-review.googlesource.com/1066370 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Minh Nguyen <mxnguyen@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#581322}
-
Avi Drissman authored
This reverts commit d7c2fe50. Reason for revert: Breaks the ASAN bots. Details in the followup email to this revert CL. Original change's description: > Don't show camera icon in guest mode > > This CL hides camera icon of internal camera app in guest mode. Since > extensions are not allowed in guest mode, users can't perform any > actions after clicking on the camera icon. > > Bug: 866412 > Test: Tested on eve that there's no camera icon in guest mode. > Change-Id: Idf7cc42a50087aeced3283eafd6372144281b570 > Reviewed-on: https://chromium-review.googlesource.com/1152147 > Reviewed-by: Tatiana Gornak <melandory@chromium.org> > Reviewed-by: Steven Bennetts <stevenjb@chromium.org> > Commit-Queue: Sheng-hao Tsao <shenghao@google.com> > Cr-Commit-Position: refs/heads/master@{#581198} TBR=stevenjb@chromium.org,melandory@chromium.org,shenghao@google.com Change-Id: Iae87ba198da16262d6c7a79527234051994a54ef No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 866412 Reviewed-on: https://chromium-review.googlesource.com/1165962Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#581321}
-
Rune Lillesveen authored
Update (create or destroy) the FirstLetterPseudoElement and its style at the point where the block level element's layout sub-tree is up-to- date. This means we will always attach the layout tree for the ::first-letter element in Element::AttachLayoutTree, but the pseudo element and its style may be created/updated at style recalc time, layout tree rebuild time, or layout tree attachment time depending on when we know what will be the LayoutText from which we will format the first letter if any. UpdateFirstLetterPseudoElement is split out from UpdatePseudoElement to make the code easier to read as the former case has some exceptional cases. We no longer use the pseudo style cache for ::first-letter as we will now compute the style only once per pass with the correct inheritance parent. Bug: 847218 Change-Id: I7a1e2a60122891fa38998ff85e566bec0a38b513 Reviewed-on: https://chromium-review.googlesource.com/1155591Reviewed-by:
Anders Ruud <andruud@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#581320}
-
Jérôme Lebel authored
Adding to -CollectionViewTextItem.enabled to avoid changing the -CollectionViewTextItem.commandID to enable/disable the cell. Bug: 827072 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ifb93b949cc1f58e84e021ca7823677a08c8bc0b9 Reviewed-on: https://chromium-review.googlesource.com/1163603 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#581319}
-
Quan Nguyen authored
As part of this CL, a method has been added to LoginScreenControllerObserver to be notified when the OOBE dialog visibility changes. Bug: 871186 Change-Id: I7b8d9fb7de99c16df6166c43f2eb55f56b93736e Reviewed-on: https://chromium-review.googlesource.com/1164248Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Xiaoyin Hu <xiaoyinh@chromium.org> Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Commit-Queue: Quan Nguyen <qnnguyen@chromium.org> Cr-Commit-Position: refs/heads/master@{#581318}
-
Avi Drissman authored
BUG=871910 TBR=pkasting@chromium.org NOTRY=true Change-Id: I4c1100d7b95e654edeaa9b416c2cf9b0f6759339 Reviewed-on: https://chromium-review.googlesource.com/1165829Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#581317}
-