- 20 Jan, 2018 40 commits
-
-
Tim Zheng authored
https://chromium.googlesource.com/chromiumos/platform/system_api.git/+log/15e1a468124f..5c8aa4d8a30e $ git log 15e1a4681..5c8aa4d8a --date=short --no-merges --format='%ad %ae %s' 2018-01-18 timzheng Add Chrome Features DBus interface. 2018-01-17 allenvic smbprovider: Add CreateFileOptions and TruncateOptions protobuf 2018-01-15 hashimoto obb-mounter: Add OBB mounter constants 2018-01-10 tnagel system_api: Drop unused *EnrollmentState 2018-01-16 baileyberro smbprovider: Add DeleteEntryOptions protobuf to systemapi Created with: roll-dep src/third_party/cros_system_api TEST=roll-dep generated chang. Bug: chromium:800120 Change-Id: Iec11c430f9a608f4b9719740c7d7fcf35e5d23f4 Reviewed-on: https://chromium-review.googlesource.com/877181 Commit-Queue: Tim Zheng <timzheng@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Cr-Commit-Position: refs/heads/master@{#530728}
-
Katie D authored
If the anchor and focus object are the same node, or if one is the root of the other, direction checking would be incorrect. This makes sure that node ordering is correct. Bug: 803160 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I0be73f4c307d47326bff557ada6918f0361038dc Reviewed-on: https://chromium-review.googlesource.com/871844Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#530727}
-
Sergey Ulanov authored
New version fixes stdout/stderr redirection for packaged applications. Bug: 778467 Change-Id: Ie704dd144accc10b8cbc61dfdcc468f5ec9762e7 Reviewed-on: https://chromium-review.googlesource.com/876986Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#530726}
-
Nate Fischer authored
No change to behavior, this only removes some old TODO comments regarding upstreaming (which has obviously long-since happened). Change-Id: I1b66ebf6f8f3b7080ec6716c57ed799cf04fc885 Reviewed-on: https://chromium-review.googlesource.com/877382Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#530725}
-
Min Qin authored
FileSystemContext is no longer used in BlobURLLoaderFactory, remove it BUG=715630 Change-Id: I6431b74883f750bf296c38f0cf260bcdede711f0 Reviewed-on: https://chromium-review.googlesource.com/876957Reviewed-by:
Xing Liu <xingliu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#530724}
-
Dave Tapuska authored
These messages are only used for webview. Get rid of some code that is no longer needed and make the external begin frame source only available on the SynchronousCompositorProxy. This helps simplify code that I am working on for converting input messages to mojo. This causes all the messages to be defined in the same set of messages so we won't have ordering issues when moving to mojo. BUG=722928 Change-Id: I125ad3d185c9849737e5504e0ccb499738f8d209 Reviewed-on: https://chromium-review.googlesource.com/874513Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#530723}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/342b83d49c4d..4e36db8c1461 $ git log 342b83d49..4e36db8c1 --date=short --no-merges --format='%ad %ae %s' 2018-01-19 ynovikov Skip FindMSBAndFindLSBCornerCases on Android OpenGLES Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=cwallez@chromium.org Change-Id: Ie8103a7913302c3cbbe8bf18f4550a9367d78802 Reviewed-on: https://chromium-review.googlesource.com/876925 Commit-Queue: angle-deps-roller . <angle-deps-roller@chromium.org> Reviewed-by:
angle-deps-roller . <angle-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#530722}
-
Miguel Casas-Sanchez authored
This CL extends gl_image_io_surface_unittest.cc to run GLImageBindTest with BGRX, which is treated internally as BGRA, by extending the value-to-compare-to and writing a significant comment to explain the situation. Bug: 803473 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Ia9cfc20bb1be054da10cd0bd2526bc3f7f66d144 Reviewed-on: https://chromium-review.googlesource.com/876222Reviewed-by:
Erik Chen <erikchen@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#530721}
-
Sarah Chan authored
The App Menu Button AX text currently don't report if an update is available. This CL fixes the issue by adding "Update is available" to the AX text. Bug: 770745 Change-Id: I9e0768d21667c2b986ad7a5bc17c75f37b0bcb4d Reviewed-on: https://chromium-review.googlesource.com/869113Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Sarah Chan <spqchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#530720}
-
Lei Zhang authored
16f3404 Merge pull request #95 from leizleiz/eblc-validate bc830a8 Validate EBLC table's numSizes field. b553114 fix #52 OTS parsing error (#54) 8c0954e Update README.md (#94) 34db4db Document the inactive status of the project (#91) 7c4b837 Fix endless loop in FontMath.log2. (#85) 6b0889d Rescue the old wiki pages from web.archive.org. (#87) BUG=803020 TBR=behdad@chromium.org Change-Id: Ie849670d0e5f653cdc810ecbe19ab82b09efcbf4 Reviewed-on: https://chromium-review.googlesource.com/877320Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#530719}
-
George Burgess IV authored
This also tweaks the CIPD file to use an unversioned file name. This makes it so we can't roll to a profile after this until CL:875137 lands, but that shouldn't be a problem. Bug: None Test: Builds. Chrome is now slightly larger + slightly faster. Change-Id: Ie777b7047c6efeb7f2923422233a13548a7d688f Reviewed-on: https://chromium-review.googlesource.com/875239Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Cr-Commit-Position: refs/heads/master@{#530718}
-
Julia Tuttle authored
Change-Id: I1712cd0dadbffc59a179a7daf64460feaea14cde Reviewed-on: https://chromium-review.googlesource.com/877259Reviewed-by:
Miriam Gershenson <mgersh@chromium.org> Commit-Queue: Julia Tuttle <juliatuttle@chromium.org> Cr-Commit-Position: refs/heads/master@{#530717}
-
Marijn Kruisselbrink authored
It is perfectly valid for a commit to finish while the context is being shut down. So update the DCHECK to account for that possibility. Bug: 803058 Change-Id: I7fb031bc9580ab319a96334653a51ac50a6650a4 Reviewed-on: https://chromium-review.googlesource.com/876935 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#530716}
-
Conley Owens authored
This change fails the request made in `PageLoadMetricsBrowserTest.ChromeErrorPage` by shutting down the test server. This is simpler than setting up the failure callback, and it works with --enable-features=NetworkService BUG=803911 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Idf6224d3832e5ad1dd758b1967946b527951fc8f Reviewed-on: https://chromium-review.googlesource.com/876647 Commit-Queue: Conley Owens <cco3@chromium.org> Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Cr-Commit-Position: refs/heads/master@{#530715}
-
Peng Huang authored
Bug: 803591 Change-Id: Ic531a5a561fdca2dd7eca4acb94bb068530ee716 Reviewed-on: https://chromium-review.googlesource.com/876726 Commit-Queue: Peng Huang <penghuang@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#530714}
-
Tarun Bansal authored
* Allow different timeout thresholds for secure and insecure proxies. * Use HTTP RTT for computing the proxy connection timeout instead of the transport RTT. Bug: 704339 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester Change-Id: I6a2761a6dda90c53cdcc47045b05dcdc57e939e4 Reviewed-on: https://chromium-review.googlesource.com/845057 Commit-Queue: Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#530713}
-
Dan Erat authored
This reverts commit 7faa3b0c. Reason for revert: This appears to cause Chrome crashes in the desktopui_MashLogin Autotest, resulting in failures in the informational Chrome PFQ builders: https://crbug.com/804052 Original change's description: > [ozone/drm]: support content and service manager launching > > The existing in-progress implementation of ozone/drm over mojo IPC > assumed that the ozone host would use a mojo ServiceManager provided > at initialization that it could use to launch and connect to the DRM > and cursor services. However, when used in a src/content context (such > as would be the case in Chrome), there is no service manager available > at ozone initialization time. Instead, content::GpuProcessHost > notifies the ozone host later from the browser I/O thread when the GPU > process containing the DRM and cursor services is running. > > This CL refactors the ozone/drm/mojo implementation to isolate the > acquisition of mojo pipes into a separate class that supports both > styles of pipe acquistion: either by the use of a ServiceManager or > via an asynchronously injected dependency on content. > > This CL also restructures the launch of the DRM thread itself so that > it can be deferred until after the GPU sandbox is initialized in a way > that does not depend on the use of legacy IPC message filters. > > BUG=620927 > > Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel > Change-Id: Icfb2261326cd1d5d6e2769d9801c02a744e1102a > Reviewed-on: https://chromium-review.googlesource.com/861749 > Commit-Queue: Robert Kroeger <rjkroege@chromium.org> > Reviewed-by: Daniel Nicoara <dnicoara@chromium.org> > Reviewed-by: Yuzhu Shen <yzshen@chromium.org> > Reviewed-by: Antoine Labour <piman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#530562} TBR=rjkroege@chromium.org,yzshen@chromium.org,dnicoara@chromium.org,piman@chromium.org Change-Id: Ieb533a2c3db1634953437fcd4c34200f38e51601 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 620927 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Reviewed-on: https://chromium-review.googlesource.com/876936Reviewed-by:
Dan Erat <derat@chromium.org> Commit-Queue: Dan Erat <derat@chromium.org> Cr-Commit-Position: refs/heads/master@{#530712}
-
bsheedy authored
Adds build targets for arm versions of md5sum, host_forwarder, and libc++. Special targets are necessary since the Android/device deps can't be built with the clang_arm toolchain, so we can't just use it for everything. Also updates the arm build config slightly since Raspberry Pis require mfloat-abi to be set to hard, while Android requires it to be set to soft. Bug: 779837 Change-Id: I19c861d2c8a528c82bcb5d9f43c3812499d23ddf Reviewed-on: https://chromium-review.googlesource.com/761357 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#530711}
-
Achuith Bhandarkar authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/a84511a49c15..10ace85c7a3e $ git log a84511a49..10ace85c7 --date=short --no-merges --format='%ad %ae %s' 2018-01-19 derat Revert "cbuildbot_run: Adjust GetVersion to use CIDB Id." 2018-01-12 bhthompson Add mst Android PFQ Configuration for master-arc-dev Android branch 2018-01-17 achuith [cros_vm]: Use separate directories for different ports. 2018-01-16 dgarrett cbuildbot_run: Adjust GetVersion to use CIDB Id. 2018-01-12 phobbs risk_report: Add unit test for missing response. 2017-12-04 bhthompson Remove MNC specific configurations 2017-12-01 phobbs third_party: Update ts-mon to support new proto 2018-01-11 dgarrett cros buildresult: Populate toolchain_url and artifact_url. 2018-01-09 vapier cbuildbot: run verifybinpkg with the --update flag 2018-01-10 valleau group_baseline: Adding group ippusb 2018-01-17 nxia Add the CL_Status_Viewer URL in the CL comment. 2018-01-13 jclinton Stop using this silly _Print method 2018-01-16 dgarrett cidb: Remove start/ending_build_number. 2018-01-10 achuith [cros_vm]: Download qemu binary from chromeos prebuilt. 2018-01-14 derat chromite: Build tast-cmd in EmergeInfraGoBinariesStage. 2018-01-10 dgarrett cros buildresult: New command to look up results for a build. 2018-01-16 laszio autofdo: upload full debug info for autofdo builders. Created with: roll-dep src/third_party/chromite Bug: 762650 Change-Id: Ie1866f139ee31c29f291f222740df13b6462a54f Reviewed-on: https://chromium-review.googlesource.com/877179 Commit-Queue: Achuith Bhandarkar <achuith@chromium.org> Commit-Queue: Dan Erat <derat@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Cr-Commit-Position: refs/heads/master@{#530710}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/a998a1a6..166ecce7 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: Ia62655ea37142a809b388e998636147ca7e26ffc Reviewed-on: https://chromium-review.googlesource.com/877019Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#530709}
-
Tsuyoshi Horo authored
Bug: 803754 Change-Id: I97b1d39af46eed3f1d730945d962579dabd5bb6e Reviewed-on: https://chromium-review.googlesource.com/875527Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#530708}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/16d0ad06b468..b76c71702517 $ git log 16d0ad06b..b76c71702 --date=short --no-merges --format='%ad %ae %s' 2018-01-19 reed simplify GrFPArgs, isolating localmatrix 2018-01-18 vmpstr Use equal_range for factory lookups Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=halcanary@chromium.org Change-Id: Ifc0d1876e91c19b3b5058f0e3b32fbcf16f5a6d7 Reviewed-on: https://chromium-review.googlesource.com/876934 Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#530707}
-
Nodir Turakulov authored
Use python, instead of vpython, for all gclient hooks that are not catapult. This is a partial revert of https://chromium-review.googlesource.com/c/chromium/src/+/762037 Reasoning: https://crbug.com/803763#c10 TBR=cmasso@google.com Bug: 803763# Change-Id: I8d3145a73ee77fe69c34b479ecb74cebba08cb05 No-Try: true Reviewed-on: https://chromium-review.googlesource.com/877380 Commit-Queue: Nodir Turakulov <nodir@chromium.org> Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Cr-Commit-Position: refs/heads/master@{#530706}
-
Ehsan Karamad authored
This conitnues the refactor in https://chromium-review.googlesource.com/q/I940f44aeb5af65f4b8cac9bf4fa593d52319d5c9. Bug: 669219 Change-Id: I4a828d1534cce44d2d60eb5069e9aee9b0f5b89f Reviewed-on: https://chromium-review.googlesource.com/876482Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Cr-Commit-Position: refs/heads/master@{#530705}
-
webrtc-autoroll@chromium.org authored
https://webrtc.googlesource.com/src.git/+log/565e3e07d7ba..0a6a2b73a1c5 $ git log 565e3e07d..0a6a2b73a --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc The AutoRoll server is located here: https://webrtc-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ib785379ebe41e438783cbf819e7fa8ad2d5add62 Reviewed-on: https://chromium-review.googlesource.com/877105 Commit-Queue: WebRTC Roll Bot <webrtc-autoroll@chromium.org> Reviewed-by:
WebRTC Roll Bot <webrtc-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#530704}
-
Karan Bhatia authored
This CL changes the ruleset file data to no longer be memory mapped. This was not ideal since mmap-ing a file on the IO thread can cause it to get de- scheduled in case of a page fault, which we do not want. This CL changes the ruleset file data to be copied and available directly in memory. BUG=774271, 696822 Change-Id: I1c8aae2c1d48a7bf68a2c878a227d15344588039 Reviewed-on: https://chromium-review.googlesource.com/874595Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#530703}
-
wutao authored
This cl implements the side tabs layout. Major changes: 1. Allow choosing tab alignment upon init. 2. Support MD for vertical tab alignment. 3. Draw boarder for vertical tab alignment. Bug: 793870 Test: Run in linux build. Screenshots are attached in the bug. Change-Id: Ie39f6693ffb5271388f977e280e03d28c1957db9 Reviewed-on: https://chromium-review.googlesource.com/872050Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#530702}
-
Sammie Quon authored
This reverts commit 4d9e568b. Reason for revert: <INSERT REASONING HERE> Original change's description: > shelf: Users cannot hide shelf by swipe down in tablet mode anymore. > > Test: ash_unittests ShelfLayoutManagerTest.SwipingUpOnShelfInTabletModeForFullscreenAppList > Bug: 801684 > Change-Id: I142180f8204fc413a46381c45267c7be9463c1ef > Reviewed-on: https://chromium-review.googlesource.com/868453 > Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> > Commit-Queue: Sammie Quon <sammiequon@chromium.org> > Cr-Commit-Position: refs/heads/master@{#529507} TBR=xiyuan@chromium.org,sammiequon@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 801684 Change-Id: I5edae712f04a26eea47811e3f2fd69fd0b9c79d9 Reviewed-on: https://chromium-review.googlesource.com/877160Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#530701}
-
Jayson Adams authored
The TaskManagerBrowserTest.IdleWakeup browser test was disabled for flakiness. The issue is this test, written with Chrome Win in mind, was expected to generate 1000s of idle wakes, but at least 100. However on the Mac the idle wake count is lower on certain releases (e.g. between 65 and 81 on macOS 10.12). This cl reenables the test on macOS and lowers the expected wake count. Bug: 636823 Change-Id: Idba223012e2e868c39bf2b27d02c167e3d3dbad2 Reviewed-on: https://chromium-review.googlesource.com/876920 Commit-Queue: Jayson Adams <shrike@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#530700}
-
Toni Barzic authored
Replace it's usages (in tests) with a new KioskAppManagerObserver method. BUG=None Change-Id: I45b569ed23bc69ac0d4888959769828453b3ed3d Reviewed-on: https://chromium-review.googlesource.com/862242Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Toni Barzic <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#530699}
-
Xianzhu Wang authored
Overflow controls (scrollbars, resizers, scroll corners) need to be clipped by the border box rect. When they would overflow the border box rect, create a OverflowControlsClip property node and use it when painting the overflow controls. Bug: 771643 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I96e362c643ec1643d7099273fae11c0943360f10 Reviewed-on: https://chromium-review.googlesource.com/875257 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#530698}
-
Robert Ma authored
This test was recently enabled and seems to be timing out on Windows sometimes. The test already has long timeout (<meta timeout long>), so the last resort is to mark it as flaky timeout. TBR=nednguyen@google.com Bug: 803943 Change-Id: I0d3c3e3111d5144dfac62040fee2f4e7df06c769 Reviewed-on: https://chromium-review.googlesource.com/876922Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#530697}
-
dpapad authored
This is in preparation of fully removing paper-menu from third_party/polymer. Bug: 802912 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ic9b8a54d07b21ceb34d2f665db85c015d3cd386f Reviewed-on: https://chromium-review.googlesource.com/876984Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#530696}
-
Andrey Kosyakov authored
This prepares the front-end for https://chromium-review.googlesource.com/c/chromium/src/+/861952, which will cause requestWillBeSent and responseReceived to be sent from a different target with regards to dataReceived and loadingFinished events for the main resources. Change-Id: Iae80c139e01523375689468866c228a15c2e6a89 Reviewed-on: https://chromium-review.googlesource.com/872255 Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#530695}
-
Jiaquan He authored
Bug: 733662 Change-Id: Ida6406a14b3a92ad2fa85fd4c376344f64989555 Reviewed-on: https://chromium-review.googlesource.com/877041Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Jiaquan He <hejq@google.com> Cr-Commit-Position: refs/heads/master@{#530694}
-
Sergey Ulanov authored
Previously ImageTransportSurface was creating GLSurfaceOSMesa, but that this is wrong because GLSurfaceOSMesa doesn't support SwapBuffers(). Updated ImageTransportSurface to call CreateViewGLSurface(), which in turn creates GLSurfaceOSMesaHeadless. That class handles SwapBuffers() correctly. Bug: 778467 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I701dd219ad5867359ade613fbb1ea24d722f55f3 Reviewed-on: https://chromium-review.googlesource.com/876993Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#530693}
-
Parastoo Geranmayeh authored
Allow for certain number of UNKOWN fields between credit card fields. Otherwise, we would miss some fields (CVC in most cases,) because the detection of the fields are inter-dependent. We can't allow for unlimited number of UNKONWN fields, because then the name fields in the address sections may be detected as the card holder name. Tests: test/135 the output was wrong, it's corrected. test/141 the output was wrong, it's still wrong, it would need another CL to fix the problem of the expiration date detection. It is modified to let this CL pass the tests, but the problem is not caused by this CL. Fixes: bbc.com (Desktop), barnesandnoble.com (Desktop), www.sky.com (Desktop), homedepot.com, and .. . Bug: 799990 Change-Id: Ie90bc7e33bee48e736af6783a697f680665ee3fc Reviewed-on: https://chromium-review.googlesource.com/862698 Commit-Queue: Parastoo Geranmayeh <parastoog@google.com> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#530692}
-
Erik Luo authored
The GlassPane relies on an accurate scrollbar width to determine correct popover dimensions. It used to hard code a number, but due to overlay scrollbars, platform differences, and OS scrollbar size settings, it could fail. Screenshot: https://imgur.com/a/slnDX Bug: 746861 Change-Id: I8d37ff1842ba201bf26cdf6de6596716c4eab092 Reviewed-on: https://chromium-review.googlesource.com/876656Reviewed-by:
Andrey Lushnikov <lushnikov@chromium.org> Commit-Queue: Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#530691}
-
Bruce Dawson authored
When build optimizations collide... In order to avoid the non-trivial cost of including windows.h almost everywhere the windows_types.h file was added. This includes enough defines and types that many header files that previously required windows.h can use it instead. However there are a couple of .cc files - win_util.cc and process_metrics_win.cc - that need to include windows.h before including their associated header files so that they will get the full declarations of internal types. This sort of include ordering guarantee is incompatible with jumbo files. This change solves the problem in a more stable way by adding separate header files which include windows.h and then unilaterally declare the necessary Windows-dependent structs. These headers are then used when needed to gain access to IoCounters and NONCLIENTMETRICS_XP. This change also removes a redundant include of windows.h. Bug: 796644 Change-Id: I81e3f8f21a7ba917e20f0a710285d7da64a95ae8 Reviewed-on: https://chromium-review.googlesource.com/872230 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#530690}
-
Hector Carmona authored
String remains the same, but context is expanded on. Bug: b/71972241 Change-Id: I522cb01d840fcc7204448c9c40dcfa869ee0e543 Reviewed-on: https://chromium-review.googlesource.com/876951Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#530689}
-