- 24 Jul, 2019 33 commits
-
-
Eric Foo authored
This is a reland of 2f3a0754 Issue fixed. PRESUBMIT was being too restrictive and has been updated to allow more than one team per component. Relanding OWNERS updates. Previously reviewed. Marking TBRs. TBR=dominickn@chromium.org, piman@chromium.org, bashi@chromium.org NOPRESUBMIT=true NOTRY=true Original change's description: > OWNERS files updated with latest COMPONENT and TEAMS. > > 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. > > NOPRESUBMIT=true > NOTRY=true > > Bug: 977050 > Change-Id: Ie693cf330e2888ad0a2fb5c57edd095fa516d748 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700846 > Reviewed-by: Dominick Ng <dominickn@chromium.org> > Reviewed-by: Antoine Labour <piman@chromium.org> > Reviewed-by: Kenichi Ishibashi <bashi@chromium.org> > Commit-Queue: Eric Foo <efoo@chromium.org> > Auto-Submit: Eric Foo <efoo@chromium.org> > Cr-Commit-Position: refs/heads/master@{#678126} Bug: 977050 Change-Id: I35ac2bf6db845b76f8998694e457ba2fcb02dc97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716246 Commit-Queue: Eric Foo <efoo@chromium.org> Reviewed-by:
Eric Foo <efoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#680251}
-
Eric Foo authored
This is a reland of 049f59df Issue fixed. PRESUBMIT was being too restrictive and has been updated to allow more than one team per component. Relanding OWNERS updates. Previously reviewed. Marking TBRs. TBR=yfriedman@chromium.org, tdresser@chromium.org, dvadym@chromium.org NOPRESUBMIT=true NOTRY=true Original change's description: > OWNERS files updated with latest COMPONENT and TEAMS. > > 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. > > NOPRESUBMIT=true > NOTRY=true > > Bug: 977050 > Change-Id: I0cf30f71d35944216370adc5ac4a3732c474da62 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700918 > Reviewed-by: Yaron Friedman <yfriedman@chromium.org> > Reviewed-by: Timothy Dresser <tdresser@chromium.org> > Reviewed-by: Vadym Doroshenko <dvadym@chromium.org> > Commit-Queue: Eric Foo <efoo@chromium.org> > Auto-Submit: Eric Foo <efoo@chromium.org> > Cr-Commit-Position: refs/heads/master@{#678132} Bug: 977050 Change-Id: I36295acb3296d8e13e2c4fb8876dc59eb5666adf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716028Reviewed-by:
Eric Foo <efoo@chromium.org> Commit-Queue: Eric Foo <efoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#680250}
-
Eric Foo authored
This reverts commit 2fef847e. Reason for revert: PRESUBMIT was being too restrictive and has been updated to allow more than one team per component. Relanding OWNERS updates. Previously reviewed and LGTM'ed. Marking TBRs. TBR=vasilii@chromium.org NOPRESUBMIT=true NOTRY=true Original change's description: > Revert "OWNERS files updated with latest COMPONENT and TEAMS." > > This reverts commit 737c7516. > > Reason for revert: "Component Build has more than one team assigned to it". Please stop landing these changes with NOPRESUBMIT and NOTRY. > > Original change's description: > > OWNERS files updated with latest COMPONENT and TEAMS. > > > > 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. > > > > NOPRESUBMIT=true > > NOTRY=true > > > > Bug: 977050 > > Change-Id: I14505944f394fd960e1f5cf5e035507ebc7422a6 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700839 > > Reviewed-by: Vasilii Sukhanov <vasilii@chromium.org> > > Commit-Queue: Eric Foo <efoo@chromium.org> > > Auto-Submit: Eric Foo <efoo@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#678134} > > TBR=vasilii@chromium.org,efoo@chromium.org > > Change-Id: I57d8464b873d0aed3f8f4660908a4cfa492be762 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 977050 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1705931 > Reviewed-by: Greg Thompson <grt@chromium.org> > Commit-Queue: Greg Thompson <grt@chromium.org> > Cr-Commit-Position: refs/heads/master@{#678192} TBR=vasilii@chromium.org,grt@chromium.org,efoo@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 977050 Change-Id: Id7264e12f9575621f2e26d9103e9fdcafb53f9fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715117 Commit-Queue: Eric Foo <efoo@chromium.org> Reviewed-by:
Eric Foo <efoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#680249}
-
Rob Schonberger authored
This adds a palm detection filter that interacts with the concept of "held" items. The filters will be used in TouchEventConverterEvdev to either hold or cancel touches, in addition to the behavior from device firmware. The two implementations are: 1. An always "open" detection, that doesn't mark anything to hold/cancel. 2. A simple heuristic that is based on interaction with stylus touches. Both implementations have unit tests that cover 100% of the code. Bug: 982118 Change-Id: I9f50b98be434ba5c767d9392c0a470262cf5e603 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1708148Reviewed-by:
Michael Spang <spang@chromium.org> Commit-Queue: Rob Schonberger <robsc@chromium.org> Cr-Commit-Position: refs/heads/master@{#680248}
-
Eric Foo authored
Updated component to Chromecast as per comment in CL: https://chromium-review.googlesource.com/c/chromium/src/+/1700938 TBR=mfoltz@chromium.org NOPRESUBMIT=true Bug: 977050 Change-Id: Ib3b13bae8ccd71f301f7817bb0978fb8e1d2c32f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716031 Commit-Queue: Eric Foo <efoo@chromium.org> Reviewed-by:
Eric Foo <efoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#680247}
-
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=jyasskin@chromium.org, lmattm@chromium.org NOPRESUBMIT=true NOTRY=true Bug: 977050 Change-Id: Ie9bc3a7f21d427c02bf3d1f0664b73d9496b8ca6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700935 Commit-Queue: Eric Foo <efoo@chromium.org> Reviewed-by:
Eric Foo <efoo@chromium.org> Auto-Submit: Eric Foo <efoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#680246}
-
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=pwnall@chromium.org NOPRESUBMIT=true NOTRY=true Bug: 977050 Change-Id: I685349ba05edbbed089cbe2ce3ba60d7f3e8ad30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699953Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Eric Foo <efoo@chromium.org> Auto-Submit: Eric Foo <efoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#680245}
-
Sarthak Shah authored
This CL adds a histogram that tracks the difference in input event timestamp based on TimeTicks::Now and timestamp reported via PerformanceCount. It will help analyze the distribution of how far negative or positive TimeTicks::Now is compared to PerformanceCount. This will help guide a decision on what timestamp to use in the future for velocity calculation, input prediction, and gesture recognition. For additional context, please see discussion at input-dev https://groups.google.com/a/chromium.org/forum/#!topic/input-dev/KZMZ6dnzKZQ Change-Id: I20dfee67b0ff959edcb0a81c551675f61b2549a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1666298 Commit-Queue: Sarthak Shah <sarsha@microsoft.com> Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Cr-Commit-Position: refs/heads/master@{#680244}
-
Hesen Zhang authored
- Start working on all mock objects for scheduler. - Moved this class under scheduler/tests. Bug: 963304 Change-Id: I72ea3ed88028681acde31e4c80bfa8f095b22a74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716088 Commit-Queue: Hesen Zhang <hesen@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#680243}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 212223fb. With Chromium commits locally applied on WPT: 250461b3 "Worker: Register a service worker just once for worker subresource interception tests" ee7626e7 "Fixing tranferFromimageBitmap-toBlob-offscreen.html to not be flaky" bf4ad57e "Experimental CookieStore API: some additional browser-side validation" 6a6b173b "Add type option to showToast helper" 49d09037 "Add reflection testing to toast open and type IDL attributes" 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: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools foolip@chromium.org, robertma@chromium.org, smcgruer@chromium.org: external/wpt/infrastructure jsbell@chromium.org: external/wpt/resources kojii@chromium.org: external/wpt/css/css-text/i18n external/wpt/css/css-text/line-break panicker@chromium.org: external/wpt/longtask-timing NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: I8dab3eb49a61ba2d77ce6f2258b78d1d8f96c20b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716157Reviewed-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@{#680242}
-
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 7 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}
-