 Chromium Code Reviews
 Chromium Code Reviews Issue 
            2296483002:
    Fix some unit_tests under PlzNavigate  (Closed)
    
  
    Issue 
            2296483002:
    Fix some unit_tests under PlzNavigate  (Closed) 
  | DescriptionFix some unit_tests under PlzNavigate
I started by trying to fix ToolbarModelTest.ShouldDisplayURL but it
turned out that the combination of initializing the test utils, and the
simulation of the RFH unloading fixed the following:
    BookmarkTest.DetachedBookmarkBarOnNTP
    BrowserBookmarkBarTest.StateOnActiveTabChanged
    BrowserCommandsTest.ViewSource
    BrowserInstantControllerTest.DefaultSearchProviderChanged
    BrowserInstantControllerTest.GoogleBaseURLUpdated
    BrowserViewTest.BrowserViewLayout
    InstantNTPURLRewriteTest.UberURLHandler_InstantExtendedNewTabPage
    SearchIPCRouterPolicyTest.ProcessChromeIdentityCheck
    SearchIPCRouterPolicyTest.ProcessDeleteMostVisitedItem
    SearchIPCRouterPolicyTest.ProcessFocusOmnibox
    SearchIPCRouterPolicyTest.ProcessHistorySyncCheck
    SearchIPCRouterPolicyTest.ProcessLogEvent
    SearchIPCRouterPolicyTest.ProcessPasteIntoOmniboxMsg
    SearchIPCRouterPolicyTest.ProcessUndoAllMostVisitedDeletions
    SearchIPCRouterPolicyTest.ProcessUndoMostVisitedDeletion
    SearchIPCRouterPolicyTest.SendMostVisitedItems
    SearchIPCRouterPolicyTest.SendThemeBackgroundInfo
    SearchIPCRouterTest.IgnoreChromeIdentityCheckMsg
    SearchIPCRouterTest.IgnoreDeleteMostVisitedItemMsg
    SearchIPCRouterTest.IgnoreFocusOmniboxMsg
    SearchIPCRouterTest.IgnoreHistorySyncCheckMsg
    SearchIPCRouterTest.IgnoreLogEventMsg
    SearchIPCRouterTest.IgnorePasteAndOpenDropdownMsg
    SearchIPCRouterTest.IgnoreUndoAllMostVisitedDeletionsMsg
    SearchIPCRouterTest.IgnoreUndoMostVisitedDeletionMsg
    SearchIPCRouterTest.ProcessChromeIdentityCheckMsg
    SearchIPCRouterTest.ProcessDeleteMostVisitedItemMsg
    SearchIPCRouterTest.ProcessFocusOmniboxMsg
    SearchIPCRouterTest.ProcessHistorySyncCheckMsg
    SearchIPCRouterTest.ProcessLogEventMsg
    SearchIPCRouterTest.ProcessLogMostVisitedImpressionMsg
    SearchIPCRouterTest.ProcessLogMostVisitedNavigationMsg
    SearchIPCRouterTest.ProcessPasteAndOpenDropdownMsg
    SearchIPCRouterTest.ProcessUndoAllMostVisitedDeletionsMsg
    SearchIPCRouterTest.ProcessUndoMostVisitedDeletionMsg
    SearchTest.InstantCacheableNTPNavigationEntry
    SearchTest.InstantCacheableNTPNavigationEntryNewProfile
    SearchTest.InstantNTPCustomNavigationEntry
    SearchTest.InstantNTPExtendedEnabled
    SearchTest.ProcessIsolation
    SearchTest.ProcessIsolation_RendererInitiated
    SessionsSyncManagerTest.AssociateWindowsDontReloadTabs
    ToolbarModelTest.ShouldDisplayURL
R=clamy@chromium.org, nasko@chromium.org
BUG=510836
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
Committed: https://crrev.com/d2b6c5d77bb3643a84b829d51614d126b10d5d42
Cr-Commit-Position: refs/heads/master@{#416003}
   Patch Set 1 #Patch Set 2 : . #Patch Set 3 : move browser_side_navigation_test_utils to content/public/test #Patch Set 4 : make helper utility function to avoid layering violation #Patch Set 5 : . #
      Total comments: 1
      
     Patch Set 6 : teardown #
      Total comments: 7
      
     Patch Set 7 : review fixes #Patch Set 8 : . #
      Total comments: 12
      
     Patch Set 9 : more fixes #
      Total comments: 11
      
     Patch Set 10 : . #Patch Set 11 : . #
      Total comments: 3
      
     Patch Set 12 : . #
      Total comments: 2
      
     Patch Set 13 : not in public interface #Messages
    Total messages: 52 (29 generated)
     |