- 03 Dec, 2018 40 commits
-
-
Becky Zhou authored
Bug: 899318 Change-Id: Idffc1e1577058fcf273dcf4ad082a05814833d0c Reviewed-on: https://chromium-review.googlesource.com/c/1351540 Commit-Queue: Becky Zhou <huayinz@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#613180}
-
Peter K. Lee authored
mailto: URL scheme handling using Google UI launched in M67. Now is the time to remove the legacy implementation. Bug: 909726 Change-Id: I0ee2fa6ab0f34e51554898be8441d46b913c67a6 Reviewed-on: https://chromium-review.googlesource.com/c/1353895 Commit-Queue: Peter Lee <pkl@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#613179}
-
Etienne Pierre-Doray authored
Instantiate TracingSamplerProfiler in RendererMain. Change-Id: I527be13dcff3a58a4e60c8fe8ca21474515b91b0 Reviewed-on: https://chromium-review.googlesource.com/c/1336075Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
oysteine <oysteine@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#613178}
-
Ben Pastene authored
R=jbudorick, martiniss Bug: 790372 Change-Id: I56f5374182eaa3779459c05203ebb5cb1d94802f Reviewed-on: https://chromium-review.googlesource.com/c/1359030Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#613177}
-
Eugene But authored
NavigationItemCommitted is deprecated in favour of DidFinishNavigation. This change will simplify transition from NavigationItemCommitted to DidFinishNavigation, because DidFinishNavigation does not pass NavigationItem as argument. Bug: 720786 Change-Id: Ic71f49c687aa73957afc0033910dd028a2f942e9 Reviewed-on: https://chromium-review.googlesource.com/c/1356772 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#613176}
-
Tony de Luna authored
Only do periodic WiFi scanning when WiFi is enabled. Hide scanning progress bar as soon as user disables WiFi, even if a scan is still in progress. BUG=891947 Change-Id: Ica6cc4116f88743b24fb081b89886501ecd1d2d3 Reviewed-on: https://chromium-review.googlesource.com/c/1356027Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Tony De Luna <tonydeluna@chromium.org> Cr-Commit-Position: refs/heads/master@{#613175}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/aa3d8ad71b9d..056f9738bf7a git log aa3d8ad71b9d..056f9738bf7a --date=short --no-merges --format='%ad %ae %s' 2018-12-03 solenberg@webrtc.org Remove CodecInst pt.1 2018-12-03 orphis@webrtc.org Encode frames at the largest layer resolution instead of last layer 2018-12-03 eladalon@webrtc.org RtcEventLogImpl nits Created with: gclient setdep -r src/third_party/webrtc@056f9738bf7a 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. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I09b50b7a8c0b254791d5b97067a84505c4bae463 Reviewed-on: https://chromium-review.googlesource.com/c/1358755Reviewed-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@{#613174}
-
Jonathan Backer authored
This CL is kept minimal to facilitate merge to M72 (and potentially M71). Details on comments 14 and 15 on https://crbug.com/910274 A more complete solution addressing SkiaRenderer,SkDDL will come when issue 902904 is resolved. Bug: 910274 Change-Id: Ie0f44443fa30a5ec87045bd138a3a8a08e17e35c Reviewed-on: https://chromium-review.googlesource.com/c/1358799Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Jonathan Backer <backer@chromium.org> Cr-Commit-Position: refs/heads/master@{#613173}
-
Wenzhao Zang authored
In addition to fixing the DCHECK, this CL contains a speculative fix for flaky test (crbug.com/907379). The guess for the flakiness is (not able to repro the failure locally though): |RecordProductEvent| may fail to acquire the |ScopedRlzValueStoreLock| when recording the CAI event, because the lock is being taken by |UpdateExistingAccessPointRlz|. In tests, the delay for |ScheduleDelayedInit| is set to zero, so it's possible for this race condition to happen. But in production, the delay is non-zero. I don't think we're losing test coverage by disabling |UpdateExistingAccessPointRlz| here because the call is a no-op in tests, and another test (RlzLibTest.UpdateExistingAccessPointRlz) is testing its implementation. Bug: 906293, 907379 Change-Id: I208919f22edc09fc1a739a1efe1909a71e5a2730 Reviewed-on: https://chromium-review.googlesource.com/c/1353990Reviewed-by:
Roger Tawa <rogerta@chromium.org> Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Cr-Commit-Position: refs/heads/master@{#613172}
-
Eugene But authored
Tests that new page load calls NavigationItemsPruned callback if there were forward navigation items. Bug: 910894 Change-Id: I98bfd1a9960b99d0d7d8511b2b4068f56344b8d1 Reviewed-on: https://chromium-review.googlesource.com/c/1357841Reviewed-by:
Danyao Wang <danyao@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#613171}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/317a9ebdb019..c10a023a66f2 git log 317a9ebdb019..c10a023a66f2 --date=short --no-merges --format='%ad %ae %s' 2018-12-03 jmadill@chromium.org Fix fuchsia build of libfeature_support. 2018-12-03 thakis@chromium.org List vulkan_core.h as input of generate_vulkan_layers_json.py. 2018-12-03 Tom.Tan@microsoft.com Don't copy d3dcompiler_47.dll when build target is Windows ARM64 2018-12-03 jmadill@chromium.org Refactor test shader style. 2018-11-30 syoussefi@chromium.org Vulkan: Add dynamic index buffers to graph 2018-11-30 ianelliott@google.com Version-2 API of the A4A opt-in/out (a.k.a. feature-support utilities) Created with: gclient setdep -r src/third_party/angle@c10a023a66f2 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:910699,chromium:869348,chromium:893460,chromium:b/113346561 TBR=ynovikov@chromium.org Change-Id: I29ee936a536269990c413cdd50ad7d46601914a6 Reviewed-on: https://chromium-review.googlesource.com/c/1358758Reviewed-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@{#613170}
-
Javier Ernesto Flores Robles authored
Similar to pull to refresh, pulling the suggestions to the right will reset the keyboard and the manual fallback view. Video: https://drive.google.com/file/d/1QpoiU3YPXdFhLQ_ubzZcyJ7VxVo86Zpv/view?usp=sharing Bug: 845472, 911142 Change-Id: Ie13322d168dac81288d95a8e10a0bcb5bab59339 Reviewed-on: https://chromium-review.googlesource.com/c/1355188 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#613169}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/a21a7c53d9b2..7808a519be73 git log a21a7c53d9b2..7808a519be73 --date=short --no-merges --format='%ad %ae %s' 2018-12-03 clemensh@chromium.org Fix typo in man page for git new-branch Created with: gclient setdep -r src/third_party/depot_tools@7808a519be73 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=agable@chromium.org Change-Id: Ie82b94a503eda12fc79c6fc1d5d16e5d7c0cbf8b Reviewed-on: https://chromium-review.googlesource.com/c/1358756Reviewed-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@{#613168}
-
Dan Harrington authored
Bug: 841516 Change-Id: I53b327330283cc110eb9a23c68753781edfb4218 Reviewed-on: https://chromium-review.googlesource.com/c/1351274 Commit-Queue: Dan H <harringtond@google.com> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#613167}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/5199b83eef8b..d2eb15071cfa Created with: gclient setdep -r src-internal@d2eb15071cfa 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: Icbc910923ffb4f795c4f7a486d6e132d27057130 Reviewed-on: https://chromium-review.googlesource.com/c/1358801Reviewed-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@{#613166}
-
Eugene But authored
On iOS 12 URLSession:dataTask:didReceiveData: delegate method can be called when task is in NSURLSessionTaskStateCompleted state. This resulted in extra URLFetcherResponseWriter::Finish call (one from didReceiveData: and one from didCompleteWithError:). URLFetcherResponseWriter::Finish DCHECKs if Finish is called twice, so the test was flaky. This CL changes DownloadTaskImpl to only call URLFetcherResponseWriter::Finish from didCompleteWithError:. Originally Reviewed-on: https://chromium-review.googlesource.com/c/1354233 Bug: 873204 Change-Id: Idece867d9d27c46a0deb57096144ed62df056901 Reviewed-on: https://chromium-review.googlesource.com/c/1355535Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#613165}
-
Aaron Colwell authored
It looks like the code that called this was removed over 4 years ago by https://src.chromium.org/viewvc/chrome?revision=285521&view=revision Change-Id: Ifd62e5c0750b7de02d0adc8c3fef487cb8a3d0e3 Reviewed-on: https://chromium-review.googlesource.com/c/1356322 Commit-Queue: Aaron Colwell <acolwell@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#613164}
-
Yi Gu authored
Our codes do not match the spec in calculating the animation effect phases [1] and its active time [2]. This patch updated the current implementation by spec and fixed the related layout tests. [1] https://drafts.csswg.org/web-animations/#before-active-boundary-time [2] https://drafts.csswg.org/web-animations/#calculating-the-active-time Change-Id: Ia9ccea246835ddd2e2a3970d9279e008de9e699c Bug: 909785 Reviewed-on: https://chromium-review.googlesource.com/c/1352710 Commit-Queue: Yi Gu <yigu@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#613163}
-
Jonathan Metzman authored
Change-Id: I663564ce66a7f41aef466d47373f89557992a2b6 Reviewed-on: https://chromium-review.googlesource.com/c/1358918Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Jonathan Metzman <metzman@chromium.org> Cr-Commit-Position: refs/heads/master@{#613162}
-
Peter Boström authored
This change instead updates the animation progress in delta-time increments, which prevents a bunch of clock math and rewinding of start timestamps. Bug: None Change-Id: I6848e3c3ca2d7c844f56f126d72c9b8420364b2a Reviewed-on: https://chromium-review.googlesource.com/c/1356261 Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by:
Sidney San Martín <sdy@chromium.org> Cr-Commit-Position: refs/heads/master@{#613161}
-
kylechar authored
HostFrameSinkManager::InvalidateFrameSinkId() can make a synchronous IPC to ensure whatever is drawing the platform window is destroyed before the platform window gets destroyed. However, while waiting for the synchronous IPC response other synchronous IPCs continue to get processed. |frame_sink_data_map_| can get mutated in response to a different synchronous IPC and |data| may no longer point to a valid memory location when DestroyCompositorFrameSink() returns. Change the order so that all modifications to |data| happen before the synchronous IPC. Also add a comment to clarify that FrameSinkIds shouldn't be reused after they are invalidated. We don't do this today and it would cause more re-entrancy problems. Also switch |frame_sink_data_map_| to use std::unordered_map instead of base::flat_map. This map can get large (tens of elements per open tab) so std::unordered_map is probably a better choice. Bug: 907211 Change-Id: Iea42d1eca290f5b61f215c66da9b9021f671c1e0 Reviewed-on: https://chromium-review.googlesource.com/c/1352525Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#613160}
-
Robert Ogden authored
The fields are added to DRPPageLoadTiming and added to a submessage in the pingback to make server-side analysis easier. This also moves the ServerLitePageStatus enum out of PreviewsUserData and into a common header for sake of layering. Bug: 864665 Change-Id: I1844acd4f249397a70848a2d2c2b578e64a54034 Reviewed-on: https://chromium-review.googlesource.com/c/1356119 Commit-Queue: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#613159}
-
Fredrik Söderquist authored
We assume that SkColor <=> Color::Rgb(), so simplify the Color variant accordingly. PaintFlags are always passed as constant references, so pass it like that to the PaintFlags variant too and remove the null-checks. Also always explicitly copy the PaintFlags so that we get RVO. Change-Id: I46b6f5aff7cbe175d6b9a2ff8277ff5ce9b4fce8 Reviewed-on: https://chromium-review.googlesource.com/c/1358497Reviewed-by:
Stephen Chenney <schenney@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#613158}
-
Robert Liao authored
This reverts commit 65e52ac6. Reason for revert: This appears to be a bot only failure at the moment. Original change's description: > Reenable browser_tests InputImeApiTest.BasicApiTest > > This seems to work fine on Linux with --gtest_repeat=10. > > BUG=882338 > TBR=shuchen@chromium.org > Reenabling a test. > > Change-Id: I993856797c704a4b438402a97453d4e2b60f72f0 > Reviewed-on: https://chromium-review.googlesource.com/c/1356230 > Reviewed-by: Robert Liao <robliao@chromium.org> > Commit-Queue: Robert Liao <robliao@chromium.org> > Cr-Commit-Position: refs/heads/master@{#612707} TBR=robliao@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 882338 Change-Id: Ibb22cec2bce9e309b3f8b081a745797910c4e992 Reviewed-on: https://chromium-review.googlesource.com/c/1358916Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#613157}
-
Chris Hamilton authored
We want to cross-check that we can see the impact of this fix on the metrics we want to track long term. The fix unfortunately landed at the same time as a tweak to these metrics and as such we missed that opportunity the first time around. This experiment will only be run for two days on Windows Canary. This is a continuation of this CL by gab@: https://chromium-review.googlesource.com/c/chromium/src/+/1347585/4 BUG: 890978 Change-Id: I8543d398ea804344dd160066c3f8f1638c7f5770 Reviewed-on: https://chromium-review.googlesource.com/c/1358800Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#613156}
-
Rune Lillesveen authored
Presumably fixes UBSAN crasher. Seemingly so running locally with fuzzer test case. Bug: 904037 Change-Id: Ie5804e28835528e65caadbf43308260b961a92b7 Reviewed-on: https://chromium-review.googlesource.com/c/1358446Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#613155}
-
khachatryan authored
Checking if log parser returns an empty value then we should return 'command' Change-Id: Ia6f2b583603f04183349a023365e13aceff95894 Reviewed-on: https://chromium-review.googlesource.com/c/1331950Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Artur Khachatryan <khachatryan@chromium.org> Cr-Commit-Position: refs/heads/master@{#613154}
-
Tatiana Buldina authored
Bug: chromedriver:2654 Change-Id: I530297d787c09c3be941c7b69dcd3267d1f71aca Reviewed-on: https://chromium-review.googlesource.com/c/1356594Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Tatiana Buldina <buldina@chromium.org> Cr-Commit-Position: refs/heads/master@{#613153}
-
Stephen McGruer authored
Bug: 909711 Change-Id: I7088eac2946a4b71ece3cea2b54d3ac9b400116c Reviewed-on: https://chromium-review.googlesource.com/c/1354060Reviewed-by:
Majid Valipour <majidvp@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#613152}
-
Robert Ogden authored
Why not? Change-Id: I7646e3baa578682774a60d4223ce09e1a2c7d649 Reviewed-on: https://chromium-review.googlesource.com/c/1358917Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#613151}
-
Jan Wilken Dörrie authored
This change adds a new UMA Histogram that logs the referrer of a navigation to the manage passwords page. Logging is added in both native and Web UI. Bug: 904821 Change-Id: I727b0ace112f407121868d79181f523efecab511 Reviewed-on: https://chromium-review.googlesource.com/c/1355604 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#613150}
-
Scott Violet authored
Screen bounds are sent at embed points to the embedded client. BUG=none TEST=covered by tests Change-Id: I85a3d214708d8b28d288496edd2ec4be561ef533 Reviewed-on: https://chromium-review.googlesource.com/c/1357644 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#613149}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/e89dd701..20317f4d 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=luci.chromium.try:linux-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: Ia548ec6f3a011d875dcea5749e72ed6f841d40dc Reviewed-on: https://chromium-review.googlesource.com/c/1358909Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#613148}
-
Jan Krcal authored
This change makes the tests more robust and easier to read. Bug: 894001 Change-Id: I3e147d4384d6119563dd6cf907e024af298ad6a6 Reviewed-on: https://chromium-review.googlesource.com/c/1358504 Commit-Queue: Jan Krcal <jkrcal@chromium.org> Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#613147}
-
Robert Flack authored
before-unload-return-value-from-listener.html is also crashing on the virtual test suite virtual/mouseevent_fractional with the same reason. TBR=yutak@chromium.org Bug: 906952 Change-Id: Ie778939ed40f13d6e1b6e263a6c3266a9427826f Reviewed-on: https://chromium-review.googlesource.com/c/1358915Reviewed-by:
Robert Flack <flackr@chromium.org> Commit-Queue: Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/master@{#613146}
-
Robert Sesek authored
This refactors the three implementations across //content's ppapi_plugin, renderer, and utility into a single implementation in child. No intended behavior change. Change-Id: Icebe662f6d6855bd4f00f103691267e5db7e92ff Reviewed-on: https://chromium-review.googlesource.com/c/1356026Reviewed-by:
Dominik Röttsches <drott@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#613145}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/6f862e54f2a0..4f870714be35 git log 6f862e54f2a0..4f870714be35 --date=short --no-merges --format='%ad %ae %s' 2018-12-03 eakuefner@chromium.org Remove myself from Catapult OWNERS files Created with: gclient setdep -r src/third_party/catapult@4f870714be35 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=sullivan@chromium.org Change-Id: I7f0d3f008fd225286bb2aac02810a6ec37e014e0 Reviewed-on: https://chromium-review.googlesource.com/c/1358752Reviewed-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@{#613144}
-
Scott Violet authored
All classes in chrome now have Client in the name. Additionally the suffix ChromeOS has been removed to Impl. BUG=875111 TEST=covered by tests Change-Id: I5f41beeb10fa14e54fe5ce911c4b4782dd9f0830 Reviewed-on: https://chromium-review.googlesource.com/c/1355767Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#613143}
-
Alexandr Ilin authored
TBR: bsheedy@chromium.org Bug: 911144 Change-Id: I924a28122faa58c8719d65871e947e8c96fe373a Reviewed-on: https://chromium-review.googlesource.com/c/1358460Reviewed-by:
Alexandr Ilin <alexilin@chromium.org> Commit-Queue: Alexandr Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#613142}
-
Evan Stade authored
- ArcVoiceInteractionFrameworkServiceTest.CapturingScreenshotBlocksIncognitoWindows Bug: 905430 Change-Id: If332da0d0abcd722a82a51c9a84bc39d2c0735e3 Reviewed-on: https://chromium-review.googlesource.com/c/1354678Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#613141}
-