- 16 May, 2018 8 commits
-
-
Bailey Forrest authored
This allows WebBT to work if we were connected before or after the WebBT application starts. Remove BluetoothAdapterCast::OnServicesUpdated because Connect now implies services are discovered. Dynamic service updating is also deprecated: https://cs.chromium.org/chromium/src/device/bluetooth/bluetooth_adapter.h?rcl=21e8d8c8dc11cd4b8f77c47b7f37098ebde13d3a&l=142 BUG=internal b/79542125 TEST=device_unittests. Manual Change-Id: I99ed5dc61942cb310ed76581648fdab6c31316a1 Reviewed-on: https://chromium-review.googlesource.com/1058605 Commit-Queue: Bailey Forrest <bcf@chromium.org> Reviewed-by:
Stephen Lanham <slan@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#558898}
-
John Rummell authored
Record the encryption scheme reported in the video for both the audio and video streams. Reported when the first AudioDecoderConfig/VideoDecoderConfig is seen for the file. BUG=658026 TEST=tested locally Change-Id: Id210e18f0cedc11800abdce5286eb8488271516a Reviewed-on: https://chromium-review.googlesource.com/1038784Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: John Rummell <jrummell@chromium.org> Cr-Commit-Position: refs/heads/master@{#558897}
-
gogerald authored
This CL: 1, Added a static separator between header and web contents 2, Removed site settings' icon Bug: 840803 Change-Id: I0a2cfdf1f5d6d128054faec5edde0ba3d390f28e Reviewed-on: https://chromium-review.googlesource.com/1057409Reviewed-by:
anthonyvd <anthonyvd@chromium.org> Commit-Queue: Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#558896}
-
Jennifer Apacible authored
BUG: 726621 Change-Id: I48fcd9addcf7a056563efa023ed1eea305f27233 Reviewed-on: https://chromium-review.googlesource.com/1060021Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: apacible <apacible@chromium.org> Cr-Commit-Position: refs/heads/master@{#558895}
-
Jennifer Apacible authored
Currently, the initial media control state for play/pause is incorrect. It shows the opposite control than intended. Tests forthcoming in a future patch once we have test infrastructure set up. BUG: 836389 Change-Id: Ie7be9bfb384f62ac925d6cb1c1ee30cc6baf2cfc Reviewed-on: https://chromium-review.googlesource.com/1060244Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: apacible <apacible@chromium.org> Cr-Commit-Position: refs/heads/master@{#558894}
-
Darren Shen authored
Currently, DragDescriptor is a simple class with a bunch of getters. The C++ style guide suggests that DragDescriptor is better off as a struct. Change-Id: I0b982aea715627226bb2cd3ff924cde0d3c61f7c Reviewed-on: https://chromium-review.googlesource.com/1056942Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#558893}
-
Ryan Tseng authored
Generated by luci-check. Change-Id: I8fbba7ab4df17dd2dd1db07a17fb4bace6304aa9 Reviewed-on: https://chromium-review.googlesource.com/1060562 Commit-Queue: Ryan Tseng <hinoka@chromium.org> Reviewed-by:
Andrii Shyshkalov <tandrii@chromium.org> Cr-Commit-Position: refs/heads/master@{#558892}
-
Katie D authored
This is just an internal cleanup / refactor and has no functional changes. Change-Id: I4a90d631d5e66822d47df3cc521d6095c6f141fe Reviewed-on: https://chromium-review.googlesource.com/1054197Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#558891}
-
- 15 May, 2018 32 commits
-
-
Zhongyi Shi authored
Suspected flags are flipped back to see if the cronet perf regression is fixed: FLAGS_quic_reloadable_flag_quic_simplify_pacing_sender, FLAGS_quic_reloadable_flag_quic_incremental_loss_detection, FLAGS_quic_reloadable_flag_quic_enable_ack_decimation, FLAGS_quic_reloadable_flag_quic_early_retransmit_detects_in_flight_packet_lost. Bug: 842677 Change-Id: I86bbd84988de2f2eb5933d58d9c43c7a12a88b02 Reviewed-on: https://chromium-review.googlesource.com/1060426Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#558890}
-
Kevin McNee authored
As part of issue 787924, we will no longer handle gesture pinch events on the main thread. We now run the relevant layout tests with --enable-threaded-compositing Bug: 787924, 787615 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I818a8eef8ada92bc4ba9c297f2165cf906e00c2f Reviewed-on: https://chromium-review.googlesource.com/1026035 Commit-Queue: Kevin McNee <mcnee@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Reviewed-by:
enne <enne@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#558889}
-
Tom Anderson authored
Newer versions of rpmlib add the dependency "rpmlib(FileDigests) <= 4.6.0-1". The only distro where this requirement would not be satisfied is RHEL 5, which has extended support until 30 November 2020, but we've already broken support on that release anyway. The lack of listing rpmlib(FileDigests) as an expected dependency was causing the RPM build to fail on gLinux, so this CL adds it. Additionally, it's added as a manual dependency to prevent the RPM build from breaking when using older versions of rpmlib (like on the bots). BUG=None Change-Id: I243e49330d938795c2b1e502004294e80ee722ac Reviewed-on: https://chromium-review.googlesource.com/1060077 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#558888}
-
Katie D authored
This fixes a bug where if STS was on in the login screen, it would not work properly once logging in, because the profile for the loader was incorrect. Bug: 843269 Change-Id: Id0f176d4be85258b0e0358274078e339db52c91e Reviewed-on: https://chromium-review.googlesource.com/1060454Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#558887}
-
Dirk Pranke authored
This reverts commit 57b825bc. Reason for revert: Speculatively reverting to see if it unbreaks `sizes` on Google Chrome Mac on chromium.chrome; see crbug.com/843351 and https://ci.chromium.org/buildbot/chromium.chrome/Google%20Chrome%20Mac/33204 Original change's description: > Roll buildtools a9e946f166..e0b3d0a721 > > In order to roll GN 0fbf0789..ccbeab67 (r555198:r558753) and pick up > the following changes: > > 443b70db Fix GN doc formatting. > e8a3ce91 GN: do not make indirect dependency to direct dependency > ea15ea06 Fully move PathService into the base namespace. > ae62ba99 GN: Make the linker output file depend on the inputs. > 629ba73c [MessageLoop] Fix message_loop.h includes > > TBR=brettw@chromium.org > > Change-Id: I982bbe01bad86a66e7aed379ee1155bdfaa76ff8 > Reviewed-on: https://chromium-review.googlesource.com/1060095 > Commit-Queue: Dirk Pranke <dpranke@chromium.org> > Reviewed-by: Dirk Pranke <dpranke@chromium.org> > Cr-Commit-Position: refs/heads/master@{#558795} TBR=brettw@chromium.org,dpranke@chromium.org Change-Id: I738965808d3c746b0b61e752511634f118a07e39 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/1059861Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#558886}
-
fuchsia-sdk-chromium-autoroll authored
The AutoRoll server is located here: https://fuchsia-sdk-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. CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia_arm64_cast_audio;luci.chromium.try:fuchsia_x64_cast_audio TBR=cr-fuchsia+bot@chromium.org Change-Id: I270979d123425a08f19387536f2723199f1a7d33 Reviewed-on: https://chromium-review.googlesource.com/1060559 Commit-Queue: Fuchsia SDK Autoroller <fuchsia-sdk-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
Fuchsia SDK Autoroller <fuchsia-sdk-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#558885}
-
Ryan Sturm authored
This change removes PageLoad.Clients.DataReductionProxy.LoFiOn.* and adds PageLoad.Clients.Previews.LitePages. The key difference in these two histograms is the earlier triggers for all pages that use server LoFi or server LitePages, whereas the new UMA will only trigger for pages that use server LitePages. Bug: 720035 Change-Id: I48c6f349aa5e1a6dfc2e261729ca8d3d624cb08d Reviewed-on: https://chromium-review.googlesource.com/1060098Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#558884}
-
Jiaquan He authored
Bug: 733662 Bug: 826609 Change-Id: I48905b1983db528043cf89a4ec24f56e7cfe8698 Reviewed-on: https://chromium-review.googlesource.com/1056447Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Jiaquan He <hejq@google.com> Cr-Commit-Position: refs/heads/master@{#558883}
-
Devlin Cronin authored
We no longer need to display withheld permissions in the extension install prompt, even with the runtime host permissions feature enabled. Clean up the relevant code. Bug: 841099 Change-Id: If295d36859f8664928c83923a010057f2fb4d1c1 Reviewed-on: https://chromium-review.googlesource.com/1053178Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#558882}
-
Gabriel Charette authored
Revert "Alias 4KB at the beginning of JSONParser::ConsumeDictionary() to help diagnose issue 791487." This reverts commit f09eb6cc. Reason for revert: diagnosis of issue complete. Original change's description: > Alias 4KB at the beginning of JSONParser::ConsumeDictionary() to help diagnose issue 791487. > > R=siggi@chromium.org > > Bug: 791487 > Change-Id: I4535df5a52167f2f5b10424a07e035e1c46e8cfb > Reviewed-on: https://chromium-review.googlesource.com/850722 > Commit-Queue: Gabriel Charette <gab@chromium.org> > Reviewed-by: Sigurður Ásgeirsson <siggi@chromium.org> > Cr-Commit-Position: refs/heads/master@{#527154} TBR=gab@chromium.org,siggi@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 791487 Change-Id: Ic9dff2009411498a97ba3c1e488254414659a5ef Reviewed-on: https://chromium-review.googlesource.com/1059735Reviewed-by:
Sigurður Ásgeirsson <siggi@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#558881}
-
Yuri Wiitala authored
Unexpectedly, the test seems to randomly time out on Win dbg bots only. Disable the test for debug builds, with a TODO to root-cause/revisit to fix and re-enable. TBR=olka@chromium.org Bug: 842428 Change-Id: I8524c31247f452675e6c91d4ac5c3fc471a9525e Reviewed-on: https://chromium-review.googlesource.com/1059858Reviewed-by:
Yuri Wiitala <miu@chromium.org> Commit-Queue: Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#558880}
-
Max Moroz authored
TBR=inferno@chromium.org,tsepez@chromium.org Bug: 789981 Change-Id: Iaf8f289ca01a78c194a54a5ecdbb9ca3c13a057d Reviewed-on: https://chromium-review.googlesource.com/1060527 Commit-Queue: Max Moroz <mmoroz@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Cr-Commit-Position: refs/heads/master@{#558879}
-
Michael Thiessen authored
This reverts commit f948761e. Reason for revert: Re-enabling VR for M-68 on standalones. Original change's description: > VR: Disable VR on standalone VR devices. > > Bug: 841850 > Change-Id: I0249210c8fe387a3732715be2650ce9aea5af800 > Reviewed-on: https://chromium-review.googlesource.com/1054211 > Reviewed-by: Biao She <bshe@chromium.org> > Commit-Queue: Michael Thiessen <mthiesse@chromium.org> > Cr-Commit-Position: refs/heads/master@{#557623} TBR=bshe@chromium.org,mthiesse@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 830041 Change-Id: I02ba6b8adb27293cdc67b1c4676ae2eb208a346b Reviewed-on: https://chromium-review.googlesource.com/1060382 Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#558878}
-
Jay Civelli authored
Disables support by default for PAC script file URLs when network service is enabled. This is in preparation for sandboxing the network service which won't have access to the file system anymore. Eventually we'll disable it without the network service. Bug: 839566 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Iee68c35615f3566f0eac7a5d9ae39a28eb3d1b8d Reviewed-on: https://chromium-review.googlesource.com/1043097 Commit-Queue: Jay Civelli <jcivelli@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#558877}
-
Fabio Tirelo authored
Bug: 768881 Change-Id: Ie82d66ef053ea88461ae9d65eface09e513ba3c7 Reviewed-on: https://chromium-review.googlesource.com/1057432 Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Tommy Martino <tmartino@chromium.org> Cr-Commit-Position: refs/heads/master@{#558876}
-
Lei Zhang authored
BUG=843212 Change-Id: Iab38833fabfe1c6729c76419d50e39cfe7eb098a Reviewed-on: https://chromium-review.googlesource.com/1060384Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#558875}
-
Michael Spang authored
Under X11 we use the VK_KHR_xlib_surface extension but this extension is not supported by VK_LAYER_LUNARG_standard_validation. When these extensions are used together, the validation layer never observes the surface creation and fails the first time it is used. Disable VK_LAYER_LUNARG_standard_validation so that debug builds can be used with vulkan under X11. Bug: 843346 Test: vulkan_tests with debug build Change-Id: I4a42a8adb134a62043a14d416ae30f02e254cbd6 Reviewed-on: https://chromium-review.googlesource.com/1060459Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#558874}
-
Ted Choc authored
To ensure the ripple animation works when transitioning the search box drawable between the NTP and the Toolbar, we need to share the same drawable (including local state). We need to also ensure the bounds of the drawable is reset when transitioning owners between the toolbar and the NTP. Change-Id: I35261971da8f19c81d5764872912ea0cc93379ad Reviewed-on: https://chromium-review.googlesource.com/1054851 Commit-Queue: Ted Choc <tedchoc@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#558873}
-
Greg Daniel authored
Bug: 834167 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: Ib3477a3d53ec89736cb334abb2349a728d980968 Reviewed-on: https://chromium-review.googlesource.com/1059732Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: Greg Daniel <egdaniel@chromium.org> Cr-Commit-Position: refs/heads/master@{#558872}
-
Emil A Eklund authored
Fix border, background, and mask painting for inline blocks spanning two or more lines or that are otherwise fragmented across multiple entities. This involved refactoring the existing inline box painting code to allow code sharing between legacy and LayoutNG painting code. It also required changing LayoutNG painting to further distinguish between inline and non inline boxes as the background image painting code in particular require taking the other fragments for a fragmented object into account when the image offsets and clipping is computed. Finally, this cleans up the flow box paint logic for both legacy and NG. Bug: 714962 Test: fast/backgrounds/border-radius-split-background-image.html Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: If8e987c313c2792090908f181800448da54f133d Reviewed-on: https://chromium-review.googlesource.com/1058677 Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Aleks Totic <atotic@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#558871}
-
Aga Wronska authored
Change-Id: I361f46b8e27fca1813f004d542c6060ee255def6 Reviewed-on: https://chromium-review.googlesource.com/1060460Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Aga Wronska <agawronska@chromium.org> Cr-Commit-Position: refs/heads/master@{#558870}
-
Christopher Grant authored
This class is no longer used, and can be removed. acondor@ noticed this. Thanks Aldo! BUG= R=tiborg Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr Change-Id: I671c1daedda6fb28d54be7160d2c46e43ed22364 Reviewed-on: https://chromium-review.googlesource.com/1058015Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Commit-Queue: Christopher Grant <cjgrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#558869}
-
Scott Violet authored
There is still work to be done here, but this is a good step. The interesting parts: . An aura::WindowTargeter is used to ensure events target the right Window. In particular if one client intercepts events from another client. . Custom EventHandlers are used to forward to the remote client. This is mildly tricky to ensure top-levels are handled correctly. BUG=837692 TEST=covered by test Change-Id: I58f0d23e7d7dd6c6c31f3cfbb44889588c4f8f84 Reviewed-on: https://chromium-review.googlesource.com/1054427 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#558868}
-
jonross authored
A while back there were a series of viz_browser_tests that were timing out on Windows trybots. There was no stack traces at the time. We could no reproduce these locally. However there were a bunch of other timeouts happening on Windows outside of viz configurations at the time. This speculatively re-enables those tests. viz_browser_tests is not currently on Windows CQ so Windows related failures will only affect our FYI bots. TBR=kylechar@chromium.org TEST=viz_browser_tests Bug: 821029 Change-Id: I8a1d3369915da11e0110c9bf9611d0130fb8f470 Reviewed-on: https://chromium-review.googlesource.com/1060417Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#558867}
-
Paul Miller authored
Instead of directly calling SafeSeedManager::RegisterPrefs, WebView should call VariationsService::RegisterPrefs, as Chrome does. VariationsService::RegisterPrefs calls SafeSeedManager::RegisterPrefs and VariationsSeedStore::RegisterPrefs. The latter registers kVariationsSafeCompressedSeed, which prevents the crash: "Trying to read an unregistered pref: variations_safe_compressed_seed". BUG=842934 Change-Id: I2f4fa631c2e03ecc650bb051e2050a89b7676e6e Reviewed-on: https://chromium-review.googlesource.com/1060427Reviewed-by:
Tao Bai <michaelbai@chromium.org> Commit-Queue: Paul Miller <paulmiller@chromium.org> Cr-Commit-Position: refs/heads/master@{#558866}
-
David Black authored
Previously we cancelled any active interaction because we couldn't tell if the active interaction was from a voice or a text query. Now that AssistantQuery has been subclassed into AssistantTextQuery and AssistantVoiceQuery, we can tell if the current query is voice or text. Bug: b:79756284 Change-Id: I90f5599ac51c3aad72b029f4de7cd253387a5b6a Reviewed-on: https://chromium-review.googlesource.com/1060337Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#558865}
-
Charlie Harrison authored
This metric was helpful in narrowing down problems to SafetyNet, but there are better SafeBrowsing internal metrics for this now. Bug: None Change-Id: I38e07af1b4923a98333a45d9b61b1a00c5ce5ae4 Reviewed-on: https://chromium-review.googlesource.com/1060260Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#558864}
-
Ryan Sleevi authored
The code coverage reports from llvm-cov will emit detailed coverage information for instantiated templates, but by default, will emit the method names using their mangled form. llvm-cov allows for providing a custom demangler. This conditionally provides custom demangler, using c++filt when running on Linux and macOS. Longer-term, a solution based on llvm-symbolizer is more desirable for platform neutrality, but this helps bridge the short-term need. BUG=843246 Change-Id: I718016b05af0842ac148d06e968f362bc68b5fc8 Reviewed-on: https://chromium-review.googlesource.com/1060264 Commit-Queue: Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Abhishek Arya <inferno@chromium.org> Cr-Commit-Position: refs/heads/master@{#558863}
-
Yuichiro Hanada authored
The version of the global interface should be increased when the protocol is modified, as it is how we detect a version incompatibility immediately on bootup. For consistency, the version of zcr_notification_surface_v1 is also increated in this CL. Bug: 829383, 834027 Change-Id: I33e8fbdbe0798e70743ad2af83e4ada80e7797dc Reviewed-on: https://chromium-review.googlesource.com/1055030Reviewed-by:
David Reveman <reveman@chromium.org> Commit-Queue: Yuichiro Hanada <yhanada@chromium.org> Cr-Commit-Position: refs/heads/master@{#558862}
-
Johannes Henkel authored
As suggested in https://chromium-review.googlesource.com/c/chromium/src/+/1035091 since we'll need to add this to content/browser/DEPS and the WebURLError class isnt' a good fit for this. Bug: 838291 Change-Id: I95491371a70fa4d765328b25d89f0a69149cc071 Reviewed-on: https://chromium-review.googlesource.com/1060111Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Johannes Henkel <johannes@chromium.org> Cr-Commit-Position: refs/heads/master@{#558861}
-
jonross authored
There are currently a set of FYI bots running Viz varients of test suites: --enable-features=VizDisplayCompositor This change ads a viz variant of interactive_ui_tests to these FYI bots. So that we can begin getting coverage of this suite. TEST=viz_interactive_ui_tests Bug: 843331 Change-Id: Id56e2f8f0f1748823d5c17d938ff0582c066301c Reviewed-on: https://chromium-review.googlesource.com/1060423Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#558860}
-
Sergey Berezin authored
TBR=nodir@chromium.org Bug: 776178 Change-Id: I776aa0c16d989cb3e5388aa674cb0f5561725b8d Reviewed-on: https://chromium-review.googlesource.com/1060251Reviewed-by:
Sergey Berezin <sergeyberezin@chromium.org> Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Commit-Queue: Sergey Berezin <sergeyberezin@chromium.org> Cr-Commit-Position: refs/heads/master@{#558859}
-