- 15 Jan, 2020 40 commits
-
-
Joshua Bell authored
Chrome's AppCache implementation supported specifying namespaces as regular expressions that match URLs. This extension was invoked by adding the `isPattern` keyword after the namespace in the manifest. Parser support was removed in a previous CL. This CL finishes the cleanup, although the database schema is left untouched. Bug: 1039869 Change-Id: Id4f1c13e1bef5b0282d2383e166559b4431a1dce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999623 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#731825}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=miu@chromium.org Bug: 1041419 Change-Id: I286d8d48c666171a21289b458825eae8fd61a482 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997790 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Commit-Queue: Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#731824}
-
shrekshao authored
Expose to WebGL 2 only as first stage. Implementation includes hooking up ANGLE implementation and that in cmd decoder. Bug: 1000354 Change-Id: I0f856d5ce693cb8da8275eda5179a582068880ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1907195 Auto-Submit: Shrek Shao <shrekshao@google.com> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Shrek Shao <shrekshao@google.com> Cr-Commit-Position: refs/heads/master@{#731823}
-
Tim Song authored
The quick settings bubble currently intercepts all key events when it is not activated, but this behaviour breaks text input for notifications in the new message center bubble. TEST=manually verified BUG=1040738 Change-Id: Ib465fe7dee85ddd8a018c39197953de0ba79b844 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001758Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tim Song <tengs@chromium.org> Cr-Commit-Position: refs/heads/master@{#731822}
-
Henrique Nakashima authored
Register them in ChromePreferenceKeys and use SharedPreferencesManager consistently instead of SharedPreferences directly. Bug: 1022108 Change-Id: I84c3bfab7c42accaf198ee1a84a62602ca173b56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997655Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/master@{#731821}
-
Victor Fei authored
Currently, when a label is referenced by a control of type radio or checkbox, we set the label as ignored in the AXTree thereby excluding it from being perceived by ATs. However, for the case when the control (radio/checkbox) is a descendant of the label and label is focusable (tabindex="0") but control is to be omitted from focus (tabindex="-1"), ATs perceive neither the label nor the control when tabbing through the content: <label style="display:block" tabindex="0"> radio button 1 <input type="radio" id="radio1" tabindex="-1"> </label> <label style="display:block" for="radio2" tabindex="0"> radio button 2 <input type="radio" id="radio2" tabindex="-1"> </label> <label style="display:block" for="checkbox1" tabindex="0"> checkbox 1 <input type="checkbox" id="checkbox1" tabindex="-1"> </label> <label style="display:block" for="checkbox2" tabindex="0"> checkbox 2 <input type="checkbox" id="checkbox2" tabindex="-1"> </label> This change fixes the above scenario by exposing labels (referenced by radio or checkbox) when they are focusable. For all other cases when labels are referenced by radio or checkbox, we keep the existing behavior of ignoring the label. Note: Neither Firefox nor Edge legacy hides a label from AT when the label is referenced by a control. On Firefox and Edge legacy, label content will be read twice (focus on label and focus on control respectively). WAI-ARIA spec does not specify label should be ignored when associated with a radio/checkbox control. Bug: 1040210 Change-Id: Ie7df5144dd2f0d285d97e6556adb46dcf2338f25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992017 Commit-Queue: Victor Fei <vicfei@microsoft.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#731820}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: I74aeffaeb62dfaf0fc9d57f5349e3f4f7700492b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001022Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#731819}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/feb3b6cc6f2b..86f730971751 git log feb3b6cc6f2b..86f730971751 --date=short --first-parent --format='%ad %ae %s' 2020-01-14 kbr@chromium.org Upstream support for iOS Simulator. 2020-01-14 syoussefi@chromium.org Add a test to expose translator bug w.r.t short circuiting Created with: gclient setdep -r src/third_party/angle@86f730971751 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 jonahr@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-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: jonahr@google.com Change-Id: I840cb84a7f4c65db49c624e6f52c2d912d434208 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001639Reviewed-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@{#731818}
-
Xianzhu Wang authored
The tests were disabled because of crbug.com/696842 which has been fixed in crrev.com/c/1816578. TBR=wangxianzhu@chromium.org Bug: 696842 Change-Id: I483ed2e4312148f9a2bc918744f1f8e4214742a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001851Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#731817}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/df902743..fab248d2 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Ia80ce01ed47db7189ff1f7e365e1610b7d2f6745 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001160Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#731816}
-
Roman Sorokin authored
Fixed: 1036851, 1036857, 1036858 Change-Id: I8db8db8915804f536ac78d72a430ea6347be3f9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997104Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Auto-Submit: Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#731815}
-
Alexander Hendrich authored
Actively purging non-ephemeral user sessions will only start in 2020/2021 (still in discussion), since we only started recording last activities since 2019-01-29. Bug: 870616 Change-Id: I8ec9cd05a77ec7e4068fa380afeb64931535c31f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1985010 Auto-Submit: Alexander Hendrich <hendrich@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#731814}
-
Kurt Horimoto authored
This allows OverlayRequestMediator subclasses to dispatch multiple responses before dismissal for a single UI interaction event. Bug: none Change-Id: I6248d6d5a369dc9b25c3a5f88a1f8962241505b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1996160 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#731813}
-
Adam Rice authored
This reverts commit 6c9388f9. Reason for revert: Broke compile on ios-device-xcode-clang bot: https://ci.chromium.org/p/chromium/builders/ci/ios-device-xcode-clang/120239 Original change's description: > Allow FROM_HERE to be backed by base::Location::Current(). > > This allows the functionality of base::Location::Current() to be > verified in releases while still allowing a simple revert. > > One minor difference from before is that the helper macro > FROM_HERE_WITH_EXPLICIT_FUNCTION is no longer supported. Since > cc::BeginFrameTracker is the only user of this macro and doesn't > appear to need it, just revert it to use FROM_HERE directly. > > Bug: 974061 > Change-Id: Iae09bc02caf9f095a3ace9ea3ac70ded3dd493e4 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1990262 > Commit-Queue: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: danakj <danakj@chromium.org> > Reviewed-by: Alexander Timin <altimin@chromium.org> > Reviewed-by: Jeremy Roman <jbroman@chromium.org> > Auto-Submit: Daniel Cheng <dcheng@chromium.org> > Cr-Commit-Position: refs/heads/master@{#731804} TBR=danakj@chromium.org,dcheng@chromium.org,jbroman@chromium.org,altimin@chromium.org Change-Id: I4d545b08f3e784cb9302ad1fb1541741296af726 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 974061 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000439Reviewed-by:
Adam Rice <ricea@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#731812}
-
Brian Geffon authored
BUG=chromium:1014871 Change-Id: I25e48d51150e9d4291a98fb7e68fa7319e5de734 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001722Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Brian Geffon <bgeffon@chromium.org> Cr-Commit-Position: refs/heads/master@{#731811}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org 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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I91f14629f573a7ad95191a2b5b1c5c8f979cf48f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001858Reviewed-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@{#731810}
-
Ryan Hansberry authored
Update InstantTethering, SmartLock/EasyUnlock, CryptAuth, and AndroidSms prefixed histograms to use the same expiration date and all use better-together-dev@google.com as a secondary contact. Also mark obsolete old EasyUnlock histograms which have not been emitted to in nearly a year. Fixed: 1036924,1037011,1037061,1037298,1039343 Change-Id: Ibff0384bfc3f0c7c60a1f23b7fc76dcb1823b42a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992801Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Josh Nohle <nohle@chromium.org> Reviewed-by:
Azeem Arshad <azeemarshad@chromium.org> Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#731809}
-
Anand K. Mistry authored
Bug: 1007788 Change-Id: I52a2b0a15d8962f312f41a9fb1e227c911d5f410 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997425Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#731808}
-
Tom Anderson authored
Fixes a regression where emoji fonts don't render on Ubuntu 19.04. The regression was caused by [1] in the previous roll and is fixed by [2] in this roll. [1] https://gitlab.freedesktop.org/fontconfig/fontconfig/commit/c4324f54ee16e648ba91f3e9c66af13ab3b1754c [2] https://gitlab.freedesktop.org/fontconfig/fontconfig/commit/c9862b6ea7c3234b29f6500c7d07359847e55ed7 https://chromium.googlesource.com/external/fontconfig.git/+log/cd51cb241aad..452be8125f0e $ git log cd51cb241..452be8125 --date=short --no-merges --format='%ad %ae %s' 2019-12-09 akira Add proper fullname for named-instances 2019-12-05 akira Fix a test fail when no bwrap was available 2019-11-28 akira Don't add a value for FC_FULLNAME in meta face 2019-11-20 jtojnar Correct reset-dirs in DTD 2019-11-06 akira Fix gcc warnings with -Wpointer-sign 2019-11-02 akira Fix potential race condition in FcConfigSetCurrent and FcConfigReference 2019-11-01 akira Use FcConfigReference/Destroy appropriately instead of FcConfigGetCurrent 2019-10-31 akira Fix a memory leak caused by the previous commit 2019-10-28 akira Read latest cache in paths Created with: roll-dep src/third_party/fontconfig/src R=spang Bug: 1039967 Change-Id: I48105b81d00be43d88ae8e8581f779f52eb08093 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001839 Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#731807}
-
Sophie Chang authored
Bug: 1041031 Change-Id: I4e6f3c0d09633ca27513258d3c9d078168ccf908 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993733Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#731806}
-
Tom Anderson authored
These errors should only occur when the X server is buggy, which we can't do do much about. Continuing running seems to be harmless (tested in an X11 forwarding environment), so just remove the DCHECKs. BUG=1029486,701023 R=sky Change-Id: I751991f8a2c222679ecb690349beaafff8e2ba49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1947188Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#731805}
-
Daniel Cheng authored
This allows the functionality of base::Location::Current() to be verified in releases while still allowing a simple revert. One minor difference from before is that the helper macro FROM_HERE_WITH_EXPLICIT_FUNCTION is no longer supported. Since cc::BeginFrameTracker is the only user of this macro and doesn't appear to need it, just revert it to use FROM_HERE directly. Bug: 974061 Change-Id: Iae09bc02caf9f095a3ace9ea3ac70ded3dd493e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1990262 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Auto-Submit: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#731804}
-
Yue Zhang authored
Bug: 1042015 Change-Id: Ic1ad4c0902725bc0a096b72f05f5fab92ef9d4d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001265 Auto-Submit: Yue Zhang <yuezhanggg@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Cr-Commit-Position: refs/heads/master@{#731803}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 3ab2bcb8. 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 Directory owners for changes in this CL: rouslan@chromium.org, mathp@chromium.org: external/wpt/payment-request NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: I765e541eef5251da1cfbc1898b2135086bb608fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001159Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#731802}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/69949ed05dcf..676a4d7d6cca Created with: gclient setdep -r src-internal@676a4d7d6cca 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 Bug: chromium:1020004,chromium:1041140,chromium:790886 Tbr: jbudorick@google.com Change-Id: I464791cb73ee70fb7a98032d646c995dfae1fdd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001690Reviewed-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@{#731801}
-
Wenyu Fu authored
Add render tests for RadioButtonWithDescription, RadioButtonWithEditText and RadioButtonWithDescriptionLayout. Bug: 1036470 Change-Id: I793aa1a17f65f6c0a2ced6a83b6216cc5df8c227 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1984752Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Wenyu Fu <wenyufu@chromium.org> Auto-Submit: Wenyu Fu <wenyufu@chromium.org> Cr-Commit-Position: refs/heads/master@{#731800}
-
Orin Jaworski authored
This CL updates the list of default search engines with rankings determined by data collected in 2019. Bug: 1025000 Change-Id: Ifb4412ae046639681a3f5c242e188615b5ab3d7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918334 Commit-Queue: Orin Jaworski <orinj@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#731799}
-
Matthew Mourgos authored
The shelf_widget_ has its bounds set with an animation, which means the bounds do not change immediately. With this CL the starting position of the animating_background_ will then use the current bounds of the shelf_widget_, instead of the target bounds for the animation. This will stop the animating_background_ from jumping at the start of its animation. Bug: 1040708 Change-Id: I0b187cffd4654c1d3a6082ebf928014a3698d4ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1994521Reviewed-by:
Manu Cornet <manucornet@chromium.org> Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Cr-Commit-Position: refs/heads/master@{#731798}
-
David Van Cleve authored
Currently the referrer policy browsertests' JS files read query params by dead-reckoning using a regex. This causes browser blackscreens when you add additional query params. This change fixes this problem by updating the tests to use JS's URLSearchParams (which didn't exist when they were originally written). Change-Id: Iab72ae6b5e213d841f896294117662d23c4cca4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000963Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: David Van Cleve <davidvc@chromium.org> Cr-Commit-Position: refs/heads/master@{#731797}
-
Robert Ogden authored
Missed this in the previous CL. Bug: 1023483 Change-Id: I7b1876ef066f3278dd0eeec7f5a2cbe4d40f199c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001841 Commit-Queue: Robert Ogden <robertogden@chromium.org> Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Auto-Submit: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#731796}
-
Kenneth Russell authored
Introduce a helper WebGLRenderingContextBase::GetContextTaskRunner() and use it uniformly when posting tasks related to query objects, sync objects, and timer query objects. Tested with WebGL conformance tests being added in https://github.com/KhronosGroup/WebGL/pull/3004 . Bug: 1010877 Change-Id: I36128dca93fc7ff490abf503991b82992d9861d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999486Reviewed-by:
James Darpinian <jdarpinian@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#731795}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ce09ca54f86e..2a04803267c6 git log ce09ca54f86e..2a04803267c6 --date=short --first-parent --format='%ad %ae %s' 2020-01-14 ehmaldonado@google.com my_activity: Make compatible with Python 3. 2020-01-14 ehmaldonado@google.com subcommand: Add tests. Created with: gclient setdep -r src/third_party/depot_tools@2a04803267c6 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org 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 Bug: chromium:1009820 Tbr: agable@chromium.org Change-Id: I270bf8c5b5cbccb7b17ff60cbfa27faa672d88e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001689Reviewed-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@{#731794}
-
Hirokazu Honda authored
This fixes a bug that CopyVideoFrame() copies by a visible size only. The function should copy by coded size, otherwise a real visible size is not copied when the visible area begins with non-(0, 0) point. Bug: None Test: IPTest on atlas Change-Id: I2412e6bcc72c7a5668e8dca15f126c2e16979976 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000435Reviewed-by:
David Staessens <dstaessens@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#731793}
-
Yaron Friedman authored
BUG=1041909 Change-Id: Ib3a7729f3c37ceab0486638fbf0984401123f015 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001840Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Yaron Friedman <yfriedman@chromium.org> Cr-Commit-Position: refs/heads/master@{#731792}
-
Peter Kasting authored
Bug: 1026712 Change-Id: I3de05d154bf0460c4876b9142dc3b6013927e167 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999544 Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: Mason Freed <masonfreed@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#731791}
-
Klaus Weidner authored
Support WebXR input events while DOM Overlay is active, using a new "beforexrselect" event to let applications deduplicate input. If that event is preventDefaulted, i.e. on UI elements, XR input events are suppressed. If the interaction is in a cross-origin iframe, suppress XR select events and input updates. See the draft spec https://immersive-web.github.io/dom-overlays/ for background information. Bug: 991747 Change-Id: I3c058454cfcee732a544863bbf6b807437513c87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974820 Commit-Queue: Klaus Weidner <klausw@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Piotr Bialecki <bialpio@chromium.org> Cr-Commit-Position: refs/heads/master@{#731790}
-
Anton Bikineev authored
Generational barrier will require slot in the context. To make code compatible the CL changes the signature of the common WriteBarrier function to accept slot instead of value. Since the write barrier function is always inlined this shouldn't affect performance. Bug: 1029379 Change-Id: I430908bcc7a0eea4da91dc09bfbcd3f1899f18dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000918Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#731789}
-
Julian Watson authored
The lifetime of CrostiniExportImportNotificationController used to be 1to1 with the lifetime of the NotificationUI. This is unnecessary and makes it harder to reuse this functionality more broadly (see https://chromium-review.googlesource.com/c/chromium/src/+/1985621/3 for an example which has very complicated lifetime management due to this). This CL separates the Controller's lifetime from the UI's lifetime by extracting the Controller's UI event handling logic (clicking/closing) into a delegate which the controller creates, such that its lifetime is 1to1 with the UI, thus allowing the Controller to be destroyed at anytime without affecting the behaviour of the UI. Bug: 1024693 Change-Id: I6c67016f862e80dcd1c92a12d507f484c28fe4de tbr: stevenjb@chromium.org tbr: tengs@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991060 Commit-Queue: Julian Watson <juwa@google.com> Reviewed-by:
David Munro <davidmunro@google.com> Cr-Commit-Position: refs/heads/master@{#731788}
-
Dominic Mazzoni authored
Change http://crrev.com/c/1881695 tried to set SuggestionSpans for spelling errors, but some corner cases are resulting in us trying to set something out of range. Add a check for that. Bug: 1025723 Change-Id: If506df13049d5abfd89e15081109bc0682a07cb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998467Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#731787}
-
Maksim Ivanov authored
The chrome.loginState API was only exposed to Chrome Extensions. This change exposes this API to the Smart Card Connector, which is a Chrome App. The Connector app needs this API in order to fix an issue related to user session states (details on the bug). Bug: 1034927 Change-Id: I17a3d5fb7446ae65b9ef500011615a20b841c4f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1970311 Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#731786}
-