 Chromium Code Reviews
 Chromium Code Reviews Issue 
            126453005:
    Simplify starting a same-document navigation  (Closed)
    
  
    Issue 
            126453005:
    Simplify starting a same-document navigation  (Closed) 
  | DescriptionSimplify starting a same-document navigation
* Don't bother checking navigation policy for a same document navigation, since the answer will always be yes and we already skip calling out to the embedder.
* Remove FrameLoader's checkNavigationPolicyAndContinueFragmentScroll() and spread it across load() (which calls it) and loadInSameDocument (which it calls).
* Use the UpdateBackForwardListPolicy as a parameter to loadInSameDocument instead of the boolean isNewNavigation.
* Properly set ClientRedirectPolicy in NavigationScheduler::scheduleLocationChange, so that loadInSameDocument doesn't have to patch it up later.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164887
   Patch Set 1 #Patch Set 2 : #
 Messages
    Total messages: 4 (0 generated)
     | |||||||||||||||||||||||||||||||||||||||||||||||||||||||