Skip to content

Commit a25c529

Browse files
authored
Merge pull request #294 from MicrosoftEdge/smoketest/1.0.3965-testing
Smoketest/1.0.3965 testing
2 parents 4d1d9c5 + f1f47ea commit a25c529

File tree

12 files changed

+643
-38
lines changed

12 files changed

+643
-38
lines changed

SampleApps/WebView2APISample/ProcessComponent.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,9 @@ std::wstring ProcessComponent::ProcessFailedReasonToString(
456456
REASON_ENTRY(COREWEBVIEW2_PROCESS_FAILED_REASON_CRASHED);
457457
REASON_ENTRY(COREWEBVIEW2_PROCESS_FAILED_REASON_LAUNCH_FAILED);
458458
REASON_ENTRY(COREWEBVIEW2_PROCESS_FAILED_REASON_OUT_OF_MEMORY);
459+
REASON_ENTRY(COREWEBVIEW2_PROCESS_FAILED_REASON_NORMAL_EXIT);
460+
REASON_ENTRY(COREWEBVIEW2_PROCESS_FAILED_REASON_ABNORMAL_EXIT);
461+
REASON_ENTRY(COREWEBVIEW2_PROCESS_FAILED_REASON_INTEGRITY_FAILURE);
459462

460463
#undef REASON_ENTRY
461464
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Copyright (C) Microsoft Corporation. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
5+
#include "stdafx.h"
6+
7+
#include <string>
8+
#include <vector>
9+
10+
#include "CheckFailure.h"
11+
#include "TextInputDialog.h"
12+
#include "Util.h"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// Copyright (C) Microsoft Corporation. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
5+
#pragma once

0 commit comments

Comments
 (0)