- 14 Jun, 2018 40 commits
-
-
Sergiy Byelozyorov authored
TBR=dpranke@chromium.org Bug: 831171 Change-Id: Ida71a6072a3b25910bdda8fa4f15901349c7c8a0 Reviewed-on: https://chromium-review.googlesource.com/1100461Reviewed-by:
Sergiy Byelozyorov <sergiyb@chromium.org> Commit-Queue: Sergiy Byelozyorov <sergiyb@chromium.org> Cr-Commit-Position: refs/heads/master@{#567187}
-
Tetsui Ohkubo authored
This CL changes icon color and sub header text color in UnifiedSystemTray's detailed views. Screenshot: http://screen/224qsUVChRx TEST=manual BUG=850396 Change-Id: I48b512bd3d0e0cb4b7b42b3f6b2557fb637239af Reviewed-on: https://chromium-review.googlesource.com/1098857Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#567186}
-
Roman Sorokin authored
Shows network error message instead of an unknown error message BUG=842619 TEST=manual Change-Id: I5149fbed8282c44e9cf1960d3b4a6f013095f983 Reviewed-on: https://chromium-review.googlesource.com/1098693Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Roman Sorokin <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#567185}
-
Tetsui Ohkubo authored
This CL adds audio detailed view (audio settings) to UnifiedSystemTray. Audio settings is only accessible when there are multiple audio inputs or outputs. TEST=manual BUG=847770 Change-Id: Ifee6be242c9c89bdb8012f3a6c905fca042aa1c6 Reviewed-on: https://chromium-review.googlesource.com/1098871Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#567184}
-
Friedrich Horschig authored
This CL replaces the duplicated @+id/keyboard_accessory used for the bottom sheet with @+id/keyboard_accessory_sheet. Furthermore, it adds some spacing, colors and dimensions that bring the whole appearance of the keyboard accessory and its bottom sheet closer to the intended outcome. Bug: 828832, 811747 Change-Id: I7e949b8e0f3f5825344f672a933e7b3e6bcd685a Reviewed-on: https://chromium-review.googlesource.com/1090921Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Friedrich Horschig <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#567183}
-
Patti authored
Origins with only embargoed content settings are currently not included in the All Sites list. Fix. Bug: 835712 Change-Id: Ic413db891753e729f618097cca28c554cc02f1fc Reviewed-on: https://chromium-review.googlesource.com/1090596 Commit-Queue: Patti <patricialor@chromium.org> Reviewed-by:
Dave Schuyler <dschuyler@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#567182}
-
Yoichi Osato authored
This patch rebases image expectations for - paint/markers/inline-spelling-markers-hidpi-composited.html - paint/markers/inline-spelling-markers-hidpi.html since they are scaled and only have 1px diff. Bug: 850448 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Ib5e68393d577a7ee493b31406d65dab60efb36ce Reviewed-on: https://chromium-review.googlesource.com/1100595Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#567181}
-
Mitsuru Oshima authored
BUG=b/74845106 TEST=covered by unittests Change-Id: I1dde9c2ab19d08945f7ad4d9d2038dc1d0ff3e54 Reviewed-on: https://chromium-review.googlesource.com/1093518Reviewed-by:
Malay Keshav <malaykeshav@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#567180}
-
Hiroshige Hayashizaki authored
Instead of redirecting ModuleMap->Modulator->ModuleScriptLoader, this CL makes ModuleMap::FetchSingleModuleScript() to invoke ModuleScriptLoader directly, in order to: - Reduce indirection around Modulator, and - Remove Modulator::FetchNewSingleModule(). This CL moves ModuleScriptLoaderRegistry from ModulatorImplBase to ModuleMap, to make it accessible from ModuleMap. This shouldn't affect lifetime and semantics, because Modulator and ModuleMap correspond one-to-one. Previously, unit tests have overridden Modulator::FetchNewSingleModule() and put fake implementation there. After this CL, unit tests creates a fake ModuleScriptFetcher. Bug: 845285 Change-Id: If94d958c57e0e3e18622efd032863b2fbd8cc5c2 Reviewed-on: https://chromium-review.googlesource.com/1079963 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#567179}
-
Han Leon authored
ServiceWorkerGlobalScope#registration (WebServiceWorkerRegistrationImpl) can still be alive and handle incoming messages even the thread local pointer ServiceWorkerContextClient::ThreadSpecificInstance() has already been reset to nullptr by ServiceWorkerContextClient::WillDestroyWorkerContext(), thus, we need to add a guard logic into WebServiceWorkerRegistrationImpl to avoid accessing nullptr. BUG=852195 Change-Id: Ia07b88f40d195293db8690216bd46d1a22bd687a Reviewed-on: https://chromium-review.googlesource.com/1098563Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Han Leon <leon.han@intel.com> Cr-Commit-Position: refs/heads/master@{#567178}
-
François Beaufort authored
This makes sure Picture-in-Picture context menu does not show at all (instead of disabled) for video elements with audio track only (e.g. MediaDocument). It also shows audio related items such as "Open audio in new tab" insteaad of "Open video in new tab" for these cases. Screenshots: https://imgur.com/a/1d1UNrg Bug: 806249 Change-Id: I6341f476557389521ab2b6f21e53c2bd6a5df34d Reviewed-on: https://chromium-review.googlesource.com/1096759 Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#567177}
-
Ke He authored
Before moving //device/geolocation into //services, we have to make sure all the clients do not depend on //device/geolocation directly. Now the chrome/browser:browser depends on //device/geolocation, to remove that dependency, we have to change the geolocation target from "component" to "source_set". The reason is: When building libchrome.so, linker tries to find the symbol: "Java_org_chromium_device_geolocation_LocationProviderAdapter_nativeNew ErrorAvailable" as there are native functions being declared in LocationProviderAdapter.java. Without depending on "//device/geolocation" in chrome/browser:browser, linker will complain error that symbol cannot be found. Note that there is no *actual* dependency from //chrome to //device/geolocation, the Java code that is using the native function will be moved into Device Service as an internal implementation. So we change the "component" to "source_set" to let the symbols inside the //device/geolocation can be propagated up to target which builds the libchrome.so. At the same time, the geolocation_export.h is removed. Because the //device/geolocation will be moved into //services/device and be hidden, sooner or later it will be changed to type of source_set. BUG=800659 Change-Id: I3e581f9a0e5c492528a85a07e97e93af48ab7eb1 Reviewed-on: https://chromium-review.googlesource.com/1086490 Commit-Queue: Ke He <ke.he@intel.com> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#567176}
-
edchin authored
This CL enables the user to: 1) See recently closed tabs in the tab grid. 2) Tap and open recently close tabs. This CL adds a method to UrlLoader protocol that restores a tab to the WebStateList based on SessionID. In BVC, the restored tab replaces the current WebState. In tab grid, the restored tab is added to the end of the WebStateList. Bug: 851219 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I6dc6c22f43d746a9dc73d15b65d6fd5193899a25 Reviewed-on: https://chromium-review.googlesource.com/1094324 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#567175}
-
Hiroki Nakagawa authored
This is a follow-up CL for the preview review comments: https://chromium-review.googlesource.com/c/chromium/src/+/1090592/4/third_party/blink/renderer/core/script/fetch_client_settings_object_snapshot.h#23 Bug: 845285 Change-Id: I69192292116ee9a5675aeb94cbb4e7381f01f7f7 Reviewed-on: https://chromium-review.googlesource.com/1098654 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#567174}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: I95fb0bd3f737c7252bf0aa0d28909a4e9a720f03 Reviewed-on: https://chromium-review.googlesource.com/1100345Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#567173}
-
edchin authored
History coordinator can now be started on top of the tab grid. This history coordinator was not properly being dismissed inside main_controller's |-dismissModalDialogsWithCompletion:|. As part of fixing dismissal, this CL also fixes a bookkeeping flaw in main_controller. Previously, main_controller conflated the existence of |self.currentBVC| with the BVC being presented and active. This CL changes that logic to use |-isTabSwitcherActive| instead. Bug : 852243 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I93d5efb33a2de8eaed7b0472fa2994c14603d11a Reviewed-on: https://chromium-review.googlesource.com/1098555 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#567172}
-
Morten Stenshorne authored
Maintaining both a BFC offset and a container offset was a bit cumbersome and error-prone, and it turns out we don't need to store both. Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I51ea857e979384d89fb7a97f68f1a243fad9e2a1 Reviewed-on: https://chromium-review.googlesource.com/1097756Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#567171}
-
Morten Stenshorne authored
This affects auto-positioned out-of-flow nodes that are handled as part of inline layout, and other things too. This fix will also make it possible to use the position of the last child fragment to calculate the block size of a block (which I happen to be working on). Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Ie3f99d850de81bd349e89c624f86cce95b38eede Reviewed-on: https://chromium-review.googlesource.com/1098925 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#567170}
-
Hiroshige Hayashizaki authored
To remove indirect layers around Modulator. Bug: 842553 Change-Id: Ie307c9f91ead00e260da156d6ae283131316d7eb Reviewed-on: https://chromium-review.googlesource.com/1080032 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#567169}
-
Oscar Johansson authored
In Jumbo build, the member NONE in the enum VerifyStatus in install_verifier.cc conflicts with the same member in the enum Transformation inactivity_log/activity_log.cc. This commit solves the issues by defining VerifyStatus as a strongly typed enum. Bug: 850484 Change-Id: Idc3cab01b96073b20adf6fcd87e01cdf9b02a739 Reviewed-on: https://chromium-review.googlesource.com/1098664Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Oscar Johansson <oscarj@opera.com> Cr-Commit-Position: refs/heads/master@{#567168}
-
Oscar Johansson authored
When building using Jumbo, the using-declaration of api::webrtc_logging_private::RequestInfo results in a conflict, since a declaration of RequestInfo exists in both api/webrtc_logging_private.h and api/webrtc_audio_private.h. This commit solves the conflict by removing the using-declaration. Bug: 850484 Change-Id: I9bc25994cccdfd2e9ae19ecdacde06ed7780b1b2 Reviewed-on: https://chromium-review.googlesource.com/1098658Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Oscar Johansson <oscarj@opera.com> Cr-Commit-Position: refs/heads/master@{#567167}
-
Oscar Johansson authored
The function g_shown is defined in every bubble delegate. When building using Jumbo those functions conflict with each other. This commit fixes this by renaming the functions to something more file specific. Bug: 850484 Change-Id: I9df3a8e90ed77e95649cdb734cc4d7364b5fc310 Reviewed-on: https://chromium-review.googlesource.com/1096945Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Oscar Johansson <oscarj@opera.com> Cr-Commit-Position: refs/heads/master@{#567166}
-
Oscar Johansson authored
When using Jumbo build, there are conflicts between dashboard_private_api.cc and webstore_private_api.cc. The conflicts are the variable kUserCancelledError and the function WebstoreInstallHelperResultToApiResult. This commit solve the issues by renaming the variable and function to something more file specific. Bug: 850484 Change-Id: I600a036505ef731124ac6e4c3ea2f750a50ccad5 Reviewed-on: https://chromium-review.googlesource.com/1098958Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Oscar Johansson <oscarj@opera.com> Cr-Commit-Position: refs/heads/master@{#567165}
-
Oscar Johansson authored
When using Jumbo build, the namespace alias Create in /api/context_menus/context_menus_api.cc conflicts with the function Create called from api/desktop_capture/desktop_capture_base.cc. This commits solves the issue by removing the namespace alias. It also removes the namespace aliases Update and Remove in the same file to avoid this issue in the future. Bug: 850484 Change-Id: Ibdb940e153a89b7120c670e806be34fc4e95ab90 Reviewed-on: https://chromium-review.googlesource.com/1099062Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Oscar Johansson <oscarj@opera.com> Cr-Commit-Position: refs/heads/master@{#567164}
-
Allen Vicencio authored
Adds GetResolvedUrl to SmbShareFinder to resolve hosts found with NetworkScanner Bug: 757625 Change-Id: Ia9050358c8aba1bc0354f7f3a961d25f002673b2 Reviewed-on: https://chromium-review.googlesource.com/1091228 Commit-Queue: Allen Vicencio <allenvic@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#567163}
-
Becca Hughes authored
Notify the browser process when the frame owning the current fullscreen element is changed. Design: https://docs.google.com/document/d/1j3jqmGRXAHzpeKeS_tLlOo4C9DsrvPOf_-PMnFzTmeE/edit#heading=h.wozo6ynsdlp3 BUG=838400 Change-Id: I7771f7b58a8c1cdb7ec0b89b30db1de1fe708b32 Reviewed-on: https://chromium-review.googlesource.com/1054441Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#567162}
-
Ramin Halavati authored
Another test is activated for win-annotator-rel bot. Bug: 844014 Change-Id: I5b7cc780fa88de7051324ac2e5585c90774c1ea3 TBR: georgesak@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1100456Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#567161}
-
Christopher Lam authored
This CL adds an Interface type for concrete implementations to @implement and makes the Mojo interface non-nullable to avoid needing an assert. Bug: 836128 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ie2f1d07966f734a47c8bc724a11641d0cab67daf Reviewed-on: https://chromium-review.googlesource.com/1088355 Commit-Queue: calamity <calamity@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#567160}
-
Yutaka Hirano authored
It has been enabled on the finch config. This CL enables the switch by default on the chromium src. resource_scheduler_unittests.cc is largely affected by the change. This CL removes some cases and modifies some cases to keep it green. Bug: 794073, 754918 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Ie49e5f0261a70f581ca766c3eeeae8a8f0e4e66b Reviewed-on: https://chromium-review.googlesource.com/1075916Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#567159}
-
Xianzhu Wang authored
The test was added in https://chromium-review.googlesource.com/1082931 for the bug, then was reverted. I forgot to add back the test in the new fix https://chromium-review.googlesource.com/1097558. TBR=trchen@chromium.org Bug: 848730 Change-Id: I3823a408819a2d8acdb7e41060d2fafd22fbb6de Reviewed-on: https://chromium-review.googlesource.com/1100486Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#567158}
-
Chris Harrelson authored
Previously, we computed which paint layer was topmost (but not negative z-index) in CompositingLayerAssigner. This led to complications in invalidation, and makes it hard to optimize that class to avoid recursions. Now compute the same thing through smarter code in GraphicsLayerTreeBuilder and CompositingInputsUpdater. Bug:814439 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I4c68e8622dde86be4870505696db6b453b4ab0e9 Reviewed-on: https://chromium-review.googlesource.com/1097559 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Tien-Ren Chen <trchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#567157}
-
Ke He authored
Before moving //device/geolocation into //services, we have to make sure all the clients can only depends on //device/geolocation/public. Clients shouldn't visit internal parts of the geolocation. So, we move internal interface LocationProvider out of LocationProviderFactory to public/java, as it is needed by clients for testing purpose. We also public the MockLocationProvider.java by moving it into public/java, and add a LocationProviderOverrider.java to hide the LocationProviderFactory.java. In next step, we'll remove all external dependencies on "//device/geolocation", after that the geolocation can be moved to //services in a clean way. BUG=800659 Change-Id: I0bdef4244fe77d0b611cebb195ada2121ee77c42 Reviewed-on: https://chromium-review.googlesource.com/1079857 Commit-Queue: Ke He <ke.he@intel.com> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#567156}
-
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/402795d084bf..17b4574e14a3 git log 402795d084bf..17b4574e14a3 --date=short --no-merges --format='%ad %ae %s' 2018-06-14 chrome-bot@chromium.org Update config settings by config-updater. 2018-06-14 dgarrett@google.com master-full: Add better master/slave support for FULL_TYPE. 2018-06-14 bpastene@chromium.org cros_run_vm_test: Fix --host-cmd and --autotest cmd args. 2018-06-14 lannm@chromium.org Make FindOverlays output have deterministic ordering 2018-06-14 lannm@chromium.org Fix cros_mark_as_stable for CLs that create overlays 2018-06-13 ihf@chromium.org chromeos_config: make betty-arcnext important. 2018-06-13 bmgordon@chromium.org cros_sdk_lib: Reduce version warning to debug 2018-06-13 bmgordon@chromium.org cros_sdk: Add a --unmount action Created with: gclient setdep -r src/third_party/chromite@17b4574e14a3 The AutoRoll server is located here: https://chromite-chromium-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. BUG=chromium:851183,chromium:None,chromium:851059,chromium:851059,chromium:834412,chromium:None TBR=chrome-os-gardeners@chromium.org Change-Id: I247744af7bf25889f89c57eee10cf8568af22542 Reviewed-on: https://chromium-review.googlesource.com/1100319Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#567155}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/657edbede4e3..28252da5cf0a git log 657edbede4e3..28252da5cf0a --date=short --no-merges --format='%ad %ae %s' 2018-06-14 swiftshader-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com Roll third_party/externals/swiftshader 41320521bd3f..170766a36bd7 (1 commits) Created with: gclient setdep -r src/third_party/skia@28252da5cf0a The AutoRoll server is located here: https://autoroll.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.blink:linux_trusty_blink_rel;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=csmartdalton@chromium.org Change-Id: Ie475c34114c8bd900fb44bee931f4e8aa0383baf Reviewed-on: https://chromium-review.googlesource.com/1100575Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#567154}
-
Ben Pastene authored
This includes: cc_unittests display_unittests ipc_tests jingle_unittests latency_unittests pdf_unittests printing_unittests Bug: 840967 Change-Id: I0e0cc44ab2f1ce79aeddefd2cbc2d6ff22fa5d69 Reviewed-on: https://chromium-review.googlesource.com/1100375Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#567153}
-
Fabio Tirelo authored
Source: https://docs.google.com/presentation/d/1EO7TOpIMJ7QHjaTVw9St-q6naKwtXX2TwzMirG5EsKY/edit#slide=id.g399d5e0d81_22_0 Bug: 852094 Change-Id: I0bbfc28d214bed310fdb4a23cd804442d5751590 Reviewed-on: https://chromium-review.googlesource.com/1099560Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#567152}
-
Tatsuhisa Yamaguchi authored
Bug: 845805 Change-Id: I2c17eab602db7b45d6c140a4da5a1a1f5248926b Reviewed-on: https://chromium-review.googlesource.com/1082188 Commit-Queue: Tatsuhisa Yamaguchi <yamaguchi@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#567151}
-
Yue Cen authored
Bug: 835029 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Id1562850b50d873d68c0bd1586f2eab1ec9a14e9 Reviewed-on: https://chromium-review.googlesource.com/1034112Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Wenzhao (Colin) Zang <wzang@chromium.org> Commit-Queue: Yue Cen <rsgingerrs@chromium.org> Cr-Commit-Position: refs/heads/master@{#567150}
-
Patrick Noland authored
Now that root layer scrolling and scroll anchoring are on unconditionally, it no longer makes sense to check FrameView's ShouldPerformScrollAnchoring. This inadvertently turned ScrollAnchorSerialization off even when the flag was turned on. Change-Id: I56f5224bb2aef6d06e4d0086b76a6122d4ac4ad3 Reviewed-on: https://chromium-review.googlesource.com/1100068Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/master@{#567149}
-
Khushal authored
Use same limits for GrContext cache limits in OOP and GPU raster, which is tuned based on system memory. R=piman@chromium.org TBR=sadrul@chromium.org Bug: 844207 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;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I7a0ae83a4b1ff14d2a9b5f14f6568a9c9cf25dc1 Reviewed-on: https://chromium-review.googlesource.com/1100008 Commit-Queue: Khushal <khushalsagar@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#567148}
-