mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 1766561 - clang-format the files we're about to touch. r=andi
Differential Revision: https://phabricator.services.mozilla.com/D144910
This commit is contained in:
parent
d6f7c188d1
commit
1fd5af74f4
@ -276,12 +276,13 @@ typename Transaction<Context>::IndexSet Transaction<Context>::Validate(
|
||||
if (!revertTxn.mModified.isEmpty()) {
|
||||
// NOTE: Logging with modified IndexSet from revert transaction, and values
|
||||
// from this transaction, so we log the failed values we're going to revert.
|
||||
MOZ_LOG(Context::GetSyncLog(), LogLevel::Debug,
|
||||
("Transaction::PartialRevert(#%" PRIx64 ", pid %d): %s",
|
||||
aOwner->Id(), aSource ? aSource->OtherPid() : base::kInvalidProcessId,
|
||||
FormatTransaction<Context>(revertTxn.mModified, mValues,
|
||||
revertTxn.mValues)
|
||||
.get()));
|
||||
MOZ_LOG(
|
||||
Context::GetSyncLog(), LogLevel::Debug,
|
||||
("Transaction::PartialRevert(#%" PRIx64 ", pid %d): %s", aOwner->Id(),
|
||||
aSource ? aSource->OtherPid() : base::kInvalidProcessId,
|
||||
FormatTransaction<Context>(revertTxn.mModified, mValues,
|
||||
revertTxn.mValues)
|
||||
.get()));
|
||||
|
||||
mModified -= revertTxn.mModified;
|
||||
|
||||
|
@ -442,9 +442,9 @@ DataChannelConnection::DataChannelConnection(
|
||||
#endif
|
||||
}
|
||||
|
||||
bool DataChannelConnection::Init(
|
||||
const uint16_t aLocalPort, const uint16_t aNumStreams,
|
||||
const Maybe<uint64_t>& aMaxMessageSize) {
|
||||
bool DataChannelConnection::Init(const uint16_t aLocalPort,
|
||||
const uint16_t aNumStreams,
|
||||
const Maybe<uint64_t>& aMaxMessageSize) {
|
||||
ASSERT_WEBRTC(NS_IsMainThread());
|
||||
|
||||
struct sctp_initmsg initmsg;
|
||||
|
@ -1699,11 +1699,12 @@ const nsTArray<GfxDriverInfo>& GfxInfo::GetGfxDriverInfo() {
|
||||
V(8, 15, 10, 2869), "FEATURE_FAILURE_INTEL_W7_HW_DECODING");
|
||||
|
||||
/* Bug 1203199/1092166: DXVA startup crashes on some intel drivers. */
|
||||
APPEND_TO_DRIVER_BLOCKLIST_RANGE(OperatingSystem::Windows, DeviceFamily::IntelAll,
|
||||
APPEND_TO_DRIVER_BLOCKLIST_RANGE(
|
||||
OperatingSystem::Windows, DeviceFamily::IntelAll,
|
||||
nsIGfxInfo::FEATURE_HARDWARE_VIDEO_DECODING,
|
||||
nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION,
|
||||
DRIVER_BETWEEN_INCLUSIVE, V(9,17,10,0), V(9,17,10,2849),
|
||||
"FEATURE_FAILURE_BUG_1203199_1", "Intel driver > 9.17.10.2849");
|
||||
nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION, DRIVER_BETWEEN_INCLUSIVE,
|
||||
V(9, 17, 10, 0), V(9, 17, 10, 2849), "FEATURE_FAILURE_BUG_1203199_1",
|
||||
"Intel driver > 9.17.10.2849");
|
||||
|
||||
APPEND_TO_DRIVER_BLOCKLIST2(
|
||||
OperatingSystem::Windows, DeviceFamily::Nvidia8800GTS,
|
||||
|
Loading…
Reference in New Issue
Block a user