- 30 Sep, 2019 40 commits
-
-
Martin Robinson authored
This produces a better experience for users by giving them a general idea of the size of the font without subjecting them to a long decimal number. Bug: 1004771 Change-Id: I83d2ad8a60f2427eefe2ec86e4cdf1a798976c80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1814931 Commit-Queue: Martin Robinson <mrobinson@igalia.com> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#701111}
-
Sergey Poromov authored
Example: https://ci.chromium.org/p/chromium/builders/ci/Win10%20Tests%20x64/40963 TBR=wittman@chromium.org Bug: 1009182 Change-Id: Iafb2ba66e6bc5aa57ee5849d2447933401917f96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829352Reviewed-by:
Sergey Poromov <poromov@chromium.org> Commit-Queue: Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#701110}
-
Stefano Sanfilippo authored
Following updates in the spec, see https://w3c.github.io/webappsec-trusted-types/dist/spec/#should-block-sink-type-mismatch. Change-Id: Ia3622696068aaaa74cca7c1e08e475edd6b75016 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829382 Commit-Queue: Stefano Sanfilippo <ssanfilippo@chromium.org> Reviewed-by:
Andy Paicu <andypaicu@chromium.org> Cr-Commit-Position: refs/heads/master@{#701109}
-
Rafał Godlewski authored
Removes use of helper enum for interaction with SQL queries that use all columns where not all columns are used. By coincidence the numbers were matching, so it was not a bug. Change-Id: Ia1b4c6b7ccbb362f0fbd66f9bbfed3fed159dbc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831765 Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Auto-Submit: Rafał Godlewski <rgod@google.com> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#701108}
-
Sergey Poromov authored
Example: https://ci.chromium.org/p/chromium/builders/try/linux_chromium_tsan_rel_ng/384930 TBR=steimel@chromium.org TBR=beccahughes@chromium.org Bug: 1009356 Change-Id: I438c1e3272eed0bda1672c7e36e1d64372d45595 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831907Reviewed-by:
Sergey Poromov <poromov@chromium.org> Commit-Queue: Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#701107}
-
Peter Wen authored
Raising ProcessInitException indicates that a fatal issue has occurred. Unless explicitly catching and handling it, in most cases it ends with a call to System.exit which does not create crash reports. Now that PureJavaExceptionHandler exists and we do not need native to create a crash report, we no longer need to handle these startup failures explicitly, they should simply bubble up like any other runtime crash. Bug: 1000651 Tbr: Tree-wide mechanical refactor that includes content/ and net/ Change-Id: I3eb9f71f52d95217a0623271be1d21c7797d8d9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825572 Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#701106}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/6a28e95a8e40..1fab224fb263 git log 6a28e95a8e40..1fab224fb263 --date=short --no-merges --format='%ad %ae %s' 2019-09-30 rsavitski@google.com Merge changes I442d4291,I239ea5e4 2019-09-30 ilkos@google.com Do not set the build ID on the converted profile Created with: gclient setdep -r src/third_party/perfetto@1fab224fb263 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=perfetto-bugs@google.com Bug: chromium:b/141735056 Change-Id: Ifc1b2829bbaea439060010589523aa85c7194303 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830516Reviewed-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@{#701105}
-
François Beaufort authored
This CL adds a "storage-texture" value to the GPUBindingType enum. Note that this will still raise a WebGPU validation error as it is not yet implemented in Dawn. Bug: 877147 Change-Id: Ib3e3084063fd006b745e3e52b0249a01349e22cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831903Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Cr-Commit-Position: refs/heads/master@{#701104}
-
Ella Ge authored
This reverts commit 91c87593. Reason for revert: Perf regression crbug/1006810 Original change's description: > Enable scroll resampling on ToT > > \o/ > > Doc: > https://docs.google.com/document/d/1KrlQ0m5Ty9RKE1IorjEXDldYFJvUV_Ww10lnjh-TRN0/ > > Bug: 1000682 > Change-Id: Ia77af76fd530be740d7d7c64706f47a48c248387 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1786591 > Commit-Queue: Ella Ge <eirage@chromium.org> > Reviewed-by: David Bokan <bokan@chromium.org> > Cr-Commit-Position: refs/heads/master@{#698698} TBR=bokan@chromium.org,eirage@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1000682 Change-Id: Id30009dd4bae3dd366460f334b9d44b3d616b609 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832141Reviewed-by:
Ella Ge <eirage@chromium.org> Commit-Queue: Ella Ge <eirage@chromium.org> Cr-Commit-Position: refs/heads/master@{#701103}
-
David Van Cleve authored
This change adds an experimental feature to cap referrer granularity to origin on cross-origin requests. This requires making sure that both Blink and the network stack receive the updated referrer, which is a bit challenging on redirects: the networking stack computes some redirect state quite soon after determining that a redirect is happening (in URLRequestJob) and, whenever a deferred redirect gets the go-ahead, happily resumes using that state (cf. URLRequest::Redirect). This patch contains changes to: - //services/network's feature list, to add the feature; - content::Referrer's sanitization method, to perform an additional check when the feature is enabled; - NavigationRequest, to propagate its sanitized referrers to the WebNavigationParams Blink will receive, so that Blink will be able to get the correct referrer on redirects without having to be aware of the flag; and - NetworkContextNetworkDelegate, to truncate the referrer as appropriate on outgoing URLRequests It adds browser tests to make sure the cap overrides more permissive referrer policies, but doesn't override more restrictive ones. R=mmenke r=mmenke cc=kaustubhag Bug: 1004486 Change-Id: I637ffe45fa3f73d775c714e72c1e78dc3d3c5617 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816643Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: David Van Cleve <davidvc@chromium.org> Cr-Commit-Position: refs/heads/master@{#701102}
-
Xida Chen authored
All test cases are covered by: wpt/css/css-color/animation/color-interpolation.html The last two test cases where -webkit prefix is involved, is already covered in web_tests/animations/interpolation/color-interpolation.html. Bug: None Change-Id: I96379d6005ca81b4d673e05e63d52661009e4a36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831263Reviewed-by:
Yi Gu <yigu@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#701101}
-
Rayan Kanso authored
Pipe the WebContents to the DigitalAssetLinksHandler to add warning messages to the DevTools console where applicable. Bug: 910228 Change-Id: I711c2fe37df3686f00cdbbb6d7f6e1f947868b4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824462Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Commit-Queue: Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#701100}
-
Xida Chen authored
Bug: 900581 Change-Id: I13e9433c00bf606f4d7258c76609cdb84e8b0b08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831264 Commit-Queue: Xida Chen <xidachen@chromium.org> Reviewed-by:
Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#701099}
-
Tobias Sargeant authored
Install the java exception filter, and enable the uncaught exception handler. Bug: 1004133 Test: manual Change-Id: I7039dd4ee137600aefc5f9ff17d1964f14dc67e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829198 Commit-Queue: Tobias Sargeant <tobiasjs@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#701098}
-
Avi Drissman authored
BUG=1009032, 937569 Change-Id: I6bcf68a1b12c4bcc7acf1b3e6d7b966062137db4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829484Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#701097}
-
Xida Chen authored
Bug: 900581 Change-Id: I996882864b4e4aaf5d1f3e4a4d904d488898a6f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830921 Commit-Queue: Xida Chen <xidachen@chromium.org> Reviewed-by:
Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#701096}
-
Mark Cogan authored
After crrev.com/c/1796358, some downstream code still needs the old TabModel -initWithSessionService:browserState and -browserStateDestroyed methods. Once the CL removing that usage lands, this CL can land, remove the old APIs. Change-Id: I02f82f79195b524e043c9ea41f3f961197cc9fd3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827416Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Commit-Queue: Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#701095}
-
David Bokan authored
This CL adds metrics to measure occurrences of potential directive delimiters in case the existing one (:~:) turns out to be incompatible. We also measure the occurrence of :~: in the fragment (that isn't being used for targetText=) so that we can determine if it is or is not web compatible. Finally, as an interesting metric that could help catch malfunctions, we also measure how often the fragment directive fails to parse. In summary: - Measure occurrences of ~&~ in the fragment - Measure occurrences of ~@~ in the fragment - Measure occurrences of &directive? in the fragment - Measure occurrences of :~: in the fragment that aren't followed by targetText= - Measure parsing failures of the directive Bug: 1009250 Change-Id: Ie7961346175bef88ce64d71e02d2afbd1b5e6acf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831080Reviewed-by:
Nick Burris <nburris@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#701094}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/2449d7aa7828..e7314cd4a2ad git log 2449d7aa7828..e7314cd4a2ad --date=short --no-merges --format='%ad %ae %s' 2019-09-30 ilnik@webrtc.org In ulpfec receiver check for malformed packets to avoid DCHECKS tirggering Created with: gclient setdep -r src/third_party/webrtc@e7314cd4a2ad If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:1009236 Change-Id: I2daa5fefa417c1efaded78099641adc91042cc82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832039Reviewed-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@{#701093}
-
Henrique Ferreiro authored
Convert the implementation and all users of the content::mojom::Frame, FrameBindingsControl, FrameFactory, KeepAliveHandle and FrameHost interfaces. Bug: 955171 Change-Id: I46cf976922f67cdce6b27bc9b3c21583f25fd375 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1798346 Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Cr-Commit-Position: refs/heads/master@{#701092}
-
Paul Lewis authored
Change-Id: I1963ec832b036569e24cb4c09f95142318c0fe1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827563 Commit-Queue: Paul Lewis <aerotwist@chromium.org> Reviewed-by:
Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#701091}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/581e894f..1370481f 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: Ib1d99384fa1b5db51fdce44cf6356589c5e57b89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831214Reviewed-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@{#701090}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a427da0bffc4..01cd0891cf7a Created with: gclient setdep -r src-internal@01cd0891cf7a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: I9b52f2b6d22eedc286c10c00644cc111f133c1d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832037Reviewed-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@{#701089}
-
Rohit Agarwal authored
This is a reland of a7fc60bd Original change's description: > Add three UMA metrics for bookmarks addition. > > First metric collects stats on bookmark addition > sliced on profile. Second and third metric collects stats > on the count of open tabs during bookmark all tabs, for > regular and incognito users. > > Bug: 966747, 1006145 > Change-Id: I29add57c472cf5344951b4a91be465872db45485 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1793184 > Commit-Queue: Rohit Agarwal <roagarwal@chromium.org> > Reviewed-by: Peter Boström <pbos@chromium.org> > Reviewed-by: Mark Pearson <mpearson@chromium.org> > Reviewed-by: Elly Fong-Jones <ellyjones@chromium.org> > Reviewed-by: Ramin Halavati <rhalavati@chromium.org> > Cr-Commit-Position: refs/heads/master@{#699859} Bug: 966747, 1006145 Change-Id: I656d44090fdba00ca794006dd82700c375ea704d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823855 Commit-Queue: Rohit Agarwal <roagarwal@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#701088}
-
Philip Rogers authored
The existing UMA for GPU tile memory, TileManager.TilesGPUMemoryUsage, only reported on low-memory devices. This patch deprecates that metric and adds a new one, TileManager.TilesGPUMemoryUsage2, that reports on all devices. Bug: 1008942 Change-Id: I07ab7ba59c5e249f583475474db975b92814f855 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829982Reviewed-by:
Eric Karl <ericrk@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Robert Kaplow <rkaplow@chromium.org> Auto-Submit: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#701087}
-
Rune Lillesveen authored
The rule was introduced to implement a default font-display value when font-display is not present in the @font-face rules. This was problematic for syntax, and controversial during spec-discussions. Instead the Google fonts apis added a possibility to provide a font-display parameter. Removing the code that never shipped as web-exposed. Bug: 777846 Change-Id: I1f4842ea62a9d9c27cbf35b552ccb746095318bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1828910Reviewed-by:
Dominik Röttsches <drott@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#701086}
-
Pâris MEULEMAN authored
This CL initially changed the JNI interface to its modern form. https://crrev.com/c/1814696 was landed first, also containing this change, so this one now renames simply renames oAuth2TokenFetched to onOAuth2TokenFetched as discussed with Boris in the comments. Bug: 934688 Change-Id: I90a8f19ef643f0a15f5d8140932be6f15d898636 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1760294 Commit-Queue: Pâris Meuleman <pmeuleman@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Auto-Submit: Pâris Meuleman <pmeuleman@chromium.org> Cr-Commit-Position: refs/heads/master@{#701085}
-
Mathias Bynens authored
This patch makes the pre-existing `Emulation.setEmulatedMedia` API in the Chrome DevTools Protocol support emulating CSS media features, in addition to CSS media types (which it already supported). The new functionality can be used to emulate `prefers-color-scheme` (light/dark mode), `prefers-reduced-motion`, and any other media features Chrome implements from now on. Design doc: https://goo.gle/devtools-dark-mode Bug: chromium:1004246 Change-Id: I62ade2fa978a78e90e00b47915101950ca735c62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821608Reviewed-by:
Benedikt Meurer <bmeurer@chromium.org> Reviewed-by:
Yang Guo <yangguo@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Mathias Bynens <mathias@chromium.org> Cr-Commit-Position: refs/heads/master@{#701084}
-
Fredrik Söderquist authored
Avoiding duplication is done via the management of the Condition class', so we shouldn't be adding any duplicates. Thus the default instance pointer comparison should be sufficient. Bug: 998526 Change-Id: I2ba96a84133a9baf3949346260d614918afdfeb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826790 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#701083}
-
Olivier Robin authored
Crash reports show that the last committed item can be null. It is not clear at the moment what steps can be to this scenario, but this CL adds a check to avoid crashing when this happens. Bug: 1005210 Change-Id: Ib29b0ffb5e8ca09821c200e1765ba269846ea171 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827283Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#701082}
-
Jan Krcal authored
This CL makes the guest mode icon lighter gray and most notably makes the color consistent with the user menu by using the same helper function to create the icon. Bug: 967317 Change-Id: I0df790897b00533a20558caf9c834db3d15ce363 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829703 Commit-Queue: Jan Krcal <jkrcal@chromium.org> Commit-Queue: Thomas Tangl <tangltom@chromium.org> Auto-Submit: Jan Krcal <jkrcal@chromium.org> Reviewed-by:
Thomas Tangl <tangltom@chromium.org> Cr-Commit-Position: refs/heads/master@{#701081}
-
Anatoliy Potapchuk authored
This CL updates proto for DeviceLocalAccount policy and adds a new type of DeviceLocalAccount itself, which holds all the data. Bug: 1006230 Change-Id: I446594f8d28350353cdf8c7a7687a9c3bd2abdf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816508 Commit-Queue: Anatoliy Potapchuk <apotapchuk@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#701080}
-
Sylvain Defresne authored
base::Bind/base::Callback are deprecated in favor of either base::BindOnce/base::OnceCallback or base::BindRepeating/ base::RepeatingCallback (depending on whether the callback is invoked once or multiple time). Convert all uses of base::Bind/base::Callback in ui/message_center to the recommended methods/types. Bug: 1007852 Change-Id: I98daa048c8729aaa3d42b35e69d562178c04ab95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831859 Commit-Queue: Peter Beverloo <peter@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#701079}
-
Henrik Grunell authored
Bug: None Change-Id: Idada1454b183b2266ecf4b77a170807e1e9939a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826884Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Elad Alon <eladalon@chromium.org> Commit-Queue: Henrik Grunell <grunell@chromium.org> Cr-Commit-Position: refs/heads/master@{#701078}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/fc3587418d3b..2449d7aa7828 git log fc3587418d3b..2449d7aa7828 --date=short --no-merges --format='%ad %ae %s' 2019-09-30 nisse@webrtc.org Refactor legacy FrameBuffer to use EncodedImageBuffer::Realloc 2019-09-30 ilnik@webrtc.org Video: Log scalability configuration on encoder reconfigure Created with: gclient setdep -r src/third_party/webrtc@2449d7aa7828 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:none Change-Id: I7ef0dc051a2e093d9e3fdcc77cec778a12c6c79b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830515Reviewed-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@{#701077}
-
Sergey Poromov authored
Example: https://ci.chromium.org/p/chromium/builders/try/linux_chromium_asan_rel_ng/384996 TBR=asvitkine@chromium.org Bug: 1009360 Change-Id: I24c0999ff863c3e6f4561cf3bb594eb75bc35e8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829347Reviewed-by:
Sergey Poromov <poromov@chromium.org> Commit-Queue: Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#701076}
-
Stephen McGruer authored
This CL implements the accumulative operation described in https://github.com/w3c/fxtf-drafts/issues/371. Bug: 788440 Change-Id: I0ecf0a29110650ef5166b92bc0b8f1396c4b18dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830568 Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Commit-Queue: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#701075}
-
Alan Cutter authored
This CL tests that we don't continue manifest updating when the site has an invalid manifest. Bug: 926083 Change-Id: I902b828e50f6ec3b32cf254cda9d55a0b1f2729f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831659Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#701074}
-
Mikel Astiz authored
Reland "[SendTabToSelf] Use new cache guid method to assert that local device is not listed as a target" This is a reland of 38392a67 In this reland, the old logic remains unchanged as a fallback mechanism in case the GUID-based detection fails (as the reports suggest). Original change's description: > [SendTabToSelf] Use new cache guid method to assert that local device is not listed as a target > > Bug: 966413 > Change-Id: I29fe887806b07a51d7490603aaf81415a5a349cb > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1721379 > Commit-Queue: Jeffrey Cohen <jeffreycohen@chromium.org> > Reviewed-by: Mikel Astiz <mastiz@chromium.org> > Cr-Commit-Position: refs/heads/master@{#682341} Bug: 966413 Change-Id: I85ae3c33c83f29f9a59cb8f3c2219e22e31a2bad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1828817 Auto-Submit: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Ramya Nagarajan <ramyan@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#701073}
-
Sergey Poromov authored
Example: https://ci.chromium.org/p/chromium/builders/try/linux_chromium_tsan_rel_ng/384805 TBR=parastoog@google.com Bug: 1009364 Change-Id: I573054886372babd541a83bf67e1842180677deb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831900Reviewed-by:
Sergey Poromov <poromov@chromium.org> Commit-Queue: Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#701072}
-