- 09 Oct, 2019 40 commits
-
-
Stefan Zager authored
Change-Id: I462d24c87b55710ceb1981833648545198449522 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1848414Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#704026}
-
Mounir Lamouri authored
In practice, it means: - https://www.example.com => example.com - http://www.example.com => example.com - https://m.example.com => m.example.com Bug: 1011900 Change-Id: I9713dd22693e35c67ecdebdca67f4642442d2c3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846472Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#704025}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/6e9395c6b785..e1092c0bc8b8 git log 6e9395c6b785..e1092c0bc8b8 --date=short --no-merges --format='%ad %ae %s' 2019-10-08 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision a78cc9b4..b2d00427 (703818:703937) Created with: gclient setdep -r src/third_party/webrtc@e1092c0bc8b8 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: Ibd75fcaa785ba3fd7988a9aa2c74da3a214fef62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1848499Reviewed-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@{#704024}
-
John Lee authored
This updates the pinned tabs' dimensions to be dependent on the variable that controls an unpinned tab's height to prevent their dimensions from becoming out of sync when an unpinned tab's size changes. https://imgur.com/a/48J3hJF Bug: 989131 Change-Id: Ibfd7e45550a4d0490a28878c0d13884cf90f86bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1848057 Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#704023}
-
John Z Wu authored
It would be more flexible for //ios/web_view to leave consent handling to its clients. Bug: 1008677 Change-Id: I66b3a71f4466bf349cd782361fbe139c93affef7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1845668Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Commit-Queue: John Wu <jzw@chromium.org> Cr-Commit-Position: refs/heads/master@{#704022}
-
dpapad authored
It is only used by files under that folder. Bug: None Change-Id: Ic5a9a94b16e4a2f61b7b0470aee337514525852c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1847680 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#704021}
-
Evan Stade authored
Don't create the storage partition until it's actually needed in DispatchReport(). Bug: 1011889 Change-Id: I9da607cceb7504642731e8afdc987bd0f90aa497 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1845807 Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#704020}
-
Sanket Joshi authored
Bug: 1010148 Change-Id: Ie4f14e8ed8d68e618a1afc7c60ad258f89342146 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834118Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Sanket Joshi <sajos@microsoft.com> Cr-Commit-Position: refs/heads/master@{#704019}
-
Miguel Casas authored
This CL adds a |min_resolution| field to VideoEncodeAcceleratorSupportedProfile and propagates it from its source(s) in the GPU process, via the |gpu_info| mojom interface definition, to its ultimate users: MediaRecorder and RTCVideoEncoder (the latter is used for WebRTC's PeerConnection). This new field is populated from VaapiWrapper to indicate that we should not use it for small resolutions (currently 320x240); software encoding should be used instead. This CL also wires this new field in the chrome:gpu informational UI. TEST=https://codepen.io/miguelao/pen/wzVMJb on nocturne (pixel slate), enable logging and verify that MediaRecorder doesn't use the encode accelerator, e.g. for 320x240 camera capture. Bug: 1008491 Change-Id: Ifb19232ca5a5bbbde0ba42e1c28de72e46dafc5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1828078 Commit-Queue: Miguel Casas <mcasas@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#704018}
-
Xiaoqian Dai authored
The class is getting large so put it into its own files. No functional change in this CL. Bug: 997885 Change-Id: Ie55ab03b1785fdb2ae4cbb3c930f7c2ac5aaf2a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1848475 Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#704017}
-
Robert Liao authored
The Relayout() code has been moved a lot. The comment is now current as of this revision BUG= TBR=thomasanderson@chromium.org Change-Id: Ieb391af093a40a9b42dbfbbfc1e6160ab6c93547 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1848581Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#704016}
-
Mounir Lamouri authored
In practice, it means: - https://www.example.com => example.com - http://www.example.com => example.com - https://m.example.com => m.example.com This is implemented at the Media Session level which should affect all usage of it. Bug: 1011900 Change-Id: Id3007daebe200ed6b4ccf3d574e5b15ba8424903 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846658Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#704015}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/fa588881c5b5..c6dbc23aeca4 git log fa588881c5b5..c6dbc23aeca4 --date=short --no-merges --format='%ad %ae %s' 2019-10-08 crouleau@chromium.org [Telemetry] run_benchmark list should not use expectations.config. Created with: gclient setdep -r src/third_party/catapult@c6dbc23aeca4 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC sadrul@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=sadrul@google.com Bug: chromium:985103 Change-Id: Ib4f01f050178c37faaf75545b2f98581d8cdb78e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846770Reviewed-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@{#704014}
-
Klaus Weidner authored
WebXR's immersive-ar mode was ignoring UpdateLayerBounds messages, and framebufferScaleFactor changes caused a size mismatch and GL error. Process these messages and resize the transfer buffer appropriately, and keep this separate from the camera image size which isn't affected by framebufferScaleFactor. Change-Id: I43db087cd1a9e5c03f9be6a9e4ca6e0fb61007c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1848369 Commit-Queue: Klaus Weidner <klausw@chromium.org> Reviewed-by:
Piotr Bialecki <bialpio@chromium.org> Cr-Commit-Position: refs/heads/master@{#704013}
-
Julie Jeongeun Kim authored
This CL converts mojo::StrongBindingPtr to SelfOwnedReceiverRef for network::mojom::NetLogExporter. Bug: 955171 Change-Id: I2848046e08671405f7c0940da775008e89498e37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846616Reviewed-by:
Eric Roman <eroman@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#704012}
-
Bailey Berro authored
div for the dialog-title slot was mismatched, resulting in a bug where the error would not show. Bug: 1011586 Change-Id: Id35c21c1a5ff6c2c60845cd1f736fe713e301c23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1848479 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Auto-Submit: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#704011}
-
Julie Jeongeun Kim authored
This CL converts PdfToEmfConverterClient, PdfToEmfConverter, and PdfToEmfConverterFactory to new mojo types using PendingRemote, Remote. Receiver, and PendingReceiver. Bug: 955171 Change-Id: I9e76d7b9360856e7f415ec24d408fd9d6a21e227 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827276Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#704010}
-
Arno Renevier authored
Implement compression for "gzip" and "deflate". That implementation is hidden behing ExperimentalCompressionStream flag. For unit tests, we compress and stream and uncompress it with pako, and we make sure its output is the same as our original data. Change-Id: I89dde0e06a07b695be93a3b4f81fa6b3ee80d760 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1763344 Commit-Queue: Adam Rice <ricea@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#704009}
-
Min Qin authored
This will help us analyze why parallel download failed in some cases. BUG=1011427 Change-Id: Ib8fbe5a69ce1486f5516c21e737b008c8e76a1c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1848368 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#704008}
-
Wei Li authored
FullPanel has two child views which takes up 75% and 25% of the total width. This can be done by box layout manager instead of manually override Layout(). This CL refactors it into using a layout manager. BUG=1005568 Change-Id: Iaf01ebc6be64f449f793e60913bb1bf1ddca629f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1848473 Commit-Queue: Wei Li <weili@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#704007}
-
Julian Watson authored
Change-Id: I76b792e1191d735788575cbeac646bddeb9e10e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1840291 Commit-Queue: Julian Watson <juwa@google.com> Auto-Submit: Julian Watson <juwa@google.com> Reviewed-by:
Nicholas Verne <nverne@chromium.org> Cr-Commit-Position: refs/heads/master@{#704006}
-
Gyuyoung Kim authored
This is a reland of 5ccc40c0 Original change's description: > Reland "Replace .mojom-blink.h with .mojom-blink-forward.h in blink - 5" > > This is a reland of 5d024fd7 > > Missed including "ip_address_space.mojom-blink.h" > in worker_module_script_fetcher.cc > > Original change's description: > > Replace .mojom-blink.h with .mojom-blink-forward.h in blink - 5 > > > > To reduce pre-processed size of header files have been including > > foo.mojom-blink.h, this CL replaces .mojom-blink.h with > > .mojom-blink-forward.h in blink header files. > > > > This CL has no behavior changes and following CLs will > > continue replacing them more. > > > > Bug: 1001360 > > Change-Id: I49cfab31ec57b183570cf4551e4cd1acd20a1a75 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844752 > > Reviewed-by: Kent Tamura <tkent@chromium.org> > > Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> > > Cr-Commit-Position: refs/heads/master@{#703549} > > Bug: 1001360 > Change-Id: I5279e2fba33e46fa7eb002deeda34421c4176f53 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846416 > Reviewed-by: Kent Tamura <tkent@chromium.org> > Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> > Cr-Commit-Position: refs/heads/master@{#703592} Bug: 1001360 Change-Id: I78f9572ce9543ca83920a033595b956b98690f65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1847695Reviewed-by:
kylechar <kylechar@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#704005}
-
nancy authored
Currently, the uninstallation dialog head text is inconsistency for the ARC apps and extension apps. ARC apps use Uninstall, and Remove for the shortcut only, because for the shortcut, ARC apps use the extension apps' IDS_EXTENSION_UNINSTALL_PROMPT_HEADING. Per request from the bug, change the head text from Remove to Uninstall, and remove the quotes. Linux apps use Uninstall as well, so I think Uninstall sounds better. BUG=1010303 TBR=rdevlin.cronin@chromium.org Change-Id: I0e939943c37c295ebe2c8a73824c235420a98195 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844756Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#704004}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/ffcde0af0c6d..4e7bc8cf04b5 git log ffcde0af0c6d..4e7bc8cf04b5 --date=short --no-merges --format='%ad %ae %s' 2019-10-08 engeg@google.com cbuildbot: set actual precq timeout to 12 hours Created with: gclient setdep -r src/third_party/chromite@4e7bc8cf04b5 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: Ic26d2c905b0edd22443d3d781577ee7ab485e348 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1848538Reviewed-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@{#704003}
-
Nicolás Peña Moreno authored
Currently, TextPaintTimingDetector uses |invisible_objects_| to keep track of text paints which occupy a size of 0. It is an optimization: LCP does not care about these paints, so it does not need to queue them to obtain paint times nor store a full TextRecord for them. However ElementTiming wants to expose all of the text paints for elements that are annotated with the elementtiming attribute. It is confusing for an element that is painted when outside the viewport to never be reported. To solve this problem, there are two alternatives. One is to use a single |painted_objects_| map which would contain both the visible and the invisible objects, and hence no extra logic would be needed for ElementTimng to receive these objects (but some care might be needed so LCP does not report objects of size 0). This is simpler to code but is less efficient as it adds extra work and memory for the invisible objects. The second alternative is to use a new data structure for text nodes that are of size 0 but need to be reported to ElementTiming. Paint times for these are assigned in AssignPaintTimeToQueuedRecords() and then the TextRecords are deleted (the fact that the element has been painted is still being handled by |invisible_objects_| so there is no need to keep the records for longer). This is the alternative implemented in this CL. Bug: 1011009 Change-Id: I2d15393fc61134b08a5c15bd81d062d42dfb29e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838260Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#704002}
-
nancy authored
This CL is based on the review comments from crrev.com/c/1816495. To unify the enum on AppService, we prefer update the enum start from 0 to 10. BUG=1005640 Change-Id: Ifb70a24b1a3c1c4ac0693206c6df23cb190d067d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837551Reviewed-by:
Nigel Tao <nigeltao@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#704001}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I22bb76ee37981fa241c268f868a8e5b36572e031 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1848344Reviewed-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@{#704000}
-
Chris Davis authored
When importing bookmarks from an html file with a deep folder structure (>10k) we hit a stack overflow due to the recursive calls in JSONWriter. Fix is to check we do not exceed a max depth similar to JSONReader. Bug: 1007626,355722 Change-Id: Iedd9d543b7168a08af1a325059860d79d4900661 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823809 Commit-Queue: Chris Davis <chrdavis@microsoft.com> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#703999}
-
Joel Hockey authored
When dragging tabs of TYPE_APP to create a new Browser, the newly created Browser must be TYPE_APP. In order to achieve this, we save the CreateParams when a Browser is created, and we can then reuse the old params when creating a new Browser from a drag. Bug: 1012169 Change-Id: I6ffc4d87cec390cf5f39abbdf86dec0773598908 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1847235 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#703998}
-
Rob Paveza authored
Accessibility Insights identifies an issue in which the iframe which contains the HTML preview of network requests does not have a title, which could present a difficulty for assistive technology. Because, particularly among HTML content, it's highly likely that the HTML content is going to be presented on the web application, and the preview itself is not intended to be interactive, this change adds a role="presentation" attribute. This is intended to make the element semantically meaningless to assistive tech [1]. [1] https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_presentation_role Bug: 963183 Change-Id: I0f0fd02b13595f4787ebf0919abe8cf5a721884e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841940Reviewed-by:
Lorne Mitchell <lomitch@microsoft.com> Commit-Queue: Robert Paveza <Rob.Paveza@microsoft.com> Cr-Commit-Position: refs/heads/master@{#703997}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/457b1b9115f5..d8955c8337fc Created with: gclient setdep -r src-internal@d8955c8337fc 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,chromium:None,chromium:1004563,chromium:None,chromium:921048,chromium:None,chromium:None,chromium:1011937,chromium:None,chromium:None Change-Id: I543e0b3fbb10dbf83e282965d5999bb1f98ee181 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1848541Reviewed-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@{#703996}
-
Bettina authored
Send a sample ping for URLs that are on the allowlist for 1% of the time to Safe Browsing. Bug: 953106 Change-Id: Id71e25bb569a5e4553a6071634c479ab73753299 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815764 Commit-Queue: Bettina Dea <bdea@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#703995}
-
meacer authored
Bug: 1009517 Change-Id: Ibc835b30a8e8f13dcbee1d07ea1dae17597b8f49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846085Reviewed-by:
Joe DeBlasio <jdeblasio@chromium.org> Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#703994}
-
Khushal authored
Using a color profile not supported by the platform results in fatal errors with SurfaceControl in the GPU process. The only case where we skip the platform check is if the color profile was forces through a command line flag. Ensure the check is done here as well to avoid noise from resulting crashes. R=boliu@chromium.org, oshima@chromium.org Bug: 997592 Change-Id: Ie442cb3eb594725ab71ecd4d10f8b161722d034e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1847678 Auto-Submit: Khushal <khushalsagar@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#703993}
-
Irina Yatsenko authored
depends on https://chromium-review.googlesource.com/c/v8/v8/+/1838927 Bug: chromium:1010312 Change-Id: I400537daf428e46180f15444d92a3dedab6aca3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838265Reviewed-by:
Stefan Zager <szager@chromium.org> Commit-Queue: Irina Yatsenko <irinayat@microsoft.com> Cr-Commit-Position: refs/heads/master@{#703992}
-
Samuel Huang authored
This CL adds options to pak_util.py {extract, list-id, print} so that the .pak.info for the given .pak is used to translate ID to textual ID, which is then used. Details: * data_pack.py: Add GrdInfoItem type and ReadGrdInfo(). * extract command: Add --textual-id/-t to use textual IDs as filenames for extracted resources. * list-id command: Add --textual-id/-t to print textual IDs, and --path/-p to print resource paths, formatted as: ID[ = textual-ID][ @ path] * print command: Add --textual-id/-t to print textual IDs instead of IDs. Change-Id: I2086efc69867e56c8312aaec9545113e9a869266 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846728 Commit-Queue: Samuel Huang <huangs@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#703991}
-
Justin Cohen authored
Likely introduced in crrev.com/c/1002893, it is possible for a pending item to never commit (see steps to leak a WKNavigation in crbug.com/1010765). Normally this is a no-op, but if that pending item was copied into empty_window_open_item_ this can lead to a broken omnibox. Instead, simply clear the empty_window_open_item_ for all commits. Bug: 1010765 Change-Id: I24c8a3bc0d71ad3d96510a3fde8ed8c3941cf601 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841618Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Ali Juma <ajuma@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#703990}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/8fcfd612..b45c693f 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: I0cfaa4a158331251da1324e079bdc4e1966fcb1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1847747Reviewed-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@{#703989}
-
Ted Meyer authored
If the experiment to disable chrome://media-internals is enabled, then we need to tell users what is up, and how to access the new version. Of course this is dependent on the new UI getting checked in. Bug: 794255 Change-Id: I84f71e6034c53be97a943d4c3cbc3dc2c0a9aca6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1767423 Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#703988}
-
Daniel Murphy authored
These metrics are important for keeping track of leveldb error and corruption rates in the wild. R=mpearson@chromium.org Bug: 975513 Change-Id: Id88086bed09834c6a94a551f1174934230086e7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846466 Commit-Queue: Daniel Murphy <dmurph@chromium.org> Auto-Submit: Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#703987}
-