- 04 Jun, 2019 40 commits
-
-
Maksym Onufriienko authored
Convert sync-methods to compile under EG2: -numberOfSyncEntitiesWithType -injectBookmarkOnFakeSyncServerWithURL -triggerSyncCycleForType -injectTypedURLOnFakeSyncServer -deleteAutofillProfileOnFakeSyncServerWithGUID Bug: 922813 Change-Id: I0b74ecf5061915c9424721845be830128956aea6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628605 Commit-Queue: Maksym Onufriienko <monufriienko@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#665812}
-
Kent Tamura authored
Our serializer detected serialization type with |node.GetDocument() .IsHTMLDocument()|. Usually it stays with a single value during a single serializer call. However, <template>'s content can be owned by a document different from the <template>. We should store serialization type detected with the specified node. * Change SerializationType enum items: kAsOwnerDocument / kForceXML ==> kHTML / kXML * SerializeAsHTMLDocument() doesn't need an argument. Also, rename it to SerializeAsHTML() for simplicity. Bug: 968079 Change-Id: I4e7b20068eb4518a53d0fbf0341fd114498a3231 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1640584Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#665811}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/0183a1fe6c99..0f476788122d git log 0183a1fe6c99..0f476788122d --date=short --no-merges --format='%ad %ae %s' 2019-06-04 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-06-04 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-06-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-06-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@0f476788122d The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-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. TBR=agable@chromium.org Change-Id: Ie1e11dfe96fcb2a096b58cfd6018a2440ad77840 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642278Reviewed-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@{#665810}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/d8f5a88aa71a..455e2d59031c git log d8f5a88aa71a..455e2d59031c --date=short --no-merges --format='%ad %ae %s' 2019-06-04 gbiv@google.com artifact_stages: upload LLVM's HEAD SHA with PGO artifacts 2019-06-04 satyamsetti@google.com Issue 134067279: Enable CI builds for VCA COS image. Created with: gclient setdep -r src/third_party/chromite@455e2d59031c The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Change-Id: I78ffbcb6e111f5cde5ce7e7ba12468416cdeb2ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1640808Reviewed-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@{#665809}
-
Wei-Yin Chen (陳威尹) authored
After Grid Tab Switcher (GTS) can be lazily cleared (added in http://crrev.com/c/1636621), when showing Tab-to-Grid transition animation while GTS is not cleared yet, a scrolling animation can be seen. This CL fixes that by disabling scroll animation when playing transition animation. Bug: 968822 Change-Id: Id067065808dfc40bd608b3b0c6b80ed735e547aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1641809Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#665808}
-
James Cook authored
This is a port of the "settings menu" tests from chrome/test/data/webui/settings/settings_menu_test.js For now, we have a similar menu, so we use similar tests. Change the browsePreload to chrome://os-settings/ so tests can load resources that only exist in the OS settings GRD. Bug: 967876 Test: browser_tests Change-Id: I12470ec43eeb0b1e588d1442ba26eacd6b5637b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636640 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#665807}
-
Yutaka Hirano authored
It's moved to platform/instrumentation/. Bug: 963306 Change-Id: Ifcfd77367705dcfcdc6ae6796b2759c46f45825c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642769 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#665806}
-
Darren Shen authored
This reverts commit 906024f5. Reason for revert: Perfetto roll seems to break compile: https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8911612852241220240/+/steps/compile/0/stdout?format=raw Original change's description: > tracing: Add thread names and types to perfetto traces and roll perfetto > > Roll src/third_party/perfetto/ fc15cad36..3cd1230c5 (6 commits) > > https://android.googlesource.com/platform/external/perfetto.git/+log/fc15cad36895..3cd1230c5eb3 > > $ git log fc15cad36..3cd1230c5 --date=short --no-merges --format='%ad %ae %s' > 2019-06-03 ssid Fix idle_alloc.cc build > 2019-06-03 ssid Rename the thread names in ChromeThreadType to specify chrome > 2019-06-03 fmayer Update trace_to_text for heap_profile. > 2019-06-03 lalitm perfetto: add java proto targets and fix compile > 2019-06-03 lalitm docs: add toc entry and fix some links > 2019-05-31 fmayer Use IDLE bit instead of referenced bit. > > Created with: > roll-dep src/third_party/perfetto > > Depends on aosp/973864. > > Change-Id: Ib57d2b9005fea04673c133e8f5aed19fddcf4a29 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637680 > Commit-Queue: ssid <ssid@chromium.org> > Reviewed-by: Eric Seckler <eseckler@chromium.org> > Cr-Commit-Position: refs/heads/master@{#665798} TBR=ssid@chromium.org,eseckler@chromium.org Change-Id: I26be2dd8e6af0038f623d4b306124d2b54f758dd No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642748Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#665805}
-
Emily Stark authored
This CL adds a new WebContentsObserver, LoginTabHelper, which observes completed navigations that have HTTP auth error status codes and associated auth challenge info. When LoginTabHelper observes such a navigation, it shows a login prompt on top of it. This is a step on the way to converting the HTTP auth interstitial to committed interstitials: when a main-frame cross-origin navigation receives an auth challenge, the HTTP body is committed (already implemented in https://crbug.com/963311), and the login prompt is shown on top of it (this CL). To accomplish this, this CL also includes some extra plumbing to surface the AuthChallengeInfo from the request. The AuthChallengeInfo is exposed on the NavigationHandle so that LoginTabHelper can read it and use it to trigger the login prompt. Bug: 963313 Change-Id: I9f0cdbf2a00efcfd5d9e4e3c629d9cc52746cc00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636985Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
Carlos IL <carlosil@chromium.org> Commit-Queue: Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#665804}
-
Anand K. Mistry authored
The indicator is enabled using the show-loading attribute. This will be used by the SMB add share dialog to indicate that share discovery is occuring in the background. BUG=945188 Change-Id: I329e1c2192f54fb7c4338fb2fd7db0f811ff4e80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631154Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#665803}
-
Bailey Berro authored
In https://chromium-review.googlesource.com/c/chromium/src/+/1616999 hidden tag was removed making the "Connect to the internet to add a printer" string appear on the NFS settings page. This div should not have existed on the NFS page in the first place (whoops), but it wasn't showing up so no one noticed. Bug: 968840 Change-Id: If3f4418be2789e47951da6a2e27e6621f4e9b07d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637999 Auto-Submit: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#665802}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/fd813d113185..e5eebb43fb04 git log fd813d113185..e5eebb43fb04 --date=short --no-merges --format='%ad %ae %s' 2019-06-04 dberris@chromium.org SheriffRedux: Move config poller to main service Created with: gclient setdep -r src/third_party/catapult@e5eebb43fb04 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=charliea@google.com Change-Id: I07c2f7cd22fa6215b81f5958316150e6782a92ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1640807Reviewed-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@{#665801}
-
Stefan Zager authored
A couple of flaky render throttling tests appear to have been un-flaked, probably by recent changes to the render throttling code, in particular this one: https://chromium-review.googlesource.com/c/chromium/src/+/1600078 timer-throttling-hidden-page.html turned flaky in 2015 and was disabled in 2017. In 2018, the test was changed to remove references to visibility=prerender, but the expectations were never updated (presumably because the test was disabled). BUG=956547,520170,956354 R=chrishtr@chromium.org Change-Id: Id49f0449a091b3ba548f64bc43576a16bce83e35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642031Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#665800}
-
Asanka Herath authored
DLOPEN_KERBEROS is a flag used to control whether the GSSAPI library should be loaded at runtime (via dlopen()) or linked to statically. The latter is used by some Linux distributions. Unfortunately this flag was not being passed to the net_unittests target, which resulted in the corresponding tests to not be compiled all these years. This CL moves DLOPEN_KERBEROS from being a compiler flag to being a buildflag in net_buildflag.h. This increases the visibility of DLOPEN_KERBEROS substantially, but is consistent with its sibling USE_KERBEROS. Ideally this buildflag should be called DLOPEN_GSSAPI which will happen after an announcement on net-dev@. Bug: 927182 Change-Id: I6d886595fcebabb222436113ea60f8879e08910d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639345 Commit-Queue: Asanka Herath <asanka@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#665799}
-
Siddhartha S authored
Roll src/third_party/perfetto/ fc15cad36..3cd1230c5 (6 commits) https://android.googlesource.com/platform/external/perfetto.git/+log/fc15cad36895..3cd1230c5eb3 $ git log fc15cad36..3cd1230c5 --date=short --no-merges --format='%ad %ae %s' 2019-06-03 ssid Fix idle_alloc.cc build 2019-06-03 ssid Rename the thread names in ChromeThreadType to specify chrome 2019-06-03 fmayer Update trace_to_text for heap_profile. 2019-06-03 lalitm perfetto: add java proto targets and fix compile 2019-06-03 lalitm docs: add toc entry and fix some links 2019-05-31 fmayer Use IDLE bit instead of referenced bit. Created with: roll-dep src/third_party/perfetto Depends on aosp/973864. Change-Id: Ib57d2b9005fea04673c133e8f5aed19fddcf4a29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637680 Commit-Queue: ssid <ssid@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#665798}
-
Eric Willigers authored
The flag has been stable since https://chromium-review.googlesource.com/1175124 BUG=653531 Change-Id: I75a310aa9f92a08aa176bfe57e12e1e86c921d58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1616929Reviewed-by:
Harald Alvestrand <hta@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#665797}
-
Wez authored
The WorkerThreadRegistry and its tests make invalid assumptions about PlatformThreadId values, leading these tests to flake, particularly on 64-bit platforms which do not recycle kernel object identifiers. TBR=falken@chromium.org Bug: 969562, 970088 Change-Id: I19fa473e08a7cec301944adc577c0df88ffab6a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1640809Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#665796}
-
Daniele Castagna authored
Exo exposes zwp_linux_explicit_synchronization wayland protocol that allows clients to request explicit synchronization for buffers on a per-surface basis. Exo protocol implementation currently waits for the fence on the CPU before sending the surface content to the display compositor. This CL propagates the in fence from Exo to the SharedImage implementation on the GPU service side and inserts a server wait on the actual GPU driver. Bug: 865708 Test: wayland_explicit_synchronization_client --use-drm=i915 on atlas Change-Id: I90f6eee8a959159a2342400918e3f75a8c38b783 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611102 Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Reviewed-by:
Alexandros Frantzis <alexandros.frantzis@collabora.com> Cr-Commit-Position: refs/heads/master@{#665795}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: I54c33c9ad552806282c557d17921eb86ae36e03b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642791Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#665794}
-
Erik Luo authored
Revert "Devtools: Add performance histogram to track how long it takes for remote modules to be loaded from the devtools frontend." This reverts commit f89ff9d8. Reason for revert: crbug.com/968425 Original change's description: > Devtools: Add performance histogram to track how long it takes for remote modules to be loaded from the devtools frontend. > > > Change-Id: Icc4249a00e04f008f8c1d1b5bda97a31333822e9 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610460 > Reviewed-by: Alex Ilin <alexilin@chromium.org> > Reviewed-by: Joel Einbinder <einbinder@chromium.org> > Commit-Queue: Jose Leal <joselea@microsoft.com> > Cr-Commit-Position: refs/heads/master@{#663806} TBR=pfeldman@chromium.org,einbinder@chromium.org,alexilin@chromium.org,jeffish@microsoft.com,jalissia@microsoft.com,joselea@microsoft.com # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: If3bf03d9b44317b9a03cfc742caad097afedcf3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639668Reviewed-by:
Erik Luo <luoe@chromium.org> Commit-Queue: Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#665793}
-
Roger Tawa authored
This CL depends on cl/1614059 which adds the underlying reporting channel. Bug: 953698 Change-Id: I5aa354eba516f5d74c0686342b7d6ed018f046de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626500 Commit-Queue: Roger Tawa <rogerta@chromium.org> Reviewed-by:
Nathan Parker <nparker@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#665792}
-
Hayato Ito authored
Authentication dialog is not shown when ServiceWorker returns 401 response. This CL addresses that in a similar manner as https://crrev.com/c/1290435 did, adding |window_id| on OnAuthRequired requests, however, unlike the client certificate case, we'll need even more plumbing for this bit because LoginHandlerDelegate needs to know whether a request is for the main frame or a subframe. This CL is effective only when Network Service is enabled. No behavior change on platforms where Network Service is disabled. Regarding the behavior of basic access auth login prompt, the prompt is always shown, regardless of any combination of mainframe/subframe and mainresource /subresource. In summary, the behavior of login prompt became as follows: | | TOT | TOT (via SW) | With CL | With CL (via SW) | | mainframe-mainresource | prompt | no prompt | prompt | prompt | | mainframe-subresource | prompt | no prompt | prompt | prompt | | subframe-mainresource | prompt | no prompt | prompt | prompt | | subframe-subresource | prompt | no prompt | prompt | prompt | Regarding tests, I confirmed that basic access authentication dialog is surely shown for main resources (and sub resources), using the repro case reported in the bug, manually, as well as adding a new browsertest for basic auth. This CL added new browsertest to service_worker_basic_tls_browsertest.cc, however, which is not renamed yet for easier reviewing. We'll rename in a follow-up CL. Bug: 623464,963748 Change-Id: I01284b73b7af5de1e8a25112f2b06d50efe8dcc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614723Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#665791}
-
Chris Harrelson authored
This is behind the BlockHTMLParserOnStyleSheets runtime enabled flag. See "longer term" for the way this works: https://github.com/chrishtr/rendering/blob/master/stylesheet-loading-behavior.md TBR=futhark@chromium.org Bug: 891767 Change-Id: I810469cb3eac0eea16a99ec785c14693220f2c32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635855 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#665790}
-
Nick Harper authored
TBR=rsleevi@chromium.org Change-Id: Ia0d9e8516edc68537098a5cf7554262dba033f6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1640536Reviewed-by:
Nick Harper <nharper@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: Ryan Sleevi <rsleevi@chromium.org> Auto-Submit: Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#665789}
-
Yuzu Saijo authored
This CL makes the task runners for IPC messages freezable. In the follow up CL, I will filter out some messages that should not be frozen. ( https://bugs.chromium.org/p/chromium/issues/detail?id=970080 ) Change-Id: I444f8db6377f2524f2a4f7c876af78e901be865d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627834 Commit-Queue: Yuzu Saijo <yuzus@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#665788}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/5219e9dc747d..b75606a39adb git log 5219e9dc747d..b75606a39adb --date=short --no-merges --format='%ad %ae %s' 2019-06-04 tsepez@chromium.org Remove stray dependence from fxfa/parser to fpdfapi. 2019-06-03 nigi@chromium.org Replaced redundant checks with a boolean variable. 2019-06-03 thestig@chromium.org Limit the input for PDF417 barcodes. 2019-06-03 tsepez@chromium.org Move CPDF_ModuleMgr::kFileBufSize to CPDF_Stream. Created with: gclient setdep -r src/third_party/pdfium@b75606a39adb The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-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. BUG=chromium:960176 TBR=pdfium-deps-rolls@chromium.org Change-Id: Id5c04e2147d32f6a7873fd926d6212c84f08637f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642569Reviewed-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@{#665787}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/10b2ea3b463e..d8f5a88aa71a git log 10b2ea3b463e..d8f5a88aa71a --date=short --no-merges --format='%ad %ae %s' 2019-06-04 nya@chromium.org chromeos_config: Switch caroline-pfq from NYC to PI. 2019-06-04 seanabraham@chromium.org risk_report: Delete all risk report code in Chromite Created with: gclient setdep -r src/third_party/chromite@d8f5a88aa71a The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Change-Id: I74ff2ef8c712d15ef48a1fea6e985162850e113c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1641435Reviewed-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@{#665786}
-
Timothy Loh authored
This CL wires up the signal for plugin vm state changes and uses it to improve the launching experience. If we are in a suspending, stopping, resetting, or pausing state, we now wait for the operation to complete before starting the vm rather than simply failing to launch the vm. In these case we also show a spinner in the shelf. As we can now keep track of the state of the vm, we also update the shelf and launcher context menu to not show the Shut Down option when the VM is not actually running. Bug: 940319 Change-Id: Ic0141275fce0ec792d6aa809ebb50d2f944be6c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1640777 Commit-Queue: Timothy Loh <timloh@chromium.org> Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#665785}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/72240f63d231..fd813d113185 git log 72240f63d231..fd813d113185 --date=short --no-merges --format='%ad %ae %s' 2019-06-04 rmhasan@google.com Reland "[Typ] Use a file to store sub process output" Created with: gclient setdep -r src/third_party/catapult@fd813d113185 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:960833,chromium:960606,chromium:952105,chromium:967922 TBR=charliea@google.com Change-Id: Ia209ccd5aea99c00b10006b295e932bf6a16afb6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642573Reviewed-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@{#665784}
-
Gyuyoung Kim authored
Though Web IDL spec removed [PrimaryGlobal] and made [Exposed] required [1], many blink's IDL files have not followed it yet. So, this CL adds the keyword to the IDL files which don't have the keyword yet in the renderer/core/animation directory. [1] https://github.com/heycam/webidl/issues/365 Bug: 963267 Change-Id: I7f0616ef9ead191909aed5ae4b56940401cf7ccf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1640745Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#665783}
-
dpapad authored
Bug: 854268 Change-Id: I4effa4e6218494313ad61f61caec2cc31d0dc132 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1640162 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#665782}
-
Yutaka Hirano authored
As a preparation for removing core/frame/use_counter.h, replace include directives to core/frame/use_counter.h with platform/instrumentation/use_counter.h. Bug: 963306 Change-Id: I0dce48d5d59e2fdcf2b821d18cf89d8e997f3313 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642488 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Auto-Submit: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#665781}
-
Ryan Hamilton authored
https://quiche.googlesource.com/quiche.git/+log/b417d60c04d8..68d15a821c88 $ git log b417d60c0..68d15a821 --date=short --no-merges --format='%ad %ae %s' 2019-05-31 quiche-dev Propagate receive_timestamp and lost message frames from QUIC to WebRTC. 2019-05-31 wub gfe-relnote: (n/a) Deflake quic_endpoint_test. Test only. 2019-05-31 nharper gfe-relnote: Remove use of QuicEndian from QuicFramer, not flag protected 2019-05-31 renjietang In HTTP/3, wait until bodies are consumed before consuming trailers. 2019-05-31 fayang gfe-relnote: Remove QUIC version 44. 2019-05-30 quiche-dev Force quic_optimize_inflight_check off for Quartc. 2019-05-30 zhongyi gfe-relnote: n/a, add a missing space in log message. 2019-05-30 nharper gfe-relnote: Remove dead code from QuicUtils::GetFirstUnidirectionalStreamId; not flag protected 2019-05-30 wub gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_always_get_bw_sample_when_acked. 2019-05-30 fayang gfe-relnote: In QUIC, add VersionHasIetfInvariantHeader and VersionSupportsMessageFrames. No functional change expected. Not protected. 2019-05-30 dschinazi Add source connection ID parsing to QuicFramer::ProcessPacketDispatcher 2019-05-30 dschinazi Add client connection ID methods to quic_packets 2019-05-30 quiche-dev gfe-relnote: Pass receive_timestamp to OnMessageAcked(). 2019-05-29 nharper Refactor how TLS versions get enabled 2019-05-29 quiche-dev Propagate Datagram ACKs from QuartcSession 2019-05-29 dschinazi Fix expected_server_connection_id_length on client 2019-05-29 renjietang Make CreateIncomingStream() to take PendingStream* instead of PendingStream. PendingStream* will be passed to create QuicStream. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: Ibe2cb3b338836ab3db75b0c7452f2809b8eeaea2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639641 Commit-Queue: Ryan Hamilton <rch@chromium.org> Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Reviewed-by:
Steve Anton <steveanton@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#665780}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/30e918d9151d..12818515b5a3 git log 30e918d9151d..12818515b5a3 --date=short --no-merges --format='%ad %ae %s' 2019-06-03 mtklein@google.com add a x*y+0 -> x*y peephole 2019-06-03 mtklein@google.com streamline SkVM test rebaselining Created with: gclient setdep -r src/third_party/skia@12818515b5a3 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=jcgregorio@google.com Change-Id: I8f44297dea0526398164ba5bfa2e89a45b0f5002 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642571Reviewed-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@{#665779}
-
Alexandre Courbot authored
Users of V4L2DecodeSurface know the index they want to pass to their callback at Bind time. Thus there is no reason for making V4L2DecodeSurface responsible for passing it. Removing this argument has the advantage of making us less dependent of indexes into buffer maps, which we ultimately want to get rid of. Bug: None Test: VDAtest passes on Minnie. Change-Id: I7e97be0a14b67e65a2e78371a63883e21ac25f99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1640997 Auto-Submit: Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#665778}
-
Yutaka Hirano authored
As a preparation for removing core/frame/use_counter.h, replace include directives to core/frame/use_counter.h with platform/instrumentation/use_counter.h. Bug: 963306 Change-Id: I34487f3ab924722f162b748ede4994f60d8209ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642408 Auto-Submit: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#665777}
-
liberato@chromium.org authored
MediaCodecBridgeImpl was incorrectly computing the end iterator for csd1. It intended to take "the rest of extra data" but it copied less than that. Bug: 969546 Change-Id: I4c56748a7c4cf43ca3285515807bedad288a160d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1641381Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#665776}
-
Leon Han authored
Previously it's marked as [Timeout] by wpt-importer automatically, however it can PASS now. BUG=626703 Change-Id: I4795a377f770116f30cb3f56f6c1fc58c3d7df0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1640147Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Leon Han <leon.han@intel.com> Cr-Commit-Position: refs/heads/master@{#665775}
-
Xiaohan Wang authored
gclient setdep -r src/media/cdm/api@bc262e26cd2dca812f05bdad3b37398839e63007 Bug: 799219 Change-Id: I80a1511a232227d65323b1a09f53ae7f4bf86b5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642567Reviewed-by:
John Rummell <jrummell@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#665774}
-
Yutaka Hirano authored
As a preparation for removing core/frame/use_counter.h, replace include directives to core/frame/use_counter.h with platform/instrumentation/use_counter.h. Bug: 963306 Change-Id: Icaefbae4ce3eba3c2234bd433cd5b5c16f64d794 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642528Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#665773}
-