- 16 Aug, 2019 40 commits
-
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/cc3fb9940216..96a45cf8d1b0 Created with: gclient setdep -r src-internal@96a45cf8d1b0 The AutoRoll server is located here: https://skia-autoroll.corp.goog/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=jbudorick@google.com Bug: chromium:None Change-Id: Id80a269cd57e15ff11a36801d76a8caa1d57942c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757876Reviewed-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@{#687648}
-
Stephen McGruer authored
Bug: 900581 Change-Id: Ib549a18ca17223ee252b2171194e25357f0ef45f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758133Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#687647}
-
Morten Stenshorne authored
TBR=eae@chromium.org Bug: 994435, 994550 Change-Id: Ib6844ccb6ebb33634fd6e29e87c70bb43ce9d00b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758071Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#687646}
-
kylechar authored
ARC++ screen capture is returning an empty buffer with OOP-D enabled. This is caused by a synchronization problem in ArcScreenCaptureSession::CopyDesktopTextureToGpuBuffer() where the CopyOutputResult release callback is run immediately after GL commands for texture copy are issued. The release callback would return resources on the same GPU channel as ArcScreenCaptureSession before OOP-D so no explicit synchronization was needed. The display compositor is moved out of the browser GPU so the resources are no longer returned on the same GPU channel. Include a SyncToken from the browser main thread context with the release callback to avoid this. Bug: b/138331095, 994336 Change-Id: I79f417775a259dba0d1f1c586600856c14c2940f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1756704 Commit-Queue: kylechar <kylechar@chromium.org> Reviewed-by:
J Kardatzke <jkardatzke@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Reviewed-by:
Yury Khmel <khmel@chromium.org> Cr-Commit-Position: refs/heads/master@{#687645}
-
Juan Antonio Navarro Pérez authored
This reverts commit 1a5d567a. Reason for revert: Broke cronet/android/test/javaperftests/run.py https://ci.chromium.org/p/chromium/builders/ci/android-cronet-marshmallow-arm64-perf-rel/4349 Original change's description: > [tools/perf] Remove implicit telemetry import in core module > > We want to be able for some tools, e.g. results_processor, to be used > independently of Telemetry. > > Thus, we remove the implicit import for Telemetry when a client > script imports from the core module in tools/perf. > > Also remove convert_legacy_wpr_archive, script no longer works as one > of its dependencies (Python's wpr implementation) no longer exists. > > Bug: 981349 > Change-Id: Iae9569e3a495de6fc08653bc3c2cc1b6e4e6e19f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1755913 > Reviewed-by: John Budorick <jbudorick@chromium.org> > Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> > Cr-Commit-Position: refs/heads/master@{#687600} TBR=perezju@chromium.org,jbudorick@chromium.org Change-Id: I69bda995f0cbc9ef9fe6d058f76bae48d462200f No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 981349 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757835Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#687644}
-
Michael van Ouwerkerk authored
Bug: 992345 Change-Id: I2bdb1fda6da817524956b235581e4c474f63e6f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757833Reviewed-by:
Richard Knoll <knollr@chromium.org> Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Cr-Commit-Position: refs/heads/master@{#687643}
-
Pavel Shmakov authored
Bug: 994722 Change-Id: Idfb87101dc1a63acd26ad154431ee9892dceaa9f TBR=kirchman@chromium.org,pauljensen@chromium.org Change-Id: Idfb87101dc1a63acd26ad154431ee9892dceaa9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758075 Commit-Queue: Pavel Shmakov <pshmakov@chromium.org> Reviewed-by:
Pavel Shmakov <pshmakov@chromium.org> Cr-Commit-Position: refs/heads/master@{#687642}
-
Eric Karl authored
SurfaceWrapper cannot be parceled / sent over IPC if it has a null SurfaceView. See [1]. Before change [2] we wouldn't return a SurfaceWrapper with a null SurfaceView from GpuProcessCallback.getViewSurface, but now we can, leading to a crash during parceling. This change updates the implementation so we won't generate a SurfaceWrapper with a null SurfaceView. [1] https://cs.chromium.org/chromium/src/content/public/android/java/src/org/chromium/content/common/SurfaceWrapper.java?rcl=478440c3d858369abbda6f79b92c7d4ca7d435bb&l=47 [2] https://chromium-review.googlesource.com/c/chromium/src/+/1597251/5/content/public/android/java/src/org/chromium/content/browser/GpuProcessCallback.java#b25 Bug: 991894 Change-Id: I8a88209643eba355a51840b43c5cfd9a8813bde7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1755346 Auto-Submit: Eric Karl <ericrk@chromium.org> Commit-Queue: Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#687641}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: Ie720d7f950a43058db2937385dbdaaebf3d90987 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757875Reviewed-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@{#687640}
-
Justin Miron authored
The PageLoadMetricsObserverDelegate returns global state about page loads that PageLoadMetricsObservers should have access to. Interfacing with it only requires a const& since every API call is const. BUG=993367 Change-Id: I7aa66649862e7d42cf55fcce4fe9e3d14d0e80c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1756165Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Commit-Queue: Justin Miron <justinmiron@google.com> Cr-Commit-Position: refs/heads/master@{#687639}
-
Michael van Ouwerkerk authored
Bug: 992345 Change-Id: I174c8c4c80a5cfcaa5a3e48845eb6629ab24e87b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758073Reviewed-by:
Richard Knoll <knollr@chromium.org> Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Cr-Commit-Position: refs/heads/master@{#687638}
-
Rafał Godlewski authored
Implements redirecting to password checkup when user clicked "Check passwords" button for the existing dialog case. Clears existing dialog controller on window closing. Bug: 986317 Change-Id: Ieb31842c1d227f25e889e520f4e68f54d318a36c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1754205 Commit-Queue: Rafał Godlewski <rgod@google.com> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#687637}
-
Kenichi Ishibashi authored
Currently EmbeddedWorker::AddMessageToConsole mojo message is effectively no-op as WebEmbeddedWorkerImpl does not implement it. This CL adds an alternative way to show messages for cases where we can't use DevTools attached to the service worker. We want to show a message to web developers when something goes wrong. However, in some situations like the worker isn't responding, there is no available DevTools console (DevTools attached to the worker wouldn't be responding too). When we used shadow page we routed such messages to shadow page's DevTools but shadow page was gone. We need an alternative way to show messages even when DevTools isn't available. This CL adds a method which shows such messages to chrome://serviceworker-internals. Web developers can see such messages in "Log" field when they already opened the page. Bug: 538751 Change-Id: I4f4d8d32968a97798b4068de5568db20f0004fe6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757257 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#687636}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/7a39c017c233..5a26bf885013 git log 7a39c017c233..5a26bf885013 --date=short --no-merges --format='%ad %ae %s' 2019-08-15 rsavitski@google.com Slightly reword HeapBuffered<> example. Created with: gclient setdep -r src/third_party/perfetto@5a26bf885013 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-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=perfetto-bugs@google.com Bug: None Change-Id: I4f7fd968d1b21ccc381840ae259c934caf7506d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757874Reviewed-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@{#687635}
-
Stephen McGruer authored
Bug: 900581 Change-Id: Ib213b2fe64062fd6d0be7d6cbecd4a5af0a0498b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757269Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#687634}
-
Katharine Daly authored
The LinkProperties.GetPrivateDnsServerName API method can return null, which causes a DCHECK error for Android Pie and above when we convert from Java to c++. Bug: 994459 Change-Id: I5a365df252254bc6f3e8cab4576be8ebce9a589b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757352 Commit-Queue: Paul Jensen <pauljensen@chromium.org> Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Cr-Commit-Position: refs/heads/master@{#687633}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/4eafd3bf8da0..97d3ec761eb6 git log 4eafd3bf8da0..97d3ec761eb6 --date=short --no-merges --format='%ad %ae %s' 2019-08-16 khokhlov@google.com [Telemetry] Make story run folder name shorter Created with: gclient setdep -r src/third_party/catapult@97d3ec761eb6 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 TBR=zhanliang@google.com Bug: chromium:981349 Change-Id: I87fd8e44ec0e3bc6e0167e052ad6dbbcff67134f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757873Reviewed-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@{#687632}
-
Chromium WPT Sync authored
Using wpt-import in Chromium c7f850c7. With Chromium commits locally applied on WPT: 329c91e5 "Attempt to make test more stable" 02426f68 "Rewrite interpolation-testcommon.js" be8f9eea "[IntersectionObserver] Use inclusive intersect with remote frame parent" 4ba540d7 "Clean up WPT TestExpectations for CSS animations and transitions" b31497b2 "Translate svg/animation tests to WPT (Commit 6)" 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=robertma No-Export: true Change-Id: If15755fca8e2cd358f2857444eed35cbe2b0bee2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757484Reviewed-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@{#687631}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/30b9a5d4a541..cc3fb9940216 Created with: gclient setdep -r src-internal@cc3fb9940216 The AutoRoll server is located here: https://skia-autoroll.corp.goog/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=jbudorick@google.com Bug: chromium:None Change-Id: Ic4af1a7e2e42057b490b4a7cfc5962697776af9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757872Reviewed-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@{#687630}
-
Yuki Shiino authored
We need to keep the existing *.idl files compatible to the current (existing) bindings generator despite that the existing *.idl files highly depend on the current bindings generator. migration_adapter.idl helps migration to the new bindings generator filling the gap between old/new bindings generator. Bug: 839389 Change-Id: I9790b60b7d453ecdba9368af2bd98f5a328a5ae6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1755794 Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#687629}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/7c6f74ab0344..a1351271e6cf git log 7c6f74ab0344..a1351271e6cf --date=short --no-merges --format='%ad %ae %s' 2019-08-15 peah@webrtc.org Remove all AudioBuffer code that is not related to storing audio data 2019-08-15 tommi@webrtc.org Add check for IsCurrent() for SendTask in SingleThreadedTaskQueueForTesting. 2019-08-15 danilchap@webrtc.org Reenable UlpfecWithNack integration tests 2019-08-15 asapersson@webrtc.org BalancedDegradationSettings: add option to configure min bitrate. 2019-08-14 srte@webrtc.org Use struct parser for AlrDetector config. 2019-08-14 srte@webrtc.org Allow sending abs-send-time for audio streams. 2019-08-14 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision fa752aea..7a2da7b9 (686692:686822) 2019-08-14 minyue@webrtc.org Avoid copying of vectors in RtpPacketInfos. 2019-08-14 sakal@webrtc.org Disable the most flaky tests on iOS. 2019-08-14 sprang@webrtc.org Add new FrameRateEstimator utility class for more precis FPS estimation. 2019-08-14 srte@webrtc.org Use struct parser for rate control trial. 2019-08-14 srte@webrtc.org Adds sequence numbers to feedback generator output. 2019-08-14 asapersson@webrtc.org BalancedDegradationSettings: add option to configure no fps limit. 2019-08-14 yvesg@webrtc.org Re-enable AudioDeviceTest in combination with sanitizers. 2019-08-14 nisse@webrtc.org Delete deprecated version of ReceiveStatistics::Create 2019-08-14 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision bcb92406..fa752aea (686583:686692) 2019-08-14 alexdrake@google.com Handle case of empty connection in pair change event 2019-08-14 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 6652dd41..bcb92406 (686436:686583) 2019-08-14 alexdrake@google.com Propagating Network Type in Candidate for JNI 2019-08-14 ouj@fb.com Add AudioDecoderIsacT::Config to include sampling rate and BWInfo object 2019-08-13 mellem@webrtc.org Pull a DataChannelTransportInterface out of MediaTransportInterface. 2019-08-13 qingsi@webrtc.org Revert "Set the usage pattern bits for adding remote ICE candidates from SDP." Created with: gclient setdep -r src/third_party/webrtc@a1351271e6cf The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-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=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:none,chromium:None,chromium:982260,chromium:none,chromium:None,chromium:None Change-Id: I46269d0d06419aefe502a4198086299ceea01adf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757871Reviewed-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@{#687628}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/cdecd97ceefa..791e19e774ce git log cdecd97ceefa..791e19e774ce --date=short --no-merges --format='%ad %ae %s' 2019-08-16 angle-autoroll@skia-public.iam.gserviceaccount.com Roll ./third_party/spirv-tools/src ff872dc6bf9f..7b4e5bd5ec82 (2 commits) Created with: gclient setdep -r src/third_party/angle@791e19e774ce The AutoRoll server is located here: https://autoroll.skia.org/r/angle-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: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=syoussefi@chromium.org Bug: chromium:None Change-Id: Ib4057da98d34f9547bdedd7e8ef76adf0b5f5371 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757869Reviewed-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@{#687627}
-
Vasilii Sukhanov authored
The CL integrates all the encryption stuff into AuthenticatedLeakCheck. TBR=jdoerrie@chromium.org Bug: 986298 Change-Id: I6d3d1cc719a8b76fe9e252a2ae73800a87996b04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1754164Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#687626}
-
Khushal Sagar authored
R=penghuang@chromium.org Bug: 994082 Change-Id: I4661f43bfb09e76887fcf3b33e1032b37731b770 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757397 Auto-Submit: Khushal <khushalsagar@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Reviewed-by:
Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#687625}
-
Hiroki Nakagawa authored
ApplicationCacheHost that is the base class of ApplicationCacheHostForFrame and ApplicationCacheHostForSharedWorker has several virtual functions. Most of them are used only for ApplicationCacheHostForFrame. For code simplification, this CL moves them to ApplicationCacheHostForFrame. Bug: 538751 Change-Id: I74a890be89c90533a21eafeaa9e6b2462b546954 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1755791Reviewed-by:
Hayato Ito <hayato@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#687624}
-
Takashi Toyoshima authored
This patch prepares to allow loading BundledExchanges source on navigating to any URL. BundledExchangesHandle is now always constructed on each navigation regardless of a valid BundledExchangesSource presence if the kBundledHTTPExchanges feature is enabled. Bug: 966753 Change-Id: If6ff98c2e8ccf9cf70c24ed5fa9ea17a192d68de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1736428Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#687623}
-
Mikhail Khokhlov authored
By default, use current datetime as a name for the intermediate dir, so that every benchmark run has its intermediate results stored in a separate folder. Bug: 981349 Change-Id: I5938e6ab0160151151f040afdb74d2ba04aed7bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1755986 Commit-Queue: Mikhail Khokhlov <khokhlov@google.com> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#687622}
-
Rune Lillesveen authored
We currently may have nested style recalcs when synchronously finishing loading generated SVG image content as part of style recalc. That caused DCHECK failures in SelectorFilterParentScope since the scope chain could contain parent scopes from different documents because we are using a static member of SelectorFilterParentScope for the current scope pointer. Introduce a SelectorFilterRootScope to use as a root scope in the scope chain for a given document. The root scope ensures that we don't walk past it for pushing Bloom filter values for scope chain ancestors from another document. Also let the SelectorFilterRootScope handle pushing multiple ancestors where our style recalc root element is not the documentElement(). That was previously handled by a SelectorFilterAncestorScope. Bug: 990078 Change-Id: I4fbe84b9e9d73ae83228fddec80ce53da7eac3a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1751325 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#687621}
-
Hans Wennborg authored
The Android NDK r16 used to install libc++ as libstdc++ for reasons, and the Clang build script had to work around that. After the roll to NDK r20, the workaround needs to be removed. TBR=pcc Bug: 994646, 902270, 891999 Change-Id: I837156ba055617e566f1d98c6f1eb636b523106e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758070Reviewed-by:
Hans Wennborg <hans@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#687620}
-
A Olsen authored
Use path relative to the output dir for .js tests to match native .cc tests so that test launcher can report it consistently. Change-Id: I403e383c7353c4a2377178090da646e026605198 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1751792Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: A Olsen <olsen@chromium.org> Cr-Commit-Position: refs/heads/master@{#687619}
-
Rune Lillesveen authored
Check both that ChildNeedsReattachLayoutTree and NeedsReattachLayoutTree. This is necessary after we stopped marking Document with ChildNeedsReattachLayoutTree in [1]. Leaving out the ChildNeedsReattachLayoutTree was what caused issue 993764. [1] https://crrev.com/df2ed4afdfaf3b30adc3d4d80cc7559965eb8519 Bug: 993764, 972752 Change-Id: If15311b12a93316248e8b1055d7ca87562a1f9ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758066 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#687618}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/ae2415c6f513..0b2599c8929e git log ae2415c6f513..0b2599c8929e --date=short --no-merges --format='%ad %ae %s' 2019-08-16 yunchao.he@intel.com Add tests for RenderPassEncoder::SetViewport Created with: gclient setdep -r src/third_party/dawn@0b2599c8929e The AutoRoll server is located here: https://autoroll.skia.org/r/dawn-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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel TBR=cwallez@google.com Bug: None Change-Id: I46b72c11b5f7962f33611ee8a4943a33c8dea8fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757084Reviewed-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@{#687617}
-
Sergio Villar Senin authored
After removing infinities in crrev.com/1751242 we can now safely switch the return type from double to AnimationTimeDelta. Bug: 737867 Change-Id: I9421ef99f3cc78f12f484a74abab56ddb015de8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1751243Reviewed-by:
Alan Cutter <alancutter@chromium.org> Commit-Queue: Sergio Villar <svillar@igalia.com> Cr-Commit-Position: refs/heads/master@{#687616}
-
Vasilii Sukhanov authored
Currently it focuses the field only when the button opens the dropdown. If it closes the dropdown the field isn't focused. Bug: 990777 Change-Id: I8290fac0a4d985a4174bf012cfdb33a8b2034d00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1754206Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#687615}
-
Kenichi Ishibashi authored
This reverts commit dd1cf144. This is a speculative revert to attempt to fix MSan failures. I needed to do some manual reverts as some CLs were submitted after the original CL. Bug: 994544 Tbr: kinuko@chromium.org Change-Id: Ic3b81da50a1b95f532d8c25f01c8d0782a1925b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757570Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#687614}
-
Rune Lillesveen authored
If an author-supplied event handler modifies the DOM/style, the default handler for opening the popup menu was generating the pop-up without checking if the layout tree for the <select> was about to be nuked. We do have an UpdateStyleAndLayoutTree() in WriteDocument(), but too late causing use to crash when accessing a ComputedStyle we assumed was non- null. Instead, UpdateStyleAndLayoutTree() earlier to avoid starting to generate the popup. Bug: 983327 Change-Id: Icb640a412242adf76d5fc9c6058a4189d8c8cde9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1755983 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#687613}
-
Makoto Shimazu authored
When ServiceWorkerImportedScriptUpdateCheck is on, the browser process starts network requests to run byte-for-byte check. In that case, an update checker uses ThrottlingURLLoader in the browser process. However, when any updates have found in the script body, the update checker stops to read the body and starts a service worker to dispatch install event. In that phase, the renderer initiates network requests for scripts again, and then it uses ThrottlingURLLoader in the renderer process again. It's redundant, so this CL tries not to create throttles for the script served by ServiceWorkerUpdatedScriptLoader, which is handling the paused script. Note that it skips to create throttles only when the service worker loads the script for the first time because ServiceWorkerInstalledScriptLoader is used for the second time or later. Bug: 988957 Change-Id: If354b762f9961644ea4d629fde750d43a8252f56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752277 Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Auto-Submit: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#687612}
-
Vasilii Sukhanov authored
Bug: 993324 Change-Id: Id31d921bc879d5bce7cf21b1fa52d1da4280632d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1753828Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#687611}
-
Yoshisato Yanagisawa authored
Bug: b/137246264 Change-Id: Id58e697bef48f2ed60f94c2f0f19281c2b8edb39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758183 Auto-Submit: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#687610}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/0072a1738d33..30b9a5d4a541 Created with: gclient setdep -r src-internal@30b9a5d4a541 The AutoRoll server is located here: https://skia-autoroll.corp.goog/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=jbudorick@google.com Bug: chromium:None Change-Id: I450be238a593bb524ba43e9521ceedcafc1509b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757866Reviewed-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@{#687609}
-