Backed out changeset 423f48c98230 (bug 1533391) for failing try test on a CLOSED TREE

This commit is contained in:
Andreea Pavel 2019-03-11 17:03:46 +02:00
Родитель 43f191c096
Коммит f6bca82c23
3 изменённых файлов: 4 добавлений и 5 удалений

Просмотреть файл

@ -2,6 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
.scopes-content .toggle-map-scopes {
border-bottom: 1px solid var(--theme-splitter-color);
margin-bottom: 3px;

Просмотреть файл

@ -165,7 +165,7 @@ export function getLocationsInViewport({ codeMirror }: Object) {
if (!codeMirror) {
return {
start: { line: 0, column: 0 },
end: { line: 0, column: 0 }
end: { line: 0, column: 0 },
};
}
const charWidth = codeMirror.defaultCharWidth();

Просмотреть файл

@ -13,13 +13,10 @@ debugger-tests:
using: run-task
cache-dotcache: true
command: >
cd /builds/worker/checkouts/gecko/ &&
npm install &&
cd /builds/worker/checkouts/gecko/devtools/client/debugger/new/ &&
yarn &&
yarn flow &&
yarn test &&
yarn lint
yarn test
when:
files-changed:
- 'devtools/client/debugger/new/**'