- 05 Dec, 2017 14 commits
-
-
Takumi Fujimoto authored
- When sink availability changes for an MRP, start/stop observing sinks only for that MRP - Make WiredDisplayMRP report sink availability updates Bug: 789277,777650 Change-Id: I3d1a087ca39a4830403d6d2f0f00bf1411388f33 Reviewed-on: https://chromium-review.googlesource.com/794106Reviewed-by:
Derek Cheng <imcheng@chromium.org> Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#521550}
-
Alice Boxhall authored
Bug: 514674 Change-Id: I14c13aec3e4ae7a337ba46d762caa487dfab6309 Reviewed-on: https://chromium-review.googlesource.com/668309Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Alice Boxhall <aboxhall@chromium.org> Cr-Commit-Position: refs/heads/master@{#521549}
-
Sam McNally authored
Also remove layout test support's direct use of ManifestFetcher, changing it to use ManifestManager instead. Bug: 704441 Change-Id: I0417baaf6598a8c7d967e3ce1fd32e78bea22aa0 Reviewed-on: https://chromium-review.googlesource.com/774040Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#521548}
-
Simeon Anfinrud authored
This allows all users of CastAudioManager to use request/abandonAudioFocus() without a @SuppressWarnings annotation. This paves the way for encapsulating SDK-dependent implementation details for AudioManager in CastAudioManager, reducing the number of SDK version checks that need to be performed throughout the codebase. Bug: Internal b/70158727 Test: build cast_shell_java Run internal junit tests Merge-With: eureka-internal/127089 Change-Id: Iacd88d1d2e298ddd3b9ae6eb2749f0a43b5ede77 Reviewed-on: https://chromium-review.googlesource.com/806929 Commit-Queue: Simeon Anfinrud <sanfin@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#521547}
-
Paul Meyer authored
Reporting API. A previous patch (https://chromium-review.googlesource.com/c/chromium/src/+/772999) added these new fields. This patch routes them to the Reporting API, and updates the associated test. Bug: 731810 Change-Id: I3a9a3ac71d894f784f18d5fb51898184541e6216 Reviewed-on: https://chromium-review.googlesource.com/775154 Commit-Queue: Paul Meyer <paulmeyer@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Rick Byers <rbyers@chromium.org> Reviewed-by:
Julia Tuttle <juliatuttle@chromium.org> Cr-Commit-Position: refs/heads/master@{#521546}
-
Derek Cheng authored
No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 789111 Change-Id: I7df38ee8bfce5eb135e6c42e2b6e6d7788a38ac7 Reviewed-on: https://chromium-review.googlesource.com/807524Reviewed-by:
Derek Cheng <imcheng@chromium.org> Commit-Queue: Derek Cheng <imcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#521545}
-
Thomas Anderson authored
This reverts commit 4a7a6504. Reason for revert: The test fails on the Linux dbg testers. dbg 64: https://ci.chromium.org/buildbot/chromium.linux/Linux%20Tests%20%28dbg%29%281%29/68703 dbg 32: https://ci.chromium.org/buildbot/chromium.linux/Linux%20Tests%20%28dbg%29%281%29%2832%29/46433 Original change's description: > Fix flaky SyntheticMouseEventTest.MouseEventAck > > Devtools was not correctly handling input that is not generated by itself > and invoking callbacks when the input wasn't actually processed. > > Add a modifier indicating content was injected using the debugger so that > we can then query for that to determine if we should release the event. > This is a stop gap solution until we can actually bind callbacks into the > sending of events and devtools wouldn't need its own queues of callbacks. > > BUG=789869 > > Change-Id: I2b56e8ebf4921b48bd4d35dee2226d7cb780cb94 > Reviewed-on: https://chromium-review.googlesource.com/804357 > Commit-Queue: Dave Tapuska <dtapuska@chromium.org> > Reviewed-by: Pavel Feldman <pfeldman@chromium.org> > Reviewed-by: Dmitry Gozman <dgozman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#521454} TBR=dgozman@chromium.org,lushnikov@chromium.org,pfeldman@chromium.org,dtapuska@chromium.org Change-Id: I6cdd9e13b0df35dac12ade33b4c1a2e5c49525bc No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 789869 Reviewed-on: https://chromium-review.googlesource.com/807504Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#521544}
-
Chris Mumford authored
If a file read failed only MOJO_RESULT_ABORTED was returned. This change does a best effort mapping of base::File::Error values to the MojoResult value. Bug: none Change-Id: Iead2b3ce3b790960d5796ceeb15cfa1ff9c80741 Reviewed-on: https://chromium-review.googlesource.com/804615 Commit-Queue: Chris Mumford <cmumford@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#521543}
-
Takumi Fujimoto authored
This allows us to simplify how sinks are stored in MediaRouterMojoImpl::MediaSinksQuery. We need to typemap mojom::MediaRouteProvider::Id to a C++ enum because MediaSink is used by Android but the mojo files aren't. A CL to add provider_id to MediaRoute will follow. Bug: 784594 Change-Id: I61fef4b2d2416333b5016313addbc64381aabda1 Reviewed-on: https://chromium-review.googlesource.com/761697Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Derek Cheng <imcheng@chromium.org> Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#521542}
-
Becky Zhou authored
setPrivacyDisclaimer() shouldn't call setHeaders() if headers are not set when history query completes. This fix would allow header visibility to rely on the number of history items being shown. Bug: 790921 Change-Id: Ieb65661490fab08fa65507205f5f32bc23b883c4 Reviewed-on: https://chromium-review.googlesource.com/807207 Commit-Queue: Becky Zhou <huayinz@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#521541}
-
Dave Schuyler authored
This CL fixes some typos. There's no functional changes. TBR=stevenjb@chromium.org (code health) Bug: None Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ica19cdf06ade268e24e0aeec0efc66ef20b0e9b5 Reviewed-on: https://chromium-review.googlesource.com/806365 Commit-Queue: Dave Schuyler <dschuyler@chromium.org> Reviewed-by:
Dave Schuyler <dschuyler@chromium.org> Cr-Commit-Position: refs/heads/master@{#521540}
-
Philip Jägenstedt authored
Imported from wpt@50b32f0d4f2b485a184fdc71aae1f99e9d9806d6 using wpt-import in Chromium 419d8078. None of these tests appear to be duplicates of existing tests. All files (outside of wpt) containing the string 'var(' were deleted in a temporary commit, and git diff-filter=R did not find anything that then looked like a rename. Use [ Skip ] instead of [ Timeout ] for crbug.com/791529 to not add much to the total running time, the difference locally is noticeable. Bug: 791525, 791529 Change-Id: I74611048fe1656a14527f04bd88c0e04b286ad41 No-Export: true Reviewed-on: https://chromium-review.googlesource.com/805974 Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#521539}
-
Karan Bhatia authored
NPAPI plugin support has been removed from chrome and the plugins specified in the "plugins" extension manifest key are not used currently. This CL removes the manifest handler for the "plugins" key, the "plugins" manifest feature and updates the public documentation. After this CL, loading an extension with the plugins manifest key specified should cause an install warning. BUG=732590 TEST=Load an unpacked extension which specifies a plugin as part of the "plugins" manifest key. Ensure that an install warning is raised saying that the "plugins" key is unrecognized. Change-Id: Ic5aa4958af1257cb776508638e3c690fb6a57eb4 Reviewed-on: https://chromium-review.googlesource.com/783517 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#521538}
-
Joshua Bell authored
The 'endings' option for the Blob (and File) constructor has now been standardized in the spec[1]. Remove TODOs and align the IDL with the spec. No behavior changes. [1] https://w3c.github.io/FileAPI Bug: 605710, 509793 Change-Id: I26a1694eb56e415b6a50cc90148d10393b88b8d2 Reviewed-on: https://chromium-review.googlesource.com/802621 Commit-Queue: Joshua Bell <jsbell@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#521537}
-
- 04 Dec, 2017 26 commits
-
-
Alexei Filippov authored
Bug: 667560 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I6c1b582e0223dc15a1bc52e8b30adbf48619eea9 Reviewed-on: https://chromium-review.googlesource.com/804999 Commit-Queue: Alexei Filippov <alph@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Will Chen <chenwilliam@chromium.org> Cr-Commit-Position: refs/heads/master@{#521536}
-
Klaus Weidner authored
The WebVRExperimentalRendering flag is being repurposed for other rendering optimizations, and activating the own offscreen surface was causing glitches. BUG=761432,691102,791755 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I15ab8ee3c3370968ce5ea2ea6a170f6282858ad1 Reviewed-on: https://chromium-review.googlesource.com/802631 Commit-Queue: Klaus Weidner <klausw@chromium.org> Reviewed-by:
Brandon Jones <bajones@chromium.org> Cr-Commit-Position: refs/heads/master@{#521535}
-
Yafei Duan authored
Use set::find instead of std::find_if when looking for match of file paths in order to make the process faster Bug: 786240 Change-Id: I84dfdb7eb910bc120671520c6aca9b52a4971c7a Reviewed-on: https://chromium-review.googlesource.com/802520 Commit-Queue: Yafei Duan <romax@chromium.org> Reviewed-by:
Peter Williamson <petewil@chromium.org> Cr-Commit-Position: refs/heads/master@{#521534}
-
xlai authored
As canvas is moving to use OOP rasterization, the display-list mode for its 2D context is no longer relevant. We have disabled it several months ago and now it is time to remove the code, so as to facilitate the canvas vizification refactoring works. TBR=xiyuan@chromium.org, pfeldman@chromium.org Bug: 776826 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ida5a89ffdd24208afca4a098e8adad354ddf27e5 Reviewed-on: https://chromium-review.googlesource.com/801616Reviewed-by:
Olivia Lai <xlai@chromium.org> Reviewed-by:
Justin Novosad <junov@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Olivia Lai <xlai@chromium.org> Cr-Commit-Position: refs/heads/master@{#521533}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/cef20d4b2ff1..12ec6760afd9 $ git log cef20d4b2..12ec6760a --date=short --no-merges --format='%ad %ae %s' 2017-12-04 thestig Simplify some CFX_FloatRect methods. 2017-12-04 thestig Simplify color calculations in CFX_ImageTransformer. Created with: roll-dep src/third_party/pdfium The AutoRoll server is located here: https://pdfium-roll.skia.org 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=dsinclair@chromium.org Change-Id: I46964f8496c6e7569ef1154295e0ec8894e3ddaa Reviewed-on: https://chromium-review.googlesource.com/806765 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#521532}
-
John Abd-El-Malek authored
Switch ClientSideDetectionHost to use new WebContentsObserver callback to learn about subresource responses. Issue 804947 introduces the new method because it has other uses, so no need for safe browsing code to send its own IPC. This change reverts most of r519351. Bug: 783981 Change-Id: Ifbd4866278d665c06bb6b4147161281470bf04cd Reviewed-on: https://chromium-review.googlesource.com/805008 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Jialiu Lin <jialiul@chromium.org> Cr-Commit-Position: refs/heads/master@{#521531}
-
Alexey Kozyatinskiy authored
Split step-into into step and step-into: - step never skip anything, gets F9 shortcut, - step-into support async calls as well, so "setTimeout(foo,..") jumps to foo, inherits shortcut from step-into. As well made this experiment enabled by default, we have a lot of time to unship it before next branch point. Screenshot: https://imgur.com/a/vYRI6 R=pfeldman@chromium.org,dgozman@chromium.org Bug: chromium:432469 Change-Id: If85bb2b5e0f9a02239d01ec521bdc72fad349ff7 Reviewed-on: https://chromium-review.googlesource.com/804860Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Cr-Commit-Position: refs/heads/master@{#521530}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/cb907fe1fd1b..218a522b36c1 $ git log cb907fe1f..218a522b3 --date=short --no-merges --format='%ad %ae %s' 2017-12-04 kylechar Add 'CompositorThread' to telemetry GPU thread names. Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-roll.skia.org 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=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I01f8012b847d9ab80711b6143817aaa070d6b181 Reviewed-on: https://chromium-review.googlesource.com/807251 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#521529}
-
Tarun Bansal authored
State of the core data saver proxies are now independent from the state of the non-core data saver proxies. Bug: 779219 Change-Id: Id765548736f96ec85db9720a1eb73af95b525b32 Reviewed-on: https://chromium-review.googlesource.com/770146 Commit-Queue: Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Doug Arnett <dougarnett@chromium.org> Cr-Commit-Position: refs/heads/master@{#521528}
-
Theresa Wellington authored
This reverts commit 48a0f056 and re-enables the #testSearchBookmarks_Delete. In order for this test to pass on tablets, special handling of the search state while updating the native page's URL was added. BUG=791485,789910 Change-Id: I43133858518754fa321e563a81982432eec98b93 Reviewed-on: https://chromium-review.googlesource.com/806932Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#521527}
-
Yves Arrouye authored
https://chromium.googlesource.com/chromiumos/platform/system_api/+/5c4b603461a79a731cfcb4554f244a42f7e8679d 2017-11-29 drcrash Constant for the new DBUS API TpmAttestationSignEnterpriseVaChallenge BUG=b:69687094 TEST=Sync with this Change-Id: I3128234598e306d06d2e709b75d9719d983cb9e0 Reviewed-on: https://chromium-review.googlesource.com/806764Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Yves Arrouye <drcrash@chromium.org> Cr-Commit-Position: refs/heads/master@{#521526}
-
Stephen Martinis authored
This clarifies the meaning of forward slashes in artifact file paths, and also clarifies the directory these paths are relative to, when no artifact permanent location is set. Bug: 775619 Change-Id: I1f41d86273455123823350a39b239cc04b6a0216 Reviewed-on: https://chromium-review.googlesource.com/802092 Commit-Queue: Stephen Martinis <martiniss@chromium.org> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#521525}
-
kylechar authored
Add calls in VizProcessTransportFactory to register HWNDs. This code is the same as in GpuProcessTransportFactory. The registration of child HWND can happen later with viz and the display compositor in the GPU process. As a result, VizProcessTransportFactory can request calling SetParent() too early. Remember that the browser requested calling SetParent() and when the child is registered call it then. InProcessCommandBuffer assumed it was in the browser process and directly called ::SetParent(), which isn't allowed by the GPU sandbox. Use the same mechanism used by GpuCommandBufferStub to forward the SetParent() request to the browser. This requires providing the GpuChannelManager to InProcessCommandBuffer. Bug: 787099 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I2ff351bc90a3f0871149608ad5b6457a1a6cebbc Reviewed-on: https://chromium-review.googlesource.com/779244Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#521524}
-
Mitsuru Oshima authored
BUG=773461 TEST=None Change-Id: I2dd813cd873e7b437606085784543b1a3d72dc95 Reviewed-on: https://chromium-review.googlesource.com/801090Reviewed-by:
David Reveman <reveman@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#521523}
-
Eric Caruso authored
This component will be used to serve modem helper programs and firmware blobs. BUG=b:37953355 Change-Id: I91e23b96448f7e6c472ab58777ef284b091c0886 Reviewed-on: https://chromium-review.googlesource.com/801980Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Eric Caruso <ejcaruso@chromium.org> Cr-Commit-Position: refs/heads/master@{#521522}
-
Renjie Liu authored
original owner: amoylan@chromium.org original cl: https://chromium-review.googlesource.com/c/chromium/src/+/754255 This CL is part of the implementation of public-IP-only geolocation as described in the design doc: https://docs.google.com/document/d/1oSQM3GEMTL1raWLYv8S6_Yyt93FF2zQbANI4bKJ6LDs This part is a new Mojo interface PublicIpAddressGeolocationProvider that provides mojom::Geolocation implementations using the PublicIpAddressGeolocator (from the upstream dependent CL). In a subsequent CL, DeviceService will provide this implementation of PublicIpAddressGeolocationProvider via ServiceManager. Change-Id: I2458c816b5a861a409ab2b3a5defa8d80444c59e Reviewed-on: https://chromium-review.googlesource.com/784533Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Commit-Queue: Renjie Liu <renjieliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#521521}
-
bsheedy authored
Switches WebVrTransitionTEst#testControlsVisibleAfterExitingVr to use enterPresentationOrFail, as before it was waiting for a non-existent JavaScript step to finish, which added ~10 seconds onto each test run. Bug: Change-Id: I2170941f78ac900b9dde57ac9fa5d70cdd43c8c0 Reviewed-on: https://chromium-review.googlesource.com/806247Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#521520}
-
Yutaka Hirano authored
This CL sets the outstanding limits for ResourceLoadScheduler for the experiment, and disables the body detection logic from ResourceScheduler. Bug: 785770 Change-Id: I178d65da2681a1790dc1fc67c1318d9c809007a7 Reviewed-on: https://chromium-review.googlesource.com/799612 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Randy Smith <rdsmith@chromium.org> Cr-Commit-Position: refs/heads/master@{#521519}
-
Marti Wong authored
Fix the incorrect bottom inset of bookmarkTableView which is set when keyboard appears for editing new folder name. (This causes the new folder being "pushed" to the top of the screen on iPad.) Screenshot: https://drive.google.com/file/d/1q_w8bRICkEQmOgApFM1wG79UBLJ_EReS Bug: 790046 Change-Id: Ic331244b9f49d77ef0b01edf20252ae4cec2e88d Reviewed-on: https://chromium-review.googlesource.com/805179Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Marti Wong <martiw@chromium.org> Cr-Commit-Position: refs/heads/master@{#521518}
-
Roger McFarlane authored
The data driven tests in form_structure_browsertes.cc were navigating to test pages using data URLs. These have no way to generate relative URLs for form actions, so the output was being generated incorrectly for forms that would be evaluated as !ShouldBeParsed due to having "search" actions. This CL uses the embedded test server to serve the test pages instead. Bug: 789944 Change-Id: I9bdb6fa376dba070195d125807fb5e4b5443a203 Reviewed-on: https://chromium-review.googlesource.com/804054 Commit-Queue: Roger McFarlane <rogerm@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#521517}
-
Yuzhu Shen authored
This significantly reduces non-Android chrome size. With an official build on Linux, before the change - resources.pak 12230694 after the change - resources.pak 12069587 The difference is about 160KB. Bug: 699569, 718047 Change-Id: I2d2f6985cb10c27637a8a7d478001b18ac1b8111 Reviewed-on: https://chromium-review.googlesource.com/804974Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Yuzhu Shen <yzshen@chromium.org> Cr-Commit-Position: refs/heads/master@{#521516}
-
Vladimir Levin authored
This patch adds glUniformLocation function to be passed to Skia, since it creates it when used on windows. Running cc_unittests with --use-gpu-in-tests triggers an assert without this patch, and passes with. I've also verified that the similar behavior happens on poster circle. R=piman@chromium.org, enne@chromium.org, bsalomon@chromium.org Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Ie015bdf751e00ef9aa1f15ae6274fc26ae329249 Reviewed-on: https://chromium-review.googlesource.com/804951Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Brian Salomon <bsalomon@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#521515}
-
Matt Menke authored
Adds an API to the NetworkService so that it can take in a mojom::ProxyResolverFactory, and makes Chrome's CreateDefaultNetworkContextParams method add an InterfracePtr that points at ChromeMojoProxyResolverFactory. Also moves ChromeMojoProxyResolverFactories from the IO to the UI thread, and removes the old code to create them from the legacy IOThread and ProfileIOData classes. Bug: 754007 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I89f77ddfb9511494f1f32a596f3a67509cd5b1e3 Reviewed-on: https://chromium-review.googlesource.com/768216 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Reviewed-by:
Jay Civelli <jcivelli@chromium.org> Cr-Commit-Position: refs/heads/master@{#521514}
-
Lei Zhang authored
Change-Id: I5dba826a1ff92c0032e1de442c206497a318b91c Reviewed-on: https://chromium-review.googlesource.com/805154 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#521513}
-
Alexey Kozyatinskiy authored
WorkerDevToolsSanityTest.PauseInSharedWorkerInitialization. This test is passing locally. TBR=dgozman@chromium.org Bug: chromium:432444 Change-Id: I854aa9d72932d788f71724e84720a6529a6b5f4a Reviewed-on: https://chromium-review.googlesource.com/806924Reviewed-by:
Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Cr-Commit-Position: refs/heads/master@{#521512}
-
Alexis Hetu authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/a0aa5fd..05bcbe6 BUG= TBR=kbr@chromium.org TEST=bots CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel,linux_chromium_cfi_rel_ng;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I139cafc18b4884582b160f347c330329d1a42448 Reviewed-on: https://chromium-review.googlesource.com/806725Reviewed-by:
Alexis Hétu <sugoi@chromium.org> Commit-Queue: Alexis Hétu <sugoi@chromium.org> Cr-Commit-Position: refs/heads/master@{#521511}
-