- 20 Mar, 2018 40 commits
-
-
Yuta Kitamura authored
Currently, WebFrameScheduler is created through ChromeClient, but actually we don't have to talk to ChromeClient -- we can directly get PageScheduler from Page, and then call PageScheduler:: CreateFrameScheduler(). Bug: 822201 Change-Id: Ib4c85a41a18f2e2deb8f2a8a96aa527c6f5b4cbe Reviewed-on: https://chromium-review.googlesource.com/964072Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Yuta Kitamura <yutak@chromium.org> Cr-Commit-Position: refs/heads/master@{#544312}
-
Koji Ishii authored
Following bot results are included. 4274 4276 4277 4278 4279 4280 4281 4282 4283 21 lines were removed and 6 lines were deflaked by consecutive results since 4237. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Ifb14b837481fb8f8e41a33208db9842671f7aa8d Reviewed-on: https://chromium-review.googlesource.com/967642 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#544311}
-
Jinsuk Kim authored
https://codereview.chromium.org/831523005 made the JNI call to get WebContents from native redundant but it remained untouched. This CL removes that. Bug: 598880 Change-Id: I420d65a67a1a36d0d2134fea07ee895e125cd019 Reviewed-on: https://chromium-review.googlesource.com/967628Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#544310}
-
Hidy Han authored
Change-Id: Ia8e9d19cede1e02193f4864d2c7fbc27685194b0 Reviewed-on: https://chromium-review.googlesource.com/969750 Commit-Queue: Alex Clarke <alexclarke@chromium.org> Reviewed-by:
Alex Clarke <alexclarke@chromium.org> Cr-Commit-Position: refs/heads/master@{#544309}
-
https://chromium.googlesource.com/chromiumos/chromite.git/+log/94a6180a8f51..b84994071091 $ git log 94a6180a8..b84994071 --date=short --no-merges --format='%ad %ae %s' 2018-03-08 linben Add support for ARC++ pi-arc-dev branch Created with: roll-dep src/third_party/chromite 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. TBR=chrome-os-gardeners@chromium.org Change-Id: I94e7d19baffbe63aaf079befc2cd882fe1c34a95 Reviewed-on: https://chromium-review.googlesource.com/969997Reviewed-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@{#544308}
-
Hiroki Nakagawa authored
This CL avoids posting tasks via GetWorkerThread() after worker termination is requested. In that case, GetWorkerThread() may return nullptr. This bug was added by: https://chromium-review.googlesource.com/c/chromium/src/+/967914 Bug: 823550 Change-Id: I81ef06548d386d23521c4b68d6b4af73c495ef89 Reviewed-on: https://chromium-review.googlesource.com/970041 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#544307}
-
Tatsuhisa Yamaguchi authored
Bug: 783200 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ie8ccc68a931416d18fc65eca43f7affe2c09532c Reviewed-on: https://chromium-review.googlesource.com/964067Reviewed-by:
Naoki Fukino <fukino@chromium.org> Commit-Queue: Tatsuhisa Yamaguchi <yamaguchi@chromium.org> Cr-Commit-Position: refs/heads/master@{#544306}
-
Han Leon authored
As we have already mojofied all legacy IPCs handled by ServiceWorkerHandle, now we no longer need ServiceWorkerDispatcherHost to help routing, the renderer process uses the ServiceWorkerObjectHost Mojo connection to talk with ServiceWorkerHandle directly. Then, this CL moves ServiceWorkerHandles management out from ServiceWorkerDispatcherHost into ServiceWorkerProviderHost, which manages ServiceWorkerHandles keyed by the corresponding service worker's version id. The key logic itself is equivalent with before: ServiceWorkerDispatcherHost managed them keyed by the handle id, which is actually an unique identifier of the (provider_id, version_id) pair. This makes ServiceWorkerDispatcherHost slimmer. BUG=772713 Change-Id: I4131a8a687f05a5fe8e297aaa4d83f74028bb5cf Reviewed-on: https://chromium-review.googlesource.com/964243 Commit-Queue: Han Leon <leon.han@intel.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#544305}
-
Dale Curtis authored
BUG=823597,822341,794782 TBR=wolenetz Cq-Include-Trybots: luci.chromium.try:linux_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I7000336c8c34dbb310bc40faa33d3e51c4e1efa3 Reviewed-on: https://chromium-review.googlesource.com/969984 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#544304}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 788137a4. With Chromium commits locally applied on WPT: 23aafba1 "[url] Properly treat '#' as marking the start of the fragment in data URIs" 84f77307 "Revert "[url] Properly treat '#' as marking the start of the fragment in data URIs"" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/14222 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: kojii@chromium.org: external/wpt/css/css-scoping TBR=kereliuk No-Export: true Change-Id: Ia097b6139d5f2e0da40a32dd0519f144c5e4a010 Reviewed-on: https://chromium-review.googlesource.com/970163 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#544303}
-
Wenzhao Zang authored
This CL tries to remove the dependency of //ash/wallpaper in |ArcWallpaperService|. The behavior should be kept exactly the same. Bug: 822979 Test: unit_tests, ash_unittests and an Android wallpaper app on device Change-Id: I925b005b13c5f5fd5847e2dfa01701ff9130d0ab Reviewed-on: https://chromium-review.googlesource.com/967431 Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Oliver Chang <ochang@chromium.org> Cr-Commit-Position: refs/heads/master@{#544302}
-
Roman Karasev authored
TabsApiUnitTest overrides display::Screen and it left a screen overridden after execution. When next test (not TabsApiUnitTest) from current batch is executed and it uses display::Screen::GetScreen(), it gets broken screen. Bug: None Change-Id: I15d3f0193b8980cc06ea0b5232e393e071738a7d Reviewed-on: https://chromium-review.googlesource.com/963961Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#544301}
-
David 'Digit' Turner authored
This is a reland of [1] which got reverted in [2] because the former actual broke the internal official build of Clank. It turns out that instead of removing |app_as_shared_library = true|, for the monochrome apk template, it should be turned into |shared_resources = true|. Apart from that, see description of the change in the original CL, everything still applies. [1] https://chromium-review.googlesource.com/c/chromium/src/+/957095 [2] https://chromium-review.googlesource.com/c/chromium/src/+/968461 R=agrieve@chromium.org,yfriedman@chromium.org,estevenson@chromium.org,trevordixon@chromium.org Bug: 820459 Change-Id: I6f6e71c3a13a388c67b68b684c733cd549a2cef0 Reviewed-on: https://chromium-review.googlesource.com/968870Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: David Turner <digit@chromium.org> Cr-Commit-Position: refs/heads/master@{#544300}
-
Xianzhu Wang authored
Previously CopyCachedSubsequence() called SetCurrentPaintChunkProperties() which always reset id.fragment, causing multiple fragments to have the same id. Now call SetCurrentPaintChunkPropertiesUsingIdWithFragment() which doesn't reset fragment. Bug: 823029 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ibf34f7bb5fba798f96a755ba89fddf848c5f8656 Reviewed-on: https://chromium-review.googlesource.com/969961 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#544299}
-
chromeos-commit-bot@chromium.org authored
BUG=762641 TBR=jennyz@google.com Change-Id: Ic45259e8ce23a72d362727328c1b0d58afeba000 Reviewed-on: https://chromium-review.googlesource.com/970167 Commit-Queue: ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> Reviewed-by:
ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#544298}
-
Koji Ishii authored
This patch rebaselines text-only failures that have matched images, from the following bot result on ToT. https://ci.chromium.org/buildbot/tryserver.chromium.linux/linux_layout_tests_layout_ng/4283 TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Ia72ac034523c01a6c5ac10047ed1340a13af2595 Reviewed-on: https://chromium-review.googlesource.com/970188 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#544297}
-
https://chromium.googlesource.com/chromiumos/chromite.git/+log/65e67b8ab181..94a6180a8f51 $ git log 65e67b8ab..94a6180a8 --date=short --no-merges --format='%ad %ae %s' 2018-03-19 gmeinke cbuildbot: fix firmware key-id query Created with: roll-dep src/third_party/chromite 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. TBR=chrome-os-gardeners@chromium.org Change-Id: Ib1f7c6bd30fdb05e91863a0f0eb8ef5f78277bae Reviewed-on: https://chromium-review.googlesource.com/969960 Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#544296}
-
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 The AutoRoll server is located here: https://afdo-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. TBR=gbiv@chromium.org Change-Id: I20f71fe079b8281eb1cf5c4b40157c9a6bc2d555 Reviewed-on: https://chromium-review.googlesource.com/970166 Commit-Queue: afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#544295}
-
Hajime Hoshi authored
This CL adds early-returns to mojom::AutofillAgent override functions when |element_| is null. Now |element_| can be null anytime after DidCommitProvisionalLoad is called (https://chromium-review.googlesource.com/c/chromium/src/+/939224), checking whether |element_| is null is reuiqred. Bug: 822649 Change-Id: Id49cc32edf4bb5edbd93da2af9fe5a3fb7205b90 Reviewed-on: https://chromium-review.googlesource.com/968045 Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#544294}
-
Giovanni Ortuño Urquidi authored
WebContents in app windows require certain prefs to be set. This happened in OpenApplication, but there are multiple ways for a WebContents to end up in an app window and also a WebContents that started in an app window could later move to regular tab. So, in some cases, a WebContents could end up in an app window without the necessary prefs or a WebContents could end up in a regular tab with app prefs set. Before, when an app window was opened through OpenApplication, OpenApplication would set app-specific prefs in the new app's WebContents. Now, HostedAppBrowserController sets the prefs when the WebContents is added to the tab strip. Before, nothing would unset the app-specific prefs when a WebContents was moved from an app window. Now, HostedAppBrowserController unsets the prefs when the WebContents is detached. Bug: 808901 Change-Id: I6b21e7e9090133755d8e45de7a216e4c5a5e1379 Reviewed-on: https://chromium-review.googlesource.com/958790 Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#544293}
-
erikchen authored
The function is both queued as a task, and called synchronously. It makes the assumption that there exists a next request, but there are race conditions that could cause there to be no next request. Bug: 821177 Change-Id: Id0abf1b07bca812ad976184de87cc22d42fb18b9 Reviewed-on: https://chromium-review.googlesource.com/966481 Commit-Queue: Primiano Tucci <primiano@chromium.org> Reviewed-by:
Primiano Tucci <primiano@chromium.org> Cr-Commit-Position: refs/heads/master@{#544292}
-
Yuly Novikov authored
Due to adding more tests. BUG=813151 TBR=eyaich@chromium.org Change-Id: I8f17a4e6f6ed3fd682507b9c612557aeb30559ca Reviewed-on: https://chromium-review.googlesource.com/969634Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#544291}
-
Miguel Casas-Sanchez authored
This CL folds the method VaapiWrapper::CreateUnownedSurface() into its only caller. This nicely cuts the amount of lines, reduces the scope of the |va_lock_|, and improves error mgmt by only having one place for VA_SUCCESS_OR_RETURN (because the VASurface ctor cannot fail). Also vavda's CloseGpuMemoryBufferHandle is moved to the unnamed namespace. Bug: 822346 Cq-Include-Trybots: luci.chromium.try:linux_optional_gpu_tests_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: I7aa690e3d3976540f2edf07600511ca65f76b6f0 Reviewed-on: https://chromium-review.googlesource.com/964591 Commit-Queue: Miguel Casas <mcasas@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#544290}
-
Kent Tamura authored
platform/ and public/platform/ are the lowest layers in Blink, and any code in Source/ can include them. Source/DEPS should have entries for them. This CL has no behavior changes. Bug: 565932 Change-Id: Iacd3baa5838d9e7195f4a57a8f8c3dcd4749815b Reviewed-on: https://chromium-review.googlesource.com/970043Reviewed-by:
Yuta Kitamura <yutak@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#544289}
-
Koji Ishii authored
This patch changes LineBoxList, a class used to maintain a list of InlineFlowBox in LayoutInline and LayoutBlockFlow, so that LayoutText can use it to maintain a list of InlineTextBox. LayoutNG uses fragments instead of InlineBox tree. By unifiying this class, it becomes easier to make the change to LayoutText and LayoutInline. To share the logic, Next/PrevInlineBox and Next/PrevTextBox are renamed to Next/PrevForSameLayoutObject. We have a few other kinds of next/prev, such as NextOnLine. This clarifies next/prev of what list better. This CL also adds a few range operators to use range-based loop. There is no behavior change in this CL. Bug: 636993, 792242 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I9cca3bed636661058e9be6da4c1ad37de75d6bfc Reviewed-on: https://chromium-review.googlesource.com/968101 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#544288}
-
Xiaocheng Hu authored
This is a sibling patch of crrev.com/c/965882, adding script-generated test cases of LocalCaretRect in bidirectional text at line logical boundaries. Test cases are named in format: In{Ltr,Rtl}BlockLine{Begin,End}{NestedRunInfo} where NestedRunInfo indicates the number of nested runs at the caret position, and the direction of the lowest level in these runs. See https://goo.gl/fV2sSN for more details about test generation. Bug: 822575 Change-Id: I34b3633ee8fe62ab4f7c7dacf4b96d19f0d72879 Reviewed-on: https://chromium-review.googlesource.com/969886Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#544287}
-
Raphael Kubo da Costa authored
std::memcmp() comes from <cstring>, so stop relying on it being included indirectly by other headers. This does not work with GCC and libstdc++ 7.3 at least. Change-Id: I439cef4e83fed14bbf9885576084daa176d0dc47 Reviewed-on: https://chromium-review.googlesource.com/968526 Commit-Queue: Yuta Kitamura <yutak@chromium.org> Reviewed-by:
Yuta Kitamura <yutak@chromium.org> Cr-Commit-Position: refs/heads/master@{#544286}
-
Tarun Bansal authored
blink-dev i2s thread: https://groups.google.com/a/chromium.org/d/topic/blink-dev/8RBFue7RMXQ/discussion Bug: 735518,782381,816661 Change-Id: Ic7c8a6a0eaf323d3ab736ac8e3ad2d23104ae0cb Reviewed-on: https://chromium-review.googlesource.com/969407Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#544285}
-
Chromium WPT Sync authored
Using wpt-import in Chromium cf4e4370. With Chromium commits locally applied on WPT: 23aafba1 "[url] Properly treat '#' as marking the start of the fragment in data URIs" 84f77307 "Revert "[url] Properly treat '#' as marking the start of the fragment in data URIs"" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/14221 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md TBR=kereliuk No-Export: true Change-Id: If0a39caa04a72a57381b6c4566e91544a6699803 Reviewed-on: https://chromium-review.googlesource.com/969970 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#544284}
-
David Tseng authored
Change-Id: I130db573fcc2ccbda3ce58c9d2bac845218ab1d9 Reviewed-on: https://chromium-review.googlesource.com/961549 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Yuki Awano <yawano@chromium.org> Cr-Commit-Position: refs/heads/master@{#544283}
-
Sheng-Hao Tsao authored
Jpeg Encode Accelerator (JEA) was implemented and ready to be used from ChromeOS side. This CL adds IPC between ChromeOS and Chromium so that camera HAL in ChromeOS can take advantage of JEA. BUG=819847 TEST=Together with https://chromium-review.googlesource.com/c/chromium/src/+/917932, verified that encoding a YUV image successfully with HW JEA on Chromium side. 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: I639cdf1c5947c33b0d0f9a5b1b00bd685bb596d8 Reviewed-on: https://chromium-review.googlesource.com/917932 Commit-Queue: Sheng-hao Tsao <shenghao@google.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Emircan Uysaler <emircan@chromium.org> Reviewed-by:
Ricky Liang <jcliang@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Christian Fremerey <chfremer@chromium.org> Cr-Commit-Position: refs/heads/master@{#544282}
-
Roman Sorokin authored
RefreshDevicePolicy stores saved device policy in the session manager. E.g. it is unusable for tests to set specific device policies. BUG=chromium:819657 TEST=FakeAuthPolicyClientTest.RefreshDevicePolicyStoresPolicy Change-Id: Id90e090453da27ffa4527ed810bc1f45c5337a3a Reviewed-on: https://chromium-review.googlesource.com/955842Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Reviewed-by:
Lutz Justen <ljusten@chromium.org> Commit-Queue: Roman Sorokin <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#544281}
-
Zhuoyu Qian authored
This CL introduce "ClipboardCommand.cpp" with moving |ClipboardCommands| member into it. Make EditorCommand simpler for improving code health. Bug: 818552 Signed-off-by:
Zhuoyu Qian <zhuoyu.qian@samsung.com> Change-Id: Icede39fc714367fe57e886f0f9ef23e1989f7518 Reviewed-on: https://chromium-review.googlesource.com/948243Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#544280}
-
https://chromium.googlesource.com/angle/angle.git/+log/daedf4d234eb..aa5d883e0215 $ git log daedf4d23..aa5d883e0 --date=short --no-merges --format='%ad %ae %s' 2018-03-16 courtneygo Update KHR header to avoid compiler issue. Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-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. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=jmadill@chromium.org Change-Id: I2cbbe39d7371645a269ced52e15ff38c7a5ef61a Reviewed-on: https://chromium-review.googlesource.com/969948 Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#544279}
-
https://chromium.googlesource.com/chromiumos/chromite.git/+log/5978d7dd749e..65e67b8ab181 $ git log 5978d7dd7..65e67b8ab --date=short --no-merges --format='%ad %ae %s' 2017-10-09 bhthompson Add HW tests to KBL paladins Created with: roll-dep src/third_party/chromite BUG=chromium:772430 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. TBR=chrome-os-gardeners@chromium.org Change-Id: I3aef2ab6b741a4d8b60e18edfeb3a9f46b315339 Reviewed-on: https://chromium-review.googlesource.com/969822 Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#544278}
-
Oksana Zhuravlova authored
This change moves time.mojom from //mojo/common to //mojo/public/mojom/base. Corresponding typemap and struct traits file were also moved. Unit tests for Time, TimeDelta and TimeTicks were updated to use SerializeAndDeserialize() from //mojo/public/cpp/test_support/test_utils.h and moved to mojo_unittests. Bug: 799482,806965 Cq-Include-Trybots: luci.chromium.try:linux_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2;master.tryserver.chromium.linux:linux_mojo;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: I080ca0628167a1be705f923a329b7e0986536b83 Reviewed-on: https://chromium-review.googlesource.com/962872 Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Martin Barbella <mbarbella@chromium.org> Cr-Commit-Position: refs/heads/master@{#544277}
-
https://skia.googlesource.com/skia.git/+log/cb88470d82d6..ec77963bf32e $ git log cb88470d8..ec77963bf --date=short --no-merges --format='%ad %ae %s' 2018-03-19 angle-skia-autoroll Roll skia/third_party/externals/angle2/ 3761dc7bf..daedf4d23 (3 commits) 2018-03-19 liyuqian Make consistent isRadiusIncreasing decision 2018-03-19 caryclark remove imageinfo flatten altogether 2018-03-19 bsalomon Revert "Revert "New read pixels implementation that is simpler but does all conversions on CPU."" 2018-03-19 bsalomon Remove deprecated versions of YUV texture SkImage factories 2018-03-19 ericrk Allow SkTraceMemoryDump to exclude wrapped objects 2018-03-19 hcm Fix go syntax for Debian compile 2018-03-19 bsalomon Remove SkSurface::MakeFromBackendTexture variant that doesn't take SkColorType 2018-03-19 ethannicholas fix switch fallthrough warning 2018-03-19 liyuqian Fix concentric 2pt conical gradient in GPU where r1 < r0 Created with: roll-dep src/third_party/skia BUG=chromium:795358 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:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=jvanverth@chromium.org Change-Id: I83f77a4beed619b2bc27becaafe1224131abb3d1 Reviewed-on: https://chromium-review.googlesource.com/969800Reviewed-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@{#544276}
-
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: I7334d112f3aa5619170be0ef8e6e20d268a364cf Reviewed-on: https://chromium-review.googlesource.com/969885Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#544275}
-
Joel Einbinder authored
As a drive-by, adds the light blue hover state to the console sidebar Change-Id: Ie4ac958c8feb6d8907e2574db53a5d89ada54eb2 Reviewed-on: https://chromium-review.googlesource.com/907793Reviewed-by:
Erik Luo <luoe@chromium.org> Reviewed-by:
Andrey Lushnikov <lushnikov@chromium.org> Commit-Queue: Joel Einbinder <einbinder@chromium.org> Cr-Commit-Position: refs/heads/master@{#544274}
-
Shinya Kawanaka authored
This reverts commit 52e03fa8. Reason for revert: Some mac builders are broken. e.g. https://ci.chromium.org/buildbot/chromium.fyi/Mac%20Builder%20%28dbg%29%20Goma%20Canary/3941 Original change's description: > AppShell: Suppress context menu in webviews > > AppShell doesn't support context menus, but still needs to provide a > WebViewGuestDelegate to handle the context menu. Otherwise, we reach a > NOTREACHED() in WebContentsViewChildFrame::ShowContextMenu(). > > Also removes a WebViewGuestDelegate function that is unused (see > https://codereview.chromium.org/2836973002). > > Bug: 820604 > Change-Id: I0760d397384908a490704f23388e11c4eef113a5 > Reviewed-on: https://chromium-review.googlesource.com/957596 > Commit-Queue: Michael Giuffrida <michaelpg@chromium.org> > Reviewed-by: Lucas Gadani <lfg@chromium.org> > Cr-Commit-Position: refs/heads/master@{#544136} TBR=michaelpg@chromium.org,lfg@chromium.org Change-Id: Ib3691d13fb6a787b487c0e11a73e9c0bdaad5b8b No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 820604 Reviewed-on: https://chromium-review.googlesource.com/969723Reviewed-by:
Shinya Kawanaka <shinyak@chromium.org> Commit-Queue: Shinya Kawanaka <shinyak@chromium.org> Cr-Commit-Position: refs/heads/master@{#544273}
-