- 17 May, 2019 40 commits
-
-
Lucas Tenório authored
To power the tests we need to setup an HTTP server to handle access token requests and supervision pages. It's expected that the Supervision server will return a custom HTTP header with an specific value when the user is eligible to see the flow. We test cases where the server doesn't send the header as well as when the header doesn't contain the values that we want. Bug: 958995 Change-Id: Ib8017678951ba9da1ae9b7b5b801c755ee2f7533 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611038Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: Lucas Tenório <ltenorio@chromium.org> Cr-Commit-Position: refs/heads/master@{#661083}
-
Wez authored
Previously NetworkChangeNotifierFuchsia would start in the UNKNOWN state and dispatch an asynchronous request for interface and route information. This could result in the network state not becoming available until after requests had been started, causing them to be cancelled with ERR_NETWORK_CHANGED. NetworkChangeNotifierFuchsiaTests now run the FakeNetstack on a separate thread, requiring explicit synchronization to ensure that requests are processed before expectations are checked. The tests are also migrated to verify OnIPAddressChanged() and OnConnectionTypeChanged() rather than the derived OnNetworkChanged() signal. Bug: 964161, b/130731732 Change-Id: Ibb59f676468e66190ccc5b88af8e492a5102f8db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1616324 Commit-Queue: Wez <wez@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Auto-Submit: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#661082}
-
Jonathan Metzman authored
Remove unrar_fuzzer since it depends on exceptions. This reverts commit d7eec28b. This reverts commit 2cd234bc. Bug: 963444 Change-Id: I604922a4255a4a1313a26db0ae76e1b5266569de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618045 Auto-Submit: Jonathan Metzman <metzman@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#661081}
-
Tina Wang authored
Add target device id and name when create a new entry on desktop. Bug: 946804 Change-Id: I1b5dab7f7edbdb27779aec8756fb785508548a59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617124Reviewed-by:
Jeffrey Cohen <jeffreycohen@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Tina Wang <tinazwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#661080}
-
David Dorwin authored
WebXR code is now returning this value. This simply documents that. Enum values do not support extended attributes. Bug: 944880 Change-Id: Icacd08407b1ce578443d9e4a6da708abb45fc9c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1601416Reviewed-by:
Brandon Jones <bajones@chromium.org> Reviewed-by:
Matt Reynolds <mattreynolds@chromium.org> Commit-Queue: David Dorwin <ddorwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#661079}
-
Avery Musbach authored
OverviewWindowDragController::UpdateDragIndicatorsAndOverviewGrid() contains code that bails out if the window cannot be snapped in split view. So then OverviewSession::RearrangeDuringDrag() does not get called, and it has responsibility for updating the drop target background visibility, hence Issue 964469. Also, OverviewSession::SetSplitViewDragIndicatorsIndicatorState() does not get called, and it has responsibility for reparenting the split view drag indicators widget so that it appears on the correct display, meaning that the present CL is a step toward fixing Issue 961171, although the present CL certainly does not completely fix Issue 961171. Test: manual Bug: 961171, 964469 Change-Id: I95704caacfb315161c9ecf34e3ad55b1c40a8c2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617272Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Avery Musbach <amusbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#661078}
-
Matthew Mourgos authored
Bug: 889637 Change-Id: I75e48b670bc237761f0bc9a786dac1fcc1b2b529 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617558Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Cr-Commit-Position: refs/heads/master@{#661077}
-
Ian Wells authored
Disables offline indicator, prefetching, MHTML intent handling, offline page cache, the net error page download button, offline pages cached data remover, auto-fetch, and intercepting HTML downloads. Bug: 955642, 959321 Change-Id: Ia7fc981cd18e70334d2951cf3794bc0dc96b6210 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600356 Commit-Queue: Ian Wells <iwells@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Reviewed-by:
Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Reviewed-by:
Edward Jung (EMEA) <edwardjung@chromium.org> Reviewed-by:
Cathy Li <chili@chromium.org> Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Cr-Commit-Position: refs/heads/master@{#661076}
-
Bruno Santos authored
Adding one histogram to keep track of bridge methods usage, and others for specific actions and their results. Bug: 963993 Change-Id: I200a604516937c87e1af7c9b96fe275e92a011ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615449Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Bruno Santos <brunoad@chromium.org> Cr-Commit-Position: refs/heads/master@{#661075}
-
Xianzhu Wang authored
This ensures that the video GraphicsLayer get its cc layer refreshed during compositing update, to avoid dangling pointer of cc layer in the GraphicsLayer. Bug: 962879 Change-Id: Ib0612990fd933fb6ce6d30879c7618158baffc75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617639Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#661074}
-
Scott Violet authored
And additionally some code in ui/aura that was entangled with the window-service. BUG=964460 TEST=covered by tests Change-Id: I69ab8940a50a24e6c49cf6eb5680069acf11d6ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618142Reviewed-by:
Chris Palmer <palmer@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#661073}
-
Tina Wang authored
Omnibox pop-up bubble appears when the user click on the omnibox share icon. It lists all valid devices that a user can share tab to. In this change I introduced a new class ShareBubbleDeviceButton to implement each device button. Bug: 960595, 950388 Change-Id: I947175db88e4bc5ce657eb5108854107728b1eeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600462Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Jeffrey Cohen <jeffreycohen@chromium.org> Reviewed-by:
sebsg <sebsg@chromium.org> Commit-Queue: Tina Wang <tinazwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#661072}
-
Esmael El-Moslimany authored
Bug: 963845 Change-Id: I7585fb60aa7582e39af0beb38651a4fcefb48623 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613750Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#661071}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/efb9f14aba03..7bf160e6d5c4 git log efb9f14aba03..7bf160e6d5c4 --date=short --no-merges --format='%ad %ae %s' 2019-05-17 reed@google.com Revert "Revert "Experimental SkVideoDecoder, to wrap calls to ffmpeg"" 2019-05-17 mtklein@google.com Reland "byte align everything in SkSLInterpreter" 2019-05-17 michaelludwig@google.com Revert "Experimental SkVideoDecoder, to wrap calls to ffmpeg" 2019-05-17 mtklein@google.com disassemble on unit test failure 2019-05-17 rmistry@google.com [Recreate SKPs bot] Fix failing web pages 2019-05-17 mtklein@google.com remove stray kNop Created with: gclient setdep -r src/third_party/skia@7bf160e6d5c4 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;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=michaelludwig@google.com Change-Id: I251b21d8aa4d9992c0349e12c60cf2ac528da607 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617314Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#661070}
-
Adam Langley authored
Change the layout of the account selection dialog in response to feedback from UI. See https://screenshot.googleplex.com/d7L6RQC2kEi for the source of the padding numbers. Also, based on UI feedback, remove the placeholder avatar icons since we do not currently have plans to show any non-placeholder icons. Change-Id: I36f58d4db2a0036a4fb6c38aa11036b6f945b014 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617098 Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by:
Nina Satragno <nsatragno@chromium.org> Auto-Submit: Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#661069}
-
Robert Sesek authored
Tbr: avi@chromium.org Bug: 964486, 958976 Change-Id: Ib178de301ee4b4c4b381135a7a5c8a0faadc08a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618172 Commit-Queue: Robert Sesek <rsesek@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#661068}
-
Chromium WPT Sync authored
Using wpt-import in Chromium fbda592d. With Chromium commits locally applied on WPT: c4dc3441 "[WPT] Reland Upload a test for sending mouse events with key pressed" fec827fb "Added wpt tests for overscroll customization." c9077e39 "Restore original tail-processing for ScriptProcessor and AudioWorklet" d814fafc "Check for detached ArrayBuffers in Web Bluetooth writeValue functions" 64cbdf7a "Replace originOffset public member with getOffsetReferenceSpace method" e90c6ef0 "NG/DL: Implement size containment (and display lock) for NG fieldset algo" 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 NOAUTOREVERT=true TBR=lukebjerring No-Export: true Change-Id: I9e3ac25271c301a0dd6e154e5eaea8eef1dcebf9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618183Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#661067}
-
Scott Violet authored
It's still used by test_ws (and tests), but no longer used by ash/chrome. BUG=964460 TEST=covered by tests Change-Id: Iaeb601bae144b775b710b8e80ff2a8ed9bf5e1ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618063Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#661066}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/662a859f9bb3..c9cf972dcae3 git log 662a859f9bb3..c9cf972dcae3 --date=short --no-merges --format='%ad %ae %s' 2019-05-17 sadrul@chromium.org rendering: Fix handling unsual traces. Created with: gclient setdep -r src/third_party/catapult@c9cf972dcae3 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:964187 TBR=simonhatch@google.com Change-Id: I77bb88a16f90d7758182941f10c41f4d5cd8468f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617890Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#661065}
-
Jun Cai authored
This CL removes the unnecessary include file in bluetooth_scanning_prompt_controller.cc Bug: 953075 Change-Id: Ie1fb4efdeaced43308aed0782775ee295c6b48db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614708Reviewed-by:
Matt Reynolds <mattreynolds@chromium.org> Commit-Queue: Jun Cai <juncai@chromium.org> Cr-Commit-Position: refs/heads/master@{#661064}
-
Henrique Grandinetti authored
This widget is being create to facilitate the usage of the Parent Access views in WebUI pages. With the widget it is possible to instantiate the view without a pre-existing view hierarchy. We will start using this in a follow up cl. Bug: 921145, 921142 Change-Id: If57a14aac63a45c0da46766ce191ef392c322aae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610818Reviewed-by:
Chris Palmer <palmer@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Commit-Queue: Henrique Grandinetti <hgrandinetti@chromium.org> Cr-Commit-Position: refs/heads/master@{#661063}
-
Henrique Nakashima authored
This CL creates the following new metrics: - Android.BackgroundTaskScheduler.TaskLoadedNative.ReducedMode - Android.BackgroundTaskScheduler.TaskLoadedNative.FullBrowser They represent Android.BackgroundTaskScheduler.TaskLoadedNative broken down into two cases: loading Reduced Mode and loading Full Browser. These histograms will inform whether the behavior is in line with our expectations for each task type. Bug: 962577 Change-Id: Ic58b5b0ef45713377bc53a559c93c0ac65b86507 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611656 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
Xi Han <hanxi@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#661062}
-
Yuwei Huang authored
This CL makes the IT2ME non-delegated code path use MuxingSignalStrategy and the new support host registration API. I'm able to connect to the IT2ME host through XMPP but I couldn't verify if it works on FTL since the website doesn't synthesize the `from` and `to` fields yet. Bug: 962765 Change-Id: I8db9834cbc149ada0527ca0c2cd45264553e5782 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1616385 Commit-Queue: Yuwei Huang <yuweih@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#661061}
-
Danan S authored
This is needed for apps launched from the Settings Parental Controls. For the ARC equivalent, we map this to arc::UserInteractionType::APP_STARTED_FROM_SETTINGS Bug: 937995 Change-Id: Ie953e6309bb705ca7be17be284050bbca0880b85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613960 Commit-Queue: Danan S <danan@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#661060}
-
Dan Harrington authored
******************************Resource Sizes Diff****************************** Specifics: +77,856 bytes main lib size +562,136 bytes main dex size +64,120 bytes secondary dex size +1,019,376 bytes normalized apk size InstallSize: +393,902 bytes APK size +1,126,622 bytes Estimated installed size (Android Go) +2,923,976 bytes Estimated installed size InstallBreakdown (+2,920,885 bytes): +4,021 bytes Native resources (no l10n) size +2,776 bytes Non-compiled Android resources size +77,856 bytes Native code size +793 bytes Package metadata size +2,807,307 bytes Java code size +28,132 bytes Compiled Android resources size Dex: +3,248 entries fields +4,765 entries methods +1,353 entries types +2,835 entries strings Bug: 948739 Change-Id: I39a56c41e0d386e4da772dbc7bb65f485aefdc8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613779Reviewed-by:
Dan H <harringtond@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#661059}
-
Sujie Zhu authored
If the user goes through checkout flow several times without closing the tab, the local card migration manager won't be re-created which leads to the case that the variable supported_card_bin_ranges pre-exist before GDFSC calls. We do not filter the unsupported cards during GetMigratableCreditCards(). We only call FilterOutUnsupportedLocalCards() when OnDidGetUploadDetails() for checkout flow. We remove the local var of the supported bin ranges. If later any usage of FilterOutUnsupportedLocalCards() outside OnDidGetUploadDetails, we need to add back the local var. Add some comments about these two functions to make it clearer. Bug: 954367 Change-Id: I7fc7cbdecf76d25b34737ef6ddc25737f7540657 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614456Reviewed-by:
Siyu An <siyua@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Commit-Queue: Sujie Zhu <sujiezhu@google.com> Cr-Commit-Position: refs/heads/master@{#661058}
-
Lucas Tenório authored
This change adds a webview to the supervision onboarding screen and adds code that authenticate fetches made by this webview. The whole flow for displaying a Supervision Onboarding page is: - Fetch access token scoped to supervision servers. - Add listeners to webview requests to we can add the access token and inspect their HTTP responses. These listeners only fire for requests to the URLs that we want. - Start the request and wait for the webview to finish loading. - Return all occurrences of the supervision custom HTTP header found in the responses. - Onboarding controller now decides if it should exit the flow or continue showing the page based on the custom header values. Some notes on implementation choices: - We want to keep most of the logic that controls the flow in the Onboarding controller. We plan on reusing this controller to power a dedicated WebUI that will provide the same flow outside of the OOBE/Login. - For now, all the server configuration is being done by switches. This is necessary since the Supervision server is still being built, so the switches make development easier with local dev servers. When the server is done these switches will be deleted and become constants. - I had to divide the login:closure_compile target because I needed to add the chrome_extensions.js externs file. There's a full explanation why that was a problem in the BUILD file. - Tests are incoming! They are actually ready but I wanted to keep this change simple. See the related change if you're curious. Bug: 958995 Change-Id: Iedb39bc7fb76fb8fdc516171e1e6d094c248561a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611786Reviewed-by:
Oliver Chang <ochang@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Lucas Tenório <ltenorio@chromium.org> Cr-Commit-Position: refs/heads/master@{#661057}
-
Yuwei Huang authored
The ME2ME authenticator will make sure the signaling message comes from a sender with an expected JID. Currently for non-gmail account that JID will be a GAIA JID that is different than the user's actual email. This works for XMPP connections but won't work for FTL since FTL always uses the user's actual email for message routing. This CL makes the authenticator always use the user's actual email when connecting through FTL. Bug: 964165 Change-Id: I424435888a81a095e944d02decb49d52cec57e36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618018 Commit-Queue: Yuwei Huang <yuweih@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#661056}
-
Pavel Yatsuk authored
In this change: - Only show "Add to my apps" for items that support it. - Add "Add to my apps" menu item for site suggestions. R=wylieb@chromium.org BUG=963655,959317 Change-Id: If101cf8ea892852e4c68db5f3974515174a690f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618051Reviewed-by:
Brandon Wylie <wylieb@chromium.org> Commit-Queue: Pavel Yatsuk <pavely@chromium.org> Cr-Commit-Position: refs/heads/master@{#661055}
-
Kyle Milka authored
This gives the attribution link the proper context menu. Screencast: http://go/scrcast/NTkxNDI0NDY2MDg1NDc4NHwyOGZhZTViMy1jMQ Bug: 963399 Change-Id: Iadccc1a9457b3c7ac6f1093197c937190815821b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1616998Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Commit-Queue: Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#661054}
-
Danan S authored
This was mistakenly omitted from https://crrev.com/658192 Bug: 957832 Change-Id: I735dfee7d44e771b42e34503e69a67a81d8061e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617209 Commit-Queue: Danan S <danan@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#661053}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/e6f19dda56ee..238d886eb99c git log e6f19dda56ee..238d886eb99c --date=short --no-merges --format='%ad %ae %s' 2019-05-17 saklein@chromium.org ArtifactsService: Cleanup BundleAutotestFiles method. Created with: gclient setdep -r src/third_party/chromite@238d886eb99c The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Change-Id: Ib0d16aeee83353ae576ca173f1ca2fc276db558f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617888Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#661052}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/52bfbd35fc96..cd3011fb0654 git log 52bfbd35fc96..cd3011fb0654 --date=short --no-merges --format='%ad %ae %s' 2019-05-17 jonahr@google.com Fix formatting issue in generate_stats Created with: gclient setdep -r src/third_party/angle@cd3011fb0654 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=syoussefi@google.com Change-Id: I115dff3a713affed149122cc93310a860673ecc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617887Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#661051}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/1ca7ce3f76a5..25331bfed596 git log 1ca7ce3f76a5..25331bfed596 --date=short --no-merges --format='%ad %ae %s' 2019-05-17 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@25331bfed596 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=agable@chromium.org Change-Id: I1daf6c1e840ac16706d1773827d5cb57ac4bbb42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617688Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#661050}
-
Rakib M. Hasan authored
Currently the gpu_integration_test_adaptor.py script takes the test filter which comes in Typ's test filter format, and then transforms it into a regex, which is what telemetry browser tests expected before crrev.com/c/1503875 was landed. This CL will make it use Typ's --test-filter format. It also adds a unit test for the --test-filter command line argument for GPU tests. Bug: chromium:698902 Change-Id: I8a86dd540f3ff528b2579524769d5f52c8212343 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610511Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#661049}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: If09cbb1d81e9e95579d6ef3e813766902a0d6fca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617886Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#661048}
-
Leonard Grey authored
Bug: 956241 Change-Id: I70e6195b0b297eba77a7952714de3e348e251f79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599669 Commit-Queue: Leonard Grey <lgrey@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Sidney San Martín <sdy@chromium.org> Cr-Commit-Position: refs/heads/master@{#661047}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/85e6c29b6f88..f17fbca40861 Created with: gclient setdep -r src-internal@f17fbca40861 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome BUG=chromium:850199,chromium:913040,chromium:955936,chromium:954336,chromium:963172 TBR=beverloo@google.com,collinbaker@google.com,bcwhite@google.com,tasak@google.com Change-Id: Ice6e1e6b63a309e8671fb367dd43092e85fbac67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618103Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#661046}
-
Alex Clarke authored
Implements Then and Catch on top of AbstractPromise as well as ManualPromiseResolver<> which is needed for testing at this stage (PostTask doesn't yet return a promise). It's also necessary for promises to interface with old style callback based libraries which are extremly common in Chromium. Design: https://docs.google.com/document/d/1l12PAJgEtlrqTXKiw6mk2cR2jP7FAfCCDr-DGIdiC9w/edit Bug: 906125 Change-Id: Id7206698f37c59cfc201f3970cbf66a2ef89ee4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599620 Commit-Queue: Alex Clarke <alexclarke@chromium.org> Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#661045}
-
Yun Liu authored
JSON format defined by code coverage tool proto: https://cs.chromium.org/chromium/infra/appengine/findit/model/proto/code_coverage.proto Bug: 843307, 961806 Change-Id: I077fbad4693946b9238c7768a8b9346526aa0099 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614713 Commit-Queue: Yun Liu <yliuyliu@google.com> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#661044}
-