91³Ô¹ÏÍø

Watch CBS News

Federal, local agencies launch crime‑reduction push in Northwest Dallas

Northwest Dallas – often described as the city's "backyard" for planes arriving and departing from Love Field – is facing concerns far more serious than aircraft noise, according to federal and local law enforcement officials.

Residents in the area around Northwest Highway and Webb Chapel have long reported visible signs of human trafficking and drug activity. City Council member Gay Donnell Willis, who represents part of the neighborhood, joined federal and local leaders Tuesday as they outlined a new effort to address what they describe as entrenched criminal networks.

One resident who spoke with CBS News Texas said the problems are unmistakable.

"Oh my gosh, yes, it is very real," she said. "You see women trafficked on the streets, but you may not see the firearms and drugs they use to coerce that activity."

Officials describe organized criminal corridor

U.S. Attorney for the Northern District of Texas Ryan Reybould said the region has become a focal point for organized crime.

"Part of northwest Dallas has become a corridor for organized criminal activity – they exploit people, harm victims, traffic narcotics, and illegally move firearms," Reybould said.

He pointed to Project Safe Neighborhoods, a partnership involving federal prosecutors, Dallas police, the DEA, and the ATF. The initiative will focus on a defined quadrant: Forest Lane to the north, Loop 12 to the south, Webb Chapel to the east, and I‑35 to the west.

Dallas police chief vows aggressive enforcement

Dallas Police Chief Daniel Comeaux said the department is committed to dismantling the networks operating in the area.

"From human trafficking to drug activity, prostitution, I'm telling you, looking you in the eye, this is going to get crushed," Comeaux said.

Officials stress effort is not immigration enforcement

The initiative also depends on cooperation from residents – including those who may not have legal immigration status. Some community members have expressed concern about whether they could be targeted.

FBI Special Agent in Charge Jeremy Wright said the operation is focused solely on violent crime.

"This is a violent crime reduction," Wright said. "This is not immigration enforcement activity."

Wright said many people living and working in the area are victims of the crimes the coalition aims to address, and he urged residents to report what they see.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });