- 08 Feb, 2019 40 commits
-
-
Anand K. Mistry authored
MDnsTransaction keeps a pointer to MDnsClient and accessed it on destruction. Therefore, it needs to be destroyed before MDnsClient. On the same note, destroy MDnsClient before MDnsSocketFactory because MDnsClient uses MDnsSocketFactory. This isn't strictly necessary, but keeping dependency order helps to prevent future UAF bugs. BUG=929467 Change-Id: I22af0ffa91b5bc2ce6533a8c0d85bfa351e8e9e4 Reviewed-on: https://chromium-review.googlesource.com/c/1459861Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#630167}
-
Lei Zhang authored
Change-Id: I9ca2e8106ae2f9e35d841709137b3906d007f589 Reviewed-on: https://chromium-review.googlesource.com/c/1457433Reviewed-by:
calamity <calamity@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#630166}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/a29dd9d0cb8b..50e24d7d5f52 git log a29dd9d0cb8b..50e24d7d5f52 --date=short --no-merges --format='%ad %ae %s' 2019-02-08 csmartdalton@google.com Add a mechanism for GMs to silently exclude themselves from Gold 2019-02-07 benjaminwagner@google.com [infra] Update Win10 in Skolo. 2019-02-07 recipe-roller@chromium.org Roll recipe dependencies (trivial). 2019-02-07 csmartdalton@google.com Reland "Add a GpuGM class for GPU-only tests" 2019-02-07 bsalomon@google.com Track separate texure binding states for each OpenGL texture target. 2019-02-07 halcanary@google.com SkQP: new tool: tools/skqp/find_commit_with_best_gold_results 2019-02-07 brianosman@google.com Check for single owner and abandoned context in createMipMapProxyFromBitmap 2019-02-07 recipe-roller@chromium.org Roll recipe dependencies (trivial). 2019-02-07 jvanverth@google.com Fix Metal bots. 2019-02-07 halcanary@google.com SkQP: update tools/skqp/gn_to_bp.py, add release script 2019-02-07 bsalomon@google.com Cache CPU memory buffers used for client side arrays. 2019-02-07 bungeman@google.com Don't include .cpp file in SampleCCPRGeometry.cpp 2019-02-07 brianosman@google.com Give ImGui the correct DeltaTime 2019-02-07 djsollen@google.com Remove colorspace restrictions for 565/FP16 configs in Android Codec. 2019-02-07 mtklein@google.com skvx wip 2019-02-07 bsalomon@google.com Default init GrGpuResource::UniqueID to invalid id. 2019-02-07 robertphillips@google.com Move "matches" from GrContextThreadSafeProxy to GrContext_Base 2019-02-07 robertphillips@google.com Make room for shifting GrContext to GrDirectContext 2019-02-07 recipe-roller@chromium.org Roll recipe dependencies (trivial). 2019-02-07 brianosman@google.com Support building mips when creating cross context images Created with: gclient setdep -r src/third_party/skia@50e24d7d5f52 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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-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 BUG=chromium:926017,chromium:b/123377741 TBR=fmalita@chromium.org Change-Id: Ib89a98cfe7ceb4eedff7c99ea6fe34030867a6f8 Reviewed-on: https://chromium-review.googlesource.com/c/1460338Reviewed-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@{#630165}
-
Li Lin authored
Package name alone is not enough for resolving the activity. Set the default activity name if there is no intent data for resolving the activity. Test: Manual Bug: b/120867066 Change-Id: I38fea46006c7324b88570b9b971ba5bda9aca2a9 Reviewed-on: https://chromium-review.googlesource.com/c/1455273 Commit-Queue: Li Lin <llin@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#630164}
-
Sam McNally authored
Calling |on_disconnected_| is necessary for detecting remote-initiated disconnects, but for local-initiated disconnects, the code responsible for disconnecting is already doing its own cleanup - notifying it of its own action causing a disconnect is unnecessary. Change-Id: I7ee7cf35140517f7849c30de704bd1a1fda62566 Reviewed-on: https://chromium-review.googlesource.com/c/1460199 Commit-Queue: Sam McNally <sammc@chromium.org> Commit-Queue: Sergei Datsenko <dats@chromium.org> Auto-Submit: Sam McNally <sammc@chromium.org> Reviewed-by:
Sergei Datsenko <dats@chromium.org> Cr-Commit-Position: refs/heads/master@{#630163}
-
Noel Gordon authored
The Providers test fixtures run with the Smb provider feature enabled. However, policy can be used to disable the Smb provider feature and so we should browser test that case. Add a test enable/disable for the native Smb provider feature, and run the Providers tests with the feature enabled and disabled. Test: browser_tests --gtest_filter="Providers/FilesAppBrowserTest*" Bug: 879404 Change-Id: I34153efbbbf6a1c5028eb7ec3b61332d7dd45215 Reviewed-on: https://chromium-review.googlesource.com/c/1458398 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#630162}
-
Eric Orth authored
As far as I can tell, these resolves were just an overcomplicated way to build AddressList objects. Bug: 922699 Change-Id: I53092a4000edb1829688daa0853dc7fafd05a59c Reviewed-on: https://chromium-review.googlesource.com/c/1460099 Commit-Queue: Eric Orth <ericorth@chromium.org> Commit-Queue: Asanka Herath <asanka@chromium.org> Auto-Submit: Eric Orth <ericorth@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#630161}
-
Luciano Pacheco authored
CL 1 of 4, CLs: 1. Convert var to const/let. 2. Convert arrow functions. 3. Convert to ES6. 4. Reformat files. Bug: 778674 Change-Id: I4c9bae5f47ffe89380936c37e3fef950d5a3dbde Reviewed-on: https://chromium-review.googlesource.com/c/1460198 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#630160}
-
Alexandre Courbot authored
The jobs queue management code is currently very messy, with jobs queue management done all over the place. This CL moves jobs queue management to be done entirely in ProcessTask() and ProcessJobsTask(). On top of making the code easier to read, this has the side-effect of letting jobs be queued before deciding the output buffer of the job. This change will be necessary to let V4L2IP manage its own output buffers instead of relying on the client to do it. Bug: 792790 Test: Ran VDA unittest on Hana and VEA unittest on peach_pit. Change-Id: I2ee2575287a123c5ade8796e4d13a02427529900 Reviewed-on: https://chromium-review.googlesource.com/c/1454350 Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#630159}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/cf21146137cf..10a7def6c03e git log cf21146137cf..10a7def6c03e --date=short --no-merges --format='%ad %ae %s' 2019-02-07 dj2@everburning.com Smoketest should use KhronosGroup glslang (#2363) 2019-02-07 dj2@everburning.com Make spvParseTargetEnv public (#2362) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@10a7def6c03e The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-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. TBR=dsinclair@chromium.org Change-Id: Ie0198d62012c918d227790804c5743297a2983f7 Reviewed-on: https://chromium-review.googlesource.com/c/1460336Reviewed-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@{#630158}
-
chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 Please note that, despite rolling to chrome/android, this profile is used for both Linux and Android. The AutoRoll server is located here: https://autoroll.skia.org/r/afdo-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. TBR=gbiv@chromium.org Change-Id: I4fadf2193b42928cf49b5787bb0be4fd64103bec Reviewed-on: https://chromium-review.googlesource.com/c/1459950Reviewed-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@{#630157}
-
chaopeng authored
Will remove TargetData in RenderWidgetHostInputEventRouter. Bug: 923560 Change-Id: Id3a0945f86bb6eeb3f1e1bf300763413049da250 Reviewed-on: https://chromium-review.googlesource.com/c/1456942Reviewed-by:
Kevin McNee <mcnee@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Jianpeng Chao <chaopeng@chromium.org> Cr-Commit-Position: refs/heads/master@{#630156}
-
Ken Rockot authored
This converts the following service manifests from JSON to C++: - Chrome OS assistant service - Chrome OS assistant audio decoder service - Chrome OS device sync service - Chrome OS IME service - Chrome OS multidevice setup service - Chrome OS secure channel service These are the last of the JSON manifests under src/chromeos/. Bug: 895616 Change-Id: Ia1c345d9b2acafec59eaa1a3ba3344c7f8180c17 Reviewed-on: https://chromium-review.googlesource.com/c/1456955 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Rahul Chaturvedi <rkc@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#630155}
-
Collin Baker authored
This makes testing the UI easier: in in-product help demo mode, the first call to ShouldTriggerHelpUI() will always return true. Previously to test the UI you still had to meet the triggering conditions handled by ReopenTabInProductHelpTrigger, which meant leaving a tab open for a duration of time. Now in demo mode the UI should always show upon opening a new tab. Change-Id: I4e1e47dd5ae3c8b1a07eb8f3cfafa37f3279b8e0 Reviewed-on: https://chromium-review.googlesource.com/c/1460416 Commit-Queue: Collin Baker <collinbaker@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#630154}
-
Luciano Pacheco authored
Change-Id: Ib5f588376e29dcde496c941d670369afa49fe849 Reviewed-on: https://chromium-review.googlesource.com/c/1459859Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#630153}
-
rbpotter authored
Using isScalingDisabled to set the availability disabled the scaling section for all PDFs. This CL restores the previous behavior of ignoring this value and showing the scaling section for all documents. Bug: 929830 Change-Id: Ibab11edaa68d839aa40dac988d997acbac24e0fc Reviewed-on: https://chromium-review.googlesource.com/c/1459776 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#630152}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=abdulsyed@chromiue.org Change-Id: Ia222fec8b2e2cc1e6cf4512b379dd990f80569e0 Reviewed-on: https://chromium-review.googlesource.com/c/1460315Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#630151}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/dd39fc4a..054df48c 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=luci.chromium.try:linux-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: I151c2f76fe02e58b527bd31d28e64521eab5ce9b Reviewed-on: https://chromium-review.googlesource.com/c/1459811Reviewed-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@{#630150}
-
Maggie Cai authored
Currently, after clearing data for a Etld+1, the origins that had permission settings and data or cookies will be left in a state where the usage or cookie display element is not hidden. This is due to the fact that Polymer was not notified about the change of the element. This CL ensures that the Polymer is notified about the change. Bug: 835712 Change-Id: Icf2c20643e0a63992e295e2c347a99d7a586ec80 Reviewed-on: https://chromium-review.googlesource.com/c/1457807Reviewed-by:
Patti <patricialor@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Maggie Cai <mxcai@chromium.org> Cr-Commit-Position: refs/heads/master@{#630149}
-
Leonard Grey authored
Bug: 928311 Change-Id: I743e399fd34d23352c53069d382ac6a47d4b71b3 Reviewed-on: https://chromium-review.googlesource.com/c/1459997Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#630148}
-
Charlie Harrison authored
The recent tab helper tests swap out the main thread with their own custom task runner (used for fast forwarding time). However, this doesn't work well with the NavigationSimulation, which internally uses base::RunLoop to pump tasks. Any code that adds an async action that delays navigation commit will hang these tests, and the AsyncNavigationIntercept experiment does just this. To fix, disable NavigationSimulator from pumping / waiting for task completion internally, by setting AutoAdvance to false. Then within the test, manually run tasks on the task runner after start. This is a bit of a hacky fix (since it is special casing nav start). But there are three possible paths forward: 1. RenderViewHostTestHarness tests can support fast forwarding natively, as well as pumping tasks with base::RunLoop by having its type be kBoundToThread. Not sure how much work this would entail. 2. RecentTabHelper can be refactored to use mock timers rather than PostDelayedTasks. 3. NavigationSimulator can be improved by allowing callers to inject their task runner before starting the navigation, so the simulator can pump tasks correctly. Bug: 793053 Change-Id: I43edda78a0236d8357d8ecf9a8f7db55c421b422 Reviewed-on: https://chromium-review.googlesource.com/c/1458477Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Auto-Submit: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#630147}
-
calamity authored
This reverts commit 9a0ad6e5. Reason for revert: Compile failure on linux-chromeos-rel https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/linux-chromeos-rel/19683 Original change's description: > Adds AssistantNotificationView. > > This view provides the UI for in-Assistant notifications. Currently the > labels/buttons for this view are stubbed in but a follow up CL will wire > this view up to actual mojom::AssistantNotifications. > > Screenshot: http://shortn/_MYjBlqDoku > > Bug: b:118654460 > Change-Id: I1a436c33466aff9db0c92595a988170c99456e0f > Reviewed-on: https://chromium-review.googlesource.com/c/1453547 > Commit-Queue: David Black <dmblack@google.com> > Reviewed-by: Xiaohui Chen <xiaohuic@chromium.org> > Cr-Commit-Position: refs/heads/master@{#630144} TBR=xiaohuic@chromium.org,dmblack@google.com Change-Id: I90a8a9b28ff2414e504806d92a30fb58d51daea7 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: b:118654460 Reviewed-on: https://chromium-review.googlesource.com/c/1460204Reviewed-by:
calamity <calamity@chromium.org> Commit-Queue: calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#630146}
-
Darren Shen authored
The opt-in assistant menu is interfering with some tast tests. Tast tests use --oobe-skip-postlogin to skip dialogs that appear after a new user has logged in, so let's just use that flag too. Bug: 929396 Change-Id: I16dd55a68f6e68ed4780e99d68afdc24a1b0002e Reviewed-on: https://chromium-review.googlesource.com/c/1459865Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#630145}
-
David Black authored
This view provides the UI for in-Assistant notifications. Currently the labels/buttons for this view are stubbed in but a follow up CL will wire this view up to actual mojom::AssistantNotifications. Screenshot: http://shortn/_MYjBlqDoku Bug: b:118654460 Change-Id: I1a436c33466aff9db0c92595a988170c99456e0f Reviewed-on: https://chromium-review.googlesource.com/c/1453547 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#630144}
-
Caleb Rouleau authored
This reverts commit 6c2e6729. Reason for revert: https://bugs.chromium.org/p/chromium/issues/detail?id=929793#c6 Original change's description: > Third try of ResourceLoadViaDataPipe > > Flipping the flag revealed a couple of issues which were fixed: > - OnTransferSizeUpdated(): https://crrev.com/c/1454344 > - One more PostTask() made tests more flaky: https://crrev.com/c/1454345 > > I hope third try will go well. > > Bug: 894819 > Change-Id: Icc6159622aacd5c4a4c250a0834bf4c3641d916a > Reviewed-on: https://chromium-review.googlesource.com/c/1454062 > Commit-Queue: Makoto Shimazu <shimazu@chromium.org> > Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> > Auto-Submit: Makoto Shimazu <shimazu@chromium.org> > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Cr-Commit-Position: refs/heads/master@{#629089} TBR=kinuko@chromium.org,shimazu@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 894819 Change-Id: I9aca1329997e4f2517cd72bc79020bf2d147af35 Reviewed-on: https://chromium-review.googlesource.com/c/1459584Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#630143}
-
Leo Zhang authored
Bug:837156 Change-Id: I4456e92e52cf503843da3190661b9de6cf5029ae Reviewed-on: https://chromium-review.googlesource.com/c/1460276Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: Leo Zhang <googleo@chromium.org> Cr-Commit-Position: refs/heads/master@{#630142}
-
Kyle Milka authored
Some of the NTP DLOGs trigger quite often, and none of them are very useful to see on every NTP load. Convert them all to DVLOG(1) so as not to spam the output, they can still be triggered with --v=1. Bug: 929875 Change-Id: Ie1fb98a357c23a4ba67c6b105b0d640f372fbb65 Reviewed-on: https://chromium-review.googlesource.com/c/1460107Reviewed-by:
Kristi Park <kristipark@chromium.org> Commit-Queue: Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#630141}
-
Raphael Kubo da Costa authored
This fixes the build with libstdc++: ../../ui/gfx/color_utils.cc: In function ‘SkColor color_utils::SetDarkestColorForTesting(SkColor)’: ../../ui/gfx/color_utils.cc:434:12: error: ‘sqrtf’ is not a member of ‘std’ std::sqrtf((dark_luminance + 0.05f) * (kWhiteLuminance + 0.05f)) - 0.05f; ^~~~~ ../../ui/gfx/color_utils.cc:434:12: note: suggested alternative: ‘sqrt’ std::sqrtf((dark_luminance + 0.05f) * (kWhiteLuminance + 0.05f)) - 0.05f; ^~~~~ sqrt sqrtf() is not formally part of C++14 as far as I can see even though libc++ has it in <cmath>. Additionally, we're only dealing with floats in all parts of the expression above, so using the float sqrt() overload should be harmless anyway. Bug: 819294 Change-Id: If6c7bf31819df97a761e6963def6d6506154c34d Reviewed-on: https://chromium-review.googlesource.com/c/1458193 Auto-Submit: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#630140}
-
dpapad authored
The Polymer observer which updates the header visibility was not executing on startup because |showingSubpage_| is initially undefined. Worked fine in Polymer 2 because of different observer behavior semantics. Bug: 929834 Change-Id: I9061bf701d90411bf76e1dc2d12a3830ca6199be Reviewed-on: https://chromium-review.googlesource.com/c/1459798 Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Nicolas Ouellet-Payeur <nicolaso@chromium.org> Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#630139}
-
Andrew Luo authored
Test: test_runner.py instrumentation ... --use-webview-provider /path/to/webview/apk Bug: 914553 Change-Id: I061e69e4484442055a74a14f225a5cefd0419a2e Reviewed-on: https://chromium-review.googlesource.com/c/1396849 Commit-Queue: Andrew Luo <aluo@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#630138}
-
Vladislav Kaznacheev authored
Use the same text as for a11y name. Bug: 794441 Test: manual Change-Id: Ifdbf19b20d2ded8071dd8187083af832c1357f22 Reviewed-on: https://chromium-review.googlesource.com/c/1460074 Commit-Queue: Vladislav Kaznacheev <kaznacheev@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Auto-Submit: Vladislav Kaznacheev <kaznacheev@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#630137}
-
Martin Kreichgauer authored
This changes FidoRequestHandlerBase to potentially instantiate a caBLE discovery even when the native Windows WebAuthn API is present. Previously, we did not support caBLE in that environment due to the native UI not being integrated with Chrome's own WebAuthn UI. ChromeAuthenticatorRequestDelegate now controls dispatch for the Windows API authenticator. For requests where TransportAvailabilityInfo indicates that both caBLE and the native API are available, it will show the caBLE UI and only dispatch to the native API after the decides to do so via the transport selection dropdown menu. If caBLE is not available, the request is dispatched to the Windows API immediately without additional Chrome UI. Bug: 905111 Change-Id: I1a00b0c9f0772eb97de954b38319b599e8d6c5ac Reviewed-on: https://chromium-review.googlesource.com/c/1455647 Commit-Queue: Martin Kreichgauer <martinkr@chromium.org> Reviewed-by:
Kim Paulhamus <kpaulhamus@chromium.org> Cr-Commit-Position: refs/heads/master@{#630136}
-
Meilin Wang authored
- Add a new private autotest Api SetWhitelistedPerf to toggle user pref based on perf_name by calling PrefService* profile->Set(pref_name, value). - Update the existing arc++ autotest Api SetPlayStoreEnabled by calling SetWhitelistedPerf (arc::pref::kArcLocationServiceEnabled, params->enabled) instead. Bug: b/123427495 Test: local compile and manually tested with existing arc++ autotest: test_that -b DUT cheets_AuthPerf. Change-Id: Ia6e77bad6f489b58ecac25c6ea1dfeb9676b76f9 Reviewed-on: https://chromium-review.googlesource.com/c/1437709 Commit-Queue: Meilin Wang <meilinw@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#630135}
-
Dale Curtis authored
Seems that we may not get the webglcontextlost event unless a GL command happens to fail after the context loss has occurred. Use a 250ms timer to tickle the context until the webglcontextlost event occurs. BUG=929012,929429 Change-Id: I191b2338f633612fc3b8206bf27f9a14c968bd23 Reviewed-on: https://chromium-review.googlesource.com/c/1459780 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#630134}
-
Raul Tambre authored
The former non-overloaded variants are deprecated. This is a mechanical change; there is no intended behavior change. Bug: 929827 Change-Id: I0dbef366e8c10731904f12ea68ea4656b7748519 Reviewed-on: https://chromium-review.googlesource.com/c/1459536Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Commit-Queue: Raul Tambre <raul@tambre.ee> Auto-Submit: Raul Tambre <raul@tambre.ee> Cr-Commit-Position: refs/heads/master@{#630133}
-
Dana Fried authored
CL which actually implements images is forthcoming. Bug: 928954 Change-Id: I55e829aed86c8a5d8a7ad3e644bd722216a336d1 Reviewed-on: https://chromium-review.googlesource.com/c/1455656 Commit-Queue: Dana Fried <dfried@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#630132}
-
Nate Fischer authored
This improves the adb_command_line tool as follows: * For WebView, throw an exception if someone tries to use this on a user device (WebView won't respect the flags anyway) * For Chrome, log a warning on user devices (Chrome is slightly more relaxed, but usually won't respect flags) * Minor refactoring to use already-existing helper methods to add some flags (no significant change to behavior here though). R=agrieve@chromium.org Bug: 918727 Test: Manual (try to write flags on user and userdebug emulators) Change-Id: I78dc223bd882fc41d47d19bac6b2b2a26a6a53ac Reviewed-on: https://chromium-review.googlesource.com/c/1458369 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Auto-Submit: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#630131}
-
Matt Wolenetz authored
Current code allows large numbers of empty samples in a trun, with consequent overhead for allocating and populating their metadata. Such overhead impacts both production and fuzzer MSE parsing paths. This change adds histograms to gather metrics to hopefully allow realistic constraints on number of zero-sized samples in a trun or length of sequences of zero-sized samples in a trun. BUG=907268 Change-Id: I78d5c8ea43fb0c023d951267debf66f168e5c4af Reviewed-on: https://chromium-review.googlesource.com/c/1449158 Commit-Queue: Matthew Wolenetz <wolenetz@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#630130}
-
wutao authored
This patch modifies the dialog plate to match the UX mock. Main changes: 1. Move the dialog plate to top. 2. Adding a back arrow. 3. Adding a molecule animating logo. Bug: 924624 Test: manual Change-Id: I5bae7d4bec2f096d3c17a7b47a7ac34e71089e21 Reviewed-on: https://chromium-review.googlesource.com/c/1457022Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#630129}
-
Erik Luo authored
When a CSS selector matches many elements in a DOM ancestor path, Styles sidebar can be flooded with many sections with the exact same stylesheetId and range. This CL dedupes sections in this case. Screenshot: https://imgur.com/a/Zc3jkQm Bug: 929536 Change-Id: I4f76b0df9052df34b6d42028a038c65a22c8fac1 Reviewed-on: https://chromium-review.googlesource.com/c/1451675Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Commit-Queue: Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#630128}
-