- 13 Dec, 2017 40 commits
-
-
Robert Sesek authored
Bug: 598854 Change-Id: I4a8aef73b405d4e4f1c557a9eaad2c3fb02c8f24 Reviewed-on: https://chromium-review.googlesource.com/823943Reviewed-by:
David Reveman <reveman@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#523782}
-
Robert Ma authored
DirectoryOwnersExtractor.find_owners_file is made more generic to accommodate the new usage in ImportNotifier: * It does not skip "empty" OWNERS (those without emails) any more, which allows "# WPT-NOTIFY" to be added to OWNERS files with comments only (e.g. "# TEAM", "# COMPONENT" lines; there are a bunch in wpt). * It may now return LayoutTests/external/OWNERS. This is to make sure owners can always be found for WPT files so that ImportNotifier can generate and log bugs for all failures (but we will never turn on WPT-NOTIFY there). * It can now take four variants of paths: (absolute, relative) X (file, directory), to make it easier to use. Previous heuristics like skipping empty OWNERS are moved to list_owners instead, which is only used for generating a list of owners in commit messages and may eventually be removed. Also improve the setup of the unit test of this module. Bug: 765334 Change-Id: I01bd1fa85d2602299eaf1e0d8e0872b04b93a008 Reviewed-on: https://chromium-review.googlesource.com/822834 Commit-Queue: Robert Ma <robertma@chromium.org> Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Cr-Commit-Position: refs/heads/master@{#523781}
-
Wei-Yin Chen (陳威尹) authored
Diff since last roll: https://github.com/chromium/dom-distiller/compare/0bde3157d7...9596033e36 Picked up changes: 9596033 Skip elements with zero area when finding article element 38037b3 Update docs after GoB/gerrit migration Bug: 749769,791975 Change-Id: Id545cf658982204297fcbbcd0c8716fd4f272c28 Reviewed-on: https://chromium-review.googlesource.com/823287Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#523780}
-
Rob Percival authored
CHECK should not be used in tests. This test uses a net::MockCachingHostResolver, so the HostCache argument that was being checked should never be null. Change-Id: Ibaa7051c404037089fb010a0ed11ee8775c70277 Reviewed-on: https://chromium-review.googlesource.com/823962Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: Rob Percival <robpercival@chromium.org> Cr-Commit-Position: refs/heads/master@{#523779}
-
rhalavati@google.com authored
Not required codes and comments related to sockets annotations are removed from several classes. The changes include: - Default network traffic annotation values are removed and test tags are added instead if required. - Code to store annotations in sockets is removed. - Comments regarding annotations storage is removed. Bug: 656607 Change-Id: I716dd482a6e868ba3b634437c434950db6073332 Reviewed-on: https://chromium-review.googlesource.com/823965 Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#523778}
-
Boris Sazonov authored
This CL adds StrictModeContext.allowSlowCalls() to avoid crashes when non-Chrome code calls StrictMode.noteSlowCall(). Use sparingly (e.g., to avoid crashes on older versions of the library if a new version no longer calls noteSlowCall). Bug: 793841 Change-Id: I24a03b8c241499c00a871a564cff0a5b0b58a87a Reviewed-on: https://chromium-review.googlesource.com/824273Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#523777}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/94ed4456bfe6..f85c43bc7374 $ git log 94ed4456b..f85c43bc7 --date=short --no-merges --format='%ad %ae %s' 2017-12-13 weili Update build instructions on Windows Created with: roll-dep src/third_party/pdfium 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: I53dde22be2fba99aee9435ce1861394011cc6d56 Reviewed-on: https://chromium-review.googlesource.com/824424 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523776}
-
Lily Houghton authored
Bug: 613650 Change-Id: I8674c107d619895ff7c752b4cf4397b7553b310e Reviewed-on: https://chromium-review.googlesource.com/820158 Commit-Queue: Lily Houghton <lilyhoughton@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#523775}
-
Daniel Bratell authored
There is one ItemView class in notification_view_md.h so if that header is in the same translation unit as notification_view.cc then the local ItemView class will fail to compile. That happens in jumbo builds. Bug: 773275 Change-Id: I2911c4cbcc73df186d9520d4182a186a76d2ce34 Reviewed-on: https://chromium-review.googlesource.com/824364 Commit-Queue: Daniel Bratell <bratell@opera.com> Commit-Queue: Peter Beverloo <peter@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#523774}
-
Leonard Grey authored
The previous fix for this (see linked bug) was tested via the `open` command in Terminal. Turns out that the system sends a slightly different AppleEvent in the case of a link being clicked (in, say, Notes.app) than via `open`. Something about the "click a link" version doesn't take well to being forwarded the way we were doing it. This change extracts the URL from the received event and sends a fresh event with that URL instead. Bug: 777863 Change-Id: Ie8c0dc6187806756fda898440849b6830ab9d345 Reviewed-on: https://chromium-review.googlesource.com/822892Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#523773}
-
Jared Saul authored
Bug: Change-Id: Id24aa72e0e4647e15b5c1bb6a5386a800f75f1c0 Reviewed-on: https://chromium-review.googlesource.com/822735 Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#523772}
-
webrtc-autoroll@chromium.org authored
https://webrtc.googlesource.com/src.git/+log/844ce8bb3ac1..6c8e6666cebe $ git log 844ce8bb3..6c8e6666c --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc The AutoRoll server is located here: https://webrtc-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=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Id9ceff06a55e16562bc0ce42a91003edc1589f0f Reviewed-on: https://chromium-review.googlesource.com/824422Reviewed-by:
WebRTC Roll Bot <webrtc-autoroll@chromium.org> Commit-Queue: WebRTC Roll Bot <webrtc-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#523771}
-
Anita Woodruff authored
- This omission was purely an oversight when the flag was added in crrev.com/782561 Bug: 595685 Change-Id: I52d852b924047f76defed5ac08009afc8e7023c1 Reviewed-on: https://chromium-review.googlesource.com/824262Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Anita Woodruff <awdf@chromium.org> Cr-Commit-Position: refs/heads/master@{#523770}
-
Mike Reed authored
These procs supercede SkPixelSerializer and SkImageDeserializer. See https://docs.google.com/document/d/1VcqNM_dukn3egke_m7YeMUf_kwHY37fDdftZtp7H0oc/edit#heading=h.9jbrzffapovp One change in behavior is that Skia never serializes raw/decoded images. - If there is no serialproc for images, skia stores png (or some other std loseless format) - If there is a serialproc, then skia stores whatever it returns. The chrome functions in skia_utils_base that serialize/deserialize flattenables now perform the following: - serialize: force any images to be re-encoded (as png), so no native encoded data is transmitted - deserialize: nothing fancy to do, since all (png) encodes should be fine Bug: Change-Id: I4d3d45efafc5c07dad0b55a4a4fffe6095674a49 Reviewed-on: https://chromium-review.googlesource.com/814220 Commit-Queue: Mike Reed <reed@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Reviewed-by:
Mike Klein <mtklein@chromium.org> Cr-Commit-Position: refs/heads/master@{#523769}
-
Chris Pickel authored
visibility is used for logos to mark whether the default logo or a Doodle is visible, and to fade between them. Apparently, visibility: visible in a child overrides visibility: hidden in a parent. Adding opacity as well prevents the logo from being visible. Bug: 792914 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Iddc9f4fa2cb9dec45b979fa332e830f4958db79c Reviewed-on: https://chromium-review.googlesource.com/817122 Commit-Queue: Chris Pickel <sfiera@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#523768}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/e3b013047d00..526c39f41f62 $ git log e3b013047..526c39f41 --date=short --no-merges --format='%ad %ae %s' 2017-12-13 angle-deps-roller Roll skia/third_party/externals/angle2/ 495162b9b..87cc90dfa (1 commit) 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;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=liyuqian@chromium.org Change-Id: If3095487b53991883419f4e72f8384d80f8f5b52 Reviewed-on: https://chromium-review.googlesource.com/823827Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523767}
-
Morten Stenshorne authored
If we're block fragmented (e.g. multicol), the start border/padding may end up in a fragmentainer preceding the one with the end border/padding, so we cannot require the fragment block size to be at least as large as the total sum of block border+padding in that case. Added a unit test to prove it (it used to DCHECK-fail). Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Ib51982617d0d5ef7d0abbe9b5430ef12fc3ebb59 Reviewed-on: https://chromium-review.googlesource.com/822940 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#523766}
-
Becca Hughes authored
The audio element has more space so we can maximize the touch radius for the timeline. BUG=784363 Change-Id: Ief8f127e6cf1dc9cb08869891dc46f575d6c6d79 Reviewed-on: https://chromium-review.googlesource.com/824164Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#523765}
-
Christos Froussios authored
This reverts commit fe678147. Reason for revert: Breaks several tests in ash_unittests-mus on Builder Linux Chromium OS ASan LSan Tests See https://uberchromegw.corp.google.com/i/chromium.memory/builders/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%281%29/builds/25187 Original change's description: > Fix exo for IsMusHostingVis() == false > > Bug: 792479, 793924 > Test: Test on device with android apps > Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel > Change-Id: I8c9beb8f835c294b6e2eb1dec4654a8d501c0952 > Reviewed-on: https://chromium-review.googlesource.com/806689 > Commit-Queue: Peng Huang <penghuang@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Reviewed-by: Antoine Labour <piman@chromium.org> > Reviewed-by: Sadrul Chowdhury <sadrul@chromium.org> > Cr-Commit-Position: refs/heads/master@{#523647} TBR=penghuang@chromium.org,sadrul@chromium.org,sky@chromium.org,piman@chromium.org Change-Id: If258d1188a54f4406b6f0edf0c37ead6c89379b4 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 792479, 793924 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Reviewed-on: https://chromium-review.googlesource.com/823925Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Commit-Queue: Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#523764}
-
webrtc-autoroll@chromium.org authored
https://webrtc.googlesource.com/src.git/+log/3fe1b15413a6..844ce8bb3ac1 $ git log 3fe1b1541..844ce8bb3 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc The AutoRoll server is located here: https://webrtc-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=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I83d955a710c2bd0635063698b17a630b2cce8074 Reviewed-on: https://chromium-review.googlesource.com/823826Reviewed-by:
WebRTC Roll Bot <webrtc-autoroll@chromium.org> Commit-Queue: WebRTC Roll Bot <webrtc-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#523763}
-
Robert Ma authored
For some reason, the two tests are at least a magnitude slower on MSAN bots than other bots (60+ secs vs. ~10 secs). Narrow down the expectations to reflect so. Bug: 793792, 729136 Change-Id: Ie46aed898996fe07cc7621336ffc5fc699c024ba Reviewed-on: https://chromium-review.googlesource.com/819596 Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#523762}
-
rhalavati@google.com authored
Traffic annotations test script on trybot is updated to only consider the list of changed files. Bug: 788035 Bug: 656607 Change-Id: Ib02f971edc65076c44f4aecf0589b30d381e00f7 Reviewed-on: https://chromium-review.googlesource.com/813635 Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#523761}
-
Becca Hughes authored
Bundle MEI preload data as a component and include a default version of that component with Chrome. The component updater is behind the PreloadMediaEngagementData feature flag. BUG=787464 Change-Id: Icfc07296caf48e663c9ed7de864f3a1ae6a513d0 Reviewed-on: https://chromium-review.googlesource.com/784892 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Michael Moss <mmoss@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#523760}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/495162b9bab5..87cc90dfaaf7 $ git log 495162b9b..87cc90dfa --date=short --no-merges --format='%ad %ae %s' 2017-12-12 oetuaho Set proper precision on loop index for variable init Created with: roll-dep src/third_party/angleBUG=735497 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=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=cwallez@chromium.org Change-Id: I8c1b99cbce09499a5fb43b12504deb0fc10b7604 Reviewed-on: https://chromium-review.googlesource.com/823825Reviewed-by:
angle-deps-roller . <angle-deps-roller@chromium.org> Commit-Queue: angle-deps-roller . <angle-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523759}
-
Edward Lemur authored
Add a '--chartjson_result_file' flag to extract ChartJSON test results from android devices. R=jbudorick@chromium.org Bug: webrtc:8566 Change-Id: I050d1f714471a5525e91d36d1e792815cb4578ae Reviewed-on: https://chromium-review.googlesource.com/819831 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#523758}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/1ad55eb2592e..e3b013047d00 $ git log 1ad55eb25..e3b013047 --date=short --no-merges --format='%ad %ae %s' 2017-12-12 kjlubick Experiment with turning CPUs off during perf 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;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=liyuqian@chromium.org Change-Id: I7e09e64b88c8b6374d71c504e333152ddc9cd9de Reviewed-on: https://chromium-review.googlesource.com/823765Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523757}
-
Marc Treib authored
And remove the corresponding fieldtrial testing config Bug: 583291 Change-Id: I96d7230797e929fce61888a5c02a8b74f6f145dc Reviewed-on: https://chromium-review.googlesource.com/778843Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#523756}
-
Rune Lillesveen authored
Bug: 657748 Change-Id: Ib2d298388c4a68a5992a5ef14e4fad28dee04c57 Reviewed-on: https://chromium-review.googlesource.com/823924 Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#523755}
-
Ulan Degenbaev authored
This adds the following histograms to histograms.xml: - V8.GCBackgroundMarking - V8.GCBackgroundScavenger - V8.GCBackgroundSweeping Bug: chromium:792552 Change-Id: I15f3df49773b630620d6c67121c46ad7fff3e179 Reviewed-on: https://chromium-review.googlesource.com/819610Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#523754}
-
Robert Sesek authored
Bug: 598854 Change-Id: I38178148755a21857325826df6df1251433c9ab8 Reviewed-on: https://chromium-review.googlesource.com/824202Reviewed-by:
Tobias Sargeant <tobiasjs@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#523753}
-
Ross McIlroy authored
Adds a V8BackgroundCompile feature to content to enable control of enabling the background compile feature in V8. BUG=v8:5203 Change-Id: I3c872d619db628e795fa8a817222774b238d4342 Reviewed-on: https://chromium-review.googlesource.com/822337Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Ross McIlroy <rmcilroy@chromium.org> Cr-Commit-Position: refs/heads/master@{#523752}
-
Peter Beverloo authored
We're converting from a boolean to this enum on the browser side, and then converting it back to a boolean once received on the renderer side. Let's simplify and just pass the boolean -- its name is clear. This also removes the remaining Background Sync code from //content/renderer/. Bug: 662134 Change-Id: Idd871f44f13e6804b48f83c6f4987572b1b7f125 Reviewed-on: https://chromium-review.googlesource.com/822530Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#523751}
-
Antonio Gomes authored
In WaylandKeyboard::Key's body, we deliberately duplicate some of the logic in KeyboardEvdev::DispatchKey. The idea was to use the bits of KeyboardEvDev needed for proper keyboard input handling. It turns out that features like key repeat and specific cases involving modifiers would need more duplication to get working. Instead of continuing to duplicate stable and existing logic, this CL adopts the use of KeyboardEvDev from WaylandKeyboard, fixing these issues and being able to do some code clean ups (follow ups). The CL also changes the KeyboardLayoutManager instantiation order in OzonePlatformWayland::InitializeUI, so that it happens prior to WaylandConnection instantiation. Reason: once WaylandConnection creates WaylandKeyboard and (implicitly) KeyboardEvDev, the later needs the KeyboardLayoutEngine properly set. CL also reset modifiers upon ::Leave, for when alt+tab is supported to change window focus (external window mode), where modifiers need to be updated accordingly. Last but not least, WaylandKeyboard::RepeatInfo sends delay and rate information that is usefull for KeyboardEvdev. Thus, desired repeating settings can be set. What is more, wayland documentation says if rate is send as 0, then auto repeat should be turned off. BUG=578890 Change-Id: I8ca392da7b10ba6c62f703e1e4b571c1e3d310a1 Reviewed-on: https://chromium-review.googlesource.com/822871 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#523750}
-
Marek Haranczyk authored
Bug: 794207 Change-Id: Icc7a0654a643c53ecc6cd68d2c3a73e6bd394a81 Reviewed-on: https://chromium-review.googlesource.com/823030Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Commit-Queue: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#523749}
-
Philip Jägenstedt authored
https: //github.com/w3c/web-platform-tests/pull/8631 Change-Id: Ie8ba0e9e0a5e8532719c655b08a07918f2a2885a Reviewed-on: https://chromium-review.googlesource.com/823922Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#523748}
-
Mounir Lamouri authored
This is forcing no autoplay restrictions to all `Extensions`. It does not apply to WebViews. Bug: 788302 Change-Id: I9c7e89133279453382976ff0f79d285672a5f1ac Reviewed-on: https://chromium-review.googlesource.com/803440Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#523747}
-
Becca Hughes authored
Add web platform tests for the new autoplay feature. BUG=788390 Change-Id: I621ddd4f70b6882d837397b3f2f464c99253af13 Reviewed-on: https://chromium-review.googlesource.com/806535Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Ian Clelland <iclelland@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#523746}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/c0720db247f4..1ad55eb2592e $ git log c0720db24..1ad55eb25 --date=short --no-merges --format='%ad %ae %s' 2017-12-13 angle-deps-roller Roll skia/third_party/externals/angle2/ 9db70de8e..495162b9b (1 commit) 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;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=liyuqian@chromium.org Change-Id: I4789b11f9e2035f90105c5035feb58504b42a5ff Reviewed-on: https://chromium-review.googlesource.com/824182Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523745}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/9db70de8ecb6..495162b9bab5 $ git log 9db70de8e..495162b9b --date=short --no-merges --format='%ad %ae %s' 2017-12-08 oetuaho Don't create temporary ids ahead of time Created with: roll-dep src/third_party/angle 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=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=cwallez@chromium.org Change-Id: I64668eaadfda6121ad2c9bce023c25256fe798ca Reviewed-on: https://chromium-review.googlesource.com/824122Reviewed-by:
angle-deps-roller . <angle-deps-roller@chromium.org> Commit-Queue: angle-deps-roller . <angle-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523744}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/3ac7c0f0224e..dc9404644cac $ git log 3ac7c0f02..dc9404644 --date=short --no-merges --format='%ad %ae %s' 2017-12-12 perezju [Devil] Return pid and ppid's as ints Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: Ia2653202eea6bfb536af23193632dd042ef35c6f Reviewed-on: https://chromium-review.googlesource.com/824062 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523743}
-