DescriptionAdd an empty boolean to WebFrameClient::didFinishDocumentLoad
This will be used by chromium for error message policy decisions.
Internally, change DocumentLoader to use an enum-based state machine. There were
already bools for whether loading is in progress or whether the DocumentLoader
has committed, and adding another bool for whether real data has been received
seems silly.
BUG=331745
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=198817
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
Total comments: 5
Patch Set 4 : empty -> documentIsEmpty #
Messages
Total messages: 10 (2 generated)
|