зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1439471 - Emit EVENTS.TIMELINE_EVENT after adding timing marker. r=Honza
This commit is contained in:
Родитель
cd7cf0fad3
Коммит
e99f2dcb69
|
@ -200,8 +200,8 @@ class FirefoxConnector {
|
|||
"dom-interactive" : "dom-complete",
|
||||
time: marker.unixTime / 1000
|
||||
};
|
||||
window.emit(EVENTS.TIMELINE_EVENT, event);
|
||||
this.actions.addTimingMarker(event);
|
||||
window.emit(EVENTS.TIMELINE_EVENT, event);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -212,8 +212,8 @@ class FirefoxConnector {
|
|||
* @param {object} marker
|
||||
*/
|
||||
onDocEvent(type, event) {
|
||||
window.emit(EVENTS.TIMELINE_EVENT, event);
|
||||
this.actions.addTimingMarker(event);
|
||||
window.emit(EVENTS.TIMELINE_EVENT, event);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче