- 22 Aug, 2018 40 commits
-
-
Gang Wu authored
Implement Journal storage JNI call from java bridge to C++ bridge. C++ bridge empty now, will implement C++ bridge in separate CL. Also, will delete old storage stuff like bridge, database in separate CL as well. Bug:875902 Change-Id: Ia8adf37bd6bf7f6d5b47f8258cf886617930bb69 Reviewed-on: https://chromium-review.googlesource.com/1180727 Commit-Queue: Gang Wu <gangwu@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Cr-Commit-Position: refs/heads/master@{#585172}
-
Vladimir Levin authored
LayoutMenuList can have an overflow clip, but UpdateLocalBorderBoxContext doesn't check that, relying on other conditions to check if we need local border box properties. This patch changes it so that it also explicitly considers existence of the overflow clip when deciding whether to create local border box properites. This is needed for us to be able to get the ContentsProperties, which would include the overflow clip. Existence of ContentsProperties, or our ability to get them, depends on the existence of the LocalBorderBoxProperties. R=pdr@chromium.org, chrishtr@chromium.org Bug: 870521 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I1a6c08f94c3066c7524b2557b4f884e3fc7dd61a Reviewed-on: https://chromium-review.googlesource.com/1183851Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#585171}
-
Kurt Horimoto authored
This interface can be used by chrome embedders to provide additional scrolling fixes for FullscreenControllerObserver callbacks. Bug: none Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ie6ce56c484ea7bc5a48a6802b626589d03ccf1cb Reviewed-on: https://chromium-review.googlesource.com/1184171 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#585170}
-
Jason Roberts authored
Bug: 876359 Change-Id: I554cdd9a7124312da670e6d1878b0bcddb2d74f5 Reviewed-on: https://chromium-review.googlesource.com/1183887 Commit-Queue: Jason Roberts <jasonroberts@chromium.org> Reviewed-by:
Peng Huang <penghuang@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Cr-Commit-Position: refs/heads/master@{#585169}
-
Muyuan Li authored
On ChromeOS, the locale from ICU is remapped to eliminate locales that do not have translation, such as en-CA -> en-GB, fr-CA -> fr. In assistant though, we'll need the original locale to configure features. Bug: 874225, b/112604619 Test: Manual Change-Id: Icf0016f9df45dd6af3f996d43bbe197d6a4e8915 Reviewed-on: https://chromium-review.googlesource.com/1182441 Commit-Queue: Muyuan Li <muyuanli@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#585168}
-
Troy Hildebrandt authored
Currently, LevelDB::Init only returns a bool and attempts to automatically destroy corrupted databases. In preparation for a shared database where automatic destruction isn't ideal, a new LevelDB::Init function is added that takes a boolean |destroy_on_corruption| to allow for the current behaviour, while also returning a leveldb::Status so callers can determine their desired course of action in the event of a corruption, or any other type of error. The original Init function's behaviour remains intact so current calls will be unaffected. Bug: 870813 Change-Id: Id9ca0c2937abd8ed9d3dea5c218b9b229a532057 Reviewed-on: https://chromium-review.googlesource.com/1171082 Commit-Queue: Troy Hildebrandt <thildebr@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#585167}
-
Weilun Shi authored
Every tile in the custom background dialog are now have the same fade in effect as when custom background is loaded. Bug: 870401 Change-Id: I744a891b7afccf0e0ee76526316f13e2181593dd Reviewed-on: https://chromium-review.googlesource.com/1182450Reviewed-by:
Kristi Park <kristipark@chromium.org> Commit-Queue: Weilun Shi <sweilun@chromium.org> Cr-Commit-Position: refs/heads/master@{#585166}
-
Weilun Shi authored
Set min width for cancel and done button to make it to fix the extra space shown on rtl mode when the "cancel" and "done" are too short in another language. Bug: 876251 Change-Id: I588ed62bf28249c2078edb10a0d29143041f3d92 Reviewed-on: https://chromium-review.googlesource.com/1184164 Commit-Queue: Weilun Shi <sweilun@chromium.org> Reviewed-by:
Kristi Park <kristipark@chromium.org> Cr-Commit-Position: refs/heads/master@{#585165}
-
Chris Lu authored
Screenshot: https://drive.google.com/open?id=1ULVDpZVbyX11s413cXQQQFgYKLPYG3ez Bug: 868119 Change-Id: I26c17694fd06445dd838171834d2efe11f8045cb Reviewed-on: https://chromium-review.googlesource.com/1182460Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#585164}
-
François Beaufort authored
This CL makes sures when screen resolution is not the default one, controls background still covers entirely the video. It does so by adding one pixel in width and height to the size of the controls background view. Bug: 876293 Change-Id: I005e8d0a4fd178a05ab794851c5ae22507a7343f Reviewed-on: https://chromium-review.googlesource.com/1183486Reviewed-by:
apacible <apacible@chromium.org> Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Cr-Commit-Position: refs/heads/master@{#585163}
-
Yue Li authored
Bug: 867919 Test: Local compile Change-Id: Ie5dddbb74cf2d281d152a00231ffdc31b6931dec Reviewed-on: https://chromium-review.googlesource.com/1178989Reviewed-by:
Tim Schumann <tschumann@chromium.org> Reviewed-by:
Markus Heintz <markusheintz@chromium.org> Commit-Queue: Yue Li <updowndota@chromium.org> Cr-Commit-Position: refs/heads/master@{#585162}
-
Peter Collingbourne authored
The orderfile must be generated at symbol level 0 in order to avoid running into binary size limits. Setting the symbol level to 0 is incompatible with generating a resource whitelist, so disable the whitelist during orderfile generation. Bug: 875928 Change-Id: I82e197d5a4a0fe9b9a7142b583b3947b0da56b27 Reviewed-on: https://chromium-review.googlesource.com/1182798Reviewed-by:
Benoit L <lizeb@chromium.org> Commit-Queue: Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#585161}
-
kristipark authored
Start the cursor on the name field when the dialog opens. Highlights any text that is prepopulated in the field. Bug: 872644 Change-Id: I9458dec339973ddc9103a3d74a350df0118e8e6d Reviewed-on: https://chromium-review.googlesource.com/1182305 Commit-Queue: Kristi Park <kristipark@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Cr-Commit-Position: refs/heads/master@{#585160}
-
Jeffrey Kardatzke authored
This updates the Mojo definition used by ARC++ for the Widevine OEMCrypto implementation. This has no impact on Chrome's implementation as it's just passing through this interface. The real changes will be occurring in Android and Chrome OS. Corresponding Android change: ag/4832761 Corresponding Chrome OS change: https://chrome-internal-review.googlesource.com/c/665551 Bug: b:110008398 Test: Builds Change-Id: I1029067ee8a5812f91619472764fe5fe0fe56fb4 Reviewed-on: https://chromium-review.googlesource.com/1181721Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Commit-Queue: Jeffrey Kardatzke <jkardatzke@google.com> Cr-Commit-Position: refs/heads/master@{#585159}
-
Scott Violet authored
BUG=none TEST=none Change-Id: Ib8795cb03502ae427a605f85fcc08d0371dbb4e5 Reviewed-on: https://chromium-review.googlesource.com/1185231Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#585158}
-
chaopeng authored
Bug: 876180 Change-Id: If3a169518796f82cf3abc319dd05d7845a449c82 Reviewed-on: https://chromium-review.googlesource.com/1185232Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Jianpeng Chao <chaopeng@chromium.org> Cr-Commit-Position: refs/heads/master@{#585157}
-
Vladislav Kaznacheev authored
Use the same icon size as for other app types (app_list::AppListConfig::instance().grid_icon_dimension()) to avoid unnecessary repetitive scaling. Bug: 876113 Test: manual, steps in the bug Change-Id: Ib5e260263f874f0067c3276293a7c2dc917c775a Reviewed-on: https://chromium-review.googlesource.com/1182454Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Weidong Guo <weidongg@chromium.org> Reviewed-by:
Jenny Zhang <jennyz@chromium.org> Commit-Queue: Vladislav Kaznacheev <kaznacheev@chromium.org> Cr-Commit-Position: refs/heads/master@{#585156}
-
Findit authored
This reverts commit f4c510e1. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 585064 as the culprit for failures in the build cycles as shown on: https://findit-for-me.appspot.com/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtL2Y0YzUxMGUxY2IyY2NkYzBjZTA3YjA2MGJlOWFkNTJmOGVkYTVjYjgM Sample Failed Build: https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Linux%20Trusty%20Leak/23378 Sample Failed Step: webkit_layout_tests Original change's description: > Move XR LayoutTests over to be WPTs > > Moving as many of the WebXR LayoutTests as possible over to be > WebPlatformTests. All the tests that have been moved test some > aspect of the spec (https://immersive-web.github.io/webxr/) in > a platform agnostic way. > > Bug: 863557, 844772 > Change-Id: I203b4c59be0daa0ca624fb0281fc33035f1be8a1 > Reviewed-on: https://chromium-review.googlesource.com/1171857 > Reviewed-by: Brandon Jones <bajones@chromium.org> > Reviewed-by: Brian Sheedy <bsheedy@chromium.org> > Commit-Queue: Anna Offenwanger <offenwanger@chromium.org> > Cr-Commit-Position: refs/heads/master@{#585064} Change-Id: Ief847c4b554eea132e2b3d5ea0431c1acf6c34c2 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 863557, 844772 Reviewed-on: https://chromium-review.googlesource.com/1185383 Cr-Commit-Position: refs/heads/master@{#585155}
-
Weidong Guo authored
Changes: 1. Fix a crash that occurs when signing into a different account in multi profile. 2. Fix homecher not shown issue when account is switched. Bug: 875913 Change-Id: Iddd093aa93aa21247f77c9831fbc3cb8afdac9c6 Reviewed-on: https://chromium-review.googlesource.com/1182449Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Weidong Guo <weidongg@chromium.org> Cr-Commit-Position: refs/heads/master@{#585154}
-
Sarah Hu authored
Bug: 876067 Change-Id: I0c1e32e23780bbb0e1117cac966550198ab1c865 Reviewed-on: https://chromium-review.googlesource.com/1183897 Commit-Queue: Xiaoyin Hu <xiaoyinh@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#585153}
-
Calder Kitagawa authored
Phase 3 of the work to replace url_template with action and params as per the updated WebShareTarget spec: https://wicg.github.io/web-share-target/. This work updates WebShare to use the new action and parameter model rather than |url_template|. See the bug for a detailed plan for performing these changes. Bug: 871788 Change-Id: I0d2e044320085a082d4a8912de2a099fe01f9156 Reviewed-on: https://chromium-review.googlesource.com/1168127Reviewed-by:
Xi Han <hanxi@chromium.org> Reviewed-by:
Matt Giuca <mgiuca@chromium.org> Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#585152}
-
Andres Medina authored
Since current version of protobuf doesn't support move constructors, this issue is not exposed yet. Bug: crbug.com/876326 Change-Id: Ia107b6ab011f8b59efccfe81617dd494beb14aac Reviewed-on: https://chromium-review.googlesource.com/1183685Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Commit-Queue: Andres Medina <medinaandres@chromium.org> Cr-Commit-Position: refs/heads/master@{#585151}
-
Erik Chen authored
Change-Id: Ie2e939d94d7c2fc2661762bb2f532751c1908c92 Reviewed-on: https://chromium-review.googlesource.com/1183856Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#585150}
-
Min Qin authored
Bug: 383765 Change-Id: I026234012ae3dbc598462dc1d8c73651acb8dced Reviewed-on: https://chromium-review.googlesource.com/1169973Reviewed-by:
Xing Liu <xingliu@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#585149}
-
Thomas Tangl authored
Update the icon of the avatar toolbar button when an account is signed out. This happens for instance when the user selects cancel on the sync-confirmation dialog. Bug: 870656 Change-Id: Id557500c02ef2ac10d704cde75a9afe9db5e7655 Reviewed-on: https://chromium-review.googlesource.com/1185195Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Thomas Tangl <tangltom@chromium.org> Cr-Commit-Position: refs/heads/master@{#585148}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/ba76717a8d18..bbb04a38bbdb git log ba76717a8d18..bbb04a38bbdb --date=short --no-merges --format='%ad %ae %s' 2018-08-22 wangge@google.com Fix Bug When No APK is present and Add Relevant Test Cases. 2018-08-22 anthonyalridge@google.com Initial application of mann whitney testing. 2018-08-22 benjhayden@chromium.org [chromeperf v2] Simple redux helpers. 2018-08-22 benjhayden@chromium.org Add icons for V2SPA. 2018-08-21 mseaborn@google.com [dashboard] Update docs to mention old issues filed in the Github tracker 2018-08-21 benjhayden@chromium.org Fix minify script for v2spa. 2018-08-21 benjhayden@chromium.org Add some utility functions to V2SPA. 2018-08-21 eakuefner@chromium.org [Tracing] Fix Pylint errors 2018-08-21 amyqiu@google.com Fix search bug in metrics visualization tool 2018-08-21 benjhayden@chromium.org Add ElementBase for V2SPA. 2018-08-21 benjhayden@chromium.org Plumb test case tag maps via test suite descriptors. 2018-08-21 vovoy@chromium.org Add story property: wpr_mode 2018-08-21 wangge@google.com Restructure Long Term Health Tool Output File Structure. 2018-08-20 benjhayden@chromium.org Add Material textarea for V2SPA. 2018-08-20 benjhayden@chromium.org Add checkbox to V2SPA. 2018-08-20 benjhayden@chromium.org Add cp-loading for V2SPA. 2018-08-20 benjhayden@chromium.org Add raised-button to V2SPA. 2018-08-20 chiniforooshan@chromium.org Telemetry: pixel metrics in TBMv2 2018-08-20 simonhatch@chromium.org Dashboard - Add a path for inserting out-of-order diagnostics. 2018-08-20 simonhatch@chromium.org Dashboard - Fix gcs read. 2018-08-20 chiniforooshan@chromium.org Telemetry: rename metrics as per crbug.com/627461 2018-08-20 simonhatch@chromium.org Dashboard - Cleanup unused masters and bots 2018-08-20 chiniforooshan@chromium.org Telemetry: break rendering_metric.html Created with: gclient setdep -r src/third_party/catapult@bbb04a38bbdb 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=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 BUG=chromium:863390,chromium:866423,chromium:862077,chromium:863390,chromium:760553,chromium:874856,chromium:627461,chromium:760553 TBR=sullivan@chromium.org Change-Id: I6f9a52e2e301d0e04b4800a9c57a33000ec51f26 Reviewed-on: https://chromium-review.googlesource.com/1185141Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#585147}
-
Steven Bennetts authored
This separates the WebContentsObserver and WebContentsDelegate code from ChromeKeyboardUI. Note: ChromeKeyboardWebContents has a dependency on ui::keyboard that will need to be replaced with a mojo API call for multi process mash, but the separation should at least help with the single process mash split, and calls out / documents where the multi process mash change needs to happen. Bug: 843332 Change-Id: I09a8ea3ac0536737d395fda372b98919221c1a3a Reviewed-on: https://chromium-review.googlesource.com/1182679Reviewed-by:
Darren Shen <shend@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#585146}
-
Alexander Hendrich authored
This CL adds a method to validate a value against a given schema to the python schema validator. This method is also used in a new presubmit test to ensure all example values are valid in policy_templates.json. Bug: 873641, 858980, 856901 Change-Id: I2ad477785e8ee37a9e07ee7231c3d12d8501a43f Reviewed-on: https://chromium-review.googlesource.com/1174443 Commit-Queue: Alexander Hendrich <hendrich@chromium.org> Reviewed-by:
Lutz Justen <ljusten@chromium.org> Cr-Commit-Position: refs/heads/master@{#585145}
-
Sujie Zhu authored
In order to prevent the pointer leakage when we create local_card_migration_manager from the settings page, we add two accessor methods in AutofillManager and FormDataImporter. Notice that form_data_importer is a unique_ptr owned by autofill_manager (created when autofill_manager is created). Form_data_importer owns a unqiue_ptr of the local_card_migration_manager and create that when itself is created. We can add form_data_importer() accessor function in autofill_manager to get the raw pointer of the form_data_importer and add local_card_migration_manager() function to form_data_importer to get the raw pointer of local_card_migration_manager. Bug: 852904 Change-Id: Ied951b50aaa0181cfeb97c1f6be9f2517db5e5a5 Reviewed-on: https://chromium-review.googlesource.com/1180595Reviewed-by:
Jared Saul <jsaul@google.com> Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Sujie Zhu <sujiezhu@google.com> Cr-Commit-Position: refs/heads/master@{#585144}
-
Theresa authored
Remove the feature flag that controls whether Modern is enabled, effectively enabling the feature at 100%. Fix up tests that were previously running with Modern disabled. Removes some "Chrome classic" render tests. This CL effectively enables Modern and "contextual suggestions" (EoC), which relies on Modern being enabled, for all tests. BUG=876051 Change-Id: I9938dabbba238f86d42356325d42ace581512d25 Reviewed-on: https://chromium-review.googlesource.com/1183684 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#585143}
-
Sky Malice authored
This reverts commit c7196c14. Reason for revert: WebKit Win Builder failing, https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Win%20Builder/158247 speculatively reverting Original change's description: > [Base] Use background mode for ThreadPriority::BACKGROUND threads (behind feature). > > This CL adds a feature to use THREAD_MODE_BACKGROUND_BEGIN instead of > THREAD_PRIORITY_LOWEST for ThreadPriority::BACKGROUND threads. This > lowers the disk and network I/O priority of the thread in addition to > the CPU scheduling priority. MSDN recommends using this setting for > threads that perform background work. > https://docs.microsoft.com/en-us/windows/desktop/api/processthreadsapi/nf-processthreadsapi-setthreadpriority > > Bug: 872820 > Change-Id: Ia731fcf39c991ae30ca74055595a84385f27635f > Reviewed-on: https://chromium-review.googlesource.com/1171482 > Commit-Queue: François Doray <fdoray@chromium.org> > Reviewed-by: Gabriel Charette <gab@chromium.org> > Cr-Commit-Position: refs/heads/master@{#585104} TBR=gab@chromium.org,fdoray@chromium.org Change-Id: Ia6a20e3a59b68ee0c845f26f343bb10582d03d72 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 872820 Reviewed-on: https://chromium-review.googlesource.com/1185342Reviewed-by:
Sky Malice <skym@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#585142}
-
Vladimir Levin authored
Since the visual rects are now relative to the transform ancestor, we don't need to clear the visual rects if the paint invalidation container changes. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ie23d14c9bd90882f0cbabf28347848bd2a019de3 Reviewed-on: https://chromium-review.googlesource.com/1166204 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#585141}
-
Eric Seckler authored
Change-Id: I5a483b0100ab76e52dcb88d379f46721b0b86bbc Reviewed-on: https://chromium-review.googlesource.com/1184717 Commit-Queue: Eric Seckler <eseckler@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#585140}
-
akaba authored
GetLatestInFlightSurface should not return nullptr if fallback doesn't exist. Instead it should try to search for active surfaces in primary's FrameSinkId. Bug: 875381 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I8940c374b7f52f728e4d88c88358aeb177dc8520 Reviewed-on: https://chromium-review.googlesource.com/1179989Reviewed-by:
Fady Samuel <fsamuel@chromium.org> Commit-Queue: Andre Kaba <akaba@google.com> Cr-Commit-Position: refs/heads/master@{#585139}
-
Nicolas Pena authored
The two entry types seem to be completely unused. Change-Id: I0fe32a2b7502d5aa4af0a4f2c3457536810a4a03 Reviewed-on: https://chromium-review.googlesource.com/1183637Reviewed-by:
Yoav Weiss <yoav@yoav.ws> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#585138}
-
angle-chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/de8d4cb0d496..9259fd0d4f4c git log de8d4cb0d496..9259fd0d4f4c --date=short --no-merges --format='%ad %ae %s' 2018-08-22 oetuaho@nvidia.com Clean and enable NoLeakingFragments multiview test 2018-08-22 oetuaho@nvidia.com Add helpers for multiview framebuffer init 2018-08-22 jmadill@chromium.org Add state change test for uniform buffer validation. 2018-08-22 oetuaho@nvidia.com Ignore D3D11 debug layer messages in multiview tests 2018-08-22 chrome-bot@chromium.org Remove cq_name from cq.cfg at tandrii@chromium's request. 2018-08-22 chrome-bot@chromium.org Temporarily suppress multiview test failure due to debug layers 2018-08-22 oetuaho@nvidia.com Fix resource init/teardown in multiview tests 2018-08-22 jie.a.chen@intel.com Make some Program methods inlined 2018-08-22 jmadill@chromium.org Use Observer pattern for Buffers in front-end. 2018-08-21 jmadill@chromium.org Add gl::Program::syncState and dirty bits. 2018-08-21 jmadill@chromium.org Optimize element array binding. 2018-08-21 tobine@google.com Revert "Expect pass on pointcoord test on Pixel 2" 2018-08-21 jmadill@chromium.org Add more test param documentation to perf tests. Created with: gclient setdep -r src/third_party/angle@9259fd0d4f4c The AutoRoll server is located here: https://angle-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: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=cwallez@chromium.org Change-Id: Ieaaaf429abd70072ec213526eabdc5166460c919 Reviewed-on: https://chromium-review.googlesource.com/1184865Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#585137}
-
Eric Seckler authored
Change-Id: Ic8cccbf6287471f6750dd273b7b4b0c69cc0a64c Reviewed-on: https://chromium-review.googlesource.com/1184719 Commit-Queue: Eric Seckler <eseckler@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#585136}
-
Varun Khaneja authored
R=drubery Change-Id: Ic7501d359fce58eafccdb2cede709fb6f83503a9 Reviewed-on: https://chromium-review.googlesource.com/1184117Reviewed-by:
Nathan Parker <nparker@chromium.org> Commit-Queue: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#585135}
-
Meilin Wang authored
Fix the navigation of the "Google Assistant settings" link in Chrome OS settings. Test: local compile and manually test. Bug: b:112606371 Change-Id: I9bedaa639a0a0e7a3ceb33c999d0528af5c0bd47 Reviewed-on: https://chromium-review.googlesource.com/1183886Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: Meilin Wang <meilinw@chromium.org> Cr-Commit-Position: refs/heads/master@{#585134}
-
Peter Wen authored
Includes srcjars and classes.jar files. Bug: 874852 Change-Id: I71d3904dd0d27ed14e9f88f78f17a95140080955 Reviewed-on: https://chromium-review.googlesource.com/1181773Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#585133}
-