- 22 Sep, 2020 40 commits
-
-
Andrew Grieve authored
Useful for downloading .sizediff from trybots and inspecting locally. Includes minor refactoring of file_format.py Bug: None Change-Id: I7cf9f8a5829e0eaab6210b632713508ce279ba03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422318 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#809172}
-
Maggie Cai authored
There are couple of cases where when selecting "Stay In Chrome" and "Remember my choice" actually stores an entry with empty app_id. However this happens randomly and cannot be reproduced easily. Add the DumpWithoutCrashing to get a trace to help debugging. The main purpose is to identify where the empty string get generated, because logically it doesn't seem to be possible. In addition to this, some early return are also added to avoid storing the entries. BUG=853604 Change-Id: I320f29418b606288e056d38088f266c817f812e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418279Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Maggie Cai <mxcai@chromium.org> Cr-Commit-Position: refs/heads/master@{#809171}
-
Min Qin authored
This CL use NTP clicks to help order the tiles. BUG=1096224 Change-Id: I9d3ec7c9f2d8526a7ef6cd5e5f106a48b31d767a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418902 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#809170}
-
Nnamdi Theodore Johnson-Kanu authored
screenshot: https://imgur.com/cbjTH0K Bug: 1093185 Change-Id: I21eb0cdc5ad12749b7fddadd2b126dc7a1e6d501 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414650Reviewed-by:
Azeem Arshad <azeemarshad@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Nnamdi Theodore Johnson-kanu <tjohnsonkanu@google.com> Cr-Commit-Position: refs/heads/master@{#809169}
-
Jimmy Gong authored
MessageReceiver is responsbile for receiving serialized proto messages, deserializing the messages, and notifying clients of the updated messages. Bug: 1106937 Test: unit_tests Change-Id: I6d1c75d3f63c27213e3b85b561f6e0c3b4e47161 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419757 Commit-Queue: Jimmy Gong <jimmyxgong@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#809168}
-
Mike Wittman authored
ENABLE_ARM_CFI_TABLE is in service of the sampling profiler on Android, and is unrelated to any debugging functionality, so move it to a buildflag header under base/profiler. Also add the required includes to the files that use it. Bug: 1129939 Change-Id: I884b2128fc2ab2f6f1bec2343c59134448328529 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421443 Commit-Queue: Mike Wittman <wittman@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Auto-Submit: Mike Wittman <wittman@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#809167}
-
Chris Lu authored
Bug: 1130064 Change-Id: Iedd92a96e41306e88af0d9531825adc96f27aa17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419532 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Auto-Submit: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#809166}
-
Peter Kasting authored
Bug: none Change-Id: I65e77af4986544bf5ec6a9e7d8784adb228884aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422984 Commit-Queue: Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#809165}
-
Ahmed Mehfooz authored
This CL allows the holding space bubble to dynamically add / remove items and resize as required when that happens. Bug: 1129321 Change-Id: I8b072de15628ca0fc56f23d6286026b0f6aeda69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412639 Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Reviewed-by:
David Black <dmblack@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#809164}
-
Peter Kasting authored
Remove DISALLOW_COPY, use constexpr more, move constants as close to first use as possible, etc. This was originally motivated by wanting to change the Combobox::set_callback() call to set_closure(); that's present here, but I couldn't help cleaning up at least some of the rest of this too. Switching to layout managers (from explicit positioning) also fixes some graphical bugs that resulted from comboboxes' preferred sizes changing after creation. Bug: none Change-Id: Iad0d483327a07ad865b252f5ab58e90037512125 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421029 Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#809163}
-
Nate Fischer authored
No change to logic. This test seems to fail consistently when it actually runs (most bots skip this test suite entirely because they don't have the required GMSCore version). This disables the full test class. Tbr: nsatragno@chromium.org Bug: 1130845 Test: out/Default/bin/run_chrome_public_test_apk -f Fido2CredentialRequestTest.* Change-Id: I4655c905dd36d376f6d3842b85c8698a2ba84b35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2423143 Commit-Queue: Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#809162}
-
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-aemu-chromium-autoroll Please CC chonggu@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/+doc/master/autoroll/README.md Tbr: chonggu@google.com Change-Id: Ica25552e416e0e7790865f0fb152cca9fcb9b83a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422830Reviewed-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@{#809161}
-
chinsenj authored
Original CL dc64daa2 was reverted by a326c157 due to a container-overflow. This CL fixes the container-flow. Original commit message: While the flag for limiting windows to the current active desk is enabled, if a user swaps desks while the window cycle list is open, the contents will not update to the new active desk. This CL makes the window cycle list reset if it is open and a desk swap occurs while the aforementioned flag is enabled. Test: LimitedWindowCycleControllerTest.CycleShowsActiveDeskWindows Bug: 1067327 Change-Id: I9dddd0e780db33f5b727770583e0517f12eecece Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417213Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Jeremy Chinsen <chinsenj@chromium.org> Cr-Commit-Position: refs/heads/master@{#809160}
-
Peter Kasting authored
Remove DISALLOW_COPY, use constexpr more, move constants as close to first use as possible, etc. This was originally motivated by wanting to change the Combobox::set_callback() call to set_closure(); that's present here, but I couldn't help cleaning up at least some of the rest of this too. Bug: none Change-Id: I5539b0b9d11a534d059107f57dd91d0f65b7a0a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2420778 Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#809159}
-
Meredith Lane authored
TBR=elklm@google.com https://crrev.com/c/2421731 marked external/wpt/xhr/xhr-timeout-longtask.any.html as flaky on Mac10.14, but the same flakiness is present on Mac10.13: https://ci.chromium.org/p/chromium/builders/ci/Mac10.13%20Tests%20%28dbg%29/20098 Bug: 1130533 Change-Id: I801951c158677be84804764f41bbf9b8fe6de6bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422924 Commit-Queue: Meredith Lane <meredithl@chromium.org> Reviewed-by:
Meredith Lane <meredithl@chromium.org> Reviewed-by:
Chris Hall <chrishall@chromium.org> Cr-Commit-Position: refs/heads/master@{#809158}
-
David Bienvenu authored
LaunchModeRecorder logs the launch mode on destruction, if set. Launch methods now take an optional LaunchModeRecorder instance for those callers that originate from an external launch. This fixes two bugs: launching multiple profiles logs multiple launch modes, and opening a profile from the user manager records a launch mode. Bug: 1032501 Change-Id: I6924ea27a8d1cf79e5a05a957c93536c55fc2830 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2384332Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Cr-Commit-Position: refs/heads/master@{#809157}
-
Nikita Podguzov authored
Bug: 1112397 Change-Id: I2bbdc3fb7594cbc519bbb01cf2b3a5d7d251c63b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414177Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Sean Kau <skau@chromium.org> Commit-Queue: Sean Kau <skau@chromium.org> Cr-Commit-Position: refs/heads/master@{#809156}
-
Gavin Williams authored
Remove the flag for enabling printer server ui as the feature has been successfully released. Bug: 1128533 Change-Id: I4c6c856a3692ae16784e81cdcdc1fd099101e648 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411733Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Jimmy Gong <jimmyxgong@chromium.org> Commit-Queue: Gavin Williams <gavinwill@chromium.org> Cr-Commit-Position: refs/heads/master@{#809155}
-
Brian Sheedy authored
Updates the flag used by the GPU Telemetry-based tests to disable device discovery notifications. Previously, this was achieved via --disable-device-disicovery-notifications, but is now achieved via --disable-features=MediaRouter. TBR=kbr@chromium.org Change-Id: Ib83b88e0d77dce2745a3d57b31449b2dad1016ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421884Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#809154}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/6a7b87067b2c..b653fdea2f19 2020-09-21 treehugger-gerrit@google.com Merge "Two small fixes for pages with a 16KB system page" 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I9dc113df30e9f30b048458bc00063e70d12a60e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421438Reviewed-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@{#809153}
-
Kent Tamura authored
NGFieldsetLayoutAlgorithm::CreateConstraintSpaceFor*() should set TextDirection. Bug: 1130174 Change-Id: I2f763c5b24b22f1ebe836f6a7a548a63577184e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422059 Commit-Queue: Kent Tamura <tkent@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#809152}
-
Tom Anderson authored
Fixes the build after [1] broke it. [1] https://chromium-review.googlesource.com/c/chromium/src/+/2392140 R=mcasas CC=tmathmeyer Bug: 1066670, 1127532 Change-Id: I340f91a1d4ba7214ea47fa4b1bb4a368fe5597f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406168Reviewed-by:
Miguel Casas <mcasas@chromium.org> Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Reviewed-by:
Ted Meyer <tmathmeyer@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#809151}
-
Josh Nohle authored
(1) Stop use of the soon-to-be removed (cl/332518395) GetDeviceState RPC, which checks for changes to the contact list since the last upload to the Nearby Share server. It is being removed due to the large QPS load from People API pub/sub. (2) Locally detect if the contact list or allowlist has changed since the last upload by persisting a hash of the last successfully uploaded contact data. The downside of this is that the contact list must always be downloaded to perform this check; compare this with the cheap GetDeviceState RPC call. This change detection is necessary to determine if certificates need to be revoked. (3) Remove and recreate *all* private certificates *after* new contact data is uploaded to the Nearby Share server. Note: This resolves the contacts/certificates upload race condition outlined in b/168698917. (4) Because of the added burden to fully download the contact list to check for changes, increase the check-in period from 1 hour to 12 hours. This happens in the background. However, contacts will be downloaded as soon as the user starts actively using Nearby Share (b/168834197). (5) While we're at it, remove support for the CheckContactsReachability RPC, which is unused and irrelevant. The ListContactPeople RPC only returns reachable contacts. Bug: b/154863722, b/154861518 Fixed: b/168832874, b/168698917, 1126134 Change-Id: Icef8833a46802e7953141e0a7cd1533278395a21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419915Reviewed-by:
James Vecore <vecore@google.com> Commit-Queue: Josh Nohle <nohle@chromium.org> Cr-Commit-Position: refs/heads/master@{#809150}
-
Thanh Nguyen authored
1. Adds an icon as the badge icon for the FAR recommendations 2. Make the icon consistent with arc playstore search result. 3. Move EncircledImageSource to ImageSkiaOperations so that it can be reused (no logic changed) Bug: 1028373 Change-Id: Ieabf6f39e63472f6d1b0eee70b6bc9841dbbd13f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402472 Commit-Queue: Thanh Nguyen <thanhdng@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Jia Meng <jiameng@chromium.org> Cr-Commit-Position: refs/heads/master@{#809149}
-
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/+doc/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: If93f0d4e4e82a93b6405c97f93d8c5993279792f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422829Reviewed-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@{#809148}
-
Tommy Li authored
We previously added a top inset to section headers to pad it from the results with no headers. We didn't consider that the section header could be in the top position. This leads to some extra margin for no reason, and also leads to being able to click through the popup onto the bookmark bar on MacOS. This CL fixes that. We should merge this to M86 as it's a trivial fix. Bug: 1130812 Change-Id: Ife0e81c343465e6c8624eeecbea7672e9028be93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422887 Auto-Submit: Tommy Li <tommycli@chromium.org> Commit-Queue: Orin Jaworski <orinj@chromium.org> Reviewed-by:
Orin Jaworski <orinj@chromium.org> Cr-Commit-Position: refs/heads/master@{#809147}
-
Lepton Wu authored
This reverts commit d8b85fc3. Reason for revert: The original bug has been fixed. Original change's description: > Disable webgl-compressed-texture-etc.html webgl-conformance test on CrOS > > The test is failing on CrOS and blocking LKGM updates. This disables it > while we figure out what regressed to allow for LKGM updates. > > Bug: 1127052 > Change-Id: Ie44baff4b78e495c1af42b4f01e4b6bb6b16071d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404749 > Commit-Queue: Ben Pastene <bpastene@chromium.org> > Reviewed-by: Kenneth Russell <kbr@chromium.org> > Reviewed-by: Mitsuru Oshima (Slow: gardener) <oshima@chromium.org> > Reviewed-by: Yuly Novikov <ynovikov@chromium.org> > Cr-Commit-Position: refs/heads/master@{#806261} TBR=oshima@chromium.org,ynovikov@chromium.org,kbr@chromium.org,bsheedy@chromium.org,bpastene@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1127052 Change-Id: I346f6a9d5f2149c444d955997975a94bc2abe80e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421436Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Lepton Wu <lepton@chromium.org> Cr-Commit-Position: refs/heads/master@{#809146}
-
Rune Lillesveen authored
The CSS Color Adjustment specification[1] says we should paint an opaque canvas background for an iframe if the used color-scheme for the iframe element and the root element of the iframe document do not match. This CL propagates the used color-scheme from the embedding document as part of the FrameOwnerProperties mojo API. The embedder and the frame may live in different processes due to OOPIF. [1] https://drafts.csswg.org/css-color-adjust-1/#color-scheme-effect Bug: 1058822 Change-Id: I4db82b774a616b528ab14898755153c624b63adf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410223Reviewed-by:
Stefan Zager <szager@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#809145}
-
Bo Liu authored
Change-Id: Ib1c8c8f6cb1f74c32c543ae84844e634b26fcb79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422428Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#809144}
-
Moe Ahmadi authored
This is done in order for Frecency score to be used outside of LocalHistoryZeroSuggestProvider for repeatable quereis. Bug: 1110077 Change-Id: I7c077d7c5215b88cf565c30e84556dffca55182b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422153Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#809143}
-
Joe DeBlasio authored
Change-Id: Ie1a243373fa050b06eb87436e07c21a05948b34c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422888 Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#809142}
-
Eric Lawrence authored
Over the years, the features controlled by some switches were removed but the switches were left behind. Remove the unused switches, and add a comment about how to avoid pitfalls in future cleanups. Bug: 1130298 Change-Id: I7070fe6b8bd8044551e37979f0ebb7bf0e58fc75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421440 Commit-Queue: Eric Lawrence [MSFT] <ericlaw@microsoft.com> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#809141}
-
Tomasz Wiszkowski authored
Bug: 1087700 Change-Id: I05d6c896298e2094834f9e14f2e517a3009a7a47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419411Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Auto-Submit: Tomasz Wiszkowski <ender@google.com> Cr-Commit-Position: refs/heads/master@{#809140}
-
Andrew Grieve authored
Hoping that this will help multiple trybot runs with the same changes yield the same size result. Bug: 1130754 Change-Id: Ie4376919f7f18e177d5106c86a3f429389333cd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422718Reviewed-by:
Samuel Huang <huangs@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#809139}
-
John Chen authored
This reverts commit 7cfb7f2a. Reason for revert: Causing all Windows builds to fail on perf waterfall (crbug.com/1130851) Original change's description: > Update Crashpad to 36d4bb83b3d79dc85c35c258a9364f7d6ec0f6b3 > > 3e065b11d0ca linux, mac: disable cfi-icall for cross-dso calls > 76c6de22e1c2 [fuchsia] Enable ConvertInvalidUTF8ToUTF16 > 90344b24ed1c fuchsia: suppress -Wconversion warnings > a98ee20e578f [crashpad] Prepare crashpad for base::string16 switch > 1c77abe90956 fuchsia: Centralize disabling of Wconversion > 36d4bb83b3d7 Remove base dependency from no_cfi_icall > > Change-Id: I5dfe1de33051e0dd5374bf0d5730760651df6b60 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422809 > Commit-Queue: Joshua Peraza <jperaza@chromium.org> > Commit-Queue: Mark Mentovai <mark@chromium.org> > Auto-Submit: Joshua Peraza <jperaza@chromium.org> > Reviewed-by: Mark Mentovai <mark@chromium.org> > Cr-Commit-Position: refs/heads/master@{#809124} TBR=jperaza@chromium.org,mark@chromium.org Bug: 1130851 Change-Id: Icfc7570ca750bb5baacc61e340e683b5653012e0 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2423103Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#809138}
-
Shakti Sahu authored
- Add Keys for preferred language and last updated time. - Register to PrefService. Change-Id: I844b4897ade5478603e386c9b4d615ed53b3c03d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2394518Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#809137}
-
Matthew Denton authored
Currently, BrokerProcess:SIGSYS_Handler dispatches syscall numbers to specific syscall handler, along with a couple sanity checks. When USER_NOTIF support lands, the broker will also need to read the syscall number and dispatch to a syscall handler. So, create an interface that lists the syscall handlers, and deduplicate the dispatching code. The current implementations of the syscall dispatch functions will be specific to BrokerClient, so move them from broker_process.cc to broker_client.cc as they won't be used by USER_NOTIF. This means a lot of changing open_broker.Syscall(...) to open_broker.GetBrokerClientSignalBased()->Syscall(...) in broker_process_unittest.cc. Bug: 1117351 Change-Id: I830fa6d10f973cf90697c7e19b80b596ba0428b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2379551 Commit-Queue: Matthew Denton <mpdenton@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#809136}
-
Shakti Sahu authored
This CL adds all the required strings for video tutorials, which includes IPH card texts, language names, button names, accessibility texts, tile texts. Bug: 1117145 Change-Id: Ibfded7ab1a24339d867e0f59ae24ce51f321325d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419338 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#809135}
-
Nick Harper authored
TBR=rsleevi@chromium.org Change-Id: I7d35f2d96ef4dfb369ebf2062bdbf1ddd00f71bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422418Reviewed-by:
Nick Harper <nharper@chromium.org> Commit-Queue: Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#809134}
-
Nico Weber authored
But keep the rpmalloc change, so this builds a new -3 package with the old LLVM rev instead of just pointing us at the old d0abc757-2 (which doesn't have rpmalloc). The roll seems to cause problems in builds that use thinlto (https://crbug.com/1128966, https://crbug.com/1128144). Bug: 1128966,1128144,1126953 Change-Id: I1942eceb86f75d12ec1916cf7831fee221b01f8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422159 Commit-Queue: Nico Weber <thakis@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#809133}
-