- 30 May, 2019 40 commits
-
-
Harald Alvestrand authored
This reverts the revert https://chromium-review.googlesource.com/c/chromium/src/+/1636231 which couldn't be reverted using "reland". Reason for reland: Flakiness seems to have been caused by leftover -expect files, not this patch. TBR=hbos@chromium.org Bug: chromium:966798 Change-Id: I450908dd3f49a8ae96bec2ba84c2812c40174e9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635811 Commit-Queue: Harald Alvestrand <hta@chromium.org> Reviewed-by:
Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#664669}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/859f7108a5af..2d25d871d3b1 git log 859f7108a5af..2d25d871d3b1 --date=short --no-merges --format='%ad %ae %s' 2019-05-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src b3e0873d..97d3c908 (529 commits) Created with: gclient setdep -r src/third_party/skia@2d25d871d3b1 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll 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=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=kjlubick@google.com Change-Id: If371f226b959dcc49e3138e460208f484cd0eb59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636925Reviewed-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@{#664668}
-
Wei-Yin Chen (陳威尹) authored
Besides frame rate and dirty time span, also measure max frame interval in the Tab-to-Grid animation. Bug: 964406 Change-Id: I0e593bcd605b6a0664243ad81db4cfce1f5494bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636585Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#664667}
-
Takuto Ikuta authored
I forgot to rename builder in https://chromium-review.googlesource.com/c/chromium/src/+/1636662 This is to fix error happening in https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/WebKit%20Linux%20MSAN https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/WebKit%20Linux%20ASAN https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/WebKit%20Linux%20Leak Bug: 954450 Change-Id: Ic1b7b56f0e54526a2f8910e557e8869dd6600279 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636991 Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Reviewed-by:
Fumitoshi Ukai <ukai@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#664666}
-
Leon Han authored
With https://chromium-review.googlesource.com/c/chromium/src/+/1617045, our ServiceWorkerHostAssociatedPtr starts to use ServiceWorkerGlobalScope's "kInternalIPC" task runner, however, as this Mojo connection is just associated on the dedicated message pipe for blink.mojom.ServiceWorker interface, i.e. not associated on the legacy IPC channel, "kInternalDefault" should be the choice insteadly according to https://groups.google.com/a/chromium.org/d/msg/platform-architecture-dev/grbXI-bh6Rk/n5gQ88QUBgAJ. BUG= Change-Id: If51b1b62642205339d423a451dabf1f4b9524b56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628222Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Leon Han <leon.han@intel.com> Auto-Submit: Leon Han <leon.han@intel.com> Cr-Commit-Position: refs/heads/master@{#664665}
-
Chih-Yu Huang authored
DmabufVideoFramePool is used to allocate and recycle DMA-buf backed VideoFrames. It is used by hardware accelerated video decoder. Besides allocating and recycling VideoFrame, it also provide these functions: - Limit the number of buffers to prevent client from draining the memory. - Query the original frame by the wrapped frame. BUG=941330 TEST=media_unittests Change-Id: I368d620fa0c8fb2b1a03c3479c08bad54acd55da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1527911 Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Auto-Submit: Chih-Yu Huang <akahuang@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#664664}
-
Wei-Yin Chen (陳威尹) authored
Make TabListContainerProperties#INITIAL_SCROLL_INDEX an object property instead of int property, in order to trigger binder no matter whether the int value is changed or not. This CL should be no-op, but would unlock TabListRecyclerView optimizations later. Bug: 964406 Change-Id: I3c99ca186dc475e8b7736379812448f3a5b82ce1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636188 Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Cr-Commit-Position: refs/heads/master@{#664663}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/d4b11f4c9383..069773abcb3e Created with: gclient setdep -r src-internal@069773abcb3e The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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=luci.chrome.try:linux-chromeos-chrome TBR=ricea@google.com,jeffreycohen@google.com,seblalancette@google.com,mkwst@google.com Change-Id: Ib4b71bc9ebd5884c7c5ef6ddf12f5b137a936f6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636924Reviewed-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@{#664662}
-
Hayato Ito authored
This is a follow-up CL for https://crrev.com/c/1623611. |ServiceWorkerProviderHost::web_contents_getter_| can be created from |frame_tree_node_id| in ctor. |web_contents_getter_| can be const. This makes code a bit clean. Bug: 623464 Change-Id: I8e8258a2e2579de2ef2e8e29a4da289d39b0346f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623664 Commit-Queue: Hayato Ito <hayato@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#664661}
-
Jia authored
The new values are based on experiment results. Bug: 881215 Change-Id: I0a3e4ced061902ea3097887bad7ca1dcd73384ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633892Reviewed-by:
Andrew Moylan <amoylan@chromium.org> Commit-Queue: Jia Meng <jiameng@chromium.org> Cr-Commit-Position: refs/heads/master@{#664660}
-
Simon Que authored
Builders migrated (CI / CQ): - Linux ARM / linux_arm - Linux Builder (dbg) / linux_chromium_dbg_ng - Linux Builder (dbg)(32) / linux_chromium_dbg_32_ng - Linux CFI / linux_chromium_cfi_rel_ng - Linux MSan Builder / linux_chromium_msan_rel_ng - Afl Upload Linux ASan - CFI Linux CF - Leak Detection Linux / leak_detection_linux - WebKit Linux Trusty ASAN - WebKit Linux Trusty Leak / layout_test_leak_detection - WebKit Linux Trusty MSAN / linux-trusty-webkit-msan-rel - VR Linux / linux_vr - Mojo Linux / linux_mojo R=bpastene@chromium.org, jbudorick@chromium.org, tikuta@chromium.org, ukai@chromium.org, yyanagisawa@chromium.org Bug: 950413 Change-Id: I56d61e7e81b73f7dcd22079cacd690d239638aa0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1634109Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Simon Que <sque@chromium.org> Cr-Commit-Position: refs/heads/master@{#664659}
-
Lukasz Anforowicz authored
This CL implements SiteIsolation.XSD.Browser.Blocked.CanonicalMimeType to help assess the real-world impact of adding the "NeverSniffed" category during M76. We expect the impact to be minimal - the new UMA should help verify that. Bug: 802836 Change-Id: I12e2a8213ca4df8dfa5746677069091c20950f8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631893 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Auto-Submit: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#664658}
-
Lukasz Anforowicz authored
This helps ensure that following a most-visited link from an NTP will results in `Sec-Fetch-Site: none` and will have SameSite cookies attached (just like clicking a bookmark via Chrome UI, or similarly to typing the URL in the omnibox). This is consistent with a high-level requirement to treat NTP-initiated navigations as if they were initiated through trusted browser UI, not through a web content. - Before this CL, NTP navigations would set |is_renderer_initiated| to false, would reset |referrer| to be empty and would always use a hardcoded ui::PAGE_TRANSITION_AUTO_BOOKMARK |transition|. - After this CL, NTP navigations will also set |initiator_origin| to none (i.e. to |base::nullopt|). Bug: 946489, 963544 Change-Id: I9be502c706729811767158602209541159415450 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615667 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Ramya Nagarajan <ramyan@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#664657}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/56543311ae75..859f7108a5af git log 56543311ae75..859f7108a5af --date=short --no-merges --format='%ad %ae %s' 2019-05-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader ca8e3d7c153e..37bc82ac64f5 (11 commits) Created with: gclient setdep -r src/third_party/skia@859f7108a5af The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll 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=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=kjlubick@google.com Change-Id: I9760224ec73781aa0479f5f6b5a423ac42c79da4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636620Reviewed-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@{#664656}
-
Yutaka Hirano authored
No one uses it. Bug: 914739 Change-Id: I34d0211d4f9ca1edc475de653cfbecb077e45bb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1619524Reviewed-by:
Alexei Filippov <alph@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#664655}
-
tzik authored
CanvasAsyncBlobCreator runs tasks as an idle task, and report the result directly from the idle task runner. That implies an author JS code may run on non-frame-associated task runner. After this CL, the result is reported on the per-frame task runner for finer control of the scheduler. Bug: 961186 Change-Id: I761bd5a5939865d2b06291b3ca8c9b4379572850 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631037Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#664654}
-
tzik authored
The result of Quota API is handled on the default TaskRunner, though it should use per-frame one for finer priority control. Bug: 961186 Change-Id: I6fb1ba2912ee8d3eb79802dd6f3933210b9058e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631262Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#664653}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/9a7ea23c1933..d4b11f4c9383 Created with: gclient setdep -r src-internal@d4b11f4c9383 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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=luci.chrome.try:linux-chromeos-chrome TBR=ricea@google.com,jeffreycohen@google.com,seblalancette@google.com,mkwst@google.com Change-Id: Ibe925ade1813642891aa08302cc0ff878b42801c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636619Reviewed-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@{#664652}
-
Nate Fischer authored
No change to logic, only docs. This adds a README file to explain WebView Safe Browsing support, and documents how to add new Safe Browsing threats. Bug: 918221, 934597 Test: tools/md_browser/md_browser.py Test: Upload to gerrit > open file > click "gitiles" Change-Id: I962183b4be247ba6c6fa81493bba5028b1972ad9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546640Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#664651}
-
Joel Hockey authored
Bug: 957477 Change-Id: Iadf051e96bb9f493edf4c048ca642a7794c6b48e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636656 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#664650}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/7760fd2dff7d..601317b5ca39 git log 7760fd2dff7d..601317b5ca39 --date=short --no-merges --format='%ad %ae %s' 2019-05-30 dberris@chromium.org SheriffRedux: Implement a luci-config client Created with: gclient setdep -r src/third_party/catapult@601317b5ca39 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll 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=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 BUG=chromium:953181 TBR=zhanliang@google.com Change-Id: I208797a67545c694ef24de4a7a79e7e316bf24aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636617Reviewed-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@{#664649}
-
Alan Cutter authored
This CL hides the omnibox PWA install icon for installable sites if the related_applications field lists an Android app that's already installed on Chrome OS or could be installed and prefer_related_applications is true. Example manifest field: related_applications: [{ "platform": "play", "id": "<App package name>" }] Bug: 949430 Change-Id: I1a8f4f5a8f0ec73f4919e30f54c0e9d82db6107d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631256 Commit-Queue: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#664648}
-
Yuwei Huang authored
This CL implements FtlHostChangeNotificationListener, which listens to host status change on FtlSignalStrategy and calls the OnHostDeleted() callback once the host is deleted on directory. Bug: 968338 Change-Id: I9c3abc571b101249554f88558d71a7cd24500617 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636482 Commit-Queue: Joe Downing <joedow@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#664647}
-
Klaus Weidner authored
GVR's built-in elbow model for the 3DoF controller requires a head pose to calculate an estimated torso rotation and the elbow angles derived from that. Passing this through needed some restructuring of the SendVSync logic to handle asynchronous updates while avoiding duplicate pose calculations. This also fixes the stuck-in-place controller on Lenovo Mirage, a 6DoF headset with a 3DoF controller. Bug: 968193 Change-Id: I14e95299a1e8134b1755a6ca14459b710f598c1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636830Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#664646}
-
Lambros Lambrou authored
This migrates the start_host tool to access the new Directory API using gRPC. Bug: 968326 Change-Id: Iac944cfe1d072b977f0d71feb7ad3e30f168e385 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636671 Auto-Submit: Lambros Lambrou <lambroslambrou@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#664645}
-
Takuto Ikuta authored
This is a reland of 622d8879 See comment in https://chromium-review.googlesource.com/c/chromium/src/+/1636661/2#message-21d8ed45102c658af375ee5a584bef965feaaa9f Original change's description: > Drop Trusty from WebKit Linux builders > > I applied following command to renmae > $ git grep --name-only 'WebKit Linux Trusty ' testing/ infra/ | \ > xargs sed -i 's/WebKit Linux Trusty /WebKit Linux /g' > > This is step 3 written in > https://chrome-internal-review.googlesource.com/c/infradata/config/+/1341927 > > Bug: 954450 > Change-Id: Ia29366bcdb60d7b28b44964a89d0033855866b8a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635069 > Reviewed-by: John Budorick <jbudorick@chromium.org> > Reviewed-by: Ben Pastene <bpastene@chromium.org> > Commit-Queue: Takuto Ikuta <tikuta@chromium.org> > Cr-Commit-Position: refs/heads/master@{#664591} TBR=bpastene, jbudorick Bug: 954450 Change-Id: I667fed6c433a9e7b5b8e285596025de04b417be7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636662Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#664644}
-
John Abd-El-Malek authored
components_unittests and unit_tests still keep it disabled as they have more tests to convert. Bug: 966633 Change-Id: I93cfaf4f91d201db15923c754cef38317ac110a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635771Reviewed-by:
Robbie McElrath <rmcelrath@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#664643}
-
Fergus Dall authored
crrev.com/c/1611434 added a signal to CiceroneClient, but I forgot to add it to OnSignalConnected which is not triggering a NOTREACHED on startup. This CL corrects that. Bug: 937748 Change-Id: I43078de38312da0db554279132f5f22844d91f13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636658 Commit-Queue: Fergus Dall <sidereal@google.com> Auto-Submit: Fergus Dall <sidereal@google.com> Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#664642}
-
Rakina Zata Amni authored
Callers to IsKeyboardFocusable & IsFocusableStyle are guaranteed to call with style-clean for the document, except for elements within a locked subtree, because they are skipped in normal style recalc traversals. This CL makes sure we force the style recalc for elements in a locked subtree in IsFocusableStyle. Bug: 966483 Change-Id: I576604851accac118a3569eddeb129660b61e38d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636989Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Cr-Commit-Position: refs/heads/master@{#664641}
-
Zhenyao Mo authored
Right now some tests depend on previous tests' global states setting to be able to run correctly. This CL is set these states correctly for these tests so they can run independently from previous tests. BUG=968345 TEST=gl_unittests with --gtest_filter=SkipVideoLayerEmptyContentsRect|NV12SwapChain R=sunnyps@chromium.org Change-Id: I535b70065971e2803a09c1cedf7e243a4df6ace5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633534 Commit-Queue: Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#664640}
-
Jamie Walch authored
Responding to reviewer feedback on https://chromium-review.googlesource.com/c/chromium/src/+/1633969 Change-Id: I6e68d418e4e5066e6e8a18856a89f68bccbee116 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636469Reviewed-by:
Joe Downing <joedow@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#664639}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/fc230bf93695..9a7ea23c1933 Created with: gclient setdep -r src-internal@9a7ea23c1933 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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=luci.chrome.try:linux-chromeos-chrome TBR=ricea@google.com,jeffreycohen@google.com,seblalancette@google.com,mkwst@google.com Change-Id: I3a4cd7db8d6e9864828166873d4f8c480fd1c9f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636616Reviewed-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@{#664638}
-
Yuwei Huang authored
There is a bug in heartbeat sender's backoff logic such that the backoff is not capped to a maximum retry interval. This CL: * Fixes the bug by switching to use BackoffEntry * Adds unittests * Adds LOG to help future debugging Change-Id: Idd737d2c8edfec326adf394eef5ee6857d757287 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636829 Commit-Queue: Joe Downing <joedow@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#664637}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=abdulsyed@chromium.org Change-Id: Idc698f32b8e234b20b8d14118a1ac45ff4ddefaa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637029Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#664636}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 2a2bfdfe. With Chromium commits locally applied on WPT: e90c6ef0 "NG/DL: Implement size containment (and display lock) for NG fieldset algo" abf2ac5e "webrtc wpt: avoid race conditions" d9a6ec05 "[MediaStreamTrack] Remove tests and existing support for the 'volume' property." 0882bebe "Change ICE connection state on transceiver changes" 1bbbd106 "Add feature policy for client hints, used for third-party subresources." 2229f484 "Revert "Change ICE connection state on transceiver changes"" ab94a58b "Add the remaining Client Hints to Feature Policy." fa044597 "Fix issue with inline WebXR sessions returning null viewports" 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 Directory owners for changes in this CL: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=raphael.kubo.da.costa No-Export: true Change-Id: I6e16dcb0f809b01ee3d99b1146199c803a2d4ce9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636832Reviewed-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@{#664635}
-
Ben Kelly authored
Move the LegacyCacheStorageManager created in crrev.com/c/1626503 into a separate set of files in the legacy sub-directory. Note, many of the changes in this CL are simply to add includes that external clients used to get from cache_storage_manager.h. Bug: 940449,960012 Change-Id: I6ed9c492546f6b44609b0aed4f13fa4bd7ca66d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1632000 Commit-Queue: Ben Kelly <wanderview@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#664634}
-
John Abd-El-Malek authored
Ensure that SharedWorkerServiceImplTest tests don't make network requests when the network service is enabled. When Network Service (PlzWorker) is enabled WorkerScriptFetchInitiator::CreateScriptLoaderOnIO makes a network request before running the callback that the tests wait for. Pass in a testing URLLoaderFactory that gives bogus data to avoid network requests. Bug: 966633 Change-Id: I373791ba659b9056560fe7d151259607cc0336c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636253 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#664633}
-
Gabriel Marin authored
This is a reland of fa4a217a Original change's description: > Make the new tcmalloc the default for Chrome OS > > The new tcmalloc has been enabled on three Chrome OS boards since R72, > and on ten additional boards accounting for over 50% of users in the > wild since R75. It has also been the default on Linux for over one month. > > BUG=chromium:724399,b:70905156 > > Change-Id: Id1f49f66a963c9a327edeee3e85d0d128c9de78c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1630233 > Commit-Queue: Gabriel Marin <gmx@chromium.org> > Reviewed-by: Dirk Pranke <dpranke@chromium.org> > Cr-Commit-Position: refs/heads/master@{#664303} Bug: chromium:724399, b:70905156 Change-Id: I3f377fc3094c7231b4282ccdd3d56cb4dd3d463c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636615Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Gabriel Marin <gmx@chromium.org> Cr-Commit-Position: refs/heads/master@{#664632}
-
Jia authored
Bug: 881215 Change-Id: Ie467687d488068b5bab5b3551ccad07c8f81ea9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631913Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Andrew Moylan <amoylan@chromium.org> Commit-Queue: Jia Meng <jiameng@chromium.org> Cr-Commit-Position: refs/heads/master@{#664631}
-
Eugene But authored
This reverts commit f7f90b37. Reason for revert: crbug.com/968296 Original change's description: > Compile some ios_chrome_web_egtest files with EG2. > > This CL makes changes to the files, so they either compiled without (or > with fewer) errors with EG2. Updated EG1 build target with proper EG1 > defined. > > This CL does not add files to EG2 target, because tests are failing > because of EG2 helper absence. > > Bug: 922813 > Change-Id: I0fbb023d5861405a7324521c0f34f114ec29868e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1632591 > Commit-Queue: Eugene But <eugenebut@chromium.org> > Auto-Submit: Eugene But <eugenebut@chromium.org> > Reviewed-by: Rohit Rao <rohitrao@chromium.org> > Cr-Commit-Position: refs/heads/master@{#663853} TBR=rohitrao@chromium.org,eugenebut@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 922813 Change-Id: I11bf5065050ce2eb6837001be0ba89472ed1e428 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636922Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#664630}
-