- 14 Nov, 2019 40 commits
-
-
Joshua Peraza authored
https://chromium.googlesource.com/linux-syscall-support.git/+log/8048ece6c16c..726d71ec08d1 $ git log 8048ece6c..726d71ec0 --date=short --no-merges --format='%ad %ae %s' 2019-11-13 jperaza Add sigtimedwait and sigprocmask wrappers Created with: roll-dep src/third_party/lss Change-Id: I4dbbeaf72f432caab2315779e0305a60b78a1ba3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915182 Commit-Queue: Mike Frysinger <vapier@chromium.org> Auto-Submit: Joshua Peraza <jperaza@chromium.org> Reviewed-by:
Mike Frysinger <vapier@chromium.org> Cr-Commit-Position: refs/heads/master@{#715158}
-
Etienne Bergeron authored
This CL is refactoring the way codepoints are rewritten for the conversion between text to layout_text. There is an invariant that must hold: * Same amount of codepoint The text size may differ and text indexes are not the same. This CL is proposing to use a map function to replace codepoints. This avoid error-prone custom codepoints replacement. Bug: 1022893 Change-Id: Ic1fcdfe6b34a1bf1dd47f0ee6a5e157bd131d0ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1908447 Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#715157}
-
Darren Shen authored
Delaying expiry of enable-cros-ime-input-logic-fst to M85, to match enable-cros-ime-native-decoder. Change-Id: I6dc14a97b702b959924a178b35bd3d197aaab252 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914585 Auto-Submit: Darren Shen <shend@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#715156}
-
Yue Li authored
Bug: b/144383302 Test: Manual Test Change-Id: I738416312657739686b7a303cc3aa79355695e5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915286 Commit-Queue: Yue Li <updowndota@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#715155}
-
Lin Sun authored
Extract driver vendor from ANGLE's renderer description according to the format implemented in OpenGL and Vulkan backend. Bug: 994852 Change-Id: I0b72166b504f1a83762a12f1d574c8cd20bf9df3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903404Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Lin Sun <lin.sun@intel.com> Cr-Commit-Position: refs/heads/master@{#715154}
-
Matt Reynolds authored
SCUF Vantage gamepads are designed to work with Playstation 4 consoles and behave mostly the same as genuine Sony DualShock 4 gamepads, but expose a different vendor and product ID. Both SCUF Vantage and SCUF Vantage 2 expose the same IDs (2e95:7725). This CL enables Dualshock4Controller to recognize the SCUF Vantage and Vantage 2 as PS4-compatible devices and applies the mapping functions used for DualShock 4. BUG=1017414 Change-Id: Ic55dc5d2b36c456061eb8bb76b0d0c9f0b85a1d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880635Reviewed-by:
Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Commit-Queue: Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/master@{#715153}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/6006105f67c3..37be7715fdd1 git log 6006105f67c3..37be7715fdd1 --date=short --no-merges --format='%ad %ae %s' 2019-11-13 mtklein@google.com implement assert_true on ARM 2019-11-13 brianosman@google.com Move the persistent GrMemoryPool to the heap Created with: gclient setdep -r src/third_party/skia@37be7715fdd1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC halcanary@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;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@google.com Bug: None Change-Id: I8ab9e73dfaee4712a2c8c67132ba8ad4204fc233 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914549Reviewed-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@{#715152}
-
Sammie Quon authored
This reverts commit 851088cf. Reason for revert: This is wrong fix. Original change's description: > overview: Close button is not layouted properly. > > Gave the parent a rect that has x-bounds, but still using the parent's > parent width, resulting in a overflow. > > Test: manual > Bug: 1020539 > Change-Id: I983cf0813c6b99a74960761c8c8fd241b2995e0e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914942 > Reviewed-by: Ahmed Fakhry <afakhry@chromium.org> > Commit-Queue: Sammie Quon <sammiequon@chromium.org> > Cr-Commit-Position: refs/heads/master@{#715105} TBR=afakhry@chromium.org,sammiequon@chromium.org Change-Id: Iea026b292493d8c9ca0931d6a40606e053bda2b8 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1020539 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914796Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#715151}
-
Mohammad Refaat authored
The feature was launched in stable for some time. Bug: 850760, 774736 Change-Id: I763ddbd5a83d3686cb1cff7336041fd5c729847d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913183Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Cr-Commit-Position: refs/heads/master@{#715150}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/d85c18b05dcf..8bc4fa870170 git log d85c18b05dcf..8bc4fa870170 --date=short --no-merges --format='%ad %ae %s' 2019-11-13 achuith@chromium.org OWNERS: Add Amin to devserver-related files. 2019-11-13 ahassani@chromium.org paygen: Fix UnofficialSignerPayloadClient with python3 2019-11-13 chrome-bot@chromium.org Update config settings by config-updater. Created with: gclient setdep -r src/third_party/chromite@8bc4fa870170 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: Ia8f9ce607b56ba36e8206fedf06aced0a0d7a1a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914864Reviewed-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@{#715149}
-
Rakib M. Hasan authored
Changes to typ may cause the number of values returned from GetExpectationsForTest to change. We only want the first 2 values in gpu test code. Bug: chromium:986447 Change-Id: Iec3dbf25b14e24af774ad5656bd63d94e5ee8a1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915183Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#715148}
-
Ken Rockot authored
Services ported to the newer service model have not been logging their service name in the "service-name" crash key used by other services. That can make utility process crashes difficult to pinpoint on a specific service. This ensures that all services stash their name in the "service-name" crash key. Note that unlike in the old model, there is no concept of "service name" beyond the name of a service's primordial Mojo interface; so that's what's logged in these cases. Bug: 1024560 Fixed: 1024601 Change-Id: I98f8887925e2e0012b6f281db5df31ccd97cb40b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912838Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#715147}
-
Ryan Hamilton authored
Change-Id: I10d3f8ff2bde72db39dd7e26b73c82a7f9155e4a Bug: 1024613 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913968 Commit-Queue: Ryan Hamilton <rch@chromium.org> Auto-Submit: Ryan Hamilton <rch@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#715146}
-
Andrew Grieve authored
Has been unused for multiple years. TBR=agrieve # Trivial build refactor Change-Id: I45ffeb9038896e34221569b13fe81aeec5a02eb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914977 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/master@{#715145}
-
Yusuf Sengul authored
Bug: 1024404 Change-Id: Icffc3a1e1bea5ed2aa7ae0778161e29fc4ff267a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914824 Commit-Queue: Yusuf Sengul <yusufsn@google.com> Reviewed-by:
Tien Mai <tienmai@chromium.org> Cr-Commit-Position: refs/heads/master@{#715144}
-
Bailey Berro authored
Adds the name of the user to the tooltip shown on the "Remove" button in the "Restrict sign-in to the following users" list. If a user's name is available, we use that. Otherwise, we use their displayEmail. This provides additional context on the tooltip and ensures that ChromeVox can provide enough context to users Bug: 825943 Change-Id: I07c77d4a8a70fa76accd23a0738047f06447781c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913050 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#715143}
-
Mikel Astiz authored
Recent patches introduced the initialization of FieldTrialList as part of the test suite, hence it's no longer necessary to do so explicitly. This patch addresses unit tests related to metrics and variations. Bug: 1018667 Change-Id: If091b24ca3a4943841228d850c0166c14ffb3db8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884730Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#715142}
-
Robbie McElrath authored
WebView's apk subfolder is used to store all code that runs under WebView's UID rather than as part of a library loaded by other apps. 'nonembedded' more clearly and accurately reflects this than 'apk'. In order not break clank, this CL temporarily creates a copy of AndroidManifest.xml that will be deleted as soon as downstream is updated to use the new path. TBR=fgorski@chromium.org Test: ninja -C out/aw Bug: 934152 Change-Id: Icdbe95634701e7e6f31a3e3865ca80d9cbad47c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900130 Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#715141}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/4b642a6d90f5..f533355b4140 git log 4b642a6d90f5..f533355b4140 --date=short --no-merges --format='%ad %ae %s' 2019-11-13 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/vulkan-headers/src d287523f48db..d42d0747ee1b (6 commits) 2019-11-13 syoussefi@chromium.org Vulkan: Fix glMemoryBarrier* implementation 2019-11-13 cnorthrop@google.com ES31: Update Vulkan skip list for SSBO Created with: gclient setdep -r src/third_party/angle@f533355b4140 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC cnorthrop@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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=cnorthrop@google.com Bug: chromium:None Change-Id: I05f1a8c49cf01ae49fe1668044491528a117e5b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914863Reviewed-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@{#715140}
-
David Tseng authored
Html5 imports disabled by https://chromium-review.googlesource.com/c/chromium/src/+/1869562 breaks the cr-expand-button import. Change-Id: I5ca54381b04949f2fe76c4331c856ecbde34a005 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914825 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Jordy Greenblatt <jordynass@chromium.org> Cr-Commit-Position: refs/heads/master@{#715139}
-
Alex Newcomer authored
The HomeLauncher used to use the default background type. This means that some transitions (clamshell no windows -> tablet mode no windows) will result in the ShelfWidget::DelegateView::opaque_background_ not being updated. Introduce this new type, which probably deserved to exist before this. Bug: 1020721 Change-Id: I40d4d86ac0ebd7348eb91f47df4976b146ba310c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914975 Commit-Queue: Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#715138}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/f901c4c03461..ed9254941c7a Created with: gclient setdep -r src-internal@ed9254941c7a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None,chromium:b/275781744,chromium:b/279249686,chromium:1023739,chromium:992974,chromium:1018879,chromium:None Change-Id: I9403d7a6b3187c2bea8cd9223c17811089c955b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914862Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#715137}
-
Shimi Zhang authored
According to ProxyBypassRules's doc, it will allow origins such as 127.0.0.1, [::1] etc by default. We should call AddRulesToSubtractImplicit() before adding any other rules to avoid implicitly allowing these origins. Bug: 1024614 Test: added a new test for it, it will fail without this fix. Change-Id: I32e56483bf37798ebf6cd49b244d20fa34d38157 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914905Reviewed-by:
Changwan Ryu <changwan@chromium.org> Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Cr-Commit-Position: refs/heads/master@{#715136}
-
Austin Eng authored
These tests were removed due to a crash which has now been fixed. Bug: dawn:254 Change-Id: Ibd325bf29ee40951303dfb82832c0fea7f17a420 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913461Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#715135}
-
Jeevan Shikaram authored
This CL prevents the installation of: - Youtube - Calendar - Google Photos - Google Maps - Gmail default apps for devices that have the tablet form factor turned on. Bug: 1013730 Change-Id: I8828a460050b1d0c7fcd8c423ed8d88d337d8a55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903176Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Jeevan Shikaram <jshikaram@chromium.org> Cr-Commit-Position: refs/heads/master@{#715134}
-
Alexey Baskakov authored
Improve WebAppSyncBridge::UpdateSync to use both current_state (before commit) and new_state (to be commit). In the future, it will help to skip local updates which don't touch sync data. Add WebAppSyncBridge::CommitUpdate unit tests (a.k.a. Local Changes). These tests is a promised follow up for this CL: https://chromium-review.googlesource.com/c/chromium/src/+/1830494 This code is disabled by default behind kDesktopPWAsWithoutExtensions and kDesktopPWAsUSS base features. Bug: 860583 Change-Id: I51dfda8b6364e15f9b5eb398321d6010241b0ae9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914005Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#715133}
-
Nate Fischer authored
This configures AwMetricsServiceClient to "wake up" the MetricsService the same way Chrome's client does. This listens to the content-layer events for page load start/stop, renderer hangs, and closed renderer processes. This also adds an integration test to verify this works as expected (for the page load start case), and adds plumbing to configure the upload interval in the test (because the commandline switch is rate-limited to a 20 second minimum to avoid DOS'ing the server). Bug: 1003204 Test: run_webview_instrumentation_test_apk -f AwMetricsIntegrationTest.* Test: Manual - verify renderer hang case by using the AndroidX demo app Test: (which supports triggering and recovering from renderer hangs) Change-Id: I1f19f89cbc3625d4911755a2b17dd82908c2bb62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900613 Commit-Queue: Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#715132}
-
Karan Bhatia authored
This CL moves some logic from ExtensionUrlPatternIndexMatcher to its base class, the RulesetMatcherInterface. In a subsequent CL, this common logic will also be used by RegexRulesMatcher, which will evaluate regex rules. This CL is split off of https://chromium-review.googlesource.com/c/chromium/src/+/1892132 for ease of review. It has no behavior change. BUG=974391 Change-Id: I2073ed480e5f15611ce2ba4eb1ea29cf7de7f0a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1910875 Auto-Submit: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#715131}
-
Christopher Grant authored
The last change to this script had issues in cases where an APK can't be found or isn't specified. TBR'ing Andrew to get this in quickly, as it's trivial fixes but potentially disruptive to bots. TBR=agrieve@chromium.org Bug: 1015159 Change-Id: Iddd45829abdd11478cd3c9aacb4176ea72e49258 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914826Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Commit-Queue: Christopher Grant <cjgrant@chromium.org> Auto-Submit: Christopher Grant <cjgrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#715130}
-
Min Qin authored
This reverts commit e1946c92. Reason for revert: <INSERT REASONING HERE> Original change's description: > Revert "Move DownloadManagerBridge to chrome/browser/download" > > This reverts commit fdf71331. > > Reason for revert: compile failure:https://ci.chromium.org/p/chrome/builders/ci/android_arm64-builder-perf/129178 > > Original change's description: > > Move DownloadManagerBridge to chrome/browser/download > > > > Part of the modulization effort. > > > > Bug: 1013759 > > Change-Id: I3a250fb293925ebe3c98fc068003b32568112ff9 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902072 > > Reviewed-by: Shakti Sahu <shaktisahu@chromium.org> > > Reviewed-by: David Trainor <dtrainor@chromium.org> > > Commit-Queue: Min Qin <qinmin@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#715066} > > TBR=dtrainor@chromium.org,qinmin@chromium.org,shaktisahu@chromium.org > > Change-Id: I8751d6528d8b800a409657b3fdbd9a8c7897e0ae > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1013759 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915219 > Reviewed-by: Tommy Steimel <steimel@chromium.org> > Commit-Queue: Tommy Steimel <steimel@chromium.org> > Cr-Commit-Position: refs/heads/master@{#715097} TBR=dtrainor@chromium.org,qinmin@chromium.org,shaktisahu@chromium.org,steimel@chromium.org Change-Id: I762766e0a307a5d6ad12bd702d072bacd5680b73 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1013759 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915290Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#715129}
-
John Lee authored
If a swipe gesture gets canceled by a pointerleave event, the animation needs to be reset. If it is not reset, the next pointerup event will calculate the pixels swiped and the velocity based on an animation time from a previous gesture. This occurs most frequently in cases where a user is swiping diagonally on the tab strip to scroll. The diagonal swipe causes the TabSwiper to map a few of the first initial pixels as a tab swipe, which gets canceled by a pointerleave event caused by the scroll. The next time the user taps on a TabElement, the pointerup event will do its calcs based on the previous diagonal swipe since the animation remains in a state modified by the diagonal swipe. Bug: 1014679 Change-Id: I5ef44578f104152793af4c4750e4a493d7d908b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913572Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#715128}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/shaderc/+log/63e5e057851d..5043101ccdf5 git log 63e5e057851d..5043101ccdf5 --date=short --no-merges --format='%ad %ae %s' 2019-11-13 dneto@google.com Android.mk: Fix detection of spirv-headers directory (#887) Created with: gclient setdep -r src/third_party/shaderc/src@5043101ccdf5 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/shaderc-chromium-autoroll Please CC radial-bots+chrome-roll@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=radial-bots+chrome-roll@google.com Bug: None Change-Id: I0c7de6a584e290df869d8c02320e725456fb9a31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914861Reviewed-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@{#715127}
-
Sharon Yang authored
This is a reland of fc5589ac A BUILD.gn dep has been added back, which was causing linker failures. Control flow in AccessibilityBridgeBrowsertests has been updated so tests are no longer failing. Original change's description: > [Fuchsia] Send Chrome a11y updates to Fuchsia SemanticsManager > > This change adds functionality to the Accessibility Bridge: > * Listens for change in AccessibilityMode from Fuchsia > * Gets the semantic tree from Chrome accessibility and sends it to the > SemanticsManager > * Sends live updates when nodes are added, updated or removed > > To send updates, this change includes the following: > * Creates a ViewRefPair and registers it with the SemanticsManager > * Initialize an AccessibilityBridge > * Listen for changes in the Chrome Accessibility tree, serializes them > to Fuchsia data structures and sends that data to the Fuchsia > SemanticsManager > > Testing: Added AccessibilityBridge browsertests. > > Bug: 973095 > Change-Id: I89658288b846b6b9ce84a04e49434ec266b84dfc > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1787171 > Commit-Queue: Sharon Yang <yangsharon@chromium.org> > Reviewed-by: Kevin Marshall <kmarshall@chromium.org> > Cr-Commit-Position: refs/heads/master@{#714588} Bug: 973095 Change-Id: Ie6eeb74146682838efaefb0e1051d3e9442f0d86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913569Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#715126}
-
Yun Liu authored
Bug: 1024608 Change-Id: I850aed610eb3abdd3459d7f083efd51f7bc1e4c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914837Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Yun Liu <yliuyliu@google.com> Cr-Commit-Position: refs/heads/master@{#715125}
-
Ahmed Mehfooz authored
Bug: 1022559 Change-Id: Ib13a8d519b4d2d09f4411d5a729ef66d17f0cab6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904620Reviewed-by:
Tim Song <tengs@chromium.org> Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Cr-Commit-Position: refs/heads/master@{#715124}
-
Brandon Wylie authored
Bug: 1024062 Change-Id: I95c548a23c2a4903c57d724e124a5af0bf4b7966 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913712 Commit-Queue: Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#715123}
-
Saman Sami authored
This is a temporary CHECK that should help us diagnose deserialization failures in SubmitCompositorFrame. Bug: 1022565, 979564 Change-Id: I60da30e82cc39edd791800f4cc2dd0293d05fda1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913657Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Saman Sami <samans@chromium.org> Cr-Commit-Position: refs/heads/master@{#715122}
-
Azeem Arshad authored
This CL adds aria labels for host and port input fields in manual proxy configuration section in network details page. Also adds labels for proxy exception input field. Bug: 1024355 Change-Id: I0fe751e248b9f51916d83bb5ca7ae92ee14ac3e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913097Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Azeem Arshad <azeemarshad@chromium.org> Cr-Commit-Position: refs/heads/master@{#715121}
-
Anand K. Mistry authored
Also convert usages of Bind -> Bind{Once,Repeating}. Bug: 1007814 Change-Id: Ib242b593fe7b0870bf5953fa5e614aa092aa6a02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913233Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#715120}
-
Steve Becker authored
Updates FileSystemDirectoryHandle.getSystemDirectory() and chooseFileSystemEntries() to reject with a SecurityError when called by a sandboxed window. This change also adds a WPT test that accesses the NativeFileSystem from opaque origins. The test includes a data URI iframe, sandboxed iframe and a sandboxed opened window. Unlike sandboxed iframes, for data URI iframes, the NativeFileSystem API is undefined because data URI iframes do not provide a secure context. This change gives the NativeFileSystem the same behavior as other web platform storage with write operations. LocalStorage, indexedDB, and cacheStorage all fail with SecurityErrors when accessed from a sandbox. However, sandboxes can read files using <input type=file> and drag&drop. In the future, if a read-only sandbox scenario emerges, we can consider loosening this policy for the NativeFileSystem. Bug: 1014248 Change-Id: Ibeafcdbf102275f2cd45f3cd7dbd8ed592c850c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1907278Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Olivier Yiptong <oyiptong@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Steve Becker <stevebe@microsoft.com> Cr-Commit-Position: refs/heads/master@{#715119}
-