- 15 Nov, 2019 40 commits
-
-
Lan Wei authored
For the multiple touch points case, if we have one point move and the other point stay still, such as point 1: pointerdown, pause, pointerup point 2: pointerdown, pointermove, pointerup We should send five touch point events of "pointerdown", "pointerdown", "pointermove", "pointerup", "pointerup" with pointer id 1, 2, 2, 1, 2. Bug: 1020674 Change-Id: I7bdb49b7b37d4f83ef976750e106cbd27afc9e74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900632Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#715739}
-
Ken Rockot authored
This removes most remaining references to ConnectionFilter and its related headers. Any actual usage here is replaced with use of the ChildProcess API in conjunction with a BinderMap. Also deletes common_browser_interfaces.cc/h which haven't actually been built for some time now. Bug: 977637 Change-Id: Iaff4abfa569414c4f143292ae32dec2beb853c51 Tbr: boliu@chromium.org Tbr: yucliu@chromium.org Tbr: rouslan@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1910846 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#715738}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/74f35e48d500..fd0e32a87a4e git log 74f35e48d500..fd0e32a87a4e --date=short --no-merges --format='%ad %ae %s' 2019-11-15 terelius@webrtc.org Fix filtering of small packets in delay-based BWE 2019-11-15 danilchap@webrtc.org In rtc::ByteBuffer drop support for ORDER_HOST as unused Created with: gclient setdep -r src/third_party/webrtc@fd0e32a87a4e 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: I2600928a74d15d88c6516cee679905d513351409 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919318Reviewed-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@{#715737}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/86f651198df2..1c795d9ef28b git log 86f651198df2..1c795d9ef28b --date=short --no-merges --format='%ad %ae %s' 2019-11-15 jonahr@google.com Add a test to capture bug with LUMA blit workaround Created with: gclient setdep -r src/third_party/angle@1c795d9ef28b 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 cnorthrop@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=cnorthrop@google.com Bug: chromium:1022080 Change-Id: If21865c803a1f5f695812ac6e5d3d3d719b349dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919361Reviewed-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@{#715736}
-
Mikel Astiz authored
The test suite already instantiates a FieldTrialList as per https://chromium-review.googlesource.com/c/chromium/src/+/1883567 so it's no longer necessary to do so explicitly in tests. This patch addresses unit tests under: /services/network This CL was uploaded by git cl split. R=yhirano@chromium.org Bug: 1018667 Change-Id: I8f004aba1ca8d194fd535080152a863f3617ddab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917233 Auto-Submit: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#715735}
-
Garrett Beaty authored
Bug: 922150 Change-Id: Ifa61fe692a698e7233b5d10576ae0097b038ccc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912501 Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#715734}
-
Zhiheng Li authored
Providing a AccessibilityNodeProvider of its child view cause issues when a a11y event would go through its sub view tree. Bug: internal b/143071435 Test: tested on AndroidThings device Change-Id: I846fb5d6f19893edd003ecf319e6905458a1212a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915064Reviewed-by:
Simeon Anfinrud <sanfin@chromium.org> Commit-Queue: Zhiheng(Vincent) Li <vincentli@google.com> Auto-Submit: Zhiheng(Vincent) Li <vincentli@google.com> Cr-Commit-Position: refs/heads/master@{#715733}
-
Lukasz Anforowicz authored
SearchEngineTabHelper::PageHasOpenSearchDescriptionDocument makes network requests on behalf of the main frame (using the URLLoaderFactory created via main frame's RFHI::CreateNetworkServiceDefaultFactory). Before this CL, the |initiator| argument of ScheduleDownload method would be incorrectly set based on WebContents::GetURL method. This was incorrect because: - WebContents::GetURL returns the "visible", rather than "committed" URL - iframe sandbox attribute is ignored (see //docs/security/origin-vs-url.md for more details) This CL fixes this by changing: url::Origin::Create(web_contents->GetURL()) into frame->GetLastCommittedOrigin() Bug: 237908 Change-Id: I8d7eef091aeaf26c7f6c65a03009cdf9713d5346 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913969Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#715732}
-
Tobias Sargeant authored
This adds force dark setting menu items, and modifies the shell theme sufficiently to allow FORCE_DARK_AUTO to work. Apps must opt in to force darkening, and must have a theme that is not already "dark", so the AppCompat.DayNight theme must be configured as such. Bug: 947324 Change-Id: Ib40af5e3817d91fd497925e58689d9c0fc4f55a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899613 Commit-Queue: Tobias Sargeant <tobiasjs@chromium.org> Reviewed-by:
Tim Volodine <timvolodine@chromium.org> Cr-Commit-Position: refs/heads/master@{#715731}
-
Greg Thompson authored
- Make ShutdownType an enum class. - Introduce browser_shutdown::HasShutdownStarted as a convenience. - Move some Win-specific relaunch code from AttemptRestart, which runs fairly early in a restart that may never actually happen, into upgrade_util::RelaunchChromeBrowserImpl, which performs the actual restart. - Switch from UMA macros to functions for one-shot metrics. BUG=958865 Change-Id: I75cd08c712d8bb7c674b4b5e413d79abc874bc39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1910098Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Auto-Submit: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#715730}
-
Evan Stade authored
Bug: 1022619 Change-Id: Iae3ed76ddaecce6a967b757459c2fd4db39f2ff7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906870Reviewed-by:
Colin Blundell <blundell@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#715729}
-
Matt Menke authored
Only a couple files depended on V8, and the dependency significantly increased build time of the tests, particularly when building locally. Even with goma, v8 requires a lot of serialized linking steps. The PAC execution code is moved to services/proxy_resolver, which is its only consumer. Also moves net/proxy_resolver/pac_library* to services/network/, which its the only consumer. This CL leaves the files moved to services/proxy_resolver in the net namespace for easier review. That will be fixed in a followup CL. Bug: 1007962 Change-Id: I2d17a1f3bbf9645e83c69d70222f5ac35ef35887 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914973Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#715728}
-
John Budorick authored
Came up on crrev.com/c/1914973 Change-Id: I0873c3ef4cc49791b95a77434e1a9a9e1bac871e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918818 Commit-Queue: John Budorick <jbudorick@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Auto-Submit: John Budorick <jbudorick@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#715727}
-
Tricia Crichton authored
If acceptInsecureCerts is true in capabilities, add ignore-certificate-errors to Chrome commandline for Desktop and Android. Bug: 3226 Change-Id: I853fca2c7b09302632b7bdd209441c5fff65effa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915190Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Tricia Crichton <triciac@chromium.org> Cr-Commit-Position: refs/heads/master@{#715726}
-
Bailey Berro authored
Removes redundant stop on "Manage Sync" in the Sync and Google Services page. Fixed: 1025029 Change-Id: I915c27572a2bf6965a9689dfe6a28c4d1d6c9b5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918371 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@{#715725}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 7192c175. With Chromium commits locally applied on WPT: 788a3004 "Fix failing Fetch Metadata WPT" b16db925 "[Trusted Types] Add test for duplicate names in non-enforcing mode." e83dd93c "Limit backtracking on regexp called from blink." 6e3e930c "Change `sec-fetch-mode` from `no-cors` to `navigate` for <embed> / <object>." Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=foolip No-Export: true Change-Id: I42e9366bfe8368d9027db3f62a216345454211d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917096Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#715724}
-
Bailey Berro authored
- Removes navigation stop on secondary texts - Marks the title of the row as described by the secondary text Bug: 1012565 Change-Id: I1711169e5cea3b494ff97f5d159e88963c295856 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917748 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#715723}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/166ae14e035b..9614e65fc67b Created with: gclient setdep -r src-internal@9614e65fc67b 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: I145ef2e1cb448d66137091b56139df4b1843bf8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919266Reviewed-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@{#715722}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: I76d4de43fc25456b1c42f419afd7582e41cd4dc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918097Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#715721}
-
Tina Wang authored
Because it consistently timing out and causes browser_test failure. Bug: 1025220 Tbr: zmin@chromium.org Change-Id: I34dda5c41a975ac4fdc48979651002dd7a0afe72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917968Reviewed-by:
Tina Wang <tinazwang@chromium.org> Commit-Queue: Tina Wang <tinazwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#715720}
-
Henrik Grunell authored
Bug: 776327, 940893 Change-Id: Id7c65c25e4b0d08d0753d9f287ef8b105d3f8cde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917234 Auto-Submit: Henrik Grunell <grunell@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#715719}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/96915046..35d75b77 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: I0bb0a6cd2b7f84c4636f42805c0ba1d41f2096b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917097Reviewed-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@{#715718}
-
Mark Yacoub authored
When Getting format modifiers, exclude I915_FORMAT_MOD_Y*_TILED_CCS (Intel color control surface (CCS) for render compression) if it's not an internal display. This solves the bandwidth issue when driving more than 1 4K monitor with rbc enabled. BUG=996011,996036,994341,979736 TEST=HardwareDisplayControllerTest.ModifiersWithConnectorType Change-Id: I31ce046fb20557eb66340bdf131efa1437bd7484 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918941 Commit-Queue: Mark Yacoub <markyacoub@google.com> Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#715717}
-
Eldar Rello authored
Bug: chromium:1025069 Change-Id: I08e6b87d7347df206ded0ea11d009c07f35eab2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917375Reviewed-by:
Henrik Boström <hbos@chromium.org> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#715716}
-
Alex Clarke authored
This is needed by WebLayer which has two support APKs. Change-Id: I638485a711aaf865cdbeed5ec5bfb9e96027c577 Bug: 1022812 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919204Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Alex Clarke <alexclarke@chromium.org> Cr-Commit-Position: refs/heads/master@{#715715}
-
Chris Lu authored
Bug: 1014959 Change-Id: Id4bb273e4bc3bf0bb7b67ce8082aa654986b8a4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918374Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#715714}
-
ckitagawa authored
The macros are deprecated. I wrote a script to go through the paint preview code and replace them. Bug: 1010217 Change-Id: Ib5385757de4ad94cb7afe63287256548ef979c94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918096 Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Reviewed-by:
Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#715713}
-
Mikel Astiz authored
The test suite already instantiates a FieldTrialList as per https://chromium-review.googlesource.com/c/chromium/src/+/1883567 so it's no longer necessary to do so explicitly in tests. This patch addresses unit tests under: /chrome/browser/search This CL was uploaded by git cl split. R=kmilka@chromium.org Bug: 1018667 Change-Id: I6006941d3c12b2a041306d5dfd0e25b20348ef52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917507 Auto-Submit: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Kyle Milka <kmilka@chromium.org> Commit-Queue: Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#715712}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/ad0250cefb22..246e1a35f069 git log ad0250cefb22..246e1a35f069 --date=short --no-merges --format='%ad %ae %s' 2019-11-15 fmayer@google.com Merge "Manually maintain stack for heap graph walk." Created with: gclient setdep -r src/third_party/perfetto@246e1a35f069 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: Id49c6fba5365ecca7df236d397935a723486563f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919267Reviewed-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@{#715711}
-
kylechar authored
Update code where NULL or 0 is assigned to a scoped_refptr to reset it. Just call reset() instead. If operator=(std::nullptr_t) is added these assignments become ambiguous. This CL was uploaded by git cl split. R=raymes@chromium.org Bug: 1024981 Change-Id: Ia3973b95ed896197678e47de7697f68c3ab2e784 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918156 Auto-Submit: kylechar <kylechar@chromium.org> Reviewed-by:
Raymes Khoury <raymes@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#715710}
-
Vladimir Levin authored
This patch pushes the flag expiry to M82. At that time, we will re-evaluate what we need to do. Change-Id: Ic4dfcaf0c92e10b1e58a3763907d3e302b2f6fc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919321 Commit-Queue: vmpstr <vmpstr@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Auto-Submit: vmpstr <vmpstr@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#715709}
-
Alex Chau authored
Bug: 1024845 Change-Id: Ia08a00398eb5cbc6809a055423b46b434e0dbe49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917161 Commit-Queue: Alex Chau <alexchau@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#715708}
-
Michael van Ouwerkerk authored
Bug: 1018138 Change-Id: Ia6ede078dc04cc80fcc21450b22e0513c6da249f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919139 Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#715707}
-
Sophie Chang authored
Bug: 969558 Change-Id: I8e2f766a02b53c5730dc09696f74e7a9b37e2552 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1907205Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Doug Arnett <dougarnett@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#715706}
-
Guido Urdaneta authored
Bug: 1025218 Change-Id: I3e357354054f6f96c85ed8d9002d252c3bf619d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862450 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Marina Ciocea <marinaciocea@chromium.org> Cr-Commit-Position: refs/heads/master@{#715705}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/7b55818248cc..660c2fff46a7 git log 7b55818248cc..660c2fff46a7 --date=short --no-merges --format='%ad %ae %s' 2019-11-15 herb@google.com Remove indexes from Geometry in the text op Created with: gclient setdep -r src/third_party/skia@660c2fff46a7 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 halcanary@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=halcanary@google.com Bug: None Change-Id: Ia91404535f367a88af1647fb2ba2886553f913a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919265Reviewed-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@{#715704}
-
Thomas Lukaszewicz authored
Removed the need to specify FromInputColor/FromOutputColor in ColorTransforms. All references to color are now taken to mean FromOutputColor as we do not currently have a use for FromInputColor in the code. This significantly reduces the verbosity of recipe code. Bug: 1887666 Change-Id: I1fa3816f738e5479eb24ae30b86e6851792913b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918640 Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#715703}
-
Marc Grimme authored
HostTemplate in hostname_handler now also supports the ${LOCATION} variable to be resolved to the location set in the policy. This will lead to a dhcp hostname supporting the location autoresolution. R=marcgrimme Bug: 1013220 Change-Id: Iac87db9914985ce3a65c34607977cc4b9d663ea3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915760Reviewed-by:
Sergey Poromov <poromov@chromium.org> Commit-Queue: Marc Grimme <marcgrimme@google.com> Cr-Commit-Position: refs/heads/master@{#715702}
-
Andreas Haas authored
When allocation of backing store data failed, we still set the length of the backing store. This mismatch of no data but length!=0 triggered the crash in the DOMArrayBuffer constructor. R=haraken@chromium.org Bug: chromium:1024787 Change-Id: I11c826a17d18a1bebfa7c127d438700cf759bc56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917534Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Andreas Haas <ahaas@chromium.org> Cr-Commit-Position: refs/heads/master@{#715701}
-
Tina Wang authored
Bug: 1025220 Tbr: rsorokin@chromium.org Change-Id: Ic8896aec0851dbe7a7fd65190ec21753fc39878c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917966Reviewed-by:
Tina Wang <tinazwang@chromium.org> Commit-Queue: Tina Wang <tinazwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#715700}
-