- 14 Sep, 2018 40 commits
-
-
Koji Ishii authored
SkTypeface::getUnitsPerEm() is not a fast function. This patch caches (size / units_per_em) in HarfBuzzFontData. Improves long-line-nowrap.html from 580ms to 547ms (~6%) Bug: 636993 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I4decd9f66e6b99b4798b1c7cc522999bba372aba Reviewed-on: https://chromium-review.googlesource.com/1226773 Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#591385}
-
David Tseng authored
This reverts commit a9965c86. Reason for revert: <INSERT REASONING HERE> still seems to flake even when run serially on bots Original change's description: > Split chromevox_tests into two targets > > - large chromevox tests will move to interactive_ui_tests > These tests drive the user interface by using automation and wait for text to speech feedback that comes from a real tts extension running in memory. > > These tests run within the context of an extension background page (so have access to all of the chrome extension apis available to ChromeVox). > > - chromevox_tests > > These tests will run in a content script-like environment and test js at a class level and not involve things like chrome extension apis. > > Bug: 881845 > Change-Id: I88ff32d2831017cfa350348dae20ed49d9fabe50 > Reviewed-on: https://chromium-review.googlesource.com/1222704 > Commit-Queue: David Tseng <dtseng@chromium.org> > Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org> > Cr-Commit-Position: refs/heads/master@{#591351} TBR=dmazzoni@chromium.org,sky@chromium.org,dtseng@chromium.org Change-Id: If7537afdfb30abbf7effe65062b798b6dd9b36a6 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 881845 Reviewed-on: https://chromium-review.googlesource.com/1226357Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#591384}
-
Jacobo Aragunde Pérez authored
When designing an application platform that is completely web-based, webview tags can be used as containers of the different applications, providing isolation, storage, etc. Depending on the contents and the origins of the application inside the webview, we might want to use the webview API to tune the features and permissions inside the tag. Spatial navigation is important for hardware with no pointer devices, but it is not always required. For example, if we control the web content that is being displayed, we can implement it taking into account the specific input restrictions on the hardware platform. Still, spatial navigation is a must to browse contents that are not under our control, like in a general-purpose browser. This patch implements new API for <webview> to check the status of spatial navigation inside the tag, and manage it independently from the spatial navigation status outside the webview or in other webviews. API consists of: - a new method `setSpatialNavigationEnabled(bool) to enable or disable the feature for a specific webview. - a new method `isSpatialNavigationEnabled(callback) to check if the feature is enabled or disabled for a specific webview. The new API interacts with the `--enable-spatial-navigation` runtime flag, which enables the feature by default in newly created webviews. Bug: 863458 Change-Id: I36a8a4fefda1b99bcba6bae537b4f45028073125 Reviewed-on: https://chromium-review.googlesource.com/1133011 Commit-Queue: Jacobo Aragunde Pérez <jaragunde@igalia.com> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Lucas Gadani <lfg@chromium.org> Cr-Commit-Position: refs/heads/master@{#591383}
-
Vasilii Sukhanov authored
forget about it immediately. Before the CL: - you open a page with multiple credentials saved. - delete one through the bubble. - the credentials is still presented in the dropdown on click. After the CL the credential is removed from the dropdown. If there is nothing to show then the dropdown won't appear. Bug: 870220 Change-Id: I485a3243f51b0d5c738ec407c4ec71dc71aa06ff Reviewed-on: https://chromium-review.googlesource.com/1226598 Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#591382}
-
Marijn Kruisselbrink authored
Addressing some of the post-land feedback from https://crrev.com/c/1197904. Bug: 872465 Change-Id: I9a959aa7234261a722e424144167e2344386ddda Reviewed-on: https://chromium-review.googlesource.com/1225214Reviewed-by:
Victor Costan <pwnall@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#591381}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/af6c139eb6ff..c7d935899ab9 git log af6c139eb6ff..c7d935899ab9 --date=short --no-merges --format='%ad %ae %s' 2018-09-14 henrika@webrtc.org Adds multi-channel support to new ADM2 on Windows. 2018-09-14 peah@webrtc.org audioproc_f: Modified and added further logging of used aec3 parameters 2018-09-14 gustaf@webrtc.org Revert "AEC3: Reduce filter divergence during low-echo double-talk" Created with: gclient setdep -r src/third_party/webrtc@c7d935899ab9 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll 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:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng BUG=chromium:883264 TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ia9d7c190ab9176cf8b0c9a8c7f8d7a07df780b06 Reviewed-on: https://chromium-review.googlesource.com/1226382Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#591380}
-
Alexey Kozyatinskiy authored
V8 CL that changes position of EOS error was rolled to Chromium more then a week ago. TBR=dgozman@chromium.org Bug: v8:8092 Change-Id: I6956c1e4c22a50e45f83ed78f3ba3d51f4442acf Reviewed-on: https://chromium-review.googlesource.com/1226619 Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Reviewed-by:
Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Cr-Commit-Position: refs/heads/master@{#591379}
-
Alexis Hetu authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/108f3e1..fe79649 BUG= TBR=kbr@chromium.org TEST=bots CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel Change-Id: Iae4b83198fc82d2554a2f10f2d97d55e7b4d20df Reviewed-on: https://chromium-review.googlesource.com/1220181 Commit-Queue: Alexis Hétu <sugoi@chromium.org> Reviewed-by:
Alexis Hétu <sugoi@chromium.org> Cr-Commit-Position: refs/heads/master@{#591378}
-
Sahel Sharify authored
Bug: 797708 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Icce9d0c3eeed94297936aebc81681f5db2ec0682 Reviewed-on: https://chromium-review.googlesource.com/1226825Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Sahel Sharify <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#591377}
-
Mustaq Ahmed authored
Bug: 778769 Change-Id: I8404561578d76a33032a21f050150d35ac0bd553 Reviewed-on: https://chromium-review.googlesource.com/1194336 Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#591376}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/3e071665b9f9..9f36d9f78813 git log 3e071665b9f9..9f36d9f78813 --date=short --no-merges --format='%ad %ae %s' 2018-09-14 pasko@chromium.org FlushOsPageCaches: wait for dust to settle 2018-09-14 ulan@chromium.org Revert "Output DevTools error messages as warnings while running a story." 2018-09-13 simonhatch@chromium.org Dashboard - Error out on empty or uncompressed uploads 2018-09-13 sadrul@chromium.org rendering: Ignore trace-events for canceled draws. 2018-09-13 vovoy@chromium.org Only download files for filtered stories in story_runner 2018-09-13 chiniforooshan@chromium.org Telemetry: fix a SF stats collector bug 2018-09-13 cbruni@chromium.org Include hash for wprgo archive names to reduce name collisions 2018-09-13 pasko@chromium.org clear_system_cache: update binaries 2018-09-13 anthonyalridge@google.com Create a link to traces from the CFG. 2018-09-13 anthonyalridge@google.com Add clip path at to prevent overlap with x axis label. 2018-09-13 wangge@google.com Add functions to include APK, generate isolate and upload it. 2018-09-13 cbruni@chromium.org Add more helpers in preparation for v8.loading.cluster_telemetry benchmark 2018-09-13 anthonyalridge@google.com Add padding to numeric labels for stacked bar plotter. 2018-09-13 ulan@chromium.org Output DevTools error messages as warnings while running a story. Created with: gclient setdep -r src/third_party/catapult@9f36d9f78813 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll 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:811244,chromium:881384,chromium:883892,chromium:880432,chromium:883735,chromium:883592,chromium:882291,chromium:881873,chromium:878390,chromium:881384,chromium:866423,chromium:866423,chromium:863390,chromium:883322,chromium:866423,chromium:880432 TBR=sullivan@chromium.org Change-Id: I934e7e9b842518c75edbeb4a1604c2e06b577861 Reviewed-on: https://chromium-review.googlesource.com/1226380Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#591375}
-
Manu Cornet authored
I somehow mis-read the spec as "30%" instead of "20%". Bug: 881166 Change-Id: I5ac19b0c97a862f399ec1342c4b46a2e3864b8a5 Reviewed-on: https://chromium-review.googlesource.com/1226850Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#591374}
-
Jandro Alderman authored
While the goal and documentation for the IsStackingContext states that it denotes nodes that start a new stacking context, using IsStacked() to determine this ends up also marks nodes that are absolutely positioned. R=pfeldman@chromium.org Change-Id: I99831acefe92a28b18c9184e769a57eaeada3773 Reviewed-on: https://chromium-review.googlesource.com/1222268Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Jandro Alderman <aalderman@chromium.org> Cr-Commit-Position: refs/heads/master@{#591373}
-
Jialiu Lin authored
Introduce a new enum value to GaiaPasswordReuse:: PasswordReuseDialogInteraction to indicate user's clicked on change password card on chrome://settings page. Server side proto change landed in cl/212475859 Also remove user action logging on page info bubble, since they're seldom used. Bug: 882964 Change-Id: Id3492181efcbf862f7655438dad087922a91dc3d Reviewed-on: https://chromium-review.googlesource.com/1220558Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Jialiu Lin <jialiul@chromium.org> Cr-Commit-Position: refs/heads/master@{#591372}
-
Tatiana Buldina authored
Change-Id: I4f768d6b326b097c45a34b451055c7d953528d3f Reviewed-on: https://chromium-review.googlesource.com/1225769Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Tatiana Buldina <buldina@chromium.org> Cr-Commit-Position: refs/heads/master@{#591371}
-
James Cook authored
It was added in the early days of mustash to support the mus window server. Now that we have WS2 / window service as a part of ash it isn't needed anymore. It was only being used in tests. Bug: 842365, 866526 Test: ui_base_unittests, ash_unittests, manually try accelerators Change-Id: Ib156f42103ef21c6cdaf95183bf828d0959ad84e Reviewed-on: https://chromium-review.googlesource.com/1225594Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#591370}
-
Paul Jensen authored
This reverts commit 0b89497a. Reason for revert: This is a very sensitive network change observer and I don't think the conversion to OnNetworkChanged was done properly. OnNetworkChanged isn't a simple conversion, please see the doc in the linked bug or the comment above OnNetworkChanged. Observers need to be edge triggered. Original change's description: > Refactor host_resolver_impl.h to use NetworkChangeObserver > > Combine the IPAddressChanged and ConnectionTypeChanged signals > > Bug: 754695 > > Signed-off-by: Wang Hui <wanghui07050707@gmail.com> > Change-Id: I942eed13c59aa4f1bc021f766f8664abd5920f1b > Reviewed-on: https://chromium-review.googlesource.com/1206550 > Reviewed-by: Bence Béky <bnc@chromium.org> > Commit-Queue: Bence Béky <bnc@chromium.org> > Cr-Commit-Position: refs/heads/master@{#591081} TBR=bnc@chromium.org,wanghui07050707@gmail.com Change-Id: Iaee4f0b5967da4d9be6efc25611ef3b02d9c22e4 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 754695 Reviewed-on: https://chromium-review.googlesource.com/1226304Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Commit-Queue: Paul Jensen <pauljensen@chromium.org> Cr-Commit-Position: refs/heads/master@{#591369}
-
Navid Zolghadr authored
Enable pointerrawmove events for touch event path as well. Bug: 882908 Change-Id: I263b6dfdd4cccf0fb1fcfbe0bb5581411b5f5e79 Reviewed-on: https://chromium-review.googlesource.com/1219967Reviewed-by:
Ella Ge <eirage@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org> Cr-Commit-Position: refs/heads/master@{#591368}
-
Balazs Engedy authored
Bug: 881321 Change-Id: I6f4d2ad1ae27f8dbb6f85e24442cf3e25287a7bc TBR: sky@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1209746 Commit-Queue: Balazs Engedy <engedy@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Jun Choi <hongjunchoi@chromium.org> Cr-Commit-Position: refs/heads/master@{#591367}
-
Weidong Guo authored
Changes: 1. During the dragging to full page, allow inserting placeholder and push the last item to next page via PagedViewStructure::ClearOverflow(). 2. At the end of dragging, add a "page break" item behind the new last item and clear the "page break" item behind the old last item in local model and server. Bug: 880977 Test: AppsGridGapTest.MoveItemToPreviousFullPage Change-Id: I318d46bb6917846e05f5552b040e45d8fe036319 Reviewed-on: https://chromium-review.googlesource.com/1220946Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Weidong Guo <weidongg@chromium.org> Cr-Commit-Position: refs/heads/master@{#591366}
-
Matthew Jones authored
Most layouts use an event filter to handle input. There exists a second input handling system in layout that is now only used by the toolbar swipe layout. This patch removes the unused plumbing and isolates the code that toolbar swipe uses. Conversion to the newer event filter system will happen in a later patch. Bug: 882508 Change-Id: Ib8d80c34e75a8e587f8db65bbf996541970b7057 Reviewed-on: https://chromium-review.googlesource.com/1225881 Commit-Queue: Matthew Jones <mdjones@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#591365}
-
Mathieu Perreault authored
Finer grain logging of Payments Customer Data billing id status. Bug: 870936 Test: components_unittests Change-Id: I9fcf6849f9a413ce78452f44d2a391260b68fc7d Reviewed-on: https://chromium-review.googlesource.com/1226519 Commit-Queue: Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#591364}
-
Lukasz Anforowicz authored
While |base::Process::CanBackgroundProcesses()| returns false on Linux, we are still able to verify whether processes are backgrounded by looking at RenderProcessHost::IsProcessBackgrounded(). This verification is not as thorough/end-to-end as what we can do on other platforms, but it is sufficient to enable ChromeRenderProcessHostBackgroundingTest.MultipleTabs test on Linux. Bug: 881812, 883468 Change-Id: I536ea10a279d7138d632b8846dc2a0d8e507c001 Reviewed-on: https://chromium-review.googlesource.com/1222249 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#591363}
-
David Trainor authored
Add a new CircularProgressView to be used in various places in downloads home. This currently supports styling and the initial small/large progress bar style buttons that we need. BUG=868554 Change-Id: I68aaea3984e5cd3ff62b1ec6a298a409f5d00b08 Reviewed-on: https://chromium-review.googlesource.com/1220177 Commit-Queue: David Trainor <dtrainor@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#591362}
-
Adam Rice authored
Previously ReadableStreamOperations assumed that the operations would always return a value unless an exception had been thrown. However, thread termination can also cause operations to not return a value. Correct the DCHECKs accordingly. BUG=882841 Change-Id: Ia62dd7ce090b0a9938ab106ad5c06cf5e4677da7 Reviewed-on: https://chromium-review.googlesource.com/1222269Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#591361}
-
Sebastien Marchand authored
This is a cleanup that replaces the really long feature parameters names used in tab_manager_features.h/cc by several FeatureParam objects. Bug: 844426 Change-Id: Ia37d00d2de3f0ff756fa365108bbcab4a91d184c Reviewed-on: https://chromium-review.googlesource.com/1195852Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#591360}
-
Gemene Narcis authored
This CL adds a new class that executes credential clean-ups in the order they are added. This is needed to easily manipulate the clean-ups which will be added in coming CLs. Bug: 862930 Change-Id: Ie21ec931ea2d21b3d0f3d3ff4475f69ae58aa10b Reviewed-on: https://chromium-review.googlesource.com/1220149 Commit-Queue: Narcis Gemene <gemene@google.com> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#591359}
-
Sky Malice authored
Bug: 866123 Change-Id: I3278d84df9a23f85452c30f2edb68313c197a0a7 Reviewed-on: https://chromium-review.googlesource.com/1222351 Commit-Queue: Sky Malice <skym@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Reviewed-by:
Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#591358}
-
Dave Tapuska authored
Use wtf_size_t when dealing with WTF types. BUG=588506 Change-Id: Icbebaefddab7b15632c7faa13512a3a670e4b61c Reviewed-on: https://chromium-review.googlesource.com/1224455Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#591357}
-
Andy Paicu authored
This basically ties in the launch of `report-to` to the launch of the Reporting API. I2S: https://groups.google.com/a/chromium.org/d/msg/blink-dev/eYCm_qnf9BA/KLkMRkjcBwAJ Spec: https://w3c.github.io/webappsec-csp/#directive-report-to Bug: 726634 Change-Id: If5a3891f5cf2eb14fcbb3d0386b5262a6fc39230 Reviewed-on: https://chromium-review.googlesource.com/1221218Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Andy Paicu <andypaicu@chromium.org> Cr-Commit-Position: refs/heads/master@{#591356}
-
Andrew Grieve authored
This was my intention in b0e391b3, but the logic was being skipped for diffs! Change-Id: Ibf83dbc3274612027f618782227d482b72c1fb44 Reviewed-on: https://chromium-review.googlesource.com/1226293Reviewed-by:
Samuel Huang <huangs@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#591355}
-
Fredrik Söderquist authored
Much like a list marker, the details marker needs be added to the "color changed" special case/optimization. Bug: 883711 Change-Id: Ib2237bd13887f4b5ff7fd2270bae6cb8654e0cd3 Reviewed-on: https://chromium-review.googlesource.com/1225875 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#591354}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/78d0c2c5..8f8f600c 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,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Id257df4687fb739cc7d0f394da4b397d2cc531af Reviewed-on: https://chromium-review.googlesource.com/1226821Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#591353}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 38b72391. With Chromium commits locally applied on WPT: d8d86dd3 "Implement Feature-Policy: lazyload" eebc4d85 "DOMWindowTimers::setTimeout and setInterval modified to accept Trusted Types." Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/24694 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 NOAUTOREVERT=true TBR=markdittmer No-Export: true Change-Id: I6310b5c0b268f2f2587f3fd76b599b5e3acbc92d Reviewed-on: https://chromium-review.googlesource.com/1226819 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@{#591352}
-
David Tseng authored
- large chromevox tests will move to interactive_ui_tests These tests drive the user interface by using automation and wait for text to speech feedback that comes from a real tts extension running in memory. These tests run within the context of an extension background page (so have access to all of the chrome extension apis available to ChromeVox). - chromevox_tests These tests will run in a content script-like environment and test js at a class level and not involve things like chrome extension apis. Bug: 881845 Change-Id: I88ff32d2831017cfa350348dae20ed49d9fabe50 Reviewed-on: https://chromium-review.googlesource.com/1222704 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#591351}
-
Moe Ahmadi authored
Bug: 883348 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: Ie83175a6d48efbfdf551ccaa13f1454c7a2e8f41 Reviewed-on: https://chromium-review.googlesource.com/1225855Reviewed-by:
Peter Lee <pkl@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#591350}
-
Dave Tapuska authored
Some pointer event tests used a log method that would cause the layout to change and this caused issues for using threaded compositing. Switch to a method that already existed before to collect the log entries and then show them at the end of the test. BUG=831653 Change-Id: I3d1b16d01aa15c3c1660d36ce10aa702671c6786 Reviewed-on: https://chromium-review.googlesource.com/1226097Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#591349}
-
Leonard Grey authored
We can't remove TabDialogsCocoa yet because TabDialogsMac uses it. Bug: 877493 Change-Id: I07d1f203fb0e0868167a4a65cbcd661bb118a7c5 Reviewed-on: https://chromium-review.googlesource.com/1226300Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#591348}
-
Navid Zolghadr authored
Unify the path for sending pointerrawmove in pointerlock mode with the normal event processing path. Bug: 880524 Change-Id: I021261e0107b6172da02684cf82e0f46df304eba Reviewed-on: https://chromium-review.googlesource.com/1205476Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Ella Ge <eirage@chromium.org> Reviewed-by:
Mustaq Ahmed <mustaq@chromium.org> Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org> Cr-Commit-Position: refs/heads/master@{#591347}
-
Kush Sinha authored
|WebUIMessageHandler|s should not register with global services in their constructors. They should rather use |OnJavascriptAllowed()| / |OnJavascriptDisallowed()| lifecycle callbacks for managing their subscription. Bug: 833797, 873830 Change-Id: I71222128683af36cd1cb1e0b3ffb5e16291ac6e4 Reviewed-on: https://chromium-review.googlesource.com/1221251Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Kush Sinha <sinhak@chromium.org> Cr-Commit-Position: refs/heads/master@{#591346}
-