- 24 Aug, 2018 40 commits
-
-
Robert Sesek authored
The builder is now on LUCI rather than the legacy buildbot master. Change-Id: I5ccaaa9dc317211daee8348f61b9eda068018314 Reviewed-on: https://chromium-review.googlesource.com/1188616Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#585897}
-
Takumi Fujimoto authored
Subtract margin width from the preferred widths of the media remoting and cloud services dialogs, so that they have the intended width. Bug: 875102 Change-Id: I362dd2bbae7f533df3f9f51d851c7f7b5d136908 Reviewed-on: https://chromium-review.googlesource.com/1187577Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#585896}
-
bsheedy authored
Adds support for running the existing VR instrumentation tests on standalone VR devices, specifically the Lenovo Mirage Solo. Main changes include: 1. Adding new restrictions to differentiate smartphone VR from standalone devices and only enable tests on standalone when they make sense to do so. 2. Work around tests starting in VR. 3. Fix various issues with running on standalone devices such as controller recentering behavior being slightly different. Bug: 876946 Change-Id: Ibb357e765768c0db9d08a8c7504ee8d14e0d31f3 Reviewed-on: https://chromium-review.googlesource.com/1186114Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#585895}
-
Clark DuVall authored
This test uses an OSDD URL that gives a 404, so allow http errors for the SimpleURLLoader. It looks like this could flake if there was a delay between OnReceiveResponse and OnComplete. Bug: 870588 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: I101894bba7c31fcc7a686ab79b6e6bb936c4c26c Reviewed-on: https://chromium-review.googlesource.com/1187667Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#585894}
-
Mathieu Guay-Paquet authored
Change-Id: Ie5bdc719778c41ef473ce977c8698966e9b47001 Reviewed-on: https://chromium-review.googlesource.com/1161181 Commit-Queue: Mathieu Guay-Paquet <mguaypaq@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Reviewed-by:
Joe Mason <joenotcharles@chromium.org> Cr-Commit-Position: refs/heads/master@{#585893}
-
Kevin Marshall authored
The underlying cause of the flakes should be fixed in crrev.com/98f6ea73. TBR=wez@chromium.org Bug: 876894 Change-Id: Ic3549ff80afc6e8041a1195ab71d39b300789e78 Reviewed-on: https://chromium-review.googlesource.com/1187897Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#585892}
-
Scott Violet authored
EasyResizeWindowTargeter only works if a targeter is not installed on the children of the container. This makes EasyResizeWindowTargeter work by explicitly checking the parent's WindowTargeter for SubtreeShouldBeExploredForEvent(). BUG=877099 TEST=covered by test Change-Id: If5de972623bfbffb87986958010f7c8c51d8b448 Reviewed-on: https://chromium-review.googlesource.com/1187625Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#585891}
-
Justin Cohen authored
Adds highlight state to articles and most visited cells. Bug: 865834, 865836 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I6b299b99767136cc6b0517d29f3c6e2aebc3bb05 Reviewed-on: https://chromium-review.googlesource.com/1183627Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#585890}
-
Troy Hildebrandt authored
Introduces some performance tests for ProtoDatabase, for writing individual entries, writing in batches, and writing/reading a single database containing all entries vs. separate databases. Reports time taken and memory used where appropriate. Bug:870813 Change-Id: I9c916f296afed63be4d414f4a2fe70541863d510 Reviewed-on: https://chromium-review.googlesource.com/1148889 Commit-Queue: Troy Hildebrandt <thildebr@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#585889}
-
Clark DuVall authored
Add a flush because of http://crrev.com/c/1139048. Bug: 347159 Change-Id: Ia134666ecbf82ae99d429522178f605b009b40eb Reviewed-on: https://chromium-review.googlesource.com/1187375Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#585888}
-
Andrew Grieve authored
The existing version was found to infinite loop at times. Also moves the jars to CIPD NOTRY=true # windows bot failing Bug: 876539 Change-Id: If822837f4958434372ef0cb40799aec32ec7cd37 Reviewed-on: https://chromium-review.googlesource.com/1187003 Commit-Queue: agrieve <agrieve@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#585887}
-
Matthew Cary authored
Create an UnsafeSharedMemoryRegion from a SharedMemoryHandle. This creation method is only needed while transitioning to the new shared memory API. This enables in particular the media code to not add a dependency on mojo, via WritableUnalignedMapping. This dependency has caused problems, eg crbug.com/874074 and crbug.com/871429. Bug: 795291 Change-Id: Ie0603e55afac9d853d371548a99475d763034fa5 Reviewed-on: https://chromium-review.googlesource.com/1183910 Commit-Queue: Matthew Cary <mattcary@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#585886}
-
Yi Fan authored
clock_gettime() doesn't call syscall SYS_clock_gettime when VDSO is enabled. some unittests would fail. This is happening on aarch64 kernel w/ CL "arm64: Add support for CLOCK_MONOTONIC_RAW in clock_gettime() vDSO". enforce to use syscall to SYS_clock_gettime to get around the failure Bug: internal b/110172084 Test: local test Cq-Include-Trybots: master.tryserver.chromium.android:android_compile_x64_dbg;master.tryserver.chromium.android:android_compile_x86_dbg Change-Id: Idc824403faaba7b8504bf89ba10f0ba50422c3f5 Reviewed-on: https://chromium-review.googlesource.com/1187586 Commit-Queue: Yi Fan <yfa@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#585885}
-
Francois Doray authored
NoBackgroundTasksTest.FirstNonEmptyPaintWithoutBackgroundTasks is a test that verifies that the first paint in a tab can happen when TaskPriority::BEST_EFFORT tasks don't run. Before this CL, the test's body ran a RunLoop until WebContentsObserver::DidFirstVisuallyNonEmptyPaint() was invoked. A timeout occured if the first paint occured before the test's body was entered. Having the first paint before the test's body is possible, because InProcessBrowserTest::PreRunTestOnMainThread() runs tasks before jumping to the test's body (see https://cs.chromium.org/chromium/src/chrome/test/base/in_process_browser_test.cc?l=486&rcl=8edfdb37ebe40b1ba4dae27a23d8edaeac09a0ee). This CL fixes the issue by skipping running the RunLoop if WebContents::CompletedFirstVisuallyNonEmptyPaint() is already true at the beginning of the test's body. This is one of multiple fixes that will allow us to enable the test on ChromeOS. Bug: 833989 Change-Id: I0ce024bda351059c4e0ba8648e1f0f0459eb19ac Reviewed-on: https://chromium-review.googlesource.com/1187131Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#585884}
-
nednguyen authored
Bug: 828468, 828443 Change-Id: Id790c23f48fda5d8f6444c5cf175e930f153c3ba Reviewed-on: https://chromium-review.googlesource.com/1188583Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#585883}
-
Manu Cornet authored
This fixes a bug whereby when pinning or un-pinning an app in a way that didn't require a reorder (e.g. pinning the leftmost running app) did not cause the separator to appear. Bug: 877348 Change-Id: I2f509a32f69f4779806430b4c08a96268171edef Reviewed-on: https://chromium-review.googlesource.com/1187962Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#585882}
-
Manu Cornet authored
This reverts commit 64679b34. Reason for revert: I need this functionality at another level of the stack (directly in Skia), reverting this not to add unnecessary complication. Original change's description: > Support rounded rects that don't have the same radius on all 4 corners > > Bug: 805612 > Change-Id: I86af86a62fe2e46691db6bfb2b24da404c93ec1d > Reviewed-on: https://chromium-review.googlesource.com/1130059 > Commit-Queue: Manu Cornet <manucornet@chromium.org> > Reviewed-by: Xiaoqian Dai <xdai@chromium.org> > Cr-Commit-Position: refs/heads/master@{#573528} TBR=xdai@chromium.org,manucornet@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 805612 Change-Id: I6011952531594bba81c565e1a4bc004654399ece Reviewed-on: https://chromium-review.googlesource.com/1188702Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#585881}
-
Sammie Quon authored
Suspected cl is hurting performance test in the bug. This was requested by a couple people, we can see if this fixes it and then discuss with ux a workaround. Test: manual Bug: 863304 Change-Id: I0dfdcc87cdfe99e80021cd8a94168bb976fbc02d Reviewed-on: https://chromium-review.googlesource.com/1188438Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#585880}
-
David Benjamin authored
This is leftover from https://codereview.chromium.org/2715513004. This will remove HttpAuthController's vtable and hopefully decrease code size. Change-Id: I61dbc388f006234a64cb0a87d6475c12ba6b724e Reviewed-on: https://chromium-review.googlesource.com/1187731Reviewed-by:
Asanka Herath <asanka@chromium.org> Commit-Queue: David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#585879}
-
Xiaohan Wang authored
- Add TriStateSiteSettingsPreference, a Preference that has three RadioButtonWithDescription, corresponding to Allowed, Ask and Blocked state respectively to be used for site settings. - The title of the 3 radio buttons are fixed: "Allowed", "Ask first", and "Blocked". - The descriptions of the 3 radio buttons are declared in ContentSettingsResources. - SingleCategoryPreferences is updated to support both the toggle and a new tri-state setting, only one of which will be shown. When the tri-state setting is shown: * Hide the read_write_toggle. * Initialize the TriStateSiteSettingsPreference * Listen to setting change in the TriStateSiteSettingsPreference - Update PrefServiceBridge to be able get/set the ContentSetting, instead of getting/setting a boolean. Screenshots of the new UI at https://photos.app.goo.gl/rgkh53VNkesAGXKa7 TBR=raymes@chromium.org Bug: 854737 Test: Manually tested. Change-Id: I1a19474960bec9b5677ec1dc8408ec487248787b Reviewed-on: https://chromium-review.googlesource.com/1179461 Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/master@{#585878}
-
Evan Stade authored
The wrong version of this DCHECK slipped by in b2270914 Bug: 640365 Change-Id: I9e1922c537851be269f483e98878bb2d200e9260 Reviewed-on: https://chromium-review.googlesource.com/1187712Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#585877}
-
Eliot Courtney authored
free resize it. Bug: b/113151342 Test: unit test + opened a PIP window in tablet mode and was able to Change-Id: Ic72478a35c5726e7ffa2e89fd61243b87f4bf4d7 Reviewed-on: https://chromium-review.googlesource.com/1188404Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Eliot Courtney <edcourtney@chromium.org> Cr-Commit-Position: refs/heads/master@{#585876}
-
Jacob Dufault authored
Bug: 877047 Change-Id: If77842d8f90cfc0a09420c82745d82a1b0a2030d Reviewed-on: https://chromium-review.googlesource.com/1187407Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Jacob Dufault <jdufault@chromium.org> Cr-Commit-Position: refs/heads/master@{#585875}
-
Jonathan Metzman authored
Allow fuzzers to opt out of using AFL's forkserver. Also opt v8 fuzzers out of using it. v8 fuzzers start threads when LLVMFuzzerInitialize is called. This breaks AFL's forkserver because one cannot fork after a thread has started. This is a speculative fix for crbug.com/875199 Bug: 797798, 875199, 796680 Change-Id: I12e8408afaba9c9ca435d031e4263fcc2f80c67f Reviewed-on: https://chromium-review.googlesource.com/1187835Reviewed-by:
Max Moroz <mmoroz@chromium.org> Commit-Queue: Jonathan Metzman <metzman@chromium.org> Cr-Commit-Position: refs/heads/master@{#585874}
-
Eliot Courtney authored
overview. It was visible but not included in the overview. Bug: b/112668590 Test: Added unittests + put a window into PIP mode then started the Change-Id: I245c6a9eb05fb08fca68619b35261967d1becea2 Reviewed-on: https://chromium-review.googlesource.com/1177207Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Eliot Courtney <edcourtney@chromium.org> Cr-Commit-Position: refs/heads/master@{#585873}
-
Dominik Röttsches authored
HarfBuzzShaper asks FontFallbackIterator whether a full hint list will be required. A full hint list is only required when determining which parts of a segmented font need to be downloaded. A segmented font face is a face that is composed out of multiple @font-face rules with different unicode-range: descriptors. The fallback characters need to be compared against the unicode-range: values. In other cases, only the first character that has a definite script is useful for fallback. A segmented font is a set of @font-face declarations with the same family name, but different unicode-range: descriptors. The order of performing font fallback with segmented fonts in the stack looks as follows: * We're going through the font stack font family by font family. * When selecting one family, we have to check whether it is a segmented font or not. * If it is segmented, we go sequentially through the different @font-face declarations, with differing unicode-range descriptors in reverse order of declaration. * Once we have determined that there is nothing more to shape with this segmented font family, we continue to the next family. The important situation regarding hint chars is as follows, in an example: 1) The first character of the remaining text to be shaped does not need the first segment of a @font-face, but only uses the second. 2) The second character needs the first segment of the @font-face, but since we go through them in order, we are not going to go back and find it anymore and will shape this character with the wrong font. If, at step 1 hint chars are collected, all @font-face's from a segmented font are selected, as all characters are compared against all unicode-ranges. fast/css/font-face-unicode-range.html was transformed into a inspector-protocol/layout style test and one case was added to check that the above mechanism works after falling back from a primary font. Bug: 848295 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I38ddc196c02d92bb4608928772edee07203f98e7 Reviewed-on: https://chromium-review.googlesource.com/1172662 Commit-Queue: Dominik Röttsches <drott@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#585872}
-
David Bokan authored
These tests: virtual/threaded/fast/events/pinch/pinch-zoom-into-center.html virtual/threaded/fast/events/pinch/pinch-zoom-pan-position-fixed.html pinch-zoom-pan-within-zoomed-viewport.html were breaking because Mac doesn't support touch events and the pinch was being done using touch. I've changed to use a touchpad source as this doesn't affect the meaning of the tests as well as some minor cleanups. While here, I also rewrote a number of tests to use gesture-util.js and the async/await style which is more readable and easier to produce non-flaky tests. TBR=nasko@chromium.org Bug: 854199,873435,877494,877361 Change-Id: I19f6e199fea694013d3dceaeb32c881059301f1d Reviewed-on: https://chromium-review.googlesource.com/1185238 Commit-Queue: David Bokan <bokan@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Sahel Sharify <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#585871}
-
Tanja Gornak authored
Having the deprecated version of the InvalidationServiceProviderFactory will allow to migrate every sub-project which depends on invalidations individually. Follow-up CL introduces new factory, which internally will create the invalidation service based on FCM: https://chromium-review.googlesource.com/c/chromium/src/+/1185093 Bug: 801985 TBR=skuhne@chromium.org, emaxx@chromium.org, fukino@chromium.org, msarda@chromium.org, xiyuan@chromium.org Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I84c64366017de58bdfe060e59b8d54e8d2153a8d Reviewed-on: https://chromium-review.googlesource.com/1185014 Commit-Queue: Tatiana Gornak <melandory@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Cr-Commit-Position: refs/heads/master@{#585870}
-
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/195b9510dbe5..8dabf7bda37f git log 195b9510dbe5..8dabf7bda37f --date=short --no-merges --format='%ad %ae %s' 2018-08-24 bmgordon@chromium.org lib/constants: Change ndk_translation ACLs Created with: gclient setdep -r src/third_party/chromite@8dabf7bda37f The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll 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=chrome-os-gardeners@chromium.org Change-Id: I69ef6979718ca0c1209cff3623af4755d5a34d3c Reviewed-on: https://chromium-review.googlesource.com/1188503Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#585869}
-
Lei Zhang authored
Instead of taking the dimensions as two separate parameters. Change-Id: I6a92aa4c21d932f131c0aae39860edfd9b642c2b Reviewed-on: https://chromium-review.googlesource.com/1185371Reviewed-by:
Ian Vollick <vollick@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#585868}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/60e5b43e85ec..1118cfdbdcc2 git log 60e5b43e85ec..1118cfdbdcc2 --date=short --no-merges --format='%ad %ae %s' 2018-08-24 kjlubick@google.com Update Pixel 2 XL to Android P Created with: gclient setdep -r src/third_party/skia@1118cfdbdcc2 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll 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=fmalita@chromium.org Change-Id: Icc1bb43d82953e117b475b84c3db830e61a01fd1 Reviewed-on: https://chromium-review.googlesource.com/1188504Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#585867}
-
Donn Denman authored
Extends the CS component to have an API for preferences, with a call for the Unified Consent use-case. Extends Contextual Search to record the previous user setting, and use it for throttling of server requests when needed. Details in https://go/cs-unity-throttle. The initial integration with Unified Consent calling this API is in a separate CL. Also provides some minor cleanup by adding definitions for the TTS enabled and disabled setting strings. BUG=825428 Change-Id: I187e903a30cfb671aeeaba00ce6fb578219c17a2 Reviewed-on: https://chromium-review.googlesource.com/1157869 Commit-Queue: Donn Denman <donnd@chromium.org> Reviewed-by:
Pam Greene (Please send IM for reviews) <pam@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Thomas Tangl <tangltom@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#585866}
-
Ben Kelly authored
The spec requires rejecting cache.addAll() with an InvalidStateError. This CL improves the exception message by describing which requests were found to be duplicates. If duplicate rejection is turned off via the feature flag then the list of duplicates will be reported to the web console. Bug: 720919 Change-Id: I7a9faaa45f8ce2a8b2b3b4006e0ae1d2b7ae8754 Reviewed-on: https://chromium-review.googlesource.com/1174659 Commit-Queue: Ben Kelly <wanderview@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#585865}
-
Nicolas Pena authored
This CL adds static strings for the various PerformanceEntry types by using the the make_names template. This removes the need for thread-safe copies. Bug: 852050 Change-Id: Ie37d3022c25bb354d335edebbc08e78de0ccbd7a Reviewed-on: https://chromium-review.googlesource.com/1187377Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#585864}
-
Roger Tawa authored
Bug: None Change-Id: I9370b99599f128d7379761c77ba9195be59baf71 Reviewed-on: https://chromium-review.googlesource.com/1187270 Commit-Queue: Roger Tawa <rogerta@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#585863}
-
Christian Fremerey authored
Bug: None Change-Id: I8e5bdafc86e9bf45e6e9fb43fb2c0b4d11abbc09 Reviewed-on: https://chromium-review.googlesource.com/1187724Reviewed-by:
Emircan Uysaler <emircan@chromium.org> Commit-Queue: Christian Fremerey <chfremer@chromium.org> Cr-Commit-Position: refs/heads/master@{#585862}
-
Mugdha Lakhani authored
Now that we're passing BackgroundFetchRegistration with all BackgroundFetch Events, the unit tests can be simplified. Bug: 876691, 869918 Change-Id: I5137981b32666901cdc6f953b744372695b11d72 Reviewed-on: https://chromium-review.googlesource.com/1186722 Commit-Queue: Mugdha Lakhani <nator@chromium.org> Reviewed-by:
Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#585861}
-
Dave Tapuska authored
Make sure the type on the interface matches the IDL type. All were unsigned long in the case which maps to uint32_t. BUG=596846 Change-Id: Iecec0190018d18735d7ffe0c0521af8c7f5514f8 Reviewed-on: https://chromium-review.googlesource.com/1188606Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#585860}
-
yiyix authored
|registered_frame_sink_ids_to_is_connected_| and |frame_sink_elements_| saves the same information about the FrameSinkId, that is if a FrameSinkId is register and/or created. This cl removes the variable |registered_frame_sink_ids_to_is_connected_|. Bug:816802 Change-Id: Iad9c9e9819ffd44ca8aff7c7b82ad0b5852d6e8d Reviewed-on: https://chromium-review.googlesource.com/1186195Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: Yi Xu <yiyix@chromium.org> Cr-Commit-Position: refs/heads/master@{#585859}
-
Aga Wronska authored
Information about specific demo mode configuration (online, offline) is needed to customize demo experince. This change is a followup to initial demo mode detection: https://chromium.googlesource.com/chromium/src/+/ff7f92d7c843630dcdde104421929bdecf34f637 * Consolidate DemoSession::EnrollmentType and DemoSetupController::EnrollmentType into DemoSession::DemoModeConfig to avoid confusion between the two. * Remove EnrollmentConfig::Mode member from DemoSetupController as it is redundant to demo mode configuration. * Store demo mode configuration as a preference in the local state. * Add new device mode policy:DEVICE_MODE_DEMO to represent demo devices. New mode should be passed by DMServer during online demo setup as well as used during offline setup. The ability to manually enroll device into demo domain is preserved for now. Demo mode will be recognized if either device mode is set to demo or device domain matches demo domain. Manually do offline demo setup. Manually do online demo setup with local copy of DMServer that serves new device mode. Bug: 855669 Test: Run demo mode unit and browser tests. Change-Id: I5ce9eb2c96f0ddc7a50e7ec1665e52bb9d203704 Reviewed-on: https://chromium-review.googlesource.com/1173253Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: Aga Wronska <agawronska@chromium.org> Cr-Commit-Position: refs/heads/master@{#585858}
-