- 22 Mar, 2018 19 commits
-
-
Yue Li authored
Bug: 820255 Test: Manual Change-Id: I465d79c3b9cc2d8c0e1b0d6ea33a6b7db4833c37 Reviewed-on: https://chromium-review.googlesource.com/961081 Commit-Queue: Yue Li <updowndota@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#544930}
-
Timothy Loh authored
This patch begins the implementation of the Crostini App Registry, which will be used to maintain a cache of the installed apps so that we can populate the app launcher without requiring Crostini to be running. For now we just support the most basic fields from .desktop files, but this will be expanded later to support other fields and localization. We key the stored data off an extension id generated from the desktop file id to simplify integration with the App List, which currently expects the id to be a valid extension id. Bug: 821662 Change-Id: I196de114cf975c1402dce4b7550bc4eb5ce0ef1e Reviewed-on: https://chromium-review.googlesource.com/961169Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Nicholas Verne <nverne@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Timothy Loh <timloh@chromium.org> Cr-Commit-Position: refs/heads/master@{#544929}
-
Hector Carmona authored
Bug: 821675 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I68f3856a2c7dad75219d480a5618417e69e9cfcd Reviewed-on: https://chromium-review.googlesource.com/969944Reviewed-by:
Scott Chen <scottchen@chromium.org> Commit-Queue: Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#544928}
-
Eugene But authored
1.) Call updateViewConstraints in the end of the method (per API documentation). 2.) Add constrains only when updateViewConstraints called for the first time (because this method can be called multiple times) Bug: None Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I0a9385a240abd3327e47749c8767f0a908546468 Reviewed-on: https://chromium-review.googlesource.com/974320Reviewed-by:
edchin <edchin@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#544927}
-
Daniele Castagna authored
Currently scheduling an overlay with ScheduleOverlayCHROMIUM will result in alpha blending being enabled for planes that are not the primary, and alpha blending disabled for the primary planes. We want to be able to explicitly control if alpha blending is enable/disabled. In this way we can: - Have primary planes with alpha blending enabled to support underlay strategies. - Scanout RGBA buffers with alpha blending disabled (this happens with buffers coming from exo). This CL adds a parameter "enable_blend" to glScheduleOverlayCHROMIUM, and to all the layers necessary to bring this information to KMS, in order to explicitly control alpha blending behavior. Bug: 789288, b/74997524 Cq-Include-Trybots: luci.chromium.try:linux_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I0b39c3b6e10a03aef983367f71b518ddb84a9ec8 Reviewed-on: https://chromium-review.googlesource.com/967415Reviewed-by:
ccameron <ccameron@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#544926}
-
Scott Chen authored
CL 969741 accidentally broke parity during refactoring, this CL fixes it, so in the case that sync has the "Confirm Sync Settings" error, the page is still reachable. Bug: None Change-Id: I9fa811b8c3e5f220b9d856dbbf860a06f51b1e4a Reviewed-on: https://chromium-review.googlesource.com/973946Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#544925}
-
Alan Cutter authored
This is a simple refactor CL that has no changes to behaviour. We wish to use this function in a couple more places in the future so bringing it up to this util file will avoid further duplication. Change-Id: I448ddc47001e9755d514de16e1b2c056e0346886 Reviewed-on: https://chromium-review.googlesource.com/961567Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#544924}
-
Ben Wells authored
Bug: None Change-Id: Ie6933542314eec84d58d3fed67aa43a414e4835a Reviewed-on: https://chromium-review.googlesource.com/972705Reviewed-by:
Nicholas Verne <nverne@chromium.org> Commit-Queue: Ben Wells <benwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#544923}
-
Jialiu Lin authored
In the previous implementation, a raw ProfileIOData* is passed around to facilitate enterprise whitelist checking. However, it is possible (e.g. during browser shutdown) the UrlCheckerDelegate outlives ProfileIOData, thus causes crash when calling this raw pointer. To fix this lifespan issue, we remove the ProfileIOData raw pointer that is indirectly passed to URLCheckerDelegateImpl, and move all the enterprise whitelist checking logic to earlier stage where we're sure the ProfileIOData pointer is valid. This CL doesn't change the existing behavior of enterprise whitelist checking, therefore SafeBrowsingBlockingPageBrowserTest:: VerifyEnterpriseWhitelist still passes after this change with or without enabling kNetworkService feature. Bug: 818559 Change-Id: Idba3c03f90dad3a78e033c43016179b8cc6e5515 Reviewed-on: https://chromium-review.googlesource.com/969642 Commit-Queue: Jialiu Lin <jialiul@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#544922}
-
Kent Tamura authored
Because DEPS include_rules will be qualified with "third_party/blink", any #includes including generated files should be qualified. This CL updates #includes for generated files, and change the output directories for Blink from out/$config/gen/blink to out/$config/gen/third_party/blink. * css_property_names.cc.tmpl Remove "blink/" because move_blink_source.py doesn't handle this pattern, and it violates the current DEPS include_rules. Bug: 578345 Change-Id: I2c97d727b93e158997bec215cdec20d8a406ebb1 Reviewed-on: https://chromium-review.googlesource.com/970386 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Cr-Commit-Position: refs/heads/master@{#544921}
-
Avi Drissman authored
BUG=823087 Change-Id: I8f01414bbeb1472f2fe062afa5b4c66f4bf1f621 Reviewed-on: https://chromium-review.googlesource.com/972184Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#544920}
-
Thomas Guilbert authored
This reverts commit c27ca05e. Reason for revert: This change seems to have started to cause MSAN bot failures. The first build in which which it was included was this one: https://uberchromegw.corp.google.com/i/chromium.webkit/builders/WebKit%20Linux%20Trusty%20MSAN/builds/6729 Original change's description: > Allow content script requests to attach SameSite cookies. > > When a content script is injected into a document, it can make requests > to origins in its manifest. With recent changes to allow Chrome to block > cross-site documents, the initiator of content scripts requests was > changed to reflect the extension origin. This change meant that SameSite > cookies were not attached to those requests. > > This CL introduces a check for content scripts making subresource requests > and tags those requests to allow attaching SameSite cookies. > > Bug: 796480 > Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo > Change-Id: I021156e346035267d98802cfb0205fc419e970bd > Reviewed-on: https://chromium-review.googlesource.com/896690 > Commit-Queue: Nasko Oskov <nasko@chromium.org> > Reviewed-by: Charlie Reis <creis@chromium.org> > Reviewed-by: John Abd-El-Malek <jam@chromium.org> > Reviewed-by: Devlin <rdevlin.cronin@chromium.org> > Reviewed-by: Matt Menke <mmenke@chromium.org> > Cr-Commit-Position: refs/heads/master@{#544790} TBR=creis@chromium.org,nasko@chromium.org,jam@chromium.org,rdevlin.cronin@chromium.org,mmenke@chromium.org Change-Id: I2286f5185bff189f9177bd600cb1a7ca94334cb3 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 796480 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Reviewed-on: https://chromium-review.googlesource.com/974349Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#544919}
-
Adrienne Walker authored
There are some mysterious crashes in PlaybackFoldingIterator that I suspect are coming from bogus PaintOpBuffers. Bug: 823835 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Iabfa7d619a7dbb59e9b453d161e6dd7ca259795e Reviewed-on: https://chromium-review.googlesource.com/974444Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#544918}
-
Yuwei Huang authored
This method doesn't use the PIN. This CL renames this method to RequestPairing. Bug: 817566 Change-Id: I50cc8da936ae7242c2f227e8b4f78f013f26f6b1 Reviewed-on: https://chromium-review.googlesource.com/974461Reviewed-by:
Joe Downing <joedow@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#544917}
-
Miguel Casas-Sanchez authored
This CL adds Edid information, when available, to a new "monitor info" entry in chrome:system https://i.imgur.com/vgFZM19.png (one monitor) [1] https://i.imgur.com/oDxceMz.png (tow monitors) [2] [1] https://imgur.com/a/hkXx4 [2] https://imgur.com/a/SUtq7 Bug: 821393 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I9775aab6d2b4a51ec9453aa070ce9acbcb4d5989 Reviewed-on: https://chromium-review.googlesource.com/965582 Commit-Queue: Miguel Casas <mcasas@chromium.org> Reviewed-by:
Greg Levin <glevin@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#544916}
-
Xu Xing authored
TODOs: Support flip_texture. crbug.com/822859. Support SkColorFilter. crbug.com/823182 BUG=822857 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: Ic442e5d544929cca8f43c911dea231e51aeaaaed Reviewed-on: https://chromium-review.googlesource.com/912326Reviewed-by:
enne <enne@chromium.org> Commit-Queue: Xing Xu <xing.xu@intel.com> Cr-Commit-Position: refs/heads/master@{#544915}
-
Eugene But authored
Old code used IsCompactWidth() function inside viewWillTransitionToSize: callback to check the current size class. This is incorrect and would return previous size class instead of new size class. New code uses willTransitionToTraitCollection: instead, which provides correct new size class. Also download bar width for regular size class is now anchored to superview width with 0.6 multiplier. This is because anchoring to constant (what old code tried to do) would require more complex logic and is not really much better than anchoring to multiplier. Bug: 823698,791806 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ide994e3d76b773d20d462d782f370a0491009916 Reviewed-on: https://chromium-review.googlesource.com/973464Reviewed-by:
edchin <edchin@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#544914}
-
Tommy C. Li authored
1. Allows Flash to be loaded inside extensions. 2. Makes the "Plugin Blocked" content setting popup use the same content setting fetching logic as the actual plugin loading. Bug: 822102 Change-Id: If2bdd226d7923bfe7251a5db378106a0a55abcc1 Reviewed-on: https://chromium-review.googlesource.com/969074 Commit-Queue: Tommy Li <tommycli@chromium.org> Reviewed-by:
Raymes Khoury <raymes@chromium.org> Cr-Commit-Position: refs/heads/master@{#544913}
-
dpapad authored
Polymer2 does not support HTML element extensions, so all such elements need to be converted to wrappers. Bug: 818279 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I1cb05f71bff45f04e5ca5f5e64489813d8db7136 Reviewed-on: https://chromium-review.googlesource.com/972332Reviewed-by:
Scott Chen <scottchen@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#544912}
-
- 21 Mar, 2018 21 commits
-
-
Zhongyi Shi authored
QuicConnection::path_degrading_alarm_ is reset whenever forward progress is made, i.e. a previously-unacked packet is acked, or when a first retransmittable packet is put on the wire. When the alarm fires, OnPathDegrading() will be called. relnote: flag-protected by FLAGS_quic_reloadable_flag_quic_path_degrading_alarm. Manually merge internal change: 189842846 Change-Id: Iabfa10ddae6e4db3a7dfc77e87efb6618c476736 Reviewed-on: https://chromium-review.googlesource.com/974307 Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#544911}
-
Xunran Ding authored
Bug: 714018 Change-Id: I735449654310ff89ecd2f5e7a56a638eb6bf7a28 Reviewed-on: https://chromium-review.googlesource.com/970383 Commit-Queue: Joshua Bell <jsbell@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#544910}
-
bsheedy authored
Adds a test that exits the VR browser while JavaScript dialogs and permission prompts are displayed and ensures that the browser does not crash. Bug: 822480 Change-Id: Ie0f1f2be5575ecd0bd30cf12f83c51404d90c169 Reviewed-on: https://chromium-review.googlesource.com/965385Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#544909}
-
Malay Keshav authored
This patch simplifies the tab close button icon by removing the background color for the normal state of the icon. Bug: 822770 Change-Id: I20091879a0116c3fd035e773770120327173c312 Component: Tabs, Tab close button, icon, theme Reviewed-on: https://chromium-review.googlesource.com/971582Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#544908}
-
Adrienne Walker authored
This is no longer used except via about:flags and nobody is working towards turning it on. Removing it reduces the cases that Skia needs to care about for OOP raster. Cq-Include-Trybots: luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Iaff15c628a7609795b02b0286996806e892926c1 Reviewed-on: https://chromium-review.googlesource.com/965010Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Brian Salomon <bsalomon@chromium.org> Reviewed-by:
Victor Miura <vmiura@chromium.org> Commit-Queue: enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#544907}
-
Steven Bennetts authored
Bug: 819148 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Idc7a6a4c695c4a6b53989689c245fa704b6b3204 Reviewed-on: https://chromium-review.googlesource.com/973920Reviewed-by:
Toni Barzic <tbarzic@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#544906}
-
Krishna Govind authored
R=amineer@chromium.org Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I4b8537cad03a0604c85260cddd2eed7f3dbf92ba Reviewed-on: https://chromium-review.googlesource.com/974541Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#544905}
-
Jiaquan He authored
This commit removes more dead codes due to app list refactoring, especially those under app_list::features::IsFullscreenAppListEnabled which is always true. Bug: 733662 Change-Id: Id83447b1e7d918d0c97eb6b841b4d8d9c264040f Reviewed-on: https://chromium-review.googlesource.com/972442 Commit-Queue: Jiaquan He <hejq@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#544904}
-
https://skia.googlesource.com/skia.git/+log/ca37f32c7014..4d4b3aaa20e1 $ git log ca37f32c7..4d4b3aaa2 --date=short --no-merges --format='%ad %ae %s' 2018-03-21 mtklein small ABI + narrow/wide code updates 2018-03-20 bsalomon Remove deprecated version of SkImage::MakeFromAdoptedTexture that does not take SkColorType 2018-03-21 liyuqian Remove legacy precision boundary 2018-03-21 csmartdalton ccpr: Use a more stable formula to find quadratic coordinates Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=jvanverth@chromium.org Change-Id: I2f41b26cb2a6d9bae7db94b163663a83ad85a99b Reviewed-on: https://chromium-review.googlesource.com/974104Reviewed-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@{#544903}
-
Bill Orr authored
This test stores a single pixels value in a file, then reads from the file. BUG=808232 Change-Id: I2573a1f98188d232f25ff2ceb11cc15e67cc768f Reviewed-on: https://chromium-review.googlesource.com/963317Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Brandon Jones <bajones@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Bill Orr <billorr@chromium.org> Cr-Commit-Position: refs/heads/master@{#544902}
-
Mike Meade authored
This cl adds a new test step to exercise the browser with chromedriver. This allows us to verify correct operation of the browser after an install. This cl also adds the mini_installer_test build target and moves test-specific dependencies to the chrome/test/mini_installer directory. This is a merge of https://chromium-review.googlesource.com/c/chromium/src/+/907952 and https://chromium-review.googlesource.com/c/chromium/src/+/953122 Bug: 461856 Change-Id: I70992a74cb2d06d8472f757f3128b259ddf7cf58 Reviewed-on: https://chromium-review.googlesource.com/953122 Commit-Queue: Mike Meade <mmeade@google.com> Reviewed-by:
Greg Thompson <grt@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#544901}
-
chaopeng authored
The EF_PRECISION_SCROLLING_DELTA flag was fill in wrong flag in previous CL. That will cause scroll animation. Bug: 779372 Change-Id: I82494721d53886b7c094d6bf006b26f0b2075bd9 Reviewed-on: https://chromium-review.googlesource.com/973742Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Jianpeng Chao <chaopeng@chromium.org> Cr-Commit-Position: refs/heads/master@{#544900}
-
Conley Owens authored
This change attempts to address a crash occurring in BluetoothClassicWrapper::FindFirstRadio. Specifically, we occasionally trigger a Close() on an already closed handle when we call opened_radio_handle_.Set. The theory this change operates on is that BluetoothFindFirstRadio may be occasionally giving us garbage radio handles. Here we do a CHECK so that if our theory is correct, we will get a more direct error. BUG=820864 Change-Id: Iecf56d004452978301ff49ae884ea2d59c5ee9f7 Reviewed-on: https://chromium-review.googlesource.com/969609Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Conley Owens <cco3@chromium.org> Cr-Commit-Position: refs/heads/master@{#544899}
-
Zhongyi Shi authored
Bug: 817496 Change-Id: Ic382ff347fdec75093019954c75c25fbe17ee0e2 Reviewed-on: https://chromium-review.googlesource.com/972423Reviewed-by:
Ryan Hamilton <rch@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#544898}
-
Malay Keshav authored
Display preferences for chrome OS stores the display zoom value only upto a precision of 2 decimal point. This patch adds a check of precision to ensure that in the future if any changes are made to the way display zoom values are generated then those changes keep in mind this precision that is used by display prefs. Bug: 823922 Change-Id: I8370415041bcaeac55c4afef9a4e4125979559b4 Component: Display Util Test Reviewed-on: https://chromium-review.googlesource.com/974264Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Malay Keshav <malaykeshav@chromium.org> Cr-Commit-Position: refs/heads/master@{#544897}
-
Ran Ji authored
The gms core version is used to determine if a crash happens due to gms core update. This change will save the previous and current gms core version during startup. When a crash happens, it compares the two versions and report the crash if the two versions are same (which means gms core is not updated and it's a real crash) Bug: 785306 Change-Id: I18ab68d7b1c1e227f82645fba5e742ad1da0f4a0 Reviewed-on: https://chromium-review.googlesource.com/971407 Commit-Queue: Ran Ji <ranj@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Cr-Commit-Position: refs/heads/master@{#544896}
-
Nicolás Peña authored
Bug: 498037 Change-Id: I8f0e72da2aac76e5ff8ac0b4ffffd8b228e0ac42 Reviewed-on: https://chromium-review.googlesource.com/970047Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#544895}
-
Kent Tamura authored
Entries like: "+core", should be updated to "+third_party/blink/renderer/core", Bug: 578345 Change-Id: I2763a859946fc31338875690b54f4b1e8b8750e3 Reviewed-on: https://chromium-review.googlesource.com/970124Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#544894}
-
Eric Holk authored
V8's API for enabling trap-based bounds checks for WebAssembly changed in https://crrev.com/c/963179. This CL updates Chrome to use the new API. Bug: v8:5277 Change-Id: I0c191b76833c8d4356da4d0d9325ee5267a886f4 Reviewed-on: https://chromium-review.googlesource.com/965017Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Eric Holk <eholk@chromium.org> Cr-Commit-Position: refs/heads/master@{#544893}
-
Dominick Ng authored
This CL moves LocationBarView's color calculations to OmniboxTheme, preparing for the implementation of the Touchable Chrome color spec. There should be no functional changes. BUG=801583 Change-Id: If8a4e71fc210af5b5807ea266e6cb985a552536a Reviewed-on: https://chromium-review.googlesource.com/970062Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#544892}
-
Roman Sorokin authored
Now it is displayed for Active Directory users even though sync does not work for them. BUG=chromium:814777 TEST=manual Change-Id: I34ca96cc84f6a630947d9224b954522fface1af1 Reviewed-on: https://chromium-review.googlesource.com/970912 Commit-Queue: Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#544891}
-