- 05 Dec, 2017 22 commits
-
-
Yuly Novikov authored
BUG=791656 TBR=eyaich@chromium.org Change-Id: I5cb3a2438db14009a308e3489d7719a53bf4134d Reviewed-on: https://chromium-review.googlesource.com/806445Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#521558}
-
calamity authored
This reverts commit 4a7a6504. Reason for revert: Breaking on https://uberchromegw.corp.google.com/i/chromium.linux/builders/Linux%20Tests%20%28dbg%29%281%29%2832%29/builds/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: I526b2c2d4ab644206b1b34126436432a64fd3914 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 789869 Reviewed-on: https://chromium-review.googlesource.com/807584Reviewed-by:
calamity <calamity@chromium.org> Commit-Queue: calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#521557}
-
Darren Shen authored
This patch fixes an issue where an escaped asterisk character is being treated as a universal selector. The problem was that \* and * were represented as g_star_atom (the '*' character) in selector matching. To differentiate between the two, we picked a different way to represent universal selectors. The local name of a universal selector becomes g_null_atom instead of g_star_atom. This way, \* and * will no longer clash. Bug: 682747 Change-Id: Ied14b468c8bfae6ed1022a565f4f46cea4c556a8 Reviewed-on: https://chromium-review.googlesource.com/765626Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#521556}
-
Sky Malice authored
Bug: 788004 Change-Id: I455ac63969e5ab52ef063fbd1b9ba14be833f211 Reviewed-on: https://chromium-review.googlesource.com/806653Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#521555}
-
Derek Cheng authored
TBR=luoe@chromium.org No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 667560 Change-Id: I7e5f7fe0b0691de8ef4b324cc814ac39ae17494f Reviewed-on: https://chromium-review.googlesource.com/807446Reviewed-by:
Derek Cheng <imcheng@chromium.org> Commit-Queue: Derek Cheng <imcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#521554}
-
Kurt Horimoto authored
This intermediary object listens to changes from the FullscreenModel and propagates them to FullscreenControllerObservers. Bug: 785671 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I925ad42aec3acb11f6562d591121dad3476a9d2a Reviewed-on: https://chromium-review.googlesource.com/794951 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#521553}
-
Simeon Anfinrud authored
This fixes Java Errorprone warnings for: * deprecation * ReferenceEquality Bug: Internal b/70158727 Test: build cast_shell_java, observe that lint warning is gone. Change-Id: If72602773455c2c1903ca478ecb77baf4624e82a Reviewed-on: https://chromium-review.googlesource.com/807150Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Commit-Queue: Simeon Anfinrud <sanfin@chromium.org> Cr-Commit-Position: refs/heads/master@{#521552}
-
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: I00ca55f7035903e7ac9041ba0165fc6bca3e7e76 Reviewed-on: https://chromium-review.googlesource.com/806927 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#521551}
-
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 18 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}
-