- 25 Jan, 2018 40 commits
-
-
Yoland Yan authored
Merge CronetTestCommon into CronetTestRule since there is no long need for sharing the implementation with other classes Bug: 711517 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester Change-Id: Ib5177155e3a818345c0038241f752af82843236c Reviewed-on: https://chromium-review.googlesource.com/881553 Commit-Queue: Yoland Yan <yolandyan@chromium.org> Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Cr-Commit-Position: refs/heads/master@{#531948}
-
Jonathan Backer authored
This uses the new raster specific command IDs and autogen of boilerplate handler code. All of the handlers are stubbed out with NOTIMPLEMENTED(). Compiles and links. Bug: 789238 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I791f1105d191197628273beaf0c6aa46c0c4b763 Reviewed-on: https://chromium-review.googlesource.com/884205 Commit-Queue: Jonathan Backer <backer@chromium.org> Reviewed-by:
Victor Miura <vmiura@chromium.org> Cr-Commit-Position: refs/heads/master@{#531947}
-
Miguel Casas-Sanchez authored
crrev.com/c/882081 landed a correction of the incoming VideoFrame colorspace [1,2], to have a MatrixID::RGB matrix. This was (and is) not needed and wrong, because we might lose container color space information, and in reality what we want is to tell VideoResourceUpdater to manipulate this resource as RGB, so this CL corrects this situation. [1] https://cs.chromium.org/chromium/src/media/video/gpu_memory_buffer_video_frame_pool.cc?sq=package:chromium&dr=CSs&l=451 [2] https://cs.chromium.org/chromium/src/media/video/gpu_memory_buffer_video_frame_pool.cc?sq=package:chromium&dr=CSs&l=462 Bug: 797347 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I3f22fdc82395ece5181cb2ce198ed2c838cf49a7 Reviewed-on: https://chromium-review.googlesource.com/885041Reviewed-by:
ccameron <ccameron@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#531946}
-
Ken Russell authored
This should help prevent the compiler from attempting to inline them. Bug: 805409 Change-Id: I282c12f09048fef3cb24b8c1b1d14c1a0ca705f0 Reviewed-on: https://chromium-review.googlesource.com/885901 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#531945}
-
deejay authored
Aria-dropeffect and aria-grabbed are deprecated in aria 1.1. Those properties are expected to be replaced by a new feature in a future version of WAI-ARIA. After that we will re-implement them following new spec. For now, we do not deprecate them immediately for backward compatibility and just notify it by comments as "TODO". Bug: none Change-Id: I1701d2048158c209b9a09608c0904abc3bfb75d7 Reviewed-on: https://chromium-review.googlesource.com/867799Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#531944}
-
Yoland Yan authored
Bug: 711517 Change-Id: I041ffd60657022e98196246bdff14f0e4d802f20 Reviewed-on: https://chromium-review.googlesource.com/882447Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Yoland Yan <yolandyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#531943}
-
Troy Hildebrandt authored
NewApi warnings were suppressed accidentally and an AssertionError constructor that requires API 19 was used. The NewApi warnings are back, so this fix avoids using the AssertionError, and throws the exceptions as they are. R=yusufo@chromium.org Bug: 805509,803484 Change-Id: I488c5f8de4351acac14874c7743a52ee0612c37c Reviewed-on: https://chromium-review.googlesource.com/884206 Commit-Queue: Troy Hildebrandt <thildebr@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#531942}
-
Emily Hanley authored
on mac 10.12 TBR=charliea@chromium.org NOTRY=true Bug: 805934 Change-Id: Ifc2da35f001c146e59836e32e60a168ea063ec66 Reviewed-on: https://chromium-review.googlesource.com/887221Reviewed-by:
Emily Hanley <eyaich@chromium.org> Commit-Queue: Emily Hanley <eyaich@chromium.org> Cr-Commit-Position: refs/heads/master@{#531941}
-
Gauthier Ambard authored
This CL adds the side swipe capability to the Adaptive Toolbar. Bug: 803371 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ie87d1955a81151f06bc5339c655746863b829b58 Reviewed-on: https://chromium-review.googlesource.com/881441 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#531940}
-
Wenzhao Zang authored
Clear focus for Cancel button only, because other types of buttons may still want to keep the focus after being pressed. (Although, currently no other buttons really need to keep the focus: they either trigger restart of Chrome, or the login/lock screen will explicitly request the focus.) Bug: 797752 Change-Id: Ib48969e61472c3e6ccda2a413d5ec3d719754ef4 Reviewed-on: https://chromium-review.googlesource.com/885624Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Cr-Commit-Position: refs/heads/master@{#531939}
-
David Bokan authored
Additional test to chcanges landed in r531871 Bug: 804813 Change-Id: I9684318423e2e00ee20a4f5504e0420ecf8d080c Reviewed-on: https://chromium-review.googlesource.com/886561Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#531938}
-
Jun Choi authored
AuthenticatorGetInfo, AuthenticatorGetNextAssertion, AuthenticatorReset, and AuthenticatorCancel commands in CTAP protocol are requests with empty parameter and are serialized to a single byte that represents command type. Add object construct to encapsulate/serialize requests with empty parameter. Bug: 799355 Change-Id: I05a876a17bfb3dc1c1ef21d830f330db503856f6 Reviewed-on: https://chromium-review.googlesource.com/851673 Commit-Queue: Jun Choi <hongjunchoi@chromium.org> Reviewed-by:
Kim Paulhamus <kpaulhamus@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#531937}
-
Lukasz Anforowicz authored
Bug: 804957 Change-Id: I2d2cccf2e77ad44305af1601e52c6ae80e062d7d Reviewed-on: https://chromium-review.googlesource.com/882450 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#531936}
-
Francois Doray authored
TBR=jochen@chromium.org Bug: 667892 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: If125f2f33081fb39184ad13594f187e8ec165148 Reviewed-on: https://chromium-review.googlesource.com/883767Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#531935}
-
John Budorick authored
This reverts commit b2b018c5. Reason for revert: Breaking compilation on multiple Fuchsia bots: crbug.com/805844 (includes net_unittests.archive_manifest files) Original change's description: > Build Fuchsia packages for test and executable targets. > > All targets that use the test() or fuchsia_executable_runner rules > will produce Fuchsia packages, which contain the test executable and > their runtime dependencies. > > The packages are modules which can be deployed in an already-running > system, as opposed to the current scheme which bakes the files into > the system boot image. > > Deployment and support for dynamic libraries will be addressed > in followup CLs. > > This CL also: > * Fixes PathService logic for packaged invocations. > * Adds a new "build_manifest.py" GN helper script. > * Fixes the dependency graph for Fuchsia runner script generation > so that it accurately captures the real dependency ordering. > > > Bug: 796779 > Change-Id: I4e3a38e0075573b328ad98425cc493e28cff1ca4 > Reviewed-on: https://chromium-review.googlesource.com/841749 > Commit-Queue: Kevin Marshall <kmarshall@chromium.org> > Reviewed-by: Wez <wez@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Dirk Pranke <dpranke@chromium.org> > Reviewed-by: Sergey Ulanov <sergeyu@chromium.org> > Cr-Commit-Position: refs/heads/master@{#531288} TBR=dcheng@chromium.org,wez@chromium.org,dpranke@chromium.org,kmarshall@chromium.org,sergeyu@chromium.org Bug: 796779,805844 Change-Id: I451b714715b72a9a4b2f723a515a1f7c0dff7687 Reviewed-on: https://chromium-review.googlesource.com/886821 Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#531934}
-
Peter E Conn authored
The Intent to open the Notifications Preferences screen included the FLAG_ACTIVITY_CLEAR_TASK flag. This means that if the screen were already present in the Task Stack, the entire stack would be cleared. This meant that when the user entered Chrome Settings, was linked to Android Settings (through the Notifications button) and then was linked back to Chrome Settings (through the "Additional Settings in the app" link), the whole Task Stack would be cleared. Pressing Back at this point would take the user to the home screen. The flag was originally set to prevent instability due to having Callbacks destined for the first Settings Activity arriving at the second Settings Activity and generally making a mess of things. I'm disabling the flag in the hope such instability has been fixed, and if not to generate some up to date crash reports. Bug: 803422, 707804 Change-Id: Id662fd7218e35739755e97fb42780ebd16b09346 Reviewed-on: https://chromium-review.googlesource.com/886844 Commit-Queue: Peter Conn <peconn@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#531933}
-
Jun Choi authored
Added classes to encapsulate response data received from CTAP devices as specified by the CTAP protocol. https://fidoalliance.org/specs/fido-v2.0-rd-20170927/fido-client-to-authenticator-protocol-v2.0-rd-20170927.html#authenticatorMakeCredential Bug: 796782 Change-Id: If5a80846d565ab6a7919aa3236ff78e22b5209ae Reviewed-on: https://chromium-review.googlesource.com/850895 Commit-Queue: Jun Choi <hongjunchoi@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Kim Paulhamus <kpaulhamus@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#531932}
-
Manish Jethani authored
Since the selector index field in RuleData is only 13 bits, we can only support lookups in the range 0-8191. We must ignore any selectors outside this range. BUG=804179,632009 Change-Id: I11c0acfe27813d98f24f72fb7e50f13b326a0e84 Reviewed-on: https://chromium-review.googlesource.com/883702Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Manish Jethani <m.jethani@eyeo.com> Cr-Commit-Position: refs/heads/master@{#531931}
-
jonross authored
I've updated the Viz FYI filter for content_browsertests to match the one used on the CQ. To account for renamed tests. TBR=kylechar@chromium.org Bug: 760181 Change-Id: I5c86a182c5240a324aaa7afa147f5373163b9930 Reviewed-on: https://chromium-review.googlesource.com/886659Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#531930}
-
Alexandros Frantzis authored
Update libsync to the latest upstream version. Also remove the previously added linux sync headers, since they are unused and out of date. Up to date kernel UAPI definitions (both for the legacy and modern sync file UAPI) are contained in sync/sync.h for code that may need them, but it's preferable to use the libsync API instead. that use libsync currently) Test: Build ozone/drm and media/capture (which are the only components Bug: None Change-Id: Iea55bc1342e558191ac4daa470a6e9a93a05b9ef Reviewed-on: https://chromium-review.googlesource.com/832484Reviewed-by:
David Reveman <reveman@chromium.org> Commit-Queue: David Reveman <reveman@chromium.org> Cr-Commit-Position: refs/heads/master@{#531929}
-
Alexander Alekseev authored
Bug: 794371 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ie2eced66d7d36dea4fdff07262bf808ab0f60cb5 Reviewed-on: https://chromium-review.googlesource.com/885642 Commit-Queue: Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Wenzhao (Colin) Zang <wzang@chromium.org> Cr-Commit-Position: refs/heads/master@{#531928}
-
Sylvain Defresne authored
The dependency //services/network:tests was added twice when is_ios was false. As the tests build and pass on iOS, remove the second reference. Bug: 803149 Change-Id: I5e53070aafbf7c873e004df1188efdc495d24587 Reviewed-on: https://chromium-review.googlesource.com/887081 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#531927}
-
Varun Khaneja authored
- Enables exception handling: throw/try/catch. - Disables a bunch of warnings that this library is full of. - "-Wno-dangling-else" - "-Wno-logical-op-parentheses" - "-Wno-switch" Bug: 750327 Change-Id: Ic08f67e328da2f22f3503eab074be6aaf2f2fc90 Reviewed-on: https://chromium-review.googlesource.com/872219Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Nathan Parker <nparker@chromium.org> Reviewed-by:
Jialiu Lin <jialiul@chromium.org> Commit-Queue: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#531926}
-
sczs authored
Bug: 802820 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I69d9bc940dc4c3be546dcf283a7463e20800cf10 Reviewed-on: https://chromium-review.googlesource.com/884568 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Louis Romero <lpromero@chromium.org> Cr-Commit-Position: refs/heads/master@{#531925}
-
Mounir Lamouri authored
Bug: None Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ib3200f385d5b36059fa165459ff644479952d966 Reviewed-on: https://chromium-review.googlesource.com/886842Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#531924}
-
Eric Seckler authored
Allows clients to provide functions to override the return values of Time::Now(), TimeTicks::Now(), ThreadTicks::Now(). Also adds a way to bypass the override in places where real timestamps should be used even if an override is set. Bug: 802217, 751993 Change-Id: I76ce536caf9bf0ef5e580abcc23215ce9851ee34 Reviewed-on: https://chromium-review.googlesource.com/867911 Commit-Queue: Eric Seckler <eseckler@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#531923}
-
David Roger authored
The UI code is moved out of DiceTurnSyncOnHelper into DiceTurnSyncOnHelper::Delegate, to make the code easier to test. Change-Id: I5d4fd9a94a64a05f5c1a63ccd593b3260eea8421 Reviewed-on: https://chromium-review.googlesource.com/870595Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#531922}
-
Tsuyoshi Horo authored
This CL implements the following classes: - SignedExchangeHandler - WebPackageLoader - WebPackageRequestHandler But Currenly SignedExchangeHandler doesn't implement any CBOR parsing logic nor verifying logic. It just behaves as if the passed body is a signed HTTP exchange which contains a request to "https://example.com/test.html" and a response with a payload which is equal to the original body. The added LayoutTest "origin-signed-response.html" must pass only when SignedHTTPExchange feature is enabled. Bug: 803774 Change-Id: I53d397d7cdfe79d48d6891db65ab1a1e12100b92 Reviewed-on: https://chromium-review.googlesource.com/869872 Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#531921}
-
Peter Boström authored
This is a cleanup remaining from previous refactoring that renames several dialogs to a shorter/more concise name. TBR=tapted@chromium.org Bug: chromium:654115 Change-Id: Ib404d65fc8b19d42cbcd9f5731a300759badd6e1 Reviewed-on: https://chromium-review.googlesource.com/885001 Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#531920}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/62619cb4a9ae..8d63750dfb6f $ git log 62619cb4a..8d63750df --date=short --no-merges --format='%ad %ae %s' 2018-01-25 perezju [Telemetry] Migrate Android browser and profile directories Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-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. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I9635b2a2b8f033a9a0298af3007f64f3885eb171 Reviewed-on: https://chromium-review.googlesource.com/886647 Commit-Queue: <catapult-deps-roller@chromium.org> Reviewed-by: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#531919}
-
Koji Ishii authored
ResolveWidth and ResolvedHeight expects border-box of content size, but ComputeFullAbsoluteWithChildBlockSize gives content-box and causes DCHECK failures when the size is less than border+padding. This patch fixes it to pass border-box instead. Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Ia7bd0d89e35cf156dae78b59fe069d7d56e1539c Reviewed-on: https://chromium-review.googlesource.com/886042Reviewed-by:
Aleks Totic <atotic@chromium.org> Commit-Queue: Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#531918}
-
Misha Efimov authored
Bug: 714018 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Id80f9e1c804ad5026e16060d351ac438e191a8fc Reviewed-on: https://chromium-review.googlesource.com/868712Reviewed-by:
Andrei Kapishnikov <kapishnikov@chromium.org> Commit-Queue: Misha Efimov <mef@chromium.org> Cr-Commit-Position: refs/heads/master@{#531917}
-
Mike Klein authored
While attempting to s/SK_BUILD_FOR_WIN32/SK_BUILD_FOR_WIN/g, I stumbled upon this define for bzero. Skia doesn't use bzero, and there's no good reason for skia/ext to use it either. Change-Id: I12cbc5d40c17491fe1d648540655fad156196549 Reviewed-on: https://chromium-review.googlesource.com/884007Reviewed-by:
Mike Reed <reed@chromium.org> Commit-Queue: Mike Klein <mtklein@chromium.org> Cr-Commit-Position: refs/heads/master@{#531916}
-
Raphael Kubo da Costa authored
The include has not been necessary since commit 0921e831 ("Remove non-standard DeviceOrientation Event initializers"). R=timvolodine Change-Id: Ib134195872c395343e785e76cef21db861338fcb Reviewed-on: https://chromium-review.googlesource.com/886701Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#531915}
-
Vasilii Sukhanov authored
The test is missing expectations. 'Failure' doesn't suppress it amd 'Missing' isn't allowed. TBR=foolip@chromium.org NOTRY=true Bug: 805463 Change-Id: I0aad9cd95f47ee3c5c967d817711330ed4c68761 Reviewed-on: https://chromium-review.googlesource.com/887061Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#531914}
-
Emily Hanley authored
TBR=charliea@chromium.org NOTRY=true Bug: 805922 Change-Id: I8da65a3eb71a3523f507805da980bca2077ab389 Reviewed-on: https://chromium-review.googlesource.com/886653Reviewed-by:
Emily Hanley <eyaich@chromium.org> Commit-Queue: Emily Hanley <eyaich@chromium.org> Cr-Commit-Position: refs/heads/master@{#531913}
-
Sadrul Habib Chowdhury authored
Switch the tab_switching benchmark to use the new TBMv2 metric for measuring tab-switching latency. BUG=802104 Change-Id: I7ab9610811b842feacf3a28845a2b267de4bfd20 Reviewed-on: https://chromium-review.googlesource.com/886003Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#531912}
-
Vasilii Sukhanov authored
GalleryBrowserTest.StopStartSlideshowOnDrive GalleryBrowserTest.OpenSingleImageOnDownloads TBR=yamaguchi@chromium.org Bug: 804413 Change-Id: I2c9e7874b8858bc9786f48fff2f3685871abae3f Reviewed-on: https://chromium-review.googlesource.com/886702 Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#531911}
-
Matthew Jones authored
This change allows theme colors to be used properly when Chrome modern design is enabled. BUG=803091 Change-Id: Id91790cc85b88f77a9affdc2c95e944b56c0f896 Reviewed-on: https://chromium-review.googlesource.com/884111 Commit-Queue: Matthew Jones <mdjones@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#531910}
-
Daniel Nicoara authored
On certain platforms (ie: samus) BGRA isn't supported by the display controller. Default to a more common format (BGRX) for now. Long term we need to add a way to query for the format to avoid crashing when the default format isn't supported by the board. Bug: None Test: Ran ozone_demo on samus Change-Id: Id43aec73ece86b0b856fe69eb84abdb3687e15b6 Reviewed-on: https://chromium-review.googlesource.com/884323Reviewed-by:
Michael Spang <spang@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#531909}
-