Sign in
chromium
/
chromium
/
src.git
/
fafed88e601e33b5c4b0dc1a6dc8c7e6d78dcd3f
/
content
/
browser
/
frame_host
/
navigation_controller_impl.cc
fafed88
Temporarily dump without crashing when setting an empty PageState.
by creis
· 9 years ago
f49dfc9
Clone children of FrameNavigationEntries for in-page navigations.
by creis
· 9 years ago
96db896
Simplify decidePolicyForNavigation + remove POST-only-in-http(s) DCHECK.
by lukasza
· 9 years ago
913c63ce
Clear child FrameNavigationEntries if a history navigation redirects.
by creis
· 9 years ago
7eddb5f7
Avoid enum equality for PageTransition
by mastiz
· 9 years ago
477a5a2
Using ResourceRequestBody as the type of HTTP body outside of //content.
by lukasza
· 9 years ago
37988b9
Avoid incorrect NC_AUTO_SUBFRAME renderer kills for non-web URLs.
by creis
· 9 years ago
49aa1b1
Removing unused SetBrowserContext
by ryansturm
· 9 years ago
f164daa
Allow about:blank to be considered in-page if origin matches.
by creis
· 9 years ago
225a743
Prevent renderer kills for in-page navigations on subframes.
by creis
· 9 years ago
8a956ec
Add a field study to use new reload behavior even on desktops
by toyoshim
· 9 years ago
bada0dc9
Pull to refresh: Use new reload type RELOAD_MAIN_RESOURCE
by toyoshim
· 9 years ago
fb6eeb6
Kill renderer if it changes the main frame's origin on subframe commits.
by creis
· 9 years ago
c753351
Move ownership of source SiteInstance to the FrameNavigationEntry.
by nasko
· 9 years ago
b48cb31
Don't update subframes on parent frame commits.
by avi
· 9 years ago
22a7b4c
OOPIF: Fix subframe back/forward after recreating FTNs (try #2).
by creis
· 9 years ago
432acb2
Move knowledge of POST navigations to FrameNavigationEntry
by clamy
· 9 years ago
e7b0a15
Revert of OOPIF: Fix subframe back/forward after recreating FTNs. (patchset #6 id:100001 of https://codereview.chromium.org/1816763002/ )
by creis
· 9 years ago
273cbf6
OOPIF: Fix subframe back/forward after recreating FTNs.
by creis
· 9 years ago
9bfa516
Convert //content/browser/frame_host from scoped_ptr to std::unique_ptr
by dcheng
· 9 years ago
7dad4b118
Rename IGNORING_CACHE to BYPASSING_CACHE
by toyoshim
· 9 years ago
3af4d50
NavigationControllerImpl: merge Go* implementation to GoToIndex
by toyoshim
· 9 years ago
865ad44
Don't rely on the pending NavigationEntry for location.replace.
by creis
· 9 years ago
b4dc933
Ensure the NavigationHandle's nav entry ID is updated during transfers.
by creis
· 9 years ago
9a9142bc4
This patch gives the NavigationHandle a NavigationEntry on instantiation, so it can know the entry's unique id. This id is used to for detecting mismatch on DidFailProvisionalLoad, so if the current handle does not match the pending entry, we won't discard it.
by csharrison
· 9 years ago
1857908a
Ensure that process transfers complete on navigations after net errors.
by creis
· 9 years ago
86e34ec
Pull to refresh: update the flag for a field trial
by toyoshim
· 9 years ago
7ba5a62
net: move IsLocalhost() function into url_util.h
by tfarina
· 9 years ago
87840a0
Pull to refresh: do not use NO_RELOAD, but just load the page
by toyoshim
· 9 years ago
ffdffc3
Revert of Don't rely on the pending NavigationEntry for location.replace. (patchset #6 id:100001 of https://codereview.chromium.org/1672373002/ )
by creis
· 9 years ago
bacbcbd
Add a DCHECK to detect a storage partition mismatch while navigating.
by michaeln
· 9 years ago
73c9e79d
Don't rely on the pending NavigationEntry for location.replace.
by creis
· 9 years ago
b3b47ab
When a frame needs to navigate, don't prune its subframes from being considered in navigation.
by avi
· 10 years ago
57e39e2
Use range-based for loops to iterate over FrameTreeNodes (reland)
by dcheng
· 10 years ago
05c9bbdf
Revert of Use range-based for loops to iterate over FrameTreeNodes. (patchset #8 id:140001 of https://codereview.chromium.org/1605763002/ )
by dcheng
· 10 years ago
0500638
Use range-based for loops to iterate over FrameTreeNodes.
by dcheng
· 10 years ago
36b6aec9
Convert Pass()→std::move() in //content/browser
by dcheng
· 10 years ago
b734894
Switch to standard integer types in content/browser/.
by avi
· 10 years ago
bf08742
Allow huge data: URIs only via WebView.loadDataWithBaseUrl
by mnaganov
· 10 years ago
1be5023c
Make pull to refresh not perform regular reload (with cache revalidation)
by kinuko
· 10 years ago
7115a70
OOPIF: Support session restore by combining/splitting frame PageStates.
by creis
· 10 years ago
dc004e0
Fix in-page logic for allow_universal_access_from_files.
by creis
· 10 years ago
f16f85a7
Remove ScopedVector from NavigationController.
by avi
· 10 years ago
6d752c3
OOPIF: Add frame_unique_name to FrameNavigationEntry.
by creis
· 10 years ago
03b4800
Move nav_entry_id from RenderViewHost to RenderFrameHost.
by creis
· 10 years ago
ae7ce9a
Restore item and document sequence numbers in OOPIF enabled modes.
by creis
· 10 years ago
d5ac7d5
Consistently use LoFi for an entire page
by megjablon
· 10 years ago
22bc1e2e
Fix TabRestoreTest.RestoreTabWithSpecialURLOnBack under site isolation.
by nick
· 10 years ago
10a4ab7
Add IsInitialBlankNavigation to detect new tabs that aren't clones.
by creis
· 10 years ago
77c9aa3
Fix classification of cross-process inert commits.
by creis
· 10 years ago
cf40d9c
Avoid crashing when going back/forward to debug URLs on a sad WebUI tab.
by creis
· 10 years ago
56e40c9
Clean up CanGoBack/Forward, tighten for accuracy.
by avi
· 10 years ago
e062d54
Don't crash for subframes after in-page navigations in --site-per-process.
by creis
· 10 years ago
cc872d724
Don't attempt to reload an entry that doesn't exist.
by avi
· 10 years ago
976d4d9
Pass user gesture bit when chrome handles an intent fired by itself
by qinmin
· 10 years ago
37979a6
Fix NavController buffer overflow found by IPC fuzzer.
by creis
· 10 years ago
9caf66a
Remove GetPendingSiteInstance from NavigationControllerDelegate.
by fdegans
· 10 years ago
286019ce
Keep track of the "current" NavigationEntry for each RenderViewHost, use that for title and state setting.
by avi
· 10 years ago
d30fd96
Move existing kSitePerProcess checks to a policy-oracle object
by nick
· 10 years ago
67081d0ae
Clean up around NavigationEntryScreenshotManager a bit.
by avi
· 10 years ago
f0f069a
Create FrameNavigationEntries for the initial blank page in subframes.
by creis
· 10 years ago
0b7df5b
Remove a comment that was based on a misunderstanding.
by avi
· 10 years ago
25f5f9e
Remove code handling a page transition mismatch with NEW_SUBFRAME.
by avi
· 10 years ago
ee17e93
Don't clear the forward history when replacing entries.
by creis
· 10 years ago
573e8be6
Fix race when reloading original URL.
by lfg
· 10 years ago
a5635c4
Kill renderer on failure to deserialize security info in most cases
by estark
· 10 years ago
259dc79
Remove NAVIGATION_TYPE_IN_PAGE.
by avi
· 10 years ago
cbdc4c1
Switch RendererDidNavigateToExistingPage to use unique id.
by avi
· 10 years ago
254eff0
Switch RendererDidNavigateInPage to use unique id.
by avi
· 10 years ago
af566096
Switch RendererDidNavigateToSamePage to not use page id.
by avi
· 10 years ago
057ce149
Clean up NavigationControllerImpl::GetEntryAtOffset.
by avi
· 10 years ago
1a3c7766
In the case of the classifier deciding EXISTING_PAGE despite a bogus page id, crash rather than allow an out-of-bounds access.
by avi
· 10 years ago
4bca28f
Switch to the new ClassifyNavigation.
by avi
· 10 years ago
2576470
Use scoped_ptr for NavigationEntries.
by avi
· 10 years ago
4e2ecb7
Support simple back/forward in out-of-process iframes.
by creis
· 10 years ago
5cad491
Rather than dropping stale navigations, resurrect the navigation entry that they were going to.
by avi
· 10 years ago
01fd50b
Revert of Use scoped_ptr for NavigationEntries. (patchset #4 id:60001 of https://codereview.chromium.org/1191893009/)
by thakis
· 10 years ago
8b5cd4c
Add item and document sequence numbers to FrameNavigationEntry.
by creis
· 10 years ago
2fc587c
Use scoped_ptr for NavigationEntries.
by avi
· 10 years ago
1aeba7aa
Renamed RenderProcessHost::IsIsolatedGuest() to RenderProcessHost::IsForGuestsOnly().
by paulmeyer
· 10 years ago
96fc5508
Create FrameNavigationEntries for manual subframe navigations.
by creis
· 10 years ago
b1986b1
Revert of Ensure the new navigation classifier works in the real world. (patchset #2 id:20001 of https://codereview.chromium.org/1171973004/)
by avi
· 10 years ago
39825ed
Ensure the new navigation classifier works in the real world.
by avi
· 10 years ago
db7d1d2
Fix the in-page navigation check to look at the correct entry.
by avi
· 10 years ago
44a0941b
Move PageState to FrameNavigationEntry.
by creis
· 10 years ago
39c1edd3
Don't use transitions to determine if a navigation is of a main frame.
by avi
· 10 years ago
efbbbb5
Only clear OOPIF pending entries if they match the committing frame.
by creis
· 10 years ago
eadcc35
Revert "Ensure the new navigation classifier works in the real world."
by avi
· 10 years ago
3cdc3b0
Fix the commit type for out-of-process iframes. (Attempt 2)
by creis
· 10 years ago
878379c
Ensure the new navigation classifier works in the real world.
by avi
· 10 years ago
22afe87
Add a few more exceptions to classifier mismatches.
by avi
· 10 years ago
3a5b8f3
Do an origin check if the renderer claims a renderer-initiated navigation was in-page.
by avi
· 10 years ago
420384c6
Revert of Fix the commit type for out-of-process iframes. (patchset #11 id:200001 of https://codereview.chromium.org/1148953014/)
by caitkp
· 10 years ago
62109d9
Fix the commit type for out-of-process iframes.
by creis
· 10 years ago
9d358ab5
Revert of Ensure the new navigation classifier works in the real world. (patchset #3 id:40001 of https://codereview.chromium.org/1155783003/)
by avi
· 10 years ago
500c7344
Ensure the new navigation classifier works in the real world.
by avi
· 10 years ago
98405c2
Make the new ClassifyNavigation work in --site-per-process.
by avi
· 10 years ago
4717933
Eliminate redundancy in the parameters to NotifyEntryChanged.
by avi
· 10 years ago
f395553
Moved media mime type and codec checks to media/base/mime_util.*
by servolk
· 10 years ago
7be9d95
Replace NC_AUTO_SUBFRAME renderer kill with NOTREACHED for now.
by creis
· 10 years ago
Next »