Sign in
chromium
/
chromium
/
src.git
/
a16d22388edff186095e37fecd5537beae88c7c9
/
chrome
/
browser
/
navigation_controller.cc
a0729671
Revamp of the interstitial pages.
by
[email protected]
· 17 years ago
169627b
Makes the tab restore service persist closed tabs/windows to disk and
by
[email protected]
· 17 years ago
ec322ff
Re-land this change: http://codereview.chromium.org/10967/show
by
[email protected]
· 17 years ago
299dabd
Land this change again now I've fixed the crash.
by
[email protected]
· 17 years ago
276ae6d3
Revert change 5596 because it broke the build
by
[email protected]
· 17 years ago
7a16aee
Last couple of bits of new-frame related cleanup:
by
[email protected]
· 17 years ago
325ff88
Rollback! Now with 25% more HWND.
by
[email protected]
· 17 years ago
9016e4de
Remove HWND from TabContents creation.
by
[email protected]
· 17 years ago
aaa73cc
Fix typo.
by
[email protected]
· 17 years ago
ceb522a
Roll back my last change, it broke a unit test.
by
[email protected]
· 17 years ago
1fcffab8
Evil wallpaper hack to hide a crash when going back from an interstitial and then renavigating very quickly.
by
[email protected]
· 17 years ago
8654b68
Rollback r4382 because I'm daft (submitted the wrong thing)
by
[email protected]
· 17 years ago
04c98944
Unescape and use the filename when we have no title to display for a given entry (instead of displaying the whole path). This unifies the display of titles for local and remote files.
by
[email protected]
· 17 years ago
f1c7411
Makes form resubmission dialog work again. This was a regression
by
[email protected]
· 17 years ago
4c6f2c9
Add referrer to session restore.
by
[email protected]
· 17 years ago
c058805
Plumb the referrer throughout the OpenURL APIs.
by
[email protected]
· 17 years ago
3d627bbc
This fixes http://code.google.com/p/chromium/issues/detail?id=2529, which is
by
[email protected]
· 17 years ago
4cdac10
Adds the anti-carpet bombing dialog. More specifically a new
by
[email protected]
· 17 years ago
cbab76d
This is the first pass at refactoring the interstitial page.
by
[email protected]
· 17 years ago
450d9cc
Fixes crash in NavigationController that occured on closing tab if
by
[email protected]
· 17 years ago
d5f942ba
Reorganize the declarations to have some grouping and logical ordering in tab contents and web contents. Reorder the derived classes overrides to match, and reorder the definitions of the functions to match the order in the header file.
by
[email protected]
· 17 years ago
0e8db94
Remove DidNavigate from the tab contents delegate and all the related plumbing.
by
[email protected]
· 17 years ago
8a3422c9
This CL adds new UI tests for the SSL UI. Some more info:
by
[email protected]
· 17 years ago
4c27ba8
Fix a crash when a frame was inserted into a popup and navigated. I added a
by
[email protected]
· 17 years ago
f072d2ce
Delete the provisional load commit notification since it duplicates the nav entry committed notification.
by
[email protected]
· 17 years ago
c12bf1a1
Wires up session restore so that it correctly deals with the
by
[email protected]
· 17 years ago
447c79c2
Remove the rest of the alternate nav url fetcher from the navigation controller.
by
[email protected]
· 17 years ago
d778c470
Remove an explicit call from the NavigationController to the alternate URL
by
[email protected]
· 17 years ago
0ae7d14
Remove registration step between NavigationController > Profile.
by
[email protected]
· 17 years ago
e9ba447
This is almost a complete rewrite of DidNavigate and the associated NavigationController logic. The approach is that the NavigationController should be responsible for the logic and memory management of navigation. Previously, half the logic and memory management lived in WebContents which made it very hard to figure out what was going on.
by
[email protected]
· 17 years ago
e83f168
Fix SSL state in the URL bar being incorrect. Going to an EV site like https://www.verisign.com/ would not should the EV name in the URL bar unless you did something like switch tabs away and back because in my cleanup I removed the notification that this was depending on.
by
[email protected]
· 17 years ago
a0450d9
Clean up brettw's checkin of r1032.
by
[email protected]
· 17 years ago
ecd9d870
Make a step on refactoring navigation. The eventual plan is to have the NavigationController create and commit the new NavigationEntries (currently WebContents does a bunch of the details of this which is hard to understand and not easily testable).
by
[email protected]
· 17 years ago
50664fd
Fixes regression where we were no longer deleting TabContents when
by
[email protected]
· 17 years ago
1e5645ff
Cleanup navigation_entry.h. I made the accessors consistent and in Google style, and organized and commented all the entries. Hopefully it will be much easier to find things and deal with this class.
by
[email protected]
· 17 years ago
ad00277
Add some new tests for NavigationController for navigations that come in when various navigations are pending. This doesn't actually change any behavior.
by
[email protected]
· 17 years ago
bf09a50
Use a more compact license header in source files.
by license.bot
· 17 years ago
c099387
Fix leak on shutdown in the navigation controller. The pending entry was not
by
[email protected]
· 17 years ago
765b3550
Kill NavigationControllerBase. I merged the two into NavigationController.
by
[email protected]
· 17 years ago
6cf8590
Cleans up notifications for the NavigationController. There were several
by
[email protected]
· 17 years ago
eb34392b
Factor the SSL state out of the main NavigationEntry into a helper class. This
by
[email protected]
· 17 years ago
b5e3bbf
by
[email protected]
· 17 years ago
849890b
Cleans up notifications for the NavigationController. There were several
by
[email protected]
· 17 years ago
ccfc1a7b
Fixes two bugs in NavigationController:
by
[email protected]
· 17 years ago
534e54b
First, this removes the dependency of NavigationController on the
by
[email protected]
· 17 years ago
b3345230
Ensures that we clean up TabContents with other types after a navigation commits, even if their NavigationEntries aren't adjacent to the current entry.
by
[email protected]
· 17 years ago
09911bf
Add chrome to the repository.
by initial.commit
· 17 years ago