Sign in
chromium
/
chromium
/
src.git
/
db7d1d2b13c3d8e416521a898a2a1f8fbb2964e0
/
content
/
browser
/
frame_host
/
navigation_controller_impl.cc
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
6da51f96
Fill in FrameNavigationEntries for auto subframe navigations.
by creis
· 10 years ago
84c0386
Revert of Ensure the new navigation classifier works in the real world. (patchset #1 id:1 of https://codereview.chromium.org/1136663004/)
by avi
· 10 years ago
f97970c
Ensure the new navigation classifier works in the real world.
by avi
· 10 years ago
11c5ff8
Avoid renderer kills on subframe navigations after main frame replaceState.
by creis
· 10 years ago
7c6f35e
Classify navigations without page id in parallel to the existing classifier.
by avi
· 10 years ago
c0b9c8f3
Revert of Classify navigations without page id in parallel to the existing classifier. (patchset #40 id:780001 of https://codereview.chromium.org/1002803002/)
by ksakamoto
· 10 years ago
61cae85
Classify navigations without page id in parallel to the existing classifier.
by avi
· 10 years ago
f324f50
Don't classify a navigation as SAME_PAGE if the pending entry is unrelated.
by avi
· 10 years ago
1f5d619
Revert of Classify navigations without page id in parallel to the existing classifier. (patchset #37 id:720001 of https://codereview.chromium.org/1002803002/)
by pdr
· 10 years ago
a038c667
Classify navigations without page id in parallel to the existing classifier.
by avi
· 10 years ago
da96ccb1
Fix mis-classification of navigations when there is a pending page.
by avi
· 10 years ago
da5ec70
Ensure that HistoryController's current entry is updated on inert commits.
by creis
· 10 years ago
c327b48f8
Move the IsSupported* mime functions out of //net and into //components/mime_util
by rsleevi
· 10 years ago
782eb5d
Change FrameTreeNode id from int64 to int.
by vishal.b
· 10 years ago
49180eb
Revert of Classify navigations without page id in parallel to the existing classifier. (patchset #35 id:680001 of https://codereview.chromium.org/1002803002/)
by vkuzkokov
· 10 years ago
5671403
Classify navigations without page id in parallel to the existing classifier.
by avi
· 10 years ago
5348e920
Revert of Classify navigations without page id in parallel to the existing classifier. (patchset #34 id:660001 of https://codereview.chromium.org/1002803002/)
by mohsen
· 10 years ago
d8d9334
Classify navigations without page id in parallel to the existing classifier.
by avi
· 10 years ago
6a93a81
Move frame_to_navigate logic to the browser process.
by creis
· 10 years ago
f9c05573
Fix ClassifyNavigation.
by avi
· 10 years ago
45a7253
Fix incorrect creation of duplicate navigation entries for repeated page load failures.
by avi
· 10 years ago
625a0c7d
OOPIF: Create subframe FrameNavigationEntries for AUTO_SUBFRAME navigations.
by creis
· 10 years ago
da250581
Add UMA histograms and logging for bad IPC message handling
by jamescook
· 10 years ago
ef4a0cb
Add Clone and disallow copy construction for NavigationEntryImpl.
by creis
· 10 years ago
6567f30
IMPLIES-ify two conditions made for it.
by avi
· 10 years ago
3da0387
Avoid unnecessary casts in NavigationControllerImpl.
by creis
· 10 years ago
7431bb2
Mark error pages as such on Ctrl-Shift-T reload.
by wjmaclean
· 10 years ago
94a977f6
Move URL fixup to a preliminary phase that doesn't affect virtual URLs.
by creis
· 10 years ago
9f07a0c
Verify that the page transition matches the navigation type with RendererDidNavigate[New|Auto]Subframe.
by avi
· 10 years ago
b6cc156
Don't enable "replace current entry" if there is no entry to replace.
by avi
· 10 years ago
3e76561
Mechanical rename of tracing includes for /content [1/3]
by ssid
· 10 years ago
0dca04d
Remove the use of page id from NavController's GetVisibleEntry.
by avi
· 10 years ago
3d426436
Allow universal access from file if flag is set and url is file scheme.
by ningxin.hu
· 10 years ago
8451aa6
Add metric for navigation starting from the time an intent was received
by clamy
· 11 years ago
67d334961
Revert of Remove the use of page id from NavController's GetVisibleEntry. (patchset #2 id:20001 of https://codereview.chromium.org/850953002/)
by kochi
· 11 years ago
6b988de
Remove the use of page id from NavController's GetVisibleEntry.
by avi
· 11 years ago
c8cefa8
Set PAGE_TRANSITION_RELOAD for lazy reloading
by jaekyun
· 11 years ago
3927555
Revert of Set PAGE_TRANSITION_RELOAD in NavigationControllerImpl::LoadIfNecessary (patchset #5 id:80001 of https://chromiumcodereview.appspot.com/817213002/)
by dtrainor
· 11 years ago
ccf6cd8
Set PAGE_TRANSITION_RELOAD in NavigationControllerImpl::LoadIfNecessary
by jaekyun
· 11 years ago
83883c8
Make callers of CommandLine use it via the base:: namespace.
by avi
· 11 years ago
9ef7d2d
OOPIF: Data URLs are now rendered in the renderer that initiated the navigation.
by lfg
· 11 years ago
2b17759
Avoid stale navigation requests without excessive page id knowledge in the renderer process.
by avi
· 11 years ago
e6a5d22
Update entry page type to include error pages when appropriate.
by wjmaclean
· 11 years ago
c6ccc77d
Move PageTransition from //content/public/common to //ui/base
by Sylvain Defresne
· 11 years ago
b8744d2
Add/improve tracing in navigation.
by nasko
· 11 years ago
3a868f21
Immediately set the favicon on a new NavigationEntry created via history.pushState.
by
[email protected]
· 11 years ago
7f92483
Use InvalidateTypes rather than "unsigned".
by
[email protected]
· 11 years ago
82307f6b
Start using RenderFrameProxyHost objects.
by
[email protected]
· 11 years ago
ada2df7
Revert of Start using RenderFrameProxyHost objects. (https://codereview.chromium.org/444503002/)
by
[email protected]
· 11 years ago
fa072c0
Start using RenderFrameProxyHost objects.
by
[email protected]
· 11 years ago
4775298
Prevent duplicate navigation to debug URLs from Telemetry.
by
[email protected]
· 11 years ago
23a918b
Fixes for re-enabling more MSVC level 4 warnings: content/browser/ edition
by
[email protected]
· 11 years ago
62e412b
Allow "cross-origin" navigations from about:blank in AreURLsInPageNavigation
by
[email protected]
· 11 years ago
5cfbddc
Simplify AreURLsInPageNavigation
by
[email protected]
· 11 years ago
8d5cb21
Trust the renderer's same-document navigation flag if it is a same-origin nav.
by
[email protected]
· 11 years ago
1084f4d
Fix crash in NavigationControllerImpl::RendererDidNavigateToNewPage
by
[email protected]
· 11 years ago
12cef65
Update post state on navigation within page.
by
[email protected]
· 11 years ago
ff64b3e
Immediately SetTitle on a new NavigationEntry created via history.pushState
by
[email protected]
· 11 years ago
fe294ce
Rename RenderProcessHost::IsGuest to RenderProcessHost::IsIsolatedGuest
by
[email protected]
· 11 years ago
cca6f39
Move some content url constants to /url.
by
[email protected]
· 11 years ago
d6def3d
Add a histogram to record the size of the memory used by redirect chain.
by
[email protected]
· 11 years ago
eabfe191
Fixed flakiness of context_lost tests on GPU bots.
by
[email protected]
· 11 years ago
e8ca69c
Move some content url constants to /url.
by
[email protected]
· 11 years ago
ea0c7a8
Renamed namespaces in src/content.
by
[email protected]
· 11 years ago
b4c8401
Move didAccessInitialDocument to RenderFrame.
by
[email protected]
· 11 years ago
f69ed36
Copy max_restored_page_id_ when needed.
by
[email protected]
· 11 years ago
c1982ff
Add a navigation redirect-chain to Sync sessions proto for offline analysis.
by
[email protected]
· 11 years ago
aa62afd
Don't leave aborted URLs in the omnibox unless we're on the NTP.
by
[email protected]
· 11 years ago
2586626
Revert 265044 "Don't leave aborted URLs in the omnibox unless we..."
by
[email protected]
· 11 years ago
e2eb8af4
Don't leave aborted URLs in the omnibox unless we're on the NTP.
by
[email protected]
· 11 years ago
e7fee58a
Don't check for DiscardPendingEntry within Navigate if we are in shutdown.
by
[email protected]
· 11 years ago
27dd82fd
Remove frame ID from DidCommitProvisionalLoad.
by
[email protected]
· 11 years ago
40fd303
Detect any callers that delete a pending entry while it is still in use.
by
[email protected]
· 11 years ago
0449c3f
Ensure the pending entry is not deleted during NavigateToEntry.
by
[email protected]
· 11 years ago
37567b43
Move DidCommitProvisionalLoad code from RenderView to RenderFrame.
by
[email protected]
· 11 years ago
f17986f48
Revert 249516 "Move DidCommitProvisionalLoad code from RenderVie..."
by
[email protected]
· 11 years ago
ade94b3
Move DidCommitProvisionalLoad code from RenderView to RenderFrame.
by
[email protected]
· 11 years ago
c21e5c2
Allow renderer debug URLs as initial navigations.
by
[email protected]
· 11 years ago
c02f1ba
Fix bugs with renderer-side debug URLs, like chrome://crash or javascript:.
by
[email protected]
· 11 years ago
44495c48
Move kDataScheme constant into content namespace.
by
[email protected]
· 11 years ago
e6e30ac
Move the guts of user_metrics to a new static lib in //base/metrics.
by
[email protected]
· 12 years ago
25cd5f1
Fix referrer policy passing during redirects
by
[email protected]
· 12 years ago
a1b9926
Support cross-process navigations in a single subframe RenderFrameHost.
by
[email protected]
· 12 years ago
Next »