- 22 Sep, 2018 25 commits
-
-
Tommy Steimel authored
This CL fixes an issue where we don't keep events in node for the audio panel. Bug: 884108 Change-Id: I039a606005b9be109c36f35a7bf33f4a77f951db Reviewed-on: https://chromium-review.googlesource.com/1239006Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#593407}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/31b2347a..8994403e Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I7e41650350ba10cf55a60dd111880538cda03dd4 Reviewed-on: https://chromium-review.googlesource.com/1239370Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#593406}
-
Stephen McGruer authored
This is an obsolete prefixed alias of AnimationEvent. An intent-to-remove has been sent, and has got LGTM*3. Blink intent thread: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/EgMUDqySZwE Bug: 695504 Change-Id: Ia86e830fe3f653aa6a7b2f983afb75fd4d088831 Reviewed-on: https://chromium-review.googlesource.com/1238497 Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Tim Volodine <timvolodine@chromium.org> Reviewed-by:
Rick Byers <rbyers@chromium.org> Cr-Commit-Position: refs/heads/master@{#593405}
-
Dale Curtis authored
Having different base names for the same DecoderStream template class is just confusing. Lets unify on DecoderStream name. I.e., we now have VideoDecoderStream and AudioDecoderStream respectively. Also fixes presubmit warnings around bind usage. BUG=none TEST=cq; compiles. 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 Change-Id: I660ac0c730a2654e8d6298099fed56957657c1b6 Reviewed-on: https://chromium-review.googlesource.com/1239541Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#593404}
-
rbpotter authored
(1) For cr-input: Do not apply cr row container mixin to inner div. This was done accidentally while adding the prefix slot. (2) Adjust heights/margins so that collate checkbox ripple is not cut off and collate does not cause the copies section to shift when it appears. (3) Ensure collate breaks the word if it is too large, to fix possible issues with large font sizes/languages where "collate" translates to something with a very long word. (4) Reduce checkbox padding - this helps with collate and aligns with UX request to reduce checkbox padding to as little as possible, without cutting off the ripple. (5) Add margin-top: 16 for settings sections, which allows extra padding applied to more-settings when expanded to be removed (fixes animation issue). Bug: 887837, 887839, 887704 Change-Id: I9d3a9bc468ce0ee5b4a2ecfb136233d3a1054902 Reviewed-on: https://chromium-review.googlesource.com/1239333Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#593403}
-
Kevin Marshall authored
This addresses the current crashing bug that takes place whenever popup windows are spawned, due to the fact that no WindowParentingClient exists to handle the newly spawned ui::Window. With this solution, the child windows are never spawned in the first place. * Relocated 'content' overrides to FrameImpl's private declarations. * Misc. IWYU cleanups. Bug: 888131 Change-Id: I735565047bbe4c8ebab5154a57ad323f33ef8e48 Reviewed-on: https://chromium-review.googlesource.com/1239419 Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#593402}
-
Tarun Bansal authored
The field trial is enabled for Android only. Change-Id: I6ddddf15369da72b91d1e90a9d02bc9d0d61eb27 Bug: 850624 Reviewed-on: https://chromium-review.googlesource.com/1239034Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#593401}
-
Philip Rogers authored
When working on another patch I noticed it is deadcode. Change-Id: I248b12e2f3a5e26af91d2cab89b5b8fd3ace8dd1 Reviewed-on: https://chromium-review.googlesource.com/1239539 Commit-Queue: Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#593400}
-
Pavel Feldman authored
Change-Id: Ie90437511d2eda4a5477abde80c083eeb6448db8 Reviewed-on: https://chromium-review.googlesource.com/1239248Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#593399}
-
Matt Menke authored
TCPBoundSocket now calls into TCPConnectedSocket's connect option, so that they can share connection establishment and socket configuration code. This increases code reuse and reduces code disting to TCPBoundSocket, which is also handy, as it's harder to test than TCPConnectedSocket. Also makes TCPBoundSocket take an AddressList instead of an IPEndPoint. Since it's now using TCPConnectedSocket's connect code, might as well reuse its ability to take a list of addresses to try. Bug: 848078 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: I94059f08f649833db89676bde50ec8b11fbbb9b6 Reviewed-on: https://chromium-review.googlesource.com/1231740Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Maks Orlovich <morlovich@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#593398}
-
Paul Miller authored
Fold AwFieldTrialCreator::DoSetUpFieldTrials into AwFieldTrialCreator::SetUpFieldTrials. The former is unnecessary since AwFieldTrialCreator no longer requires the client ID, so DoSetUpFieldTrials can no longer return early. BUG=866722 Change-Id: Ibcce988656cabe57ed142abb14efbb163e0b3fb6 Reviewed-on: https://chromium-review.googlesource.com/1238485Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Paul Miller <paulmiller@chromium.org> Cr-Commit-Position: refs/heads/master@{#593397}
-
Andrew Luo authored
Specifics: +674,152 bytes normalized apk size +3 zip entries file count +53,920 bytes main lib size +421,832 bytes main dex size InstallSize: +254,984 bytes APK size +1,959,185.28 bytes Estimated installed size InstallBreakdown (+1,958,241.28 bytes): +2,664 bytes unwind_cfi (dev and canary only) size +1,502 bytes Non-compiled Android resources size +53,920 bytes Native code size +178 bytes Package metadata size +1,885,301.28 bytes Java code size +14,676 bytes Compiled Android resources size Dex: +2,081 entries fields +2,853 entries methods +675 entries types +1,425 entries strings Diff Summary +674152 bytes Monochrome.apk_Specifics normalized apk size for range: b2ce31d0fc200fd29fe9ef96d7e15b10f95ece4b..d9d2b25c8c55dd48b53a78cd84006100a49d0d68 I 26177577 Enter supersize console via: tools/binary_size/supersize console out/binary-size-results/b2ce31d0fc200fd29fe9ef96d7e15b10f95ece4b/Monochrome.apk.size out/binary-size-results/d9d2b25c8c55dd48b53a78cd84006100a49d0d68/Monochrome.apk.size Change-Id: I3bf80e7bc3cab07a66d303af88cbd6060ffe8b18 Reviewed-on: https://chromium-review.googlesource.com/1238899 Commit-Queue: Andrew Luo <aluo@chromium.org> Reviewed-by:Gang Wu <gangwu@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Cr-Commit-Position: refs/heads/master@{#593396}
-
Ryan Sleevi authored
As captured in https://crbug.com/888133, the CNNIC CT Log has failed to meet the Chromium CT Log Policy requirements, and is disqualified effective 2018-09-18 00:00:00 UTC. Bug: 888133, 583208 Change-Id: I3b13b6df11eb27d1cd6835b95976d1a2fc450397 Reviewed-on: https://chromium-review.googlesource.com/1238786Reviewed-by:
David Benjamin <davidben@chromium.org> Commit-Queue: Ryan Sleevi <rsleevi@chromium.org> Cr-Commit-Position: refs/heads/master@{#593395}
-
rbpotter authored
Splitting out fixes for bugs from change to dropdown, in case we decide not to keep dropdown change. Addresses some focus issues, and removes use of auto-validate. Auto-validate does not work well for this section as some errors (e.g. out of range) cannot be caught by the auto validation. Having 2 different sets of logic for setting the input invalid (auto-validate + JS validation) causes some bugs. Bug: 887231, 886591, 886542, 885094, 886560 Change-Id: I053899718a735fa8bcc23df27d36b23d2c26e0b0 Reviewed-on: https://chromium-review.googlesource.com/1238868Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#593394}
-
Scott Violet authored
In order to support this the window-service gets Attach/UnattachFrameSinkId. BUG=881574 TEST=covered by tests Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I1bbf82170adf0e254eda8ffa7f1804d56495cb2a Reviewed-on: https://chromium-review.googlesource.com/1233174 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#593393}
-
Becky Zhou authored
Bug: 887614 Change-Id: I58bd8cf6ff9f6a59d52db2ef09fab9e0f0b48a66 Reviewed-on: https://chromium-review.googlesource.com/1239443 Commit-Queue: Becky Zhou <huayinz@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#593392}
-
Min Qin authored
If DownloadManagerService is launched without full browser, we need to call OnFullBrowserStarted() once full browser launches BUG=695115 Change-Id: Ibaabb72716305d674edadbd4659eb6a1bbb6cf63 Reviewed-on: https://chromium-review.googlesource.com/1185731Reviewed-by:
Xing Liu <xingliu@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#593391}
-
Xi Cheng authored
Bug: 886957 Change-Id: I4b0e5c25f5677c43c1818668bdd9aea6eb5b871e Reviewed-on: https://chromium-review.googlesource.com/1239414Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Commit-Queue: Xi Cheng <chengx@chromium.org> Cr-Commit-Position: refs/heads/master@{#593390}
-
Ted Meyer authored
There is a small number of crashes in m70 caused by video-only src= players being disabled when put in the background. The check for track count size in FFmpegDemuxer::OnSelectedVideoTrackChanged wasn't sufficient to ensure that the vector index lookup in SeekOnVideoTrackChange() would succede, as FindAndEnableProperTracks() can sometimes not find the tracks it's looking for. Bug: 887648 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 Change-Id: I23f9457da5f67887f6e7b1a63699c9c7fa0107ed Reviewed-on: https://chromium-review.googlesource.com/1238994 Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#593389}
-
Bo Liu authored
Android may kill a service process before our setupConnection succeeds. This is unlikely but not impossible. Fix a few asserts and conditions that do not handle this correctly. Also add an integration test for this scenario. Change-Id: Ibc5c0155c31caf9b1f73aee169147516d2a0fffe Reviewed-on: https://chromium-review.googlesource.com/1237493 Commit-Queue: Bo <boliu@chromium.org> Reviewed-by:
Siddhartha S <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#593388}
-
Becky Zhou authored
Update search box on content changed because OnScrolled might not be called or the vertical offset might be be reliable. Bug: 887628 Change-Id: I429b817abd44f1a8e66b616dfad5f190f6fd8822 Reviewed-on: https://chromium-review.googlesource.com/1238619 Commit-Queue: Becky Zhou <huayinz@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#593387}
-
Theresa authored
We're no longer experimenting with reverse scroll triggering, so remove support for: - reverse scroll triggering - slim peek - peek conditions (apart from delay, which we may use later) BUG=859292,876943,885331 Change-Id: Ibe962d6ece4340eb7b57784bbe078cc0847de728 Reviewed-on: https://chromium-review.googlesource.com/1236453Reviewed-by:
Becky Zhou <huayinz@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#593386}
-
Peter Kvitek authored
Change-Id: I24ab5f15756f8cd5ff9c15bab49daf1976426e13 Reviewed-on: https://chromium-review.googlesource.com/1237152 Commit-Queue: Peter Kvitek <kvitekp@chromium.org> Reviewed-by:
Alexei Filippov <alph@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#593385}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/9d84ccbaf233..799da6d18c5a git log 9d84ccbaf233..799da6d18c5a --date=short --no-merges --format='%ad %ae %s' 2018-09-21 geofflang@chromium.org Revert "D3D11: Resolve multisampled EGL surfaces at eglSwapBuffers" Created with: gclient setdep -r src/third_party/angle@799da6d18c5a 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 BUG=chromium:887403 TBR=jmadill@chromium.org Change-Id: Id6dc114ffbf56dbe6d5937ef47bfe188011b51d7 Reviewed-on: https://chromium-review.googlesource.com/1239474Reviewed-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@{#593384}
-
Chris Lu authored
Late addition to the docs: https://github.com/material-components/material-components-ios/tree/develop/components/AppBar#migration-guide-mdcappbar-to-mdcappbarviewcontroller Bug: 874471 Change-Id: Ic8605f56a60f5deeaf316a88a8291540364604c1 Reviewed-on: https://chromium-review.googlesource.com/1239445Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#593383}
-
- 21 Sep, 2018 15 commits
-
-
Manu Cornet authored
Bug: 864701 Change-Id: I32134d30e1592926bd812f51083ad959649d056d Reviewed-on: https://chromium-review.googlesource.com/1238074Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#593382}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/fd14ee29e129..0d9c87bf4dc0 Created with: gclient setdep -r src-internal@0d9c87bf4dc0 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. TBR=mmoss@chromium.org Change-Id: I7456e6a06f9c90e494e9bc9af74da2167f363031 Reviewed-on: https://chromium-review.googlesource.com/1239473Reviewed-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@{#593381}
-
Brandon Wylie authored
Change-Id: Ic82b2f89b7b7e02566ca2b4e2605b52cd2adcb03 Reviewed-on: https://chromium-review.googlesource.com/1234774Reviewed-by:
Filip Gorski <fgorski@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Commit-Queue: Brandon Wylie <wylieb@chromium.org> Cr-Commit-Position: refs/heads/master@{#593380}
-
Vladimir Levin authored
There's only one call site, so this patch inlines it so it's more clear which functions mark the parent chain. R=chrishtr@chromium.org, pdr@chromium.org, wangxianzhu@chromium.org Change-Id: I367f4ffd2dfaf07ddf98a03ea247fb69d6e387b4 Reviewed-on: https://chromium-review.googlesource.com/1239263 Commit-Queue: vmpstr <vmpstr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#593379}
-
Kyle Horimoto authored
The MultiDevice setup flow uses several HTML/JS resources to render the setup flow dialog. Previously, these files were added directly to the data source for chrome://multidevice-setup. Now that this UI is being shared between both chrome://multidevice-setup and chrome://oobe, the resources are moved to a shared location; namely, //ui/webui/resources/cr_components/chromeos/multidevice_setup. They are now served from chrome://resources/cr_components/chromeos/multidevice_setup/*. Bug: 884041 Change-Id: Ia69c27875a9d3600006c4220f498acc5a2aef7be Reviewed-on: https://chromium-review.googlesource.com/1232334 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#593378}
-
Martin Robinson authored
This currently requires an o(n) walk through the list of hyperlinks, but a future rework of AXHypertext can fix this issue. Since this change requires adding a C++ class member to AXAtkHyperlink, we give it a private section and initialize it with placement new. This also requires us to call the destructor manually during GObject finalization. Bug: 866337 Change-Id: Ib0902268ff8a9da3750649dc7f4de8782d5fd893 Reviewed-on: https://chromium-review.googlesource.com/1238500Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#593377}
-
chrome://resourcesKyle Horimoto authored
The MultiDevice setup flow utilizes four Mojo JS files: time.mojom.js, device_sync.mojom.js, multidevice_setup.mojom.js, and multidevice_setup_constants.mojom.js. Previously, these files were added directly to the data source for chrome://multidevice-setup. Now that this UI is being shared between both chrome://multidevice-setup and chrome://oobe, the resources are moved to a shared location; namely, chrome://resources/js/*. Bug: 884048 Change-Id: Iea5806dc526482bf7c8904ad71512267055d48c7 Reviewed-on: https://chromium-review.googlesource.com/1231920Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#593376}
-
Siddhartha authored
In the current profiler, if a single sample takes too long then the sampling tasks get crowded and stops the main thread from running for a long time. But usually the slowest part is the stack copying for which the main thread is paused anyway. So, it is ok to take next sample after the interval time after previous sample completes, instead of strictly sampling every interval. BUG=859260 Change-Id: Ib0671b1f465f5cf98caa01aeac615648b24a1cf4 Reviewed-on: https://chromium-review.googlesource.com/1234841 Commit-Queue: Siddhartha S <ssid@chromium.org> Reviewed-by:
Xi Cheng <chengx@chromium.org> Reviewed-by:
Alexei Filippov <alph@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#593375}
-
Dale Curtis authored
This is another core component of media, we should have trace events to help diagnose issues in the field. This adds the following traces: - (Chunk|FFmpeg)Demuxer::Initialize - (Chunk|FFmpeg)Demuxer::Seek - (AudioBuffer|VideoFrame)Stream::(Decode|Read|ReadFromDemuxerStream) - VideoFrameStream::Prepare (for audio too, but never prepares) This also renames the DecoderStream<AUDIO>, DecoderStream<VIDEO> traces to use the normal names AudioBufferStream, VideoFrameStream. BUG=879970 TEST=none R=wolenetz, xhwang 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 Change-Id: Ie9ca7474bc5684117820b219012f0455d044eabc Reviewed-on: https://chromium-review.googlesource.com/1237573 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#593374}
-
Kai Ninomiya authored
The argument to run_gpu_integration_test_as_googletest.py --isolated-script-test-filter is in the format group.group.TEST1::group.group.TEST2 while the argument to run_gpu_integration_test.py --test-filter is a regex. run_gpu_integration_test_as_googletest.py generates a regex like this: (group.group.TEST1|group.group.TEST2) but we want it to generate (TEST1|TEST2) . Test: vpython testing/scripts/run_gpu_integration_test_as_googletest.py --isolated-script-test-output= --isolated-script-test-filter=gpu_tests.webgl_conformance_integration_test.WebGLConformanceIntegrationTest.WebglExtension_WEBGL_depth_texture::gpu_tests.webgl_conformance_integration_test.WebGLConformanceIntegrationTest.WebglExtension_WEBGL_draw_buffers content/test/gpu/run_gpu_integration_test.py webgl_conformance -l This should print: gpu_tests.webgl_conformance_integration_test.WebGLConformanceIntegrationTest.WebglExtension_WEBGL_depth_texture gpu_tests.webgl_conformance_integration_test.WebGLConformanceIntegrationTest.WebglExtension_WEBGL_draw_buffers rather than printing nothing. Bug: 883308 Change-Id: I5ab941705a540f431094ac97b023fee4151341b1 Reviewed-on: https://chromium-review.googlesource.com/1236292Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#593373}
-
Dan Harrington authored
On touch devices, it was impossible to tap the download button on the dino page after playing the dino game (without reloading the page). This is now fixed. Bug: 886603 Change-Id: I61d572850cd5cefa81e667369352c997c1fdac57 Reviewed-on: https://chromium-review.googlesource.com/1234018Reviewed-by:
Edward Jung <edwardjung@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#593372}
-
Min Qin authored
with https://chromium-review.googlesource.com/c/chromium/src/+/1204926, the global local state can now be constructed without BrowserProcessImpl. And it will be passed to BrowserProcessImpl when the latter is created. This CL changes the SystemNetworkContextManager to take a local state param in its ctor, so that it can be created without g_browser_process. BUG=866028 Change-Id: I3cc5260f45fffdf515f8fa3da6424bd6b39dacb8 Reviewed-on: https://chromium-review.googlesource.com/1235290 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#593371}
-
Lei Zhang authored
r589875 tried but failed due to a typo. BUG=882213 TBR=battre@chromium.org,rdevlin.cronin@chromium.org Change-Id: I9a9deb8e406edf32ec22ece3c74e6c1fa42dd0c1 Reviewed-on: https://chromium-review.googlesource.com/1239007Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#593370}
-
Vladimir Levin authored
This patch introduces the above function in an effort to do fewer invalidations if only a descendant needs an update instead of self. Fixes up two call sites: - Unnecessary selection rect on a layout replaced - Missing dirty bit on table section overflow changes This also cleans up SetNeedsPaintPropertyTreeUpdate a bit. R=pdr@chromium.org, chrishtr@chromium.org, wangxianzhu@chromium.org Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ib1bdd8b08bf21f69f9ae17a85d12592a689a6c11 Reviewed-on: https://chromium-review.googlesource.com/1237246 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#593369}
-
Dmitry Gozman authored
We don't need these anymore, since we handle initiator on the browser side already. Bug: none Change-Id: I22203de6b20319fa4bab11bbe3eda82013744fa7 Reviewed-on: https://chromium-review.googlesource.com/1239421Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#593368}
-