3 Web Inspector: Console Errors during provisional document loads get lost with "Clear Log on Reload"
4 https://bugs.webkit.org/show_bug.cgi?id=142603
5
6 Reviewed by NOBODY (OOPS!).
7
8 * UserInterface/Views/LogContentView.js:
9 (WebInspector.LogContentView.prototype._messageAdded):
10 (WebInspector.LogContentView.prototype._provisionalLoadStarted):
11 Detect a provisional load has started to start save messages that come in at this time.
12
13 (WebInspector.LogContentView.prototype._sessionStarted):
14 Reappend provisional load messages if we auto-cleared.
15
16 (WebInspector.LogContentView.prototype._reappendProvisionalMessages):
17 (WebInspector.LogContentView.prototype._clearProvisionalState):
18 Helpers for dealing with the provisional loading state.
19
202015-03-11 Joseph Pecoraro <pecoraro@apple.com>
21