- 26 Jun, 2018 40 commits
-
-
Adam Rice authored
Add CHECK statements to KURL::Port() to verify that it is behaving as expected, in preparation for removing unnecessary code. The CHECKs will be replaced with DCHECKs in a followup CL after there's been time for any crashes to appear. BUG=606462 Change-Id: Ib3bcc738005de27201435f2c62aa4056965d5c91 Reviewed-on: https://chromium-review.googlesource.com/1111879Reviewed-by:
Eric Roman <eroman@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#570330}
-
Oliver Chang authored
TBR=inferno@chromium.org,rockot@chromium.org Bug: 856188 Change-Id: Ic215f12810032592df4ed6832ecc40f92068bbc8 Reviewed-on: https://chromium-review.googlesource.com/1113710 Commit-Queue: Oliver Chang <ochang@chromium.org> Reviewed-by:
Oliver Chang <ochang@chromium.org> Cr-Commit-Position: refs/heads/master@{#570329}
-
fuchsia-sdk-chromium-autoroll authored
The AutoRoll server is located here: https://fuchsia-sdk-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=luci.chromium.try:fuchsia_arm64_cast_audio;luci.chromium.try:fuchsia_x64_cast_audio TBR=cr-fuchsia+bot@chromium.org Change-Id: Ifa7108a77525552b091b2fc6877c5e7042022cc4 Reviewed-on: https://chromium-review.googlesource.com/1114391 Commit-Queue: Fuchsia SDK Autoroller <fuchsia-sdk-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
Fuchsia SDK Autoroller <fuchsia-sdk-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#570328}
-
Karan Bhatia authored
With Declarative Net Request, there is no easy way for extensions to collapse the DOM elements corresponding to the resources they blocked. This CL implements the ability for the blocked <iframe> elements to be automatically collapsed in the DOM. BUG=848842 Change-Id: Iaf9ce75b5dc1a978a09e1ae698f2ed180351c288 Reviewed-on: https://chromium-review.googlesource.com/1111341 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#570327}
-
David Tseng authored
- correct message string id (i.e. + '_description') - walk up to the first scrollable ancestor (based on the availability of the scrolling action). Test: 1. open Learn Mode. Perform three finger swipe up/down. Verify scroll back/forward output. 2. Scroll within an Android app. Verify content changes appropriately. Change-Id: I4da02e1f09eb38dc2a61e5141b4ef67e57139b46 Reviewed-on: https://chromium-review.googlesource.com/1114200Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#570326}
-
Makoto Shimazu authored
TEST=./out/Default/chrome https://web-platform.test:8444/service-workers/service-worker/referrer-policy-header.https.html --enable-features=ServiceWorkerServicification (with ./third_party/blink/tools/run_blink_wptserve.py) Bug: 855948 Change-Id: Ib055174295d6b54f9e3bf0e14bd4f7002ceb33f2 Reviewed-on: https://chromium-review.googlesource.com/1113711Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#570325}
-
Wei Li authored
Mac browser fullscreen mode allows to keep the top UI, as well as toggling between showing and hiding the top UI. In these cases, bookmark bar should always show or hide in sync with the top UI. This requires tracking top UI change, and change bookmark bar state or visibility accordingly. In Views, bookmark bar state is cached in Browser::bookmark_bar_state_, and is updated through Browser::UpdateBookmarkBarState(). So when the visibility of top UI changes, we need to execute UpdateBookmarkBarState() to update bookmark bar state as well. BUG=831219 TEST=pls check bookmark bar (non-detached) in fullscreen mode, which should always show or hide along with toolbar/tabstrip. Change-Id: I04475edc455a62e045857ed666c44a31ead2b402 Reviewed-on: https://chromium-review.googlesource.com/1109405 Commit-Queue: Wei Li <weili@chromium.org> Reviewed-by:Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#570324}
-
Min Chen authored
The contents view of |menu_widget_| in PowerButtonController will be updated when showing menu, which means the destructor of PowerButtonMenuScreenView will not be called when DismissMenu. This will cause the arrow key traversal enabled value in FocusManager will not be restored correctly. Move the logic from PowerbuttonMenuScreenView into PowerButtonController to make sure the value can be restored correctly if dismiss the menu. Bug: 846639 Change-Id: I32ceebb8e81cf19e3fed119af0ccee3bd8c55638 Reviewed-on: https://chromium-review.googlesource.com/1114309 Commit-Queue: Min Chen <minch@chromium.org> Reviewed-by:
Qiang Xu <warx@google.com> Reviewed-by:
Dan Erat <derat@chromium.org> Cr-Commit-Position: refs/heads/master@{#570323}
-
Kenneth Russell authored
webgl2_conformance_tests' shards are taking at least 3 hours to schedule, so increase the timeout to 6 hours. Bug: 856268 Tbr: jbudorick@chromium.org Change-Id: Idf610388955f4b6cb73b81f5075a810c13c2fda0 Reviewed-on: https://chromium-review.googlesource.com/1114356Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#570322}
-
Chris Harrelson authored
* There is no need to do any work for a PaintLayer if it has no past/current compositing state. * There is no need to recurse if the entire stacking subtree has no past/current compositing state. Bug: 814439 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ib1d2c23e1e2c9a34bea63432d95f83a8bbe0ab13 Reviewed-on: https://chromium-review.googlesource.com/1101817 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Tien-Ren Chen <trchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#570321}
-
sawtelle authored
This change adds onpictureinpicturecontrolsclick to the partial interface of an HTMLVideoElement and creates the plumbing that allows for functions to trigger that event (note: it is not currently being called in this CL). Manual testing was done by initiating the call in overlay_window_views.cc by calling controller_->ControlClick() and confirming the new EventHandler was triggered. Bug: 852572 Change-Id: I57038fa4809085b7000ca7e5d933c38e82d133e7 Reviewed-on: https://chromium-review.googlesource.com/1100043 Commit-Queue: Steven Sawtelle <sawtelle@google.com> Reviewed-by:
apacible <apacible@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
François Beaufort <beaufort.francois@gmail.com> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#570320}
-
Matt Falkenhagen authored
This CL: - Removes ServiceWorker.ScriptLoadSuccess UMA. It was only recorded on success, since script streaming launched in M64. We were recording it in DidLoadInstalledScript (the success case for installed script loads). There was a callsite of script load failed in ServiceWorkerContextClient::WorkerContextFailedToStart, but we seem to abort start in the browser process before reaching that point, when script streaming fails to load from storage. - Removes OnScriptLoadFailed() IPC. It was only used for the UMA, removed above. - Removes OnScriptLoaded() IPC for installed worker scripts. For installed worker scripts, it was only used for the UMA removed above. We still need it for non-installed worker scripts for ResumeAfterDownload() after the byte-to-byte update check. Bug: 855952 Change-Id: I51c9da88eb8265fd1e6ce89972578408ec74d364 Reviewed-on: https://chromium-review.googlesource.com/1113089Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#570319}
-
Aga Wronska authored
Demo mode setup flow is only shown from OOBE welcome screen and not from sign-in screen. Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: Ie49fdcb2f75be66bd3db5c3f709a1658508d8589 Reviewed-on: https://chromium-review.googlesource.com/1113021Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Aga Wronska <agawronska@chromium.org> Cr-Commit-Position: refs/heads/master@{#570318}
-
Matt Falkenhagen authored
When a page has a controller service worker without a fetch event handler, the service worker is not started and does not intercept requests. Therefore we don't care about such loads for most UMA about controlled page loads. Bug: 854851 Change-Id: I55198f43177c3d2468028672380bd2a8d08eb1f4 Reviewed-on: https://chromium-review.googlesource.com/1109314 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#570317}
-
Kunihiko Sakamoto authored
The name of draft canSignHttpExchanges extension OID has renamed from id-ce-testCanSignHttpExchanges to id-ce-canSignHttpExchangesDraft in https://github.com/WICG/webpackage/pull/231. Bug: 851778 Change-Id: I1d6940d9f9028ea55d0ee2e86c854a02a9dd3b47 Reviewed-on: https://chromium-review.googlesource.com/1112894Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#570316}
-
David Black authored
Change requested by JA Lindsey in comment on: https://chromium-review.googlesource.com/c/chromium/src/+/1091162 Bug: b:77638210 Change-Id: I19492f293475d8dcbdfb25d5cdf0401c56176cc5 Reviewed-on: https://chromium-review.googlesource.com/1112676Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#570315}
-
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: Idd5f6989b2f75f52715c634f37ab7ce57bdb2dd7 Reviewed-on: https://chromium-review.googlesource.com/1114270Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#570314}
-
yoshiki iguchi authored
Since we have not shown the control buttons for inline settings, we don't need to support custom bgcolor of it. So let's remove the code for it. With this CL, the bgcolor is fixed to white with 90% opacity. Bug: b/110329209 Test: Ran the added unittest. Change-Id: I473e0424d9fab5f655cfd48b26cb35ad3efe5c75 Reviewed-on: https://chromium-review.googlesource.com/1105686Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Commit-Queue: Yoshiki Iguchi <yoshiki@chromium.org> Cr-Commit-Position: refs/heads/master@{#570313}
-
src-internal-chromium-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/e0b24e08909e..7269fa01fb54 Created with: gclient setdep -r src-internal@7269fa01fb54 The AutoRoll server is located here: https://src-internal-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:None TBR=mmoss@chromium.org Change-Id: I0d22e6e89331f7623a53879c733ecb355cf8a761 Reviewed-on: https://chromium-review.googlesource.com/1114357Reviewed-by:
src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#570312}
-
Shu Chen authored
Change-Id: Iba7d37b3698e2092cd0cba6b117505e03ab912ff Reviewed-on: https://chromium-review.googlesource.com/1111748 Commit-Queue: Shu Chen <shuchen@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Cr-Commit-Position: refs/heads/master@{#570311}
-
Ken Rockot authored
Updates some stale system API references, adds new stuff for invitations and platform APIs, and deletes a bunch of EDK crap. Also adds a new convenience API to PlatformChannel and uses it in a few places, because it makes example code in the documentation less ugly. :) Bug: 844763 Change-Id: I91fbff53659dc87fc6fd33a2e5a774c419ba87a7 Reviewed-on: https://chromium-review.googlesource.com/1110954 Commit-Queue: Ken Rockot <rockot@chromium.org> Reviewed-by:
Jay Civelli <jcivelli@chromium.org> Cr-Commit-Position: refs/heads/master@{#570310}
-
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} Bug: 835712, 717468 Change-Id: I7825326b8fa133d54971180bfd37494b19c5e86c Cq-Include-Trybots: luci.chromium.try:closure_compilation Reviewed-on: https://chromium-review.googlesource.com/1113037 Commit-Queue: Patti <patricialor@chromium.org> Reviewed-by:
Dave Schuyler <dschuyler@chromium.org> Cr-Commit-Position: refs/heads/master@{#570309}
-
Tetsui Ohkubo authored
According to UnifiedSystemTray UX spec, when a feature pod button has the corresponding detailed view, it should show arrow icon on the left of the label to indicate the existence of the detailed view. As described in the UX spec, it needs custom layout logic. UX spec: http://shortn/_UobIhDkQUx Screenshot: http://screen/EogahaoN3m3 TEST=manual BUG=none Change-Id: I73b226e7c36c8138310d27fa455133dec421f744 Reviewed-on: https://chromium-review.googlesource.com/1111488 Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Cr-Commit-Position: refs/heads/master@{#570308}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 1143433f. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/20250 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=raphael.kubo.da.costa@intel.com No-Export: true Change-Id: Iec31eac2efc77eee9b9a6df6a640f8881a9340d6 Reviewed-on: https://chromium-review.googlesource.com/1114319 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@{#570307}
-
Thomas Guilbert authored
Fixes a script crash from |incremental_apk_exists| being used without being initialized. NOTRY=true # bot failures unrelated Bug: 856384 Change-Id: Iea429a58610bc9d409f35ee6b5cf3314bb12eab7 Reviewed-on: https://chromium-review.googlesource.com/1114329 Commit-Queue: agrieve <agrieve@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#570306}
-
depot-tools-chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/d91a468aa50d..4c50badb2927 git log d91a468aa50d..4c50badb2927 --date=short --no-merges --format='%ad %ae %s' 2018-06-26 recipe-roller@chromium.org Roll recipe dependencies (trivial). 2018-06-25 vadimsh@chromium.org [cipd] Update cipd client and vpython 4d19637ec -> 550cea2b9. 2018-06-25 tandrii@chromium.org Reland of "Wipe out shallow checkout support from bot_update." Created with: gclient setdep -r src/third_party/depot_tools@4c50badb2927 The AutoRoll server is located here: https://depot-tools-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:801423,chromium:855137 TBR=agable@chromium.org Change-Id: I7aed0e8eeb410cdc42f0468278104037dd9edbf3 Reviewed-on: https://chromium-review.googlesource.com/1114049Reviewed-by:
depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#570305}
-
Paul Irish authored
Change-Id: I411b6c8686c4d1d3e790a63a65225bb0ba5aac44 Reviewed-on: https://chromium-review.googlesource.com/1110230Reviewed-by:
Alexei Filippov <alph@chromium.org> Commit-Queue: Paul Irish <paulirish@chromium.org> Cr-Commit-Position: refs/heads/master@{#570304}
-
Matt Falkenhagen authored
Rely on mojom to document the individual functions, and move the higher-level explanation to the class-level. Bug: 31666 Change-Id: Ie493492db6616c7b967faf6a8d961c6f97dc9a10 Reviewed-on: https://chromium-review.googlesource.com/1113400Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#570303}
-
Kenneth Russell authored
fast/events/context-no-deselect.html - Suppress on all platforms, not just Windows. external/wpt/service-workers/service-worker/ about-blank-replacement.https.html - Timing out in main and virtual test suites. http/tests/navigation/rename-subframe-goback.html - Fix linked bug ID. Bug: 663847, 855816, 856330 Change-Id: If2178c22714e64f6cd76267323f26634a18f9347 Tbr: alph@chromium.org Tbr: tkent@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1114132 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#570302}
-
Lu Chen authored
When the user clicks an anchor link, the following new metrics will be reported to UMA: - distance from the center of the anchor element to visible top; - distance to root bottom; - contains an image or not; - target url has the same origin or not; - target url is simply incremented by one from source url or not; - area of the element that intersects the viewport (visible area); Bug: 850624. Change-Id: I1d46f389bf6e5b94371db9340baddebd47e03488 Reviewed-on: https://chromium-review.googlesource.com/1103444Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Lu Chen <chelu@chromium.org> Cr-Commit-Position: refs/heads/master@{#570301}
-
Sergey Ulanov authored
The AutoRoll server is located here: https://fuchsia-sdk-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=luci.chromium.try:fuchsia_arm64_cast_audio;luci.chromium.try:fuchsia_x64_cast_audio TBR=cr-fuchsia+bot@chromium.org 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: I8086dee1d331ee7f2eba14c39f23ed66b2ed025f Reviewed-on: https://chromium-review.googlesource.com/1114343 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Fuchsia SDK Autoroller <fuchsia-sdk-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#570300}
-
Sam McNally authored
Bug: 256520 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: Ic1fdaf1b3790dfcac589e2f802f39136cd3fc6a6 Reviewed-on: https://chromium-review.googlesource.com/1113165Reviewed-by:
Noel Gordon <noel@chromium.org> Reviewed-by:
Stuart Langley <slangley@chromium.org> Commit-Queue: Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#570299}
-
Makoto Shimazu authored
Redirects with referrer-policy header need to respect a new referrer policy. This tries to check if it's working when the request is in a service worker's scope. Bug: 855948 Change-Id: Icb923fa8b8345c128f02c41e042775ba5bf499ad Reviewed-on: https://chromium-review.googlesource.com/1113171 Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#570298}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/ff168d9258e0..fcd480bcab9e git log ff168d9258e0..fcd480bcab9e --date=short --no-merges --format='%ad %ae %s' 2018-06-25 recipe-roller@chromium.org Roll recipe dependencies (trivial). 2018-06-25 herb@google.com Fix compiler warning for MSVC 2018-06-25 caryclark@skia.org explicitly include blurimagefilter include 2018-06-25 brucewang@google.com Implement onMakeClone function on all subclasses of SkTypeface except Created with: gclient setdep -r src/third_party/skia@fcd480bcab9e 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: I9aa3cb584bd537ab4e62b1e4a2d94c306699a50c Reviewed-on: https://chromium-review.googlesource.com/1114045Reviewed-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@{#570297}
-
Sergey Ulanov authored
ScenicSurfaceFactory is a simple SurfaceFactory implementation for the Scenic ozone platform that allows displaying 2D images on the screen on Fuchsia. Bug: 829980 Change-Id: Ic8326b4fcc000a2e435e63a6e6778d861f5f17a7 Reviewed-on: https://chromium-review.googlesource.com/1080980 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#570296}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d5feb1ea..1360b227 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=master.tryserver.blink:linux_trusty_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,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: Ib6c9303fd1b6f4e5d2e416705e94ab8d28f5b69f Reviewed-on: https://chromium-review.googlesource.com/1114290Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#570295}
-
Sam McNally authored
The identity service fails fast if chrome's refresh tokens are not yet loaded. However, it does not distinguish between a transient failure due to the refresh tokens not having loaded yet and a persistent failure due to not having a refresh token for the requested account. Avoid this by returning transient errors until the refresh tokens are loaded. Bug: 855002 Change-Id: I4cfa1d52987a3ed9fbec9a8600c87c535b9e0252 Reviewed-on: https://chromium-review.googlesource.com/1113086Reviewed-by:
Stuart Langley <slangley@chromium.org> Commit-Queue: Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#570294}
-
Becca Hughes authored
This sends the safe areas from Android to Blink using the DisplayCutoutClient Mojo interface. This CL also includes instrumentation tests for end to end testing of Display Cutout on Android. BUG=847652 Change-Id: Ide2bed7878a22d649914fde66083c28374f4d768 Reviewed-on: https://chromium-review.googlesource.com/1097802 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#570293}
-
Lei Zhang authored
BUG=137767 Change-Id: I695459f8b60ecdce8d0b476d7eb373464c5e4be7 Reviewed-on: https://chromium-review.googlesource.com/1112775 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Xiangjun Zhang <xjz@chromium.org> Cr-Commit-Position: refs/heads/master@{#570292}
-
David Black authored
Logic was previously in AssistantInteractionController. Bug: b:80542452 Change-Id: I3e92d2ed8cbf1afa3577a7180eef5260a592f8d6 Reviewed-on: https://chromium-review.googlesource.com/1112656 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#570291}
-