- 26 Sep, 2019 40 commits
-
-
Kurt Horimoto authored
- Move ivar underscores from suffix to prefix. - Move protocol declarations to .mm file. - Move ivars to properties where appropriate. - Reorder code in .mm to match protocol declaration order and added pragmas. Bug: none Change-Id: I47eddb9ad8669dd6f6d68da867d8e136c913c2dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824294 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#700359}
-
Christopher Grant authored
This reverts commit 7ca339e3. Reason for revert: Broke test targets in some builds. https://build.chromium.org/p/chromium.android/builders/Android%20arm64%20Builder%20%28dbg%29/builds/39819 Original change's description: > Modules: Introduce a generic DFM native library loading system > > DFMs that include both Java and native code will probably use JNI. This > change introduces a reusable mechanism to load the native library and > register its JNI methods. > > Key points: > > - There are 3 build variants supported: > 1. Production builds with lld-generated partitions. > 2. Component build (with feature code in a component). > 3. Fallback release build (feature code in the main library) > > - For consistency, explicit JNI registration is done in both > ChromeModern and Monochrome. > > - The Test Dummy module is moved over to use this new system. VR will > join the fun in a follow-on change. > > - Currently, modules must supply an explicit JNI registration method. > Common code will locate this method and call it, at the appropriate > time, on behalf of the module. > > Bug: 870055 > Change-Id: Id400ff00b4be65f71536a4acffdfcf93cc3bea58 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1822846 > Commit-Queue: Christopher Grant <cjgrant@chromium.org> > Reviewed-by: Tibor Goldschwendt <tiborg@chromium.org> > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > Cr-Commit-Position: refs/heads/master@{#700276} TBR=cjgrant@chromium.org,agrieve@chromium.org,tiborg@chromium.org Change-Id: Ia5f504c0da25c85805a8521991c6eed8eac15267 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 870055 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827245Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Commit-Queue: Christopher Grant <cjgrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#700358}
-
John Lee authored
This CL copies over a SVG version of the tab alert indicator icons from /src/chrome/app/vector_icons/ and creates a custom element to display them. The icon dimensions have been customized for the WebUI version of the tab stirp and may change. The animations have been made to act as similar as possible with the existing implementations. Although the back-end has not yet been provided, this CL assumes there will be some mapping of TabAlertState to string, a string that will be used to update the |alert-state| property of the custom element. Note: this CL does not add theme colors for all icons (for example, the recording alert should display in red). https://i.imgur.com/dq2SARY.png Bug: 1004983 Change-Id: Ie0c20ae165bae935de1b21241815f7221351764a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825793Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#700357}
-
Jesse McKenna authored
The StackSamplingProfiler has been observed to cause crashes when running under Application Verifier, a Windows utility used to detect subtle programming errors. Samples collected by the StackSamplingProfiler while Application Verifier is running are unlikely to hold any value, as Application Verifier slows down execution significantly. Because StackSamplingProfiler and Application Verifier are not compatible, this change detects whether Application Verifier is running, and does not start up StackSamplingProfiler if so. This is not expected to impact data collection, as Application Verifier is used only by a few developers. Bug: 1004989 Change-Id: I014b3cee440e99d832ae8d84a03fe70777676a2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1783735 Commit-Queue: Jesse McKenna <jessemckenna@google.com> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Mike Wittman <wittman@chromium.org> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#700356}
-
Mohammad Refaat authored
Change RequestContextGetter to use CookieStoreIOS for web_view and for web shell. This is needed so i can remove NSHTTPCookieStorage and CookieStoreIOSPersistent and also to remove CookieMonster entirely from Chrome for iOS Bug: 989554 Change-Id: I2e2bf61a6638b47796c90c7012d1ac689960316e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1822418 Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#700355}
-
Ionel Popescu authored
This change extends the key options used to open the date related pickers to also include Enter and Space. This behavior is aligned with opening the select, color popup. Tests were added to validate opening the popup with Enter/Space. Bug: 1004997 Change-Id: If61ba755aef5436d705cb3c3c28f1ebb0c787059 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825935Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Commit-Queue: Ionel Popescu <iopopesc@microsoft.com> Cr-Commit-Position: refs/heads/master@{#700354}
-
Ionel Popescu authored
This CL introduces popup support for input type="time" by adding a time picker. DateTimeFieldType is introduced and DateTimeFieldElement is plumbed to containd the field type in order to inform the time popup which fields are shown in the in-page control as the popup columns should match the fields. The popup functionality is present in time_picker.js and the style in time_picker.css Test have been added to validate the new popup UI, but more tests are going to be added with further CLs that are going to extend the functionality of the popup. The following CLs are: AM/PM support, keyboard navigation, step attribute support, infinite scroll. Bug: 1004997 Change-Id: Iaeb49fe684c3be6df920ae228668dc1430fa9aca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817346Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Commit-Queue: Ionel Popescu <iopopesc@microsoft.com> Cr-Commit-Position: refs/heads/master@{#700353}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/197c3c97970b..da7bc7fa532d Created with: gclient setdep -r src-internal@da7bc7fa532d 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: I13d0d55f2c6fe5381eafae0808245d340da72ce6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827479Reviewed-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@{#700352}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/3ef6d975b402..a7f82b08de68 git log 3ef6d975b402..a7f82b08de68 --date=short --no-merges --format='%ad %ae %s' 2019-09-26 jrosenth@chromium.org gob_util: Don't use message attribute on exceptions 2019-09-26 lamontjones@chromium.org SigningTests: signer source has finished moving. 2019-09-26 vapier@chromium.org commandline: rework _ShutDownException message 2019-09-26 vapier@chromium.org run_tests: add framework for running unittests under py2 & py3 2019-09-26 frankbozar@google.com cros_flash: Use oflag=direct in dd for better performance 2019-09-26 vapier@chromium.org osutils: drop MountImagePartition 2019-09-26 vapier@chromium.org osutils: drop unused MountImageContext 2019-09-26 vapier@chromium.org cros_event: rework Failure message 2019-09-26 tcwang@google.com afdo: Fix CWP regex for kernel profiles. 2019-09-26 saklein@chromium.org Build API: Add goma config to build chrome. 2019-09-26 saklein@chromium.org service/artifacts: Strip down images being archived by default. 2019-09-26 saklein@chromium.org chroot_lib: Remove CamelCase variant of get_enter_args. 2019-09-26 yshaul@google.com Move LKGM update logic to master-release builder 2019-09-25 mikenichols@chromium.org chromeos_config: Move veyron_mighty to experimental 2019-09-25 lamontjones@chromium.org cbuildbot/commands: fix typo Created with: gclient setdep -r src/third_party/chromite@a7f82b08de68 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: I4b582d8d1803dc36e6c4d5b6268588df3af4aecb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827640Reviewed-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@{#700351}
-
Eric Stevenson authored
This CL was generated by //base/android/jni_generator/jni_refactorer.py. //net/android/java/src/org/chromium/net/HttpNegotiateAuthenticator.java was omitted from this CL as it requires additional test refactoring before being converted to use @NativeMethods. Bug: 929661 Change-Id: I9bb82694017f792e59a488eb400173da515c3374 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809397Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Commit-Queue: Eric Stevenson <estevenson@chromium.org> Auto-Submit: Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#700350}
-
Boris Sazonov authored
SigninManager should always use application context, thus there's no need to pass it to the ctor and ContextUtils.getApplicationContext can be used instead. Bug: 1007415 Change-Id: I8688889d52c71658183c7a4d32d36b7cf1378811 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823197 Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Auto-Submit: Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Pâris Meuleman <pmeuleman@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#700349}
-
Tomasz Wiszkowski authored
Change-Id: I453ca43a33a0f37a0418d7d653f59c445154618b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825123Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Ender <ender@google.com> Cr-Commit-Position: refs/heads/master@{#700348}
-
Raul Tambre authored
Initial conversion performed using '2to3 -f print .'. Imports added and duplicate parentheses removed manually. Manually converted files, comments and inline code that 2to3 missed. Afterwards ran "git cl format --python" and cherry-picked the formatting changes. There are no intended behavioural changes. Bug: 941669 Change-Id: Ia6b0f45b817a3eaeaa8a796f885d99a06513e6f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1818480 Commit-Queue: Raul Tambre <raul@tambre.ee> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Auto-Submit: Raul Tambre <raul@tambre.ee> Cr-Commit-Position: refs/heads/master@{#700347}
-
Garrett Beaty authored
Change-Id: I9e5c5c12bc4c37d1aded50a8c230c1db3fca2587 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815458 Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#700346}
-
Elly Fong-Jones authored
Previously initial focus in this dialog was the source list itself, which was weird - the source list was focusable but had no keyboard behavior or focus ring. An earlier change (28f16f08) made it unfocusable but left it as the initial focus view. When the initial focus view is unfocusable, Widget::SetInitialFocus does not activate the widget at all, which left it unusable with the keyboard. Oops! This change drops initial focus on the dialog's cancel button. In principle it would be nicer to drop focus on the first source in the list, except that: 1) These lists are constructed asynchronously after the dialog appears so that view is not yet present when GetInitiallyFocusedView is called, and 2) Focusing one of the source views serves to select it, which would be surprising Failing that it would be nice to use the dialog's default button, but the default button is OK, and the OK button is disabled until the user selects a source. We could change the default button to be Cancel but on Mac Cancel cannot be the default button :(. As a result, this change uses the Cancel button as the initially focused view but leaves Ok as the default button. Bug: 1007174 Change-Id: Ibc435b830394895551c99fd0fb4172729d981547 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825321 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#700345}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/39d142e89afb..2bdefbf8162d git log 39d142e89afb..2bdefbf8162d --date=short --no-merges --format='%ad %ae %s' 2019-09-26 jmadill@chromium.org Vulkan: Remove some redundant "vk" prefixes. Created with: gclient setdep -r src/third_party/angle@2bdefbf8162d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC ynovikov@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=ynovikov@google.com Bug: None Change-Id: Ifcfd393254e031c68af5676e8a7b47d32bc67cc2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827480Reviewed-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@{#700344}
-
Nate Fischer authored
This extends cts_config/README.md to clarify how to re-enable skipped tests. This also updates some markdown formatting errors I observed. Bug: 918221, 765873 Test: tools/md_browser/md_browser.py Test: Upload to gerrit > open file > click "gitiles" Change-Id: I1c11dc14c3b83b9a56b190e6ced9cb629b7a54cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825925 Commit-Queue: Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Andrew Luo <aluo@chromium.org> Cr-Commit-Position: refs/heads/master@{#700343}
-
Etienne Bergeron authored
This CL is adding a fuzzer for RenderText. The current fuzzer only call SetText(...) and perform the layout. This will give better coverage on 1) TextItemize(...) * Splitting text into runs. Rely on third_party/icu. 2) ShapeRuns(...) * Shape runs by finding fonts/glyphs Rely on DWrite, FontConfig, etc.. 3) GetFallbackFont(...) * Find a fallback font for a sequence of codepoint Rely on DWrite, FontConfig, etc.. R=robliao@chromium.org CC=etiennep@chromium.org Change-Id: Id6917e6b65c33be228b38705904134bc6cdbeb39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826142 Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#700342}
-
Manu Cornet authored
Whether the home screen is available is strictly equivalent to whether tablet mode is on. I understand the desire for the extra level of indirection but it doesn't seem like this is changing anytime soon, and if/when it does, it won't be hard to re-add :-) In the mean time, I think we should favor readability / understandability. Bug: 982512 Change-Id: Ifb34f316ae0fe579ee2854b70025a0b2de216d93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826198Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Auto-Submit: Manu Cornet <manucornet@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#700341}
-
Alex Cooper authored
Bump flags from 79->82, except for webvr which is updated to 80 since it is intended to be removed then. Bug: 1007559 Change-Id: I543d1f2ee7228b9f303089c4934adae1e41ad4a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824026 Auto-Submit: Alexander Cooper <alcooper@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#700340}
-
Javier Ernesto Flores Robles authored
Fixes stop and start. Resetting now will stop the children. Updates tests to also verify the children are reset. Bug: 1007257, 1007928 Change-Id: I19f24fbf8d0bf3f5e761d394e1a357544bd9752f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821905 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Cr-Commit-Position: refs/heads/master@{#700339}
-
Clark DuVall authored
We were including build config and android support library files in the weblayer aar. We really only want to include the weblayer files in the aar, since the app including it will provide the support library and other things we need. This adds arguments to the dist_aar rule to filter what goes into the jar files, similar to other java rules. Change-Id: Id5393d06dac8b0d957469a3279c74199088f3732 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825567 Commit-Queue: Clark DuVall <cduvall@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#700338}
-
Sanket Joshi authored
Users should be able to change the active color format in the color picker via the keyboard. With this CL, users can press the down arrow or space to select the next color format. Users can also press the up arrow to select the previous color format. Bug: 1007048 Change-Id: Id12ef30d80cbc7f56e029847d29d8bcf33f1b8cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819840Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Commit-Queue: Sanket Joshi <sajos@microsoft.com> Cr-Commit-Position: refs/heads/master@{#700337}
-
Peter Boström authored
TabStrip doesn't semantically need to be a ContextMenuController, this hides that implementation detail as a nested class. Bug: None Change-Id: I2e46adbea0689300c964c8b8ceac3fe9ec12ee6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825789 Auto-Submit: Peter Boström <pbos@chromium.org> Commit-Queue: Taylor Bergquist <tbergquist@chromium.org> Reviewed-by:
Taylor Bergquist <tbergquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#700336}
-
Aran Gilman authored
It is unclear whether caching the settings improved performance. The performance regression resolved before the CL adding the caches landed, and there was no significant improvement to performance once the CL did land. However, it did make the code less clear and introduced greater potential for bugs (e.g. https://crbug.com/1002664). Bug: 991838 Change-Id: Ia67a693596ead2a3b392b6e1835e0a2963f47d84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1822477Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Aran Gilman <gilmanmh@google.com> Cr-Commit-Position: refs/heads/master@{#700335}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/403f2955e7f6..49c073257022 git log 403f2955e7f6..49c073257022 --date=short --no-merges --format='%ad %ae %s' 2019-09-26 fmalita@chromium.org [skottie] Add null sink option for skottie_tool 2019-09-26 herb@google.com Restrict SkStrikeInterface to GPU and rename to SkStrikeForGPU 2019-09-26 ethannicholas@google.com Revert "remove 'in uniform' support from GrSkSLFP, make rules more clear" 2019-09-26 fmalita@chromium.org [skottie] Minor MotionBlurEffect cleanup 2019-09-26 herb@google.com Blur both in x and y 2019-09-26 ethannicholas@google.com remove 'in uniform' support from GrSkSLFP, make rules more clear Created with: gclient setdep -r src/third_party/skia@49c073257022 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC bungeman@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-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=bungeman@google.com Bug: None Change-Id: Id51f18a999186e37e291531f62dee43ac88bacba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827718Reviewed-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@{#700334}
-
Raul Tambre authored
CL:1825568 added parentheses around all print statements. The parantheses result in things being printed as tuples in Python 2 and normally in Python 3. Adding the import makes the behaviour consistent, reducing the likelihood of incompatible changes between the two in the future. Bug: 941669 Change-Id: I14275266ee3b410668b5fb1efab192aa1f7cb42b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827011 Commit-Queue: Raul Tambre <raul@tambre.ee> Auto-Submit: Raul Tambre <raul@tambre.ee> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#700333}
-
Greg Thompson authored
BUG=None Change-Id: If86397302ec2d5df2015c2a74527473cfc045d31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824471 Commit-Queue: Greg Thompson <grt@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#700332}
-
Robert Liao authored
This code overrode layout to update the client rect based off of a potential change in bounds to the children after layout. Instead, this code should observe a bounds change for each child and update the client rect on a bounds change. BUG=1005568 TEST=browser_tests ScreenCaptureNotificationUiBrowserTest.InvokeUi visual inspection. Change-Id: Iaee803706951bcf3c7e1cd9e0d78241952911fab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825904 Auto-Submit: Robert Liao <robliao@chromium.org> Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#700331}
-
Alex Newcomer authored
Check for the sys tray when checking if an event is within the shelf window. Also added a test. TEST=automated Bug: 1006032 Change-Id: I1e36b8d4ce761d7cebce8c0e5f312ea881ec23e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825485 Commit-Queue: Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#700330}
-
Peter Boström authored
This was busted in r699860, where I incorrectly replaced a base::AutoReset instance, which made |is_opening_| always remain false. Bug: chromium:1003313, chromium:1008362 Change-Id: Ie4e1a5fb220672c00d178dded9605e290b10c217 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826861Reviewed-by:
David Bienvenu <davidbienvenu@chromium.org> Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org> Auto-Submit: Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#700329}
-
Armando Miraglia authored
In preparation to launch sandbox on Mac fully, this CL switches the default value of the flag to always enable sandbox on Mac. Bug: 974453 Change-Id: I79cce0dcf4471501d9ccc7c663c3de69067762b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821779Reviewed-by:
Olga Sharonova <olka@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Armando Miraglia <armax@chromium.org> Cr-Commit-Position: refs/heads/master@{#700328}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/e545db8d0486..d58b3ef67609 git log e545db8d0486..d58b3ef67609 --date=short --no-merges --format='%ad %ae %s' 2019-09-26 fmayer@google.com Add API to generate pprof from TraceProcessor*. Created with: gclient setdep -r src/third_party/perfetto@d58b3ef67609 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: None Change-Id: If7a866a41857caa0ebcaf27eb2b8a18261e80170 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827717Reviewed-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@{#700327}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/89e7fcb726e9..b4ffe881cdd7 git log 89e7fcb726e9..b4ffe881cdd7 --date=short --no-merges --format='%ad %ae %s' 2019-09-26 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision fbc0a229..2d2f043b (700084:700199) Created with: gclient setdep -r src/third_party/webrtc@b4ffe881cdd7 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: I2d80be75ff8d23ee501042e97d535924b6c5e4df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826653Reviewed-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@{#700326}
-
Scott Violet authored
Creation is now by way of a static function in WebLayer that returns a Future. BUG=none TEST=none Change-Id: Iaba3a264ae1f1f315656d0069e9c5b55f001df27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825721 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#700325}
-
Paul Moy authored
Switch the collection of cached_vpd and storage information from runtime_probe to cros_healthd. to a sona device with some code to log what StatusUploader is uploading. I then checked that data was consistent with the data reported by the command-line invocation of cros_healthd. Bug: b:128683357 Test: manual and unit tests. Manually, I built and deployed Chrome Change-Id: Id680449eed59cba7ed92bc4b4934e466d457ff79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809612Reviewed-by:
Pavol Marko <pmarko@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Paul Moy <pmoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#700324}
-
Jesse McKenna authored
To detect whether Application Verifier is running, sandbox/win/src/target_interceptions.cc checks if vrfcore.dll is loaded, while sandbox/win/src/handle_closer_agent.cc checks for verifier.dll. This change makes both use verifier.dll, to be consistent and remove any confusion around whether these two are checking for the same thing (they are). Open Application Verifier File > Add Application > chrome.exe (any chrome.exe binary works) Under 'Tests', uncheck everything but Basics > Handles, then Save Run chrome.exe with this change; it works normally (on versions without lines 176-177, no pages will load) Return to Application Verifier Right-click chrome.exe > Delete Application, then Save (so Chrome runs normally again) Test: Manual Change-Id: If97a1115373c394f0cbbf1d31d3ca7b60549bbee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1776781 Commit-Queue: Jesse McKenna <jessemckenna@google.com> Reviewed-by:
Greg Thompson <grt@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#700323}
-
Lukasz Anforowicz authored
There is no need anymore to block navigations from the signin page to other chrome URLs, because concerns from https://crbug.com/366127 are no longer applicable: 1. Site Isolation has shipped since then and guarantees process isolation between 1) the signin page, 2) other chrome URLs and 3) web/http content (in particular, see how r689561 and r595259 modified SiteInstanceImpl::DoesSiteURLRequireDedicatedProcess). 2. Project DICE has significantly refactored how the signin page works. In particular web/http content is now hosted inside a <webview> tag (see inline_login.html and new_inline_login.html in r449349 and r301130). 3. Chrome no longer has a "signin process" with higher privileges. Bug: 1003957, 442674, 366127 Change-Id: I022af05d339d29a1f57b4a7128e69036c6eecb5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1804680Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Roger Tawa <rogerta@chromium.org> Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Auto-Submit: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#700322}
-
Eugene But authored
This test is flaky on iOS devices, but FLAKY_ prefix is no longer used, so this test is disabled on iOS devices. Bug: 1008023 Change-Id: I7bb3e2d530d584585f2c89c57a1c8b05067e30b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825319 Auto-Submit: Eugene But <eugenebut@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#700321}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/87e5c742..6384e38b 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: I308bce27d8f2fcdbb8c5afb3d92d6bb101276bb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827607Reviewed-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@{#700320}
-