- 24 Sep, 2019 40 commits
-
-
Allen Bauer authored
Bug: 1005568 Change-Id: I3aa86d1f9cf20eacabdc1084cecd24894e5252b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1822019 Auto-Submit: Allen Bauer <kylixrd@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#699402}
-
Mythri A authored
This CL was created automatically with tools/perf/update_wpr script R=perezju@chromium.org Change-Id: I8ababa87c428f3b7431a10b0f9e758071837c505 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815128 Commit-Queue: Mythri Alle <mythria@chromium.org> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#699401}
-
Peter Kasting authored
Bug: 82078 Change-Id: I27733feb3e38bddb24509d7588c4f41b2acc4831 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1820318 Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Wei Li <weili@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#699400}
-
Mike West authored
Requests from `<portal>` elements currently send a `Sec-Fetch-Mode` of `navigation`. They ought to send something more like `nested-navigation`, which more accurately represents the request's status vis-a-vis its requestor. https://github.com/w3c/webappsec-fetch-metadata/issues/46 Bug: 1005143 Change-Id: Ib7f434ddf90d2e15b4bf139ab77c778a090251f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819297Reviewed-by:
Lucas Gadani <lfg@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Auto-Submit: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#699399}
-
Rafał Godlewski authored
Adds functions for creating, removing and getting all records from leaked credentials table in Login Database. Adds initialization of leaked credentials table in LoginDatabase. Bug: 1005746 Change-Id: I5b97e9ed2ed309f6d7babcb905559fa72ab6263a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816544 Commit-Queue: Rafał Godlewski <rgod@google.com> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#699398}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/5a9d89d158eb..696ceeee0ff2 git log 5a9d89d158eb..696ceeee0ff2 --date=short --no-merges --format='%ad %ae %s' 2019-09-24 nicomazz@google.com Merge "Fix error logs when WebUSB is not available" Created with: gclient setdep -r src/third_party/perfetto@696ceeee0ff2 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: Ida300383ca6f397caf462b342b34fa729270aa50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821959Reviewed-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@{#699397}
-
John Z Wu authored
Change-Id: Ia85f646245f86b4a8e9b6899c9185f88ea35e360 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817321 Commit-Queue: John Wu <jzw@chromium.org> Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#699396}
-
Nicolas Ouellet-payeur authored
This is a reland of 17ccf43e This is basically a copy of the original CL, with merge conflicts resolved. Now that t_a_auditor.exe defaults to using extractor.py instead of the Clang tool (t_a_extractor.exe), this should be safer to land. Original change's description: > [Traffic Annotation] Remove function_context from extractor output > > The new extractor can't trivially determine the name of the enclosing > function, and it didn't bring much value anyways. > > Bug: 966883 > Change-Id: I7b52050730186c6972754d3b9e577d4c4740d5dc > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1686621 > Reviewed-by: Nico Weber <thakis@chromium.org> > Reviewed-by: Ramin Halavati <rhalavati@chromium.org> > Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> > Cr-Commit-Position: refs/heads/master@{#675223} Bug: 966883 Change-Id: I93fa0385d44c9427f805248fac2af55fb128fe5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752065 Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#699395}
-
Junbo Ke authored
On Cast audio devices, we replace some URLs, e.g. images, CSS, with data scheme URLs to reduce memory pressure. Bug: b/141260084 Test: Load plex example page on an audio device. Change-Id: I735fe038924b11ceca839c980ba995346b84dabd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1818460Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Junbo Ke <juke@chromium.org> Cr-Commit-Position: refs/heads/master@{#699394}
-
Denis Kuznetsov authored
* "down" property does not have any effect on outer container * with new material design, all dialogs have same size, no need for special handling Bug: 999058 Change-Id: I670a4e885691deca606afa395bd8f5b961303aab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1792862 Commit-Queue: Denis Kuznetsov <antrim@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#699393}
-
Owen Min authored
This policy is used to enable extension request feature which allow user send extension install request to their admins. Bug: 1006899 Change-Id: I792947faaacc3eb306068d610fa677ab8e2b76fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1656094 Commit-Queue: Owen Min <zmin@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#699392}
-
Aaron Krajeski authored
For deferred offscreen canvases, it's possible that there are un-drawn, recorded commands at these points. A revamped version of https://chromium-review.googlesource.com/c/chromium/src/+/1779107 which was reverted here https://chromium-review.googlesource.com/c/chromium/src/+/1798758 Don't record in finalize frame for the 2d layer bridge, as that causes the pixel 2 bots to hang on put image data for some reason. See crbug.com/1002946 Bug: 1002523 Change-Id: I8a2b57f5534486a551e3cb545a346d0320136a8f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1814457Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Aaron Krajeski <aaronhk@chromium.org> Commit-Queue: Aaron Krajeski <aaronhk@chromium.org> Cr-Commit-Position: refs/heads/master@{#699391}
-
Ian Kilpatrick authored
Floats have some "interesting" behaviour which allows a left (or right) float to be placed left (or right) of a previous float. This typically isn't allowed. This occurs when a float has "negative size" e.g. it has a large negative margin, which is larger than its width. E.g. <div style="width: 50px; margin-left: -150px; float: left;"></div> In such cases the float doesn't respect the normal rules, and is placed in a typically invalid area. This patch also changes "const LogicalSize& minimum_size" to "const LayoutUnit minimum_inline_size" for "FindLayoutOpportunity". Bug: 1005437 Change-Id: I4c91a53911b2651346487f71c4b31ec6e0240202 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819356 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#699390}
-
Brian Cui authored
This change fixes a bug where a misplaced blue bar appears in the middle of the debugger when paused at a line. The blue bar was intended to add color to the line gutter when paused on that line. However, the "chevron" icon that appears on the line number overlays the gutter border, so the rule has no visual effect even when positioned correctly. Thus, this change removes the CSS rule entirely as it is presently positioned incorrectly, and has no effect when positioned correctly. Before: https://i.imgur.com/cGluk3C.png Positioned "correctly": https://i.imgur.com/xJzup61.png After: https://i.imgur.com/RgpRIU1.png Bug: 1005964 Change-Id: I701f6defca6a35dce2cedaccdc8ddf829598c4fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815853 Auto-Submit: Brian Cui <brcui@microsoft.com> Reviewed-by:
Yang Guo <yangguo@chromium.org> Reviewed-by:
Mandy Chen <mandy.chen@microsoft.com> Commit-Queue: Brian Cui <brcui@microsoft.com> Cr-Commit-Position: refs/heads/master@{#699389}
-
Raul Tambre authored
Conversion performed automatically using '2to3 -w -f has_key .'. This is backwards compatible with Python 2. Bug: 941669 Change-Id: I296c93d354cc4b49c5bcdc416cd495b352aa0617 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817601 Auto-Submit: Raul Tambre <raul@tambre.ee> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Raul Tambre <raul@tambre.ee> Cr-Commit-Position: refs/heads/master@{#699388}
-
Sigurdur Asgeirsson authored
Bug: 1003391 Change-Id: Ibdc72029f647eff989bebb9b6542cffb8273064a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815847Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Cr-Commit-Position: refs/heads/master@{#699387}
-
Sam Maier authored
This allows other users of Chromium's zlib library who don't depend on //base (for example, V8), to reuse some boilerplate code. Bug: 833361 Change-Id: Ifc9023fdb9915e0452d424b030e8a8e5ae1c0df3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819838Reviewed-by:
Adenilson Cavalcanti <cavalcantii@chromium.org> Commit-Queue: Adenilson Cavalcanti <cavalcantii@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#699386}
-
Kaan Alsan authored
virtual/threaded/external/wpt/css/css-scroll-snap/scroll-margin.html was failing because the expected output file for Win7 was not deleted. Bug: 964239 Change-Id: Ie49db2682d1e0148e60a03bea8f752165d2b1d9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821824 Commit-Queue: Kaan Alsan <alsan@google.com> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#699385}
-
Roman Sorokin authored
Also removed learn-more node handling from the public session pods. Filed crbug.com/1007193 to get rid of public account pods. Also Added restart at the end of enrollment if device policy has public accounts. This should fix most of the cases. One rare case when WebUI public accounts will be shown: After enterprise enrollment (w/o public accounts) device policy changes to have public accounts. This should trigger public session pods on the WebUI login screen. Bug: 1000990, 943720 Change-Id: Ib9672821ef8fec303fc83c3d5f57952fb7f90c4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1820800 Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Denis Kuznetsov <antrim@chromium.org> Cr-Commit-Position: refs/heads/master@{#699384}
-
Chandani Shrestha authored
This change addresses all accessiblity issues listed by AXE accessiblity tool: a. <html> element must have a lang attribute b. Document must have one main landmark c. Page must contain a level-one heading d. All page content must be contained by a landmarks e. Page must have a means to bypass repeated blocks Verified screen reader reads content on the page. a. Screen reader was working as expected when accessing links. This was already working. b. Added a role heading with level 1 value for header of the links to inspectables pages. Verified keyboard accessibility: Scenario 1: Launch browser without custom flag e.g. chrome.exe --remote-debugging-port=9222 http://localhost:9222 If the url of page doesn't contain '#custom=true' flag e.g. http://localhost:9222 User can navigate to any inspectable page link using Tab and pressing Enter opens the link This was already working as expected before this change. https://imgur.com/7zZ9BIn Scenario 2: Launch remote debugging using npm run start If the url of page has '#custom=true' flag e.g. http://localhost:9222/#custom=true&experiments=true This change adds tabIndex=0 to element which holds of the remote-url. Pressing Enter or Space copies the url value. https://imgur.com/aWShNVk Gif: Showing keyboard accessibility in remote debugging page where it has a #custom flag in url e.g. http://localhost:9222/#custom=true&experiments=true which is a default url opened up by 'npm run start' in devtools https://imgur.com/l2j75TD Bug: 963183 Change-Id: Ifc3dfc288591fd198c1e9e99d4828d0ebd933894 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1788287Reviewed-by:
Yang Guo <yangguo@chromium.org> Commit-Queue: Chandani Shrestha <chshrest@microsoft.com> Cr-Commit-Position: refs/heads/master@{#699383}
-
Arthur Hemery authored
A few other payment API tests are failing with BFCache on, adding to the list. BUG=1006256 Change-Id: I0d183349311457b2f93cefcd6560a51d5e1f5bf5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821600Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#699382}
-
Fernando Serboncini authored
This class was wrongfully attached to all WorkerGlobalScope. This fixes it and aligns us to the spec. Bug: 1003442 Change-Id: I829620997d0149da36d036eaba40c569f899991b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1807576Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Fernando Serboncini <fserb@chromium.org> Cr-Commit-Position: refs/heads/master@{#699381}
-
Lei Zhang authored
Incorrect base::NoDestructor usage generated 11 static initializers. As is, the static globals have to be initialized when the program begins. Move the declarations so they become static local constants that are instead initialized on first use. Also fix lint errors and use constexpr in more spots. Bug: 537099 Change-Id: I604e1a5828646b17340ce0986a2653fc75ba8dec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819656Reviewed-by:
A Olsen <olsen@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#699380}
-
Lei Zhang authored
Incorrect base::NoDestructor usage generated 6 static initializers. As is, the static global has to be initialized when the program begins. Move the declaration so it becomes a static local constant that is instead initialized on first use. Bug: 537099 Change-Id: Ieb64c7ba476331cd22ae2fb98960301166200d9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1820262Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#699379}
-
Alex Khouderchah authored
CL:1591595 removed kStateDisconnect usage/support from NetworkState because Shill had not been using that Service state for years. $bug led to the conclusion that Shill should have a disconnecting state so that the potentially non-negligible time between beginning a disconnection and completing the disconnection will be clear (both internally to Shill and for Shill D-Bus clients), rather than having the Service Disconnect D-Bus method block until completion. This CL is done in preparation of re-introducing the disconnect state to Shill, such that future Shill CLs will cause Chrome to trigger DCHECKs. Note that many of the changes in CL:1591595 are necessary in order to avoid a future scenario where different usages of the kStateDisconnect state (received from Shill vs Chrome-internal usages) have different semantics. Bug: 989361 Change-Id: I3d2ef136d531a39d5e1f89da77321d1866ac28aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819630 Commit-Queue: Alex Khouderchah <akhouderchah@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#699378}
-
Eugene But authored
Previously Stability.iOS.UTE.HasPossibleExplanation would always be true if OSRestartedAfterPreviousSession is true. But according to M78 UMA OSRestartedAfterPreviousSession is true in more than 50% of UTEs, which suggests that most restarts don't actually cause UTE. Relax the logic to take into account OSRestartedAfterPreviousSession only if battery level at 1%. Also remove deviceWasInLowPowerMode from logging condition as it seem irrelevant. Bug: 1006928 Change-Id: I583f0aaeff842ea058a54315dd27d79537242296 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819884Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Auto-Submit: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#699377}
-
Mark Mentovai authored
When installing from .dmg, the relauncher process is hosted by the helper app in the the newly installed copy. Since it's invoked by the original browser .app running from the .dmg, the path service can't be used to obtain the path. When the bundle layout changed (bug 958976), the path built for the relauncher process executable by the install-from-.dmg wasn't updated. Bug: 1004398 Change-Id: I54da7688c162349efa2db78022b3dffc378f2828 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1822158Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#699376}
-
Peter Kasting authored
Bug: 82078 Change-Id: Ifa6933d2b5e85e4a03f59c0a82ec465c881bf194 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1820320 Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: Andrew Moylan <amoylan@chromium.org> Reviewed-by:
Andrew Moylan <amoylan@chromium.org> Cr-Commit-Position: refs/heads/master@{#699375}
-
Rouslan Solomakhin authored
Before this patch, skip-the-sheet flow on Android would attempt to animate out the browser sheet when showing transaction errors, even though the sheet was not shown. This patch checks for presence of the sheet before animating it. After this patch, the browser checks for existence of the sheet before animating it out. Bug: 952283 Change-Id: I7e7179edce53f10d8d156159192a31e2cc2d5795 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1818223 Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Danyao Wang <danyao@chromium.org> Cr-Commit-Position: refs/heads/master@{#699374}
-
Fredrik Söderquist authored
Per SMIL[1], all the values in a key spline should be within [0, 1], but to be consistent with CSS' timing function, allow y-values to be outside that range (at least for now). While in ParseKeySplinesInternal(...), rename the |pos_*| local variables to something that carries a little bit more semantic meaning. [1] https://www.w3.org/TR/SMIL3/smil-animation.html#adef-keySplines Bug: 1006544 Change-Id: I6baa4085943eca8144605fb0a5c442bc8486ad87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821158Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#699373}
-
George Steel authored
https://github.com/w3c/csswg-drafts/pull/4306 Change-Id: Icb7d01affc85d997e9a3e06f09bae77b4cd915a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1807297Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Commit-Queue: George Steel <gtsteel@chromium.org> Auto-Submit: George Steel <gtsteel@chromium.org> Cr-Commit-Position: refs/heads/master@{#699372}
-
Peter Kasting authored
Bug: 82078 Change-Id: I84094d348d5f012968d4f4db0b0d2ea88f969e15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1820537 Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: Alexander Cooper <alcooper@chromium.org> Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#699371}
-
Mandy Chen authored
The backend changes[1] for localizing devtools leverage the existing webui functionalities, which consume a list of id mappings from the id of a string used in the frontend (i.e. the English string) to the IDS_ key of the string in the corresponding grdp file. Example: const LocalizedString kLocalizedStrings[] = { ... {"Editable", IDS_DEVTOOLS_2c09e798bf8c5a82d211331c82893a0f}, ... } This patch adds scripts that generate the structure. The output will be two files, devtools_ui_strings_map.h and .cc, under <generated files root directory>/chrome/browser/ui/webui (e.g. D:/chromium/src/out/Release/gen/chrome/browser/ui/webui). The design is to create a build step that calls generate_devtools_ui_strings.py, which then calls generate_devtools_ui_strings.js. Integration into the build system will come as a another patch, because it depends on the first set of changes[2]. Example arguments to generate_devtools_ui_strings.js to generate output files (invoke under '--root_gen_dir', e.g. D:/chromium/src/out/release/gen in the example below): ['D:/chromium/src/third_party/node/win/node.exe', 'D:/chromium/src/third_party/blink/renderer/devtools/scripts/build/generate_devtools_ui_strings.js', '--root_gen_dir', 'D:/chromium/src/out/release/gen', '--output_header', 'chrome/browser/ui/webui/devtools_ui_strings_map.h', '--output_cc', 'chrome/browser/ui/webui/devtools_ui_strings_map.cc'] [1]: https://crrev.com/c/1672628 [2]: https://crrev.com/c/1628927 Bug: 941561 Change-Id: Ic03dae24cd074219790c6eec5df3183c24bf15a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1671848Reviewed-by:
Yang Guo <yangguo@chromium.org> Commit-Queue: Mandy Chen <mandy.chen@microsoft.com> Cr-Commit-Position: refs/heads/master@{#699370}
-
Peter Kasting authored
Bug: 82078 Change-Id: Iaa5d62ebb39e94c7a83b627c4ae75534e7b7223f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1820016 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#699369}
-
Abigail Klein authored
Bug: 959368, 785493 Change-Id: I291305ac9f12eba161e369e71e46e0bee1c537a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816804 Commit-Queue: Abigail Klein <abigailbklein@google.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#699368}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/3c049a34714d..01f7e545a37e git log 3c049a34714d..01f7e545a37e --date=short --no-merges --format='%ad %ae %s' 2019-09-24 jmadill@chromium.org Vulkan: Make SharedResourceUse a custom type. Created with: gclient setdep -r src/third_party/angle@01f7e545a37e 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: If77976bfde79481aee3227d1c9e3940a3b6218ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821958Reviewed-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@{#699367}
-
Friedrich Horschig authored
This CL adds the grd file for touch to fill strings to the translation expectations which should unblock starting the pipeline. Bug: 1006869 Change-Id: I28888d550aab6cad5d6c880387d0e6de75d3ee5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1820797Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#699366}
-
Rune Lillesveen authored
Bug: 1004647 Change-Id: Ic78a40f06ba80aa90a62a85641ecb6468ac2abb6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821080 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#699365}
-
Roman Sorokin authored
Bug: 922689 Change-Id: I44e7b3df06cbd522076a65caeee288fd494afb71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1820577Reviewed-by:
Denis Kuznetsov <antrim@chromium.org> Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#699364}
-
Moja Hsu authored
From this CL:1643677, R8 as texture source was removed. We need to remove it in the chrome side too. Bug: b:141328294 Test: CCA works on kukui. Change-Id: I6ea25754f5217d53f82dc019cf6a9134e719c4aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816005Reviewed-by:
Ricky Liang <jcliang@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Ricky Liang <jcliang@chromium.org> Cr-Commit-Position: refs/heads/master@{#699363}
-