- 29 Jun, 2018 40 commits
-
-
Charles Zhao authored
(1) MRUFeatures are calculated and saved when WillCloseAllTabs() is invoked but returned when the WebContentsDestroyed is called. (2) MRUFeatures is calculated in WebContentsDestroyed if not in closing_all mode. (3) Change tab_strip_model to respond to WillCloseAllTabs, CloseAllTabsCanceled and CloseAllTabsFinished. Bug: 817174 Change-Id: Idea15b5c48666fbc0163ccba62ee37b23bb192f0 Reviewed-on: https://chromium-review.googlesource.com/1086552Reviewed-by:Nico Weber <thakis@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Charles . <charleszhao@chromium.org> Cr-Commit-Position: refs/heads/master@{#571397}
-
Wez authored
Bug: 858194 Change-Id: I051084347da2f395e25b090ba54439c866b0c044 Reviewed-on: https://chromium-review.googlesource.com/1119357 Commit-Queue: Wez <wez@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#571396}
-
Tetsui Ohkubo authored
This CL restores IME mode icon to UnifiedSystemTray. The icon was removed as a part of UnifiedSystemTray & Shelf spec, but it turned out the icon is important especially for CJK users with laptop mode. We still hide the icon for tablet mode. TEST=manual BUG=854948 Change-Id: I55bdd88627f91c9e285242b725c4a55451d0c60a Reviewed-on: https://chromium-review.googlesource.com/1116412 Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Cr-Commit-Position: refs/heads/master@{#571395}
-
Findit authored
This reverts commit 9f6cd533. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 571385 as the culprit for failures in the build cycles as shown on: https://findit-for-me.appspot.com/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtLzlmNmNkNTMzZGIxNGJmZjY3OWJkOGNkNjcxNGI3MzI0NTVlNDRjMTYM Sample Failed Build: https://ci.chromium.org/buildbot/chromium.chromiumos/linux-chromeos-dbg/6550 Sample Failed Step: compile Original change's description: > assistant: filter out incognito windows in assistant screenshot. > > Per privacy requirement, incognito windows should not be included > in screenshot sent to assistant server. > > ash_unittests --gtest_filter=AssistantControllerTest.Screenshot > browser_tests --gtest_filter=BrowserNonClientFrameViewAshTest.IncognitoMarkedAsAssistantBlocked* > > Bug: b/78193324 > Test: > Change-Id: Idf55135959721d69414a1ec6fae396f9763ebe49 > Reviewed-on: https://chromium-review.googlesource.com/1114293 > Commit-Queue: Muyuan Li <muyuanli@chromium.org> > Reviewed-by: James Cook <jamescook@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Xiaohui Chen <xiaohuic@chromium.org> > Reviewed-by: Michael Wasserman <msw@chromium.org> > Cr-Commit-Position: refs/heads/master@{#571385} Change-Id: Ieb8299a17fca3e3033e2c5a67933ed5ef642335b No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: b/78193324 Reviewed-on: https://chromium-review.googlesource.com/1119745 Cr-Commit-Position: refs/heads/master@{#571394}
-
Penny MacNeil authored
This is a reland of ea1974d4 Original change's description: > [chrome_elf, third-party block support] Pass file path in registry. > > Due to rare case of install_static::GetUserDataDir() path expansion, > this API cannot be used inside DllMain(). The full, expanded path to > the packed blacklist file will be dropped into install_static::GetRegistryPath(), > in the kThirdPartyRegKeyName subkey, in the kBlFilePathRegValue REG_SZ value. > This has no other impact on existing functionality. > > - This change includes comments, constants, and tests. > > - LogLoadAttempt() will now include the section path for any 'blocked' logs > as well. Friendly reminder that log.AddEntry() will still not add duplicate > 'blocked' logs, to protect against spammy logging. > > - Removed old bit of uninstaller touching old blacklist. > > Test: chrome_elf_unittests.exe, ThirdParty* > Bug: 769590 > Change-Id: Id9ada49215aa110db9fb72a4712da9d3fb7ccf31 > Reviewed-on: https://chromium-review.googlesource.com/1109600 > Reviewed-by: Robert Shield <robertshield@chromium.org> > Reviewed-by: Tom Sepez <tsepez@chromium.org> > Commit-Queue: Penny MacNeil <pennymac@chromium.org> > Cr-Commit-Position: refs/heads/master@{#570849} Bug: 769590 Change-Id: I80fd3a322a9d578a9d4b716f81f5a8d110e9eab4 Reviewed-on: https://chromium-review.googlesource.com/1117498 Commit-Queue: Penny MacNeil <pennymac@chromium.org> Reviewed-by:
Patrick Monette <pmonette@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#571393}
-
Adam Rice authored
blink::ReadableStreamOperations::GetReader() should throw an exception when the operation failed. Take an ExceptionState& parameter and rethrow the exception on failure. BodyStreamBuffer::CloseAndLockAndDisturb used the exception from GetReader() to detect when the stream was already locked. Since it there's no straightforward way to distinguish between the expected exception and some other exception, instead check IsLocked() beforehand to eliminate the possibility of an expected exception from GetReader(). Bug: 853189 Change-Id: Ib7bdf1cda9d392e4434ceff352c8f10ddf8ff951 Reviewed-on: https://chromium-review.googlesource.com/1118205Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#571392}
-
Tetsui Ohkubo authored
This CL fixes label and icon color of notifier settings view and IME list view in UnifiedSystemTray. TEST=manual BUG=850396 Change-Id: I11bc88e3420b45641773ac7b1185db477a294455 Reviewed-on: https://chromium-review.googlesource.com/1117728Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#571391}
-
Tetsui Ohkubo authored
This CL changes feature pod toggle behavior as follows: Current behavior: The feature was enabled. -> The feature is disabled. The feature was disabled. -> The feature is enabled. Expected behavior (This CL): The feature was enabled. -> The feature is disabled. The feature was disabled. -> The feature is enabled & transition to the detailed view. As currently we only have three feature pod buttons which are togglable & having a detailed view, so it changes behavior of these buttons: * Network * Bluetooth * Quiet Mode TEST=manual BUG=856028 Change-Id: I860bd9501bc651d74d982130d22b5006e0fba6e0 Reviewed-on: https://chromium-review.googlesource.com/1116503Reviewed-by:Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#571390}
-
Kenneth Russell authored
Suppressing the following flaky test on Linux NVIDIA: deqp/functional/gles3/texturespecification/ random_teximage2d_cube.html Tbr: ynovikov@chromium.org Bug: 618447 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 Change-Id: Ia22432c9cfd71fc4d26e21eea26576ecedfe8593 Reviewed-on: https://chromium-review.googlesource.com/1119542Reviewed-by:Kenneth Russell <kbr@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#571389}
-
Tetsui Ohkubo authored
Currently, network feature pod button may show Ethernet, mobile data & tether in addition to WiFi. However, clicking on the button always toggled WiFi enabled / disabled. TEST=manual BUG=856030 Change-Id: If39e3360a045e0b0ba64cb89c43999dd11151549 Reviewed-on: https://chromium-review.googlesource.com/1116510Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#571388}
-
Ryan Cui authored
Adds new Event.Touch.GestureTarget histogram for browser UI elements, and stops including browser events in Ash.GestureTarget. Removes header and runtime dependency between browser and ash for gesture metric handling. BUG: 826476 Change-Id: I87e8de2c4cae6f5e30939726917f5f811cb61ba8 Reviewed-on: https://chromium-review.googlesource.com/1116250Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Ryan Cui <rcui@chromium.org> Cr-Commit-Position: refs/heads/master@{#571387}
-
Patti authored
This is a reland of e2cac39f Original change's description: > Settings: Content settings can now be reset for a group of origins in All Sites. > > Add a three-dot / overflow menu to groups of origins in All Sites. This overflow > menu allows the entire list of origins to have all their content settings reset > in one go. This will be preceded with a confirmation dialog. > > Manual test - With #enable-site-settings turned on, change a content setting via > Page Info > Site settings on both https://permission.site and > http://permission.site. Navigate to chrome://settings/content/all and see that > both sites are listed under 'permission.site'. Verify there is an overflow menu > on this entry and that inside the overflow menu, there is a 'Reset permissions' > option. Clicking this should bring up a reset permission dialog and confirming > the dialog should remove this entry from All Sites. > > Bug: 835712, 717468 > Cq-Include-Trybots: luci.chromium.try:closure_compilation > Change-Id: I777f759c26bf0fe7f8da086fa887969897cf9833 > Reviewed-on: https://chromium-review.googlesource.com/1098577 > Commit-Queue: Patti <patricialor@chromium.org> > Reviewed-by: Dave Schuyler <dschuyler@chromium.org> > Cr-Commit-Position: refs/heads/master@{#568742} TBR=stevenjb@chromium.org Bug: 835712, 717468 Change-Id: I88522c41a536e86e27b831358c61842d69f42d34 Cq-Include-Trybots: luci.chromium.try:closure_compilation Reviewed-on: https://chromium-review.googlesource.com/1116318 Commit-Queue: Patti <patricialor@chromium.org> Reviewed-by:
calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#571386}
-
Muyuan Li authored
Per privacy requirement, incognito windows should not be included in screenshot sent to assistant server. ash_unittests --gtest_filter=AssistantControllerTest.Screenshot browser_tests --gtest_filter=BrowserNonClientFrameViewAshTest.IncognitoMarkedAsAssistantBlocked* Bug: b/78193324 Test: Change-Id: Idf55135959721d69414a1ec6fae396f9763ebe49 Reviewed-on: https://chromium-review.googlesource.com/1114293 Commit-Queue: Muyuan Li <muyuanli@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#571385}
-
Sadrul Habib Chowdhury authored
Add async trace-events for selected commands to see how long they spend in the queue. This can then be used to measure the impact of the gpu-scheduler. This can be done by adding 'trace_queueing_time' attribute to the commands. This CL adds this only to SwapBuffers. BUG=858895 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 Change-Id: I75146dd806f54357d0d669e92c1d461dc04d912c Reviewed-on: https://chromium-review.googlesource.com/1114057 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Cr-Commit-Position: refs/heads/master@{#571384}
-
Esmael El-Moslimany authored
Bug: 850243 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I7f028f7541a60f0aa15495823969fdd243609845 Reviewed-on: https://chromium-review.googlesource.com/1115589 Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#571383}
-
Tetsui Ohkubo authored
This CL * Fixes the behavior when date is clicked while system does not allow manual time change (we still allow users to change time zone & 12/24 clock). * Closes system tray bubble when managed button is clicked. * Adds material design ripple to date button and managed button. TEST=manual BUG=none Change-Id: I43df968100952940d21e87132bbb1007a7bacdca Reviewed-on: https://chromium-review.googlesource.com/1118091Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#571382}
-
Joel Hockey authored
Bug: 825010 Change-Id: I384e1fc1e24572a2fc185d2ceac1bd9fa0b8a5bc Reviewed-on: https://chromium-review.googlesource.com/1119611 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#571381}
-
Peter Kasting authored
Bug: 856896 Change-Id: I5897da89ffbf38a5ca7fbce3205aefb770d81ecc TBR: kylixrd Reviewed-on: https://chromium-review.googlesource.com/1119646Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#571380}
-
Jordy Greenblatt authored
I ran into a display bug when I tried to pass the host name and the mode separately from the multidevice-container-page to the multidevice- page in which only the first property sent updated the display. To solve this, I am refactoring to pass an object with all the data the page needs from the container in a single object, the new typedef PageContentData. This CL involves a refactor to handle the infrastructural changes. It uses this functionality to pass the host device name from the container to the page. Manual testing revealed that it is no longer showing the same buggy display behavior (i.e. the heading shows up and changes appropriately regardless of the initial mode set by the container). Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I3e19bcaa8ed8ed774a947ffc9f24fc71dc406038 Reviewed-on: https://chromium-review.googlesource.com/1117201Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Jordy Greenblatt <jordynass@chromium.org> Cr-Commit-Position: refs/heads/master@{#571379}
-
Hiroki Nakagawa authored
Bug: 680046 Change-Id: I8b3894bfbc8df999952fa82e8f2b3abb4088f434 Reviewed-on: https://chromium-review.googlesource.com/1114566Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#571378}
-
Kevin Marshall authored
Some CLs are affected by a nondeterministic package install bug which is occurring in content_unittests, preventing those CLs from being landed. This CL unblocks those CL owners by temporarily removing content_unittests from the CQ. TBR=jbudorick@chromium.org Bug: 858692 Change-Id: I8416f238f248ed1a16e406ef80e801859df10a0b Reviewed-on: https://chromium-review.googlesource.com/1119198Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#571377}
-
Weiliang Chen authored
When apply masks, we only use the alpha channel. For TileMaskLayer that appended SolidColorDrawQuads, only cheak the alpha channel instead of the entire color. R=danakj Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ic66497ed3aa4e8b4b9befc80649ea09f21930467 Reviewed-on: https://chromium-review.googlesource.com/1087778Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: weiliangc <weiliangc@chromium.org> Cr-Commit-Position: refs/heads/master@{#571376}
-
Kinuko Yasuda authored
ServiceWorkerSubresourceLoader does not necessarily run on a SingleThreadTaskRunner. Bug: 857040 Change-Id: I8e1d65da88a25a49a01d0d8da951c85be54f6190 Reviewed-on: https://chromium-review.googlesource.com/1118404 Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#571375}
-
Ke He authored
This is one step of "moving //device/geolocation into //services". TBR=benchan@chromium.org BUG=800659 Change-Id: I566db835e7df596374cd341048d9734bf82398f6 Reviewed-on: https://chromium-review.googlesource.com/1107637Reviewed-by:
Ben Chan <benchan@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Ke He <ke.he@intel.com> Cr-Commit-Position: refs/heads/master@{#571374}
-
Ken Rockot authored
Introduces an internal PlatformHandleInTransit type to safely scope the lifetime of platform handles which may belong to a remote process. Uses this everywhere for handles stored in messages, eliminating all remaining use of some InternalPlatformHandle properties which aren't covered by PlatformHandle (namely |owning_process| and the MACH_NAME "handle" type). This is a precursor to removing InternalPlatformHandle and ScopedInternalPlatformHandle altogether. Bug: 753541 Change-Id: Ibc223669c935bdde72c2af3b6b3d7cd1474e2bdf Reviewed-on: https://chromium-review.googlesource.com/1114462 Commit-Queue: Ken Rockot <rockot@chromium.org> Reviewed-by:
Jay Civelli <jcivelli@chromium.org> Cr-Commit-Position: refs/heads/master@{#571373}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=amineer@chromium.org Change-Id: I844f390af365da793f4adb1393906890cab7d67e Reviewed-on: https://chromium-review.googlesource.com/1119413Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#571372}
-
Xing Liu authored
Currently download location feature may access disk on main thread to retrieve download directories. This CL moves this operation to a background thread. Also, the Android API to retrieve directories may cause issue if multiple asynchrounous tasks are fired on certain device. In this CL, we introduced a glue layer between Android API and chrome to manage unreliable API behavior. Bug: 844107 Change-Id: Ic9dcabea48895a705079029f9fa260ce6efbfec3 Reviewed-on: https://chromium-review.googlesource.com/1116247 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#571371}
-
Joel Hockey authored
FakeConciergeClient test updates in crosreview.com/1119611 Bug: 825010 Change-Id: I8d5a5f37a4f5dd30f450a36c4e0c61d4c4b41598 Reviewed-on: https://chromium-review.googlesource.com/1119506 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Nicholas Verne <nverne@chromium.org> Cr-Commit-Position: refs/heads/master@{#571370}
-
Darren Shen authored
Bug: 731537 Change-Id: I9383c7a646cb12a4136cc1ac8999fbdb4958196d Reviewed-on: https://chromium-review.googlesource.com/1111490 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#571369}
-
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/cb0889ef01d0..6d97dd7fb70f git log cb0889ef01d0..6d97dd7fb70f --date=short --no-merges --format='%ad %ae %s' 2018-06-28 moragues@google.com nocturne: mark paladin as important (not experimental) Created with: gclient setdep -r src/third_party/chromite@6d97dd7fb70f 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: Ib0ff50d3e91c05e2eeb9d44588c177bc2d9864a3 Reviewed-on: https://chromium-review.googlesource.com/1119334Reviewed-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@{#571368}
-
Shakti Sahu authored
Details : 1 - Added DownloadOfflineContentProvider class and registered it to OfflineContentAggregator. 2 - Filtered out download items from the aggregator in the Java bridge. 3 - OpenItem() and GetVisualsForItem() not yet implemented. 4 - It doesn't wait for download history is loaded currently, may be we have to do that too. BUG: 854845 Change-Id: Id0956ec82732de2fffcda1b5e63d12f10abc8aa3 Reviewed-on: https://chromium-review.googlesource.com/1109275 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#571367}
-
Xiaocheng Hu authored
Cold mode spellchecker cuts text into chunks and expands each chunk to sentence boundaries for spell checking. However, due to bugs in sentence boundary finding algorithms, sometimes the expanded range may extend outside the root editable element, causing crashes. This patch stops the crash by fixing the expanded range if it extends outside the root editable. Bug: 856376 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I18d060cbafa07b594e72f537eabbed31cd3d2b02 Reviewed-on: https://chromium-review.googlesource.com/1117565Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#571366}
-
Esmael El-Moslimany authored
Bug: 855570 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I1263ec15699c5169ac45b1cf19690031d5b26fa6 Reviewed-on: https://chromium-review.googlesource.com/1113909Reviewed-by:
Scott Chen <scottchen@chromium.org> Reviewed-by:
Tomasz Mikolajewski <mtomasz@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#571365}
-
Makoto Shimazu authored
Bug: 806658 Change-Id: Ic69f20cf695db78e6cec1661d76904015f3d41e5 Reviewed-on: https://chromium-review.googlesource.com/1117959 Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#571364}
-
Yoichi Osato authored
This patch simplifies the functions so that we can easily understand RecordMarker creates PaintRecord only by color. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Idb3ebc9a0c376731e4202b277a8380bfd26957d9 Reviewed-on: https://chromium-review.googlesource.com/1116636Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#571363}
-
weiliangc authored
Didn't find any implementation or caller, so remove one function. Change-Id: Id8ffc1544dc7670622c68684405d681e04f518c8 Reviewed-on: https://chromium-review.googlesource.com/1118570Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: weiliangc <weiliangc@chromium.org> Cr-Commit-Position: refs/heads/master@{#571362}
-
Mathias Bynens authored
Our recommendation is to use `mjs` to denote JavaScript modules as opposed to classic scripts: https://developers.google.com/web/fundamentals/primers/modules Bug: chromium:857076 Change-Id: I6d3f77c62bd9a14bec484dfe897aff754301bff7 Reviewed-on: https://chromium-review.googlesource.com/1117070Reviewed-by:
Paul Irish <paulirish@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Paul Irish <paulirish@chromium.org> Cr-Commit-Position: refs/heads/master@{#571361}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 4a933ce4. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/20307 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=markdittmer No-Export: true Change-Id: I74c2030bbcfd8f82779c16a38514d634b88787b8 Reviewed-on: https://chromium-review.googlesource.com/1119541 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@{#571360}
-
David Black authored
The actual Assistant Settings URL is not yet available. Not sure yet if we will hardcode it on the client, fetch it from the server, or if it will be synced to the client via flag. This CL: - Creates AssistantControllerObserver to observe events broadcast from the top level Assistant controller. - Implements AssistantControllerObserver in AssistantUiController to hide UI on opening a URL in a new tab, and to show UI when receiving a web UI deep link. - Implements AssistantControllerObserver in AssistantWebView to embed rendered WebContents on receipt of a web UI deeplink received event. See bug for screenshot. Bug: b:110433859 Change-Id: Ie48fad9de91bc8886e723a5b510c31a6243a7aaa Reviewed-on: https://chromium-review.googlesource.com/1118752 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#571359}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/a782dcb3c407..7e2327b133db git log a782dcb3c407..7e2327b133db --date=short --no-merges --format='%ad %ae %s' 2018-06-28 recipe-roller@chromium.org Roll recipe dependencies (trivial). 2018-06-28 egdaniel@google.com Revert "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" 2018-06-28 egdaniel@google.com Revert "Reland "Move Vulkan DebugCallback code into tools."" 2018-06-28 egdaniel@google.com Revert "Reland "Let client pass in full extension to GrVkBackendContext."" 2018-06-28 angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com Roll third_party/externals/angle2 a26de2500503..fa5d84be4145 (11 commits) 2018-06-28 caryclark@skia.org fix blank catalog images 2018-06-28 recipe-roller@chromium.org Roll recipe dependencies (trivial). 2018-06-28 recipe-roller@chromium.org Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@7e2327b133db 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=jcgregorio@chromium.org Change-Id: I85f01fc13c36fe6dea3f462b15253154ed66e5f1 Reviewed-on: https://chromium-review.googlesource.com/1119333Reviewed-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@{#571358}
-