- 24 Jul, 2019 23 commits
-
-
Eric Foo authored
This is CL is generated by a script. Data is pulled from review conducted in Q2 2019. See https://tinyurl.com/yxau5sc4 for context. Please review and LGTM before July 16th or the CL will be submitted as-is. TBR=chfremer@chromium.org, scroggo@chromium.org, vmiura@chromium.org NOPRESUBMIT=true NOTRY=true Bug: 977050 Change-Id: I3302f38c1f59ee1ffb0bc44e143afe80bf7ecf10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700861Reviewed-by:
Eric Foo <efoo@chromium.org> Commit-Queue: Eric Foo <efoo@chromium.org> Auto-Submit: Eric Foo <efoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#680241}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/6d863b5a5ead..bf1a7ab86cc3 Created with: gclient setdep -r src-internal@bf1a7ab86cc3 The AutoRoll server is located here: https://skia-autoroll.corp.goog/r/src-internal-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.chrome.try:linux-chromeos-chrome TBR=nhiroki@google.com,pmonette@google.com,sky@google.com,kolos@google.com Bug: chromium:None,chromium:None Change-Id: I888dd2adc85f3b53bff91d23be3a680e4694066e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716087Reviewed-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@{#680240}
-
Alexander Alekseev authored
This CL adds all the OOBE screens to OOBE.StepCompletionTime (there were a lot added since 2014), and marks it to never expire. Bug: 985169 Change-Id: I511952341407a4daec282693a1fb489adc1fe461 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1707491Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#680239}
-
Rafael Cintron authored
CollectDriverInfoD3D was looking in hardcoded registry locations for information about the driver. The registry locations are an internal implementation detail of the OS. Change replaces the hardcoded registry lookups with calls to the CM_Get_DevNode_PropertyW API. This change is a step along the way to retrieving the to-be-used adapter from DXGI instead of relying on EnumDisplayDevices API. Bug: 973695 Change-Id: Ic6120099d9ee283bde2c054c7011779af8e528ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1711049 Commit-Queue: Rafael Cintron <rafael.cintron@microsoft.com> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#680238}
-
ssid authored
Add missing enum value for background tracing state. Enum changed in: https://chromium-review.googlesource.com/c/chromium/src/+/1659607 Change-Id: Ife1a821a9e1e9f0ac631970c768dba42c3e15c52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1714329 Commit-Queue: ssid <ssid@chromium.org> Reviewed-by:
oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#680237}
-
Gary Kacmarcik authored
When building the keyboard layout map, we iterate through all the writing system keys. When we query for info about a dead key, the system is left in a state that the next key we query is in the context of that dead key, which produces incorrect results. This fixes the problem by querying for info about a Space key after any dead key so that the dead key context is removed. Bug: 977609 Change-Id: I1f1844f83fddb0c50c866ed7d7b1cbfa4a3f6e8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716134 Auto-Submit: Gary Kacmarcik <garykac@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#680236}
-
Jenna Himawan authored
Disabling: - BookmarkReorderTest#testBookmarkFolderIcon__NightModeDisabled - BookmarkReorderTest#testBookmarkFolderIcon__NightModeEnabled - BookmarkReorderTest#testEndIconVisibilityInSelectionMode Bug: 986915 Change-Id: I1a61f1d8d2da0c61ce8205b436b1ce8d05464375 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716167Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#680235}
-
Darwin Huang authored
Bug: 979950 Change-Id: Ifedacff8251fc93f08ca2353e135c5819985019c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716224 Commit-Queue: Darwin Huang <huangdarwin@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#680234}
-
Ella Ge authored
Bug: 885299 Change-Id: I69fdc27869fd4f2f95e8744c8069fca011f67b0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1693662Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Commit-Queue: Ella Ge <eirage@chromium.org> Cr-Commit-Position: refs/heads/master@{#680233}
-
Yulun Wu authored
Notifies user on login about release notes after their machine is updated. Clicking on notification or field in About Page launches the release notes PWA. Feature is behind the ReleaseNotes feature. Bug: 968372 Change-Id: I74096f56bd961b039ede7c93ac6f6d35f4c5aafe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1674709 Commit-Queue: Yulun Wu <yulunwu@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#680232}
-
Antoine Labour authored
TBR=piman@chromium.org Bug: None Change-Id: If4c82fd38c667f364a228444c25aa0a7834ce129 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716030Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#680231}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/1a62d1623e3b..1844d6a51cbc git log 1a62d1623e3b..1844d6a51cbc --date=short --no-merges --format='%ad %ae %s' 2019-07-23 jackneus@google.com Format cros branch files with yapf 2019-07-23 jackneus@google.com Bump source branch version on branch creation Created with: gclient setdep -r src/third_party/chromite@1844d6a51cbc The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I8564e72b0b8c9da3431415b10c2eddab00a5a7f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716095Reviewed-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@{#680230}
-
Xing Liu authored
This CL we use the impression mapping data to determine the impression result. Also did minor refactor on the code and add unit tests. Bug: 965133 Change-Id: I00695a366156fb99df9cf0622caae0ee351c7b1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1705517Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#680229}
-
Hongchan Choi authored
This is the first step of "Audio Graph Event" hooks to the devtools: The BaseAudioContextTracker is renamed to AudioGraphTracer, and it will handle any audio graph event (context, node, param) in the audio context and deliver the event to the InspectWebAudioAgent. Bug: 970898 Change-Id: If64a4bb846d8500c0761b48ea8d2bb0dbb40c992 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1713327Reviewed-by:
Raymond Toy <rtoy@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Hongchan Choi <hongchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#680228}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/829144cc76fe..5f240186ecfe git log 829144cc76fe..5f240186ecfe --date=short --no-merges --format='%ad %ae %s' 2019-07-23 fmalita@chromium.org [skottie] Ref-counted animators Created with: gclient setdep -r src/third_party/skia@5f240186ecfe 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 TBR=borenet@google.com Bug: None Change-Id: I3fadda7c79b93fa49b883b718c3314710859d693 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716086Reviewed-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@{#680227}
-
Will Harris authored
BUG=750886 Change-Id: I6751ff582e4158c9fbee2e1cc9a0799d4426c60a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716011Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#680226}
-
Ella Ge authored
With flag ConsolidatedMovementXY enabled, we calculate movementX/Y in blink instead of in browser. The initial patch didn't handle pointerrawupdate events. This CL adds a separate last_position map for rawupdates so the movements of raw updates separate independent from PEs. This Cl also changes the "setting position when pointer unlock" logic to remove the mouse id from the last position map instead of set to pointer lock position. This is for simply the code. And since we create fake mouse moves when move mouse back to lock position, the fake mouse move will reset the last position so that there is no difference. For the case of no fake mouse move sent, we may lose the first movement value, but the issue is trivial. Bug: 802067 Change-Id: I926c535b0c9e53c2bf6fc6988e18c785cdcd8ec3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1701615Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Ella Ge <eirage@chromium.org> Cr-Commit-Position: refs/heads/master@{#680225}
-
Miyoung Shin authored
This CL renames interfaces to mojom in //components/security_interstitials. components/security_interstitials/core/common/interfaces => components/security_interstitials/core/common/mojom Bug: 806965 Change-Id: I14013fc092b6006efc02d0591b34f94b75c1e310 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1714605Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Carlos IL <carlosil@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#680224}
-
Miyoung Shin authored
This CL renames interfaces to mojom in //components/rappor. components/rappor/public/interfaces => components/rappor/public/mojom Bug: 806965 Change-Id: Ica062e2de080fdcea7fcadbd330223ffca3efc90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1713547Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#680223}
-
Hongchan Choi authored
For easier iteration of stored AudioParam in the AudioParamMap, this CL exposes the HeapHashMap (const) via a getter method. This is a part of the graph event reporting POC CL: https://chromium-review.googlesource.com/c/chromium/src/+/1696004 Additionally two unused methods are removed because now the customer can directly access the map with the getter. Bug: 970898 Change-Id: I8932d353fcbf8258f1364a741d46da2d6314afc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716092Reviewed-by:
Raymond Toy <rtoy@chromium.org> Commit-Queue: Hongchan Choi <hongchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#680222}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/68d97adf88de..8944f0205b04 git log 68d97adf88de..8944f0205b04 --date=short --no-merges --format='%ad %ae %s' 2019-07-23 natlee@microsoft.com Test that sampled textures in compute and render pass get lazy cleared Created with: gclient setdep -r src/third_party/dawn@8944f0205b04 The AutoRoll server is located here: https://autoroll.skia.org/r/dawn-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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel TBR=cwallez@google.com Bug: None Change-Id: I886f458cb5664508f4d05a7e30d80e1488f1f89c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716159Reviewed-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@{#680221}
-
John Abd-El-Malek authored
This test has been disabled for over two years, and it's not clear to me that this part of it is actually needed since other parts of the test already inspect what the test server sees. NOPRESUBMIT=true Bug: 711289 Change-Id: Icf55d393af875e9242240bf90564d90b86046753 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716137Reviewed-by:
Clark DuVall <cduvall@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#680220}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/5f008e96a17f..67440068b934 git log 5f008e96a17f..67440068b934 --date=short --no-merges --format='%ad %ae %s' 2019-07-23 ssid@google.com Merge "Order the trace writer while commiting in startup registry" Created with: gclient setdep -r src/third_party/perfetto@67440068b934 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-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=perfetto-bugs@google.com Bug: None Change-Id: Ife8eaf9edfa7c9da9d3b3bfe9e0cbaf96fd60d8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716155Reviewed-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@{#680219}
-
- 23 Jul, 2019 17 commits
-
-
Andrew Luo authored
Bug: 765833 Change-Id: I77eca2d0668466df7074726ebfe78ab6bd53059f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1711043Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Andrew Luo <aluo@chromium.org> Cr-Commit-Position: refs/heads/master@{#680218}
-
Kristi Park authored
Before: http://screen/2ReT3mDQSHv.png http://screen/SsHwBmmeS00.png http://screen/hMbhOsBfbr2.png http://screen/Mwmm6HKq7E1.png After: http://screen/hoGfTP1t6MV.png http://screen/bRKBejY0AHH.png http://screen/Bgc1KYTgUTP.png http://screen/mPPT070A6B0.png Bug: 953822 Change-Id: I2869b5f7a7f78cef9e92998eccdb7828e36bc493 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716145 Commit-Queue: Kyle Milka <kmilka@chromium.org> Reviewed-by:
Kyle Milka <kmilka@chromium.org> Auto-Submit: Kristi Park <kristipark@chromium.org> Cr-Commit-Position: refs/heads/master@{#680217}
-
Henrique Ferreiro authored
After the IdentityManager code restructing into public and internal APIs was fixed in https://crbug.com/952788, this CL fixes both build dependencies and presubmit checks in //chromeos. Bug: 970268 Change-Id: Ie9f0f14682ae32002be314751f0b66f2efc03404 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1712575 Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#680216}
-
Jeffrey Cohen authored
Send Tab To Self shares a url with a specific syncing machine, in order to determine if the shared tab is meant for the local device, there needs to be some persistence in storing previously used cache guids locally. So that a local machine will not "miss" a tab sent to its previous guid. Bug: 981850 Change-Id: Ibe99baae9d336a4e737935f4e7ce874496e604a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1694147 Commit-Queue: Jeffrey Cohen <jeffreycohen@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#680215}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/3d61312959f3..0208b0ca4d25 git log 3d61312959f3..0208b0ca4d25 --date=short --no-merges --format='%ad %ae %s' 2019-07-23 tsepez@chromium.org Begin work to get fpdfapi/render layered above fpdfapi/page. 2019-07-23 tsepez@chromium.org Remove core/fpdfapi/page dependence on fpdfapi/cmaps Created with: gclient setdep -r src/third_party/pdfium@0208b0ca4d25 The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-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=pdfium-deps-rolls@chromium.org Bug: None Change-Id: I928122627a668dd2fc253d20c9949958928d7690 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716151Reviewed-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@{#680214}
-
Tatiana Buldina authored
Fix testTakeElementScreenshot() on Windows by setting scale to 1/devicePixelRatio Bug: chromedriver:2667 Change-Id: Ie4b804c1d08bf8ab34e690ebcac66801a3cfa0f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716147Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Tatiana Buldina <buldina@chromium.org> Cr-Commit-Position: refs/heads/master@{#680213}
-
sczs authored
Bug: 979201 Change-Id: Iec61d3d7115b1aaeece301a501035a1f6df2b71b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1713812Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#680212}
-
May Lippert authored
BUG=984744 TEST=verified that the cupsPrinters and wifi settings pages show up as suggestions in the omnibox Change-Id: I1666bc42acff1bdfd24a1c39c668555bcc67dad5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1711894 Commit-Queue: May Lippert <maybelle@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#680211}
-
Nico Weber authored
See crbug.com/53408, https://crbug.com/513881 Reverts https://codereview.chromium.org/1253993004 Bug: 961769 Change-Id: I9e18947449562da668e1d842ae89461f3fbe2b14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1714413Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#680210}
-
David Bertoni authored
TBR=seantopping@chromium.org (mechanical //chromecast changes) Change-Id: I8edf52fdbb9eaffb793bda544d396d72451e50fe Bug: 979790 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1686606 Commit-Queue: David Bertoni <dbertoni@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#680209}
-
Mitsuru Oshima authored
Ash.Overview.AnimationSmoothness.Close.* Ash.Overview.AnimationSmoothness.Exit.* Ash.Overview.AnimationSmoothness.Enter.* Bug: 975613,975249,975146 Test: None Change-Id: Ifd4e517ec334d3eb7e3960c19e8aa8dccb7275a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1707309 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#680208}
-
Daniel Rubery authored
To distinguish multiple, parallel requests from the same user, we need a token that is per-request. This is added to the DeepScanningClientResponse, and returned when the user first uploads a file. It will then be passed within each FCM message to identify which request the message corresponds to. Bug: 980784 Change-Id: Ic8176ea21b891187a6a346d0c58dfe9d466bb7bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715540 Auto-Submit: Daniel Rubery <drubery@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#680207}
-
Gil Dekel authored
This CL modifies ImageDecodeAcceleratorProxy::IsImageSupported() to allow simple WebPs decoding. For now, it just verifies that WebP image's dimensions are within the supported decoding size. Bug: 877694 Test: TBD Change-Id: Idcb72d913a369815219401621cc7e45c09f6c430 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1707172 Commit-Queue: Gil Dekel <gildekel@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#680206}
-
Justin Cohen authored
Bug: 982896 Change-Id: I7a945e29ac499c7f494c36d29c05d215331e6578 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715635 Commit-Queue: Justin Cohen <justincohen@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Auto-Submit: Justin Cohen <justincohen@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#680205}
-
Jack Lynch authored
This change adds an axe tests for the DOM breakpoints pane in the Sources panel. Bug: 963183 Change-Id: Iceee51c818d768f26d5d1f6fd6856036f7f92b88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1650462 Commit-Queue: Jack Lynch <jalyn@microsoft.com> Reviewed-by:
Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#680204}
-
Andrew Comminos authored
Now that v8::CpuProfilerOptions supports a parametric sample interval, pass this in. Report the multiple-clamped sample interval in the returned blink::Profiler object. Bug: 956688 Change-Id: I7d567f2a1d6b0d93d521850a347e9e3c69a7adce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699016Reviewed-by:
Nicolás Peña Moreno <npm@chromium.org> Reviewed-by:
Peter Marshall <petermarshall@chromium.org> Commit-Queue: Andrew Comminos <acomminos@fb.com> Cr-Commit-Position: refs/heads/master@{#680203}
-
Alexander Alekseev authored
Bug: 975854 Change-Id: Id60fa45ad48871dcdbe4d00dcd95e356bc08545e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1713984Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#680202}
-