- 07 Jun, 2018 33 commits
-
-
Matt Reynolds authored
Xbox One gamepads send the state of the Xbox button in a separate report from the rest of the button and axis state. On some devices, this report will be sent repeatedly until it is acked, and further presses and releases of the button are not reported. This causes the button to appear "stuck" when observed from within Chrome. This CL makes Chrome ack the Xbox report when it is received, preventing the button from becoming stuck. This fix only affects OSX, where Chrome uses an internal driver for Xbox devices. BUG=846806 Change-Id: I8e44a78c56b146dcf20c530cbc397451fce9e84c Reviewed-on: https://chromium-review.googlesource.com/1086409 Commit-Queue: Matt Reynolds <mattreynolds@chromium.org> Reviewed-by:
Brandon Jones <bajones@chromium.org> Cr-Commit-Position: refs/heads/master@{#565141}
-
Christopher Cameron authored
Whether or not CHROMIUM_texture_storage_image is supported depends entirely on the underlying ImageFactory. Add a function to query if the ImageFactory has the capability to create anonymous images, and use this to enable relevant parts of FeatureInfo. Remove the ifdef that was being used to determine whether or not to enable CHROMIUM_texture_storage_image, because that was just attempting to match the capabilities of the ImageFactory (and sometimes failing). I screwed this up in the previous patch because I was checking for gpu_memory_manager, thinking that it was gpu_memory_buffer_manager. As it happens CHROMIUM_gpu_memory_manager is unused, so just remove it. Bug: 845213, 849478 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.blink:linux_trusty_blink_rel Change-Id: I9d97749863c61954151e9f06dc23949613c2181f Reviewed-on: https://chromium-review.googlesource.com/1088313Reviewed-by:
ccameron <ccameron@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#565140}
-
Becca Hughes authored
This fixes a bug where AutoplayFlags are cleared on same document navigations. Flags are associated with a Document so we should not do this. BUG=849674 Change-Id: I9862b6397ff473f1af3e8bf9ec103cea8842c509 Reviewed-on: https://chromium-review.googlesource.com/1089350Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#565139}
-
Chromium WPT Sync authored
Using wpt-import in Chromium ee3b63ad. With Chromium commits locally applied on WPT: e8832df8 "webrtc wpt: remove test_state_change_event" 1ff37758 "Multi-global WebUSB WPT for window and worker" 43e6203f "Revert "Multi-global WebUSB WPT for window and worker"" 218dabf6 "Use correctly sized images in flexbox tests" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/19142 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md TBR=foolip No-Export: true Change-Id: I8f5973a29e26942b074ae63bb1a886feb7aac495 Reviewed-on: https://chromium-review.googlesource.com/1090038 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#565138}
-
Renee Wright authored
Bug: 822499 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ie778c491404cfaf9f6e72d1ad9910c2a6cc4258d Reviewed-on: https://chromium-review.googlesource.com/1086433Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Renée Wright <rjwright@chromium.org> Cr-Commit-Position: refs/heads/master@{#565137}
-
Alan Cutter authored
This rename helps disambiguate Update() and UpdateIcon() by renaming the latter as UpdateIconImage(). The former updates the view's visibility state while the latter updates the vector icon used by painting. Bug: 788051 Change-Id: I1a6d24ed404b5a2017e64ea9b064ada6de7865dd Reviewed-on: https://chromium-review.googlesource.com/1088453Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#565136}
-
Alan Cutter authored
This CL renames PageActionIconView::Refresh() to be Update(). This makes it more consistent with PageActionIconContainer::UpdatePageActionIcon() and LocationBar methods like UpdateSaveCreditCardIcon(). There are no behavioural changes in this CL. Bug: 788051 Change-Id: I1d5d05cfc659d89a41480771e2415b261553263b Reviewed-on: https://chromium-review.googlesource.com/1082064Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#565135}
-
Tetsui Ohkubo authored
This CL disables TrayAccessibilityTest. It's better to be fixed after AccessibilityManager is moved to ash/. TEST=browser_tests --enable-features=SystemTrayUnified BUG=847104,850014 Change-Id: Idde44ac1b5aada8999c9cfca8b435c5e6d1615ab Reviewed-on: https://chromium-review.googlesource.com/1086892Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#565134}
-
Travis Skare authored
Bug: 843368 Change-Id: I300f2793ee70f93275be20aa77d24296d7da05d1 Reviewed-on: https://chromium-review.googlesource.com/1087317Reviewed-by:
Dave Schuyler <dschuyler@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Travis Skare <skare@chromium.org> Cr-Commit-Position: refs/heads/master@{#565133}
-
Jacob Dufault authored
Bug: 784495 Change-Id: Iced3219a6e837e5abe4ed122d32086b9bc3f961c Reviewed-on: https://chromium-review.googlesource.com/1012575Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Jacob Dufault <jdufault@chromium.org> Cr-Commit-Position: refs/heads/master@{#565132}
-
Hiroki Nakagawa authored
Sheriff: Supress failures on external/wpt/css/css-animations/CSSAnimation-getComputedTiming.tentative.html See the issue for details. Bug: 850349 Change-Id: I776d6d2cc0ba9e4b8265a6366a8a6982dfac2b34 TBR: nhiroki@chromium.org NOTRY: true Reviewed-on: https://chromium-review.googlesource.com/1089596Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#565131}
-
John Chen authored
ExistingUserDataDirTest is not supported on Android. Excluding it. TBR=crouleau@chromium.org Bug: chromedriver:2446 Change-Id: I0bceb8cd282f51c128d63c8a178d91ec7beea7c2 Reviewed-on: https://chromium-review.googlesource.com/1089476Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#565130}
-
sczs authored
- Adds a constraint to make Section headers height at least 44. - Adds a separation of 9 between tableview sections. Screenshot: https://drive.google.com/open?id=1wKgKV4UOpc4JhZYrlxtkv3mTtCwPATyZ Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I3d86eb345e901e8c39c39bfcc78a697c65ed745e Reviewed-on: https://chromium-review.googlesource.com/1084324 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#565129}
-
Alan Cutter authored
kTitlebarAnimationDelay is defined twice in browser_non_client_frame_view_ash.cc likely due to a bad merge of https://chromium-review.googlesource.com/c/chromium/src/+/1055228. This CL removes the reduntant constant definition. Bug: 836482 Change-Id: I755c84182da0348b5e701bec2f6ad24cb9b8c0b9 Reviewed-on: https://chromium-review.googlesource.com/1088460Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#565128}
-
Ben Pastene authored
The "os" tag is needed to trigger the following condition: https://codesearch.chromium.org/chromium/build/scripts/slave/recipe_modules/chromium_tests/steps.py?rcl=7d066dd6eac24ac19a1fb1c4f1bc7dd432d433c0&l=1339 That will correctly add the device type to all trigger steps in recipes. (Purely a QoL change.) Change-Id: I38d318a0d3814426e5ac8e1e16fd38955e0186fc Reviewed-on: https://chromium-review.googlesource.com/1086290 Commit-Queue: Ben Pastene <bpastene@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#565127}
-
Peter Boström authored
These tooltips are not yet UX approved but can be used as placeholders until we have the final strings. This change also makes use of the generic "Current user" tooltip when there is only one non-signed-in user and the generic icon is used, in place of the default otherwise unexpected "Person 1" profile name. Bug: chromium:822070 Change-Id: Ia6941511c6e19a02b635edb688933c2abe6ba92f Reviewed-on: https://chromium-review.googlesource.com/1080787 Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#565126}
-
Weidong Guo authored
Changes: The feature was under home launcher feature flag, but it should also be in regular launcher. So put it behind its own flag. Bug: 850188 Change-Id: Ifd1b8acd98c4b03aa710c552bc5c40fba4711f89 Reviewed-on: https://chromium-review.googlesource.com/1089380 Commit-Queue: Weidong Guo <weidongg@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#565125}
-
Sarah Hu authored
1. ShowPasswordChangedDialog 2. ShowWhitelistCheckFailedError 3. ShowUnrecoverableCryptohomeErrorDialog Bug: 828058 Change-Id: I7269d927e9239319b4a24e4655d0ceaadf5c044b Reviewed-on: https://chromium-review.googlesource.com/1087772 Commit-Queue: Xiaoyin Hu <xiaoyinh@chromium.org> Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#565124}
-
Michael Lippautz authored
- Fix labels of GCReason suffixes - Deprecate BlinkGC.CollectGarbage in favor of more exact buckets. See histograms.xml - Introduce BlinkGC.AtomicPhaseMarking for the atomic marking phase - Apply suffixes to interesting buckets to get exact pause times per GC reason No-try: true Bug: chromium:840789, chromium:757440, chromium:847735 Change-Id: I611fea498c925c70286e44d10a885aa769552bcb Reviewed-on: https://chromium-review.googlesource.com/1086432 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#565123}
-
Rintaro Kuroiwa authored
- Because PowerMonitor uses ObserverListThreadSafe, the observers are notified on the sequence from which they were registered. Change-Id: Iea01ec415fca7b9b327a9b1d92ed77008e0cd77c Reviewed-on: https://chromium-review.googlesource.com/1089584Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Rintaro Kuroiwa <rkuroiwa@chromium.org> Cr-Commit-Position: refs/heads/master@{#565122}
-
Dongseong Hwang authored
WebRTC causes GPU hang on ChromeOS because of this bug. WebRTC can switch the resolution of video size depending on network condition. So the first size-changed frame can be inter frame. However, vp8 decoder assumes the first size-changed frame is always key frame, and passes wrong size value with the different sized encoded data and then libva causes GPU hang. Unfortunately, we don't know the first inter frame after rtc dropping frames has different size or not, because vp8 doesn't store the size in inter frame. So this CL makes vp8 decoder give up decoding all inter frames when rtc dropping frames. If vp8 decoder has to skip more than 75 frames (i.e. around 3 secs), it reports decode error to request new keyframe. In the same sense, vp9 decoder also doesn't report decode error until 75 frames skipped. Extract P frame from bear-320x240.webm to add an unittest by Sreerenj <sreerenj.balachandran@intel.com> gst-launch-1.0 -v filesrc location=bear-320x240.webm ! matroskademux ! multifilesink location=vp8-frame-320x240_%d TEST=run https://appr.tc/?vsc=vp8 on 2 IA chromebooks. e.g. KBL, APL, SKL add VP8DecoderTest in media_unittests BUG=831037, b/72676160 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 Change-Id: I2e116efcc28ebdbea9739c84b28ce3027eac836d Reviewed-on: https://chromium-review.googlesource.com/1009324 Commit-Queue: Dongseong Hwang <dongseong.hwang@intel.com> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Reviewed-by:
Emircan Uysaler <emircan@chromium.org> Reviewed-by:
Dongseong Hwang <dongseong.hwang@intel.com> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#565121}
-
John Chen authored
Add a missing call to base class tearDown in ExistingUserDataDirTest, to fix breakage in waterfall. Bug: chromedriver:2446 Change-Id: Ibf0356c53edb92d729aa3d5b8de01a1471fc8bdf Reviewed-on: https://chromium-review.googlesource.com/1090040Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#565120}
-
James Cook authored
For out-of-process ash code in //chrome/browser can't call into ash. BrowserStatusMonitor was installing a global window activation observer on ash::Shell. However, it doesn't need to do that anymore. The code was written to change the brightness of the "running" dot we show under the shelf icon for a v1 (non-packaged) app. However, with the MD redesign of the shelf we always use the same dot so we don't need to track activation state any more. See removal of ash::STATUS_ACTIVE from enum ShelfItemStatus in https://chromium-review.googlesource.com/c/chromium/src/+/758800 Bug: 850184, 557406 Test: browser_tests --gtest_filter=*Launcher* Change-Id: I38ed5e563d8b52386c53fafd17174608cd4ef8d6 Reviewed-on: https://chromium-review.googlesource.com/1089914Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#565119}
-
Zhenyao Mo authored
Regardless of driver being older BUG=721121 TEST=manual on a AMD switchable win10 device with older driver R=kbr@chromium.org 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 Change-Id: I25456570984ccbe2bcdf0d452acb71e37a8571ca Reviewed-on: https://chromium-review.googlesource.com/1089835Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#565118}
-
Joey Scarr authored
For the following string-valued define: defines = [ "CR_CLANG_REVISION=\"$clang_revision\"" ] this was outputting the following on Windows: -D"CR_CLANG_REVISION=\"332838-1\"" The Windows shell can't handle the extra quotes, and so the following macro was being written: #define "CR_CLANG_REVISION "332838-1"" This change moves the first quote to before the -D, allowing Windows to correctly handle the define parameter. R=brettw@chromium.org Bug: 396230 Change-Id: I4f6f70acf775577ff9b3077eba9ebf7f8d002da1 Reviewed-on: https://chromium-review.googlesource.com/1071274Reviewed-by:
Brett Wilson <brettw@chromium.org> Commit-Queue: Joey Scarr <jsca@chromium.org> Cr-Commit-Position: refs/heads/master@{#565117}
-
Kevin Marshall authored
Defines the initial high-level structure for the "web" library, and as a starting point, defines enough functionality that it can be used in place of the existing WebView component in Fuchsia. Bug: 822474 Change-Id: I870b217b8b3fbd4581ca511403c7759491a8d35d Reviewed-on: https://chromium-review.googlesource.com/1083414 Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#565116}
-
Peter Boström authored
This provides circular inkdrops for favicon-only bookmarks for both Refresh and Touchable Refresh (the insets are different for the larger buttons). As this makes the ink-drop end cap start at the center of the favicon, this also looks significantly better for circular favicons. The change also fixes the way-too-small insets in Touchable Refresh (as they were overridden by Refresh in MaterialRefreshLayoutProvider). Bug: chromium:822072, chromium:834503 Change-Id: I12586a7588a0fb5163d25b43ebd327df65da6862 Reviewed-on: https://chromium-review.googlesource.com/1082477 Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#565115}
-
Antoine Labour authored
This refactors MailboxToSurfaceBridge a bit based on existing callers. A follow-up change will merge GenMailboxCHROMIUM and ProduceTextureDirectCHROMIUM. DestroyMailboxTexture was dead code, so removed. We can resurrect in a later CL if needed. Bug: 847674 Change-Id: I8fa52a4b7288955d3571c41bdf7b23f0ca4290f0 Reviewed-on: https://chromium-review.googlesource.com/1083333Reviewed-by:
Klaus Weidner <klausw@chromium.org> Commit-Queue: Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#565114}
-
edchin authored
Bug: 804589 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ib1ad651adb3d7c1025ab5e50375bc291cef52aed Reviewed-on: https://chromium-review.googlesource.com/1090004Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#565113}
-
Marcin Wiacek authored
Change-Id: I4eea2645f0439d1cb6ccf53e0ac1ddd359e1b95b Reviewed-on: https://chromium-review.googlesource.com/1089340 Commit-Queue: Marcin Wiącek <marcin@mwiacek.com> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#565112}
-
Xiaocheng Hu authored
When calling PositionForPoint() on an inline element with continuation, we need to find the correct block flow to enter. Legacy has such handling, but NG currently doesn't. As NG currently doesn't build its own tree, which means continuation info is only available in legacy layout tree, this patch makes NG PositionForPoint() reuse the legacy handling code to find the correct block flow. Bug: 811502 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I7155d09cc4f820580b2f72d316fabc345dd4d848 Reviewed-on: https://chromium-review.googlesource.com/1087826 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#565111}
-
Xing Liu authored
When user disabled the download location dialog, we need to show the duplicate infobar. Bug: 849876 Change-Id: I2efad87e670291dd453b12fa157ea10e7cb77011 Reviewed-on: https://chromium-review.googlesource.com/1088236Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#565110}
-
Robbie McElrath authored
Bug: 612330 Change-Id: I9f99f13f6450787fa8cee7e8dfb73edb10c961dd Reviewed-on: https://chromium-review.googlesource.com/1089632Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Matt Reynolds <mattreynolds@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#565109}
-
- 06 Jun, 2018 7 commits
-
-
pdfium-chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/ce4b14e..6ffd840 git log ce4b14e..6ffd840 --date=short --no-merges --format='%ad %ae %s' 2018-06-06 tsepez@chromium.org Remove still more v8::Context slot usage. 2018-06-06 rharrison@chromium.org Unsuppress dynamic_password_field_background_fill.pdf 2018-06-06 art-snake@yandex-team.ru Reland "Simplify CPDF_HintsTable." 2018-06-06 rharrison@chromium.org Add ability to log click events reaching PDFium 2018-06-06 hnakashima@chromium.org Embedder tests can write saved PDFs to a file for debugging. 2018-06-06 tsepez@chromium.org Get global consts without use of v8::Context slot 2018-06-06 tsepez@chromium.org Stop using some v8::Context slot to find runtime. 2018-06-06 dsinclair@chromium.org [fm2js] Fixup initialized variable conversion 2018-06-06 dsinclair@chromium.org [xfa] Make class error description better 2018-06-06 art-snake@yandex-team.ru Simplify check root availability. Created with: gclient setdep -r src/third_party/pdfium@6ffd840 The AutoRoll server is located here: https://pdfium-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. TBR=dsinclair@chromium.org Change-Id: I2a5c7744e80be5a86b557eaca8073b6b5ab70cd1 Reviewed-on: https://chromium-review.googlesource.com/1089970Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#565108}
-
Antoine Labour authored
This avoids producing the same texture multiple times with the same mailbox, which is redundant. A follow-up change will merge GenMailboxCHROMIUM and ProduceTextureDirectCHROMIUM. Bug: 847674 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I20561edc0490a1f2e2ea86af9c778c48a14a57fe Reviewed-on: https://chromium-review.googlesource.com/1083142Reviewed-by:
Justin Novosad <junov@chromium.org> Commit-Queue: Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#565107}
-
Bruce Dawson authored
This change updates the VS 2017 package to fix a bad version of dbghelp.dll in the Debuggers package, caused by a now-obsolete workaround in the packaging script, removed in crrev.com/c/1086990. The package still uses VS 2017 Update 7.1 and the 10.0.17134.12 SDK. Packaging was done on a Windows Server 2016 VM, cleanly created for this purpose. Compiler was packaged up by downloading VS 2017 Update 7.1, from https://www.visualstudio.com/vs/, and then passing these parameters to the installer: --add Microsoft.VisualStudio.Workload.NativeDesktop --add Microsoft.VisualStudio.Component.VC.ATLMFC --includeRecommended --passive Then Add or Remove Programs was used to modify the 10.0.17134.0 SDK to add the Debuggers package. Then the packaging script was run like this: python depot_tools\win_toolchain\package_from_installed.py 2017 -w 10.0.17134.0 The results were compared to make sure that there were no unintended changes. One quirk is that the new package is missing the arm/arm64 directories in Debuggers, which is correct, whereas the previous package was *not* missing them, for some reason. Other than that there are no unintended changes. Bug: 773476, 846313 Change-Id: I43db2ea95999fb7b2aeb02ba078e70298b62ffad Reviewed-on: https://chromium-review.googlesource.com/1086992Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#565106}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/91b51619..29182915 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. 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;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I881d0315dae905de95924c2b958bc9491e0f3fe1 Reviewed-on: https://chromium-review.googlesource.com/1089656Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#565105}
-
Frank Liberato authored
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 Change-Id: I02d7fcb62abda9eab421aee71dd8229b5f21ba2c Reviewed-on: https://chromium-review.googlesource.com/1081232Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Geoff Lang <geofflang@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#565104}
-
Christian Biesinger authored
This should avoid some double-layouts, and as a side-effect (the original motivation) it also makes sure that we mark any descendants we find for UseOldOutOfFlowPositioning(), which fixes a number of DCHECK(!NeedsLayout) failures. That works through the result->OutOfFlowPositionedDescendants() loop in LayoutNGBlockFlow::UpdateOutOfFlowBlockLayout. Bug: 849839 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: If885b16cedaa01b65f7fe2548e42a48c5d3a8a0d Reviewed-on: https://chromium-review.googlesource.com/1089652Reviewed-by:
Aleks Totic <atotic@chromium.org> Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#565103}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/f454bd3..e0aeedd git log f454bd3..e0aeedd --date=short --no-merges --format='%ad %ae %s' 2018-06-06 angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com Roll third_party/externals/angle2 0211346..2bd1fab (3 commits) 2018-06-06 herb@google.com Smarter use of glyph cache 2018-06-06 brianosman@google.com Fix matrix multiplication order 2018-06-06 kjlubick@google.com Add Dockerfile for building and running local Skia checkout with SwiftShader 2018-06-06 herb@google.com Reland "Have draw(Text|PosText|PosTextH) use a single entry on the device" 2018-06-06 brianosman@google.com Update MSVS toolchain for bots: Created with: gclient setdep -r src/third_party/skia@e0aeedd 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: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=halcanary@chromium.org Change-Id: Iaef7ec046071d9677d0c9919d8e86e57b54cf663 Reviewed-on: https://chromium-review.googlesource.com/1089491Reviewed-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@{#565102}
-