1. a0729671 Revamp of the interstitial pages. by [email protected] · 17 years ago
  2. 169627b Makes the tab restore service persist closed tabs/windows to disk and by [email protected] · 17 years ago
  3. ec322ff Re-land this change: http://codereview.chromium.org/10967/show by [email protected] · 17 years ago
  4. 299dabd Land this change again now I've fixed the crash. by [email protected] · 17 years ago
  5. 276ae6d3 Revert change 5596 because it broke the build by [email protected] · 17 years ago
  6. 7a16aee Last couple of bits of new-frame related cleanup: by [email protected] · 17 years ago
  7. 325ff88 Rollback! Now with 25% more HWND. by [email protected] · 17 years ago
  8. 9016e4de Remove HWND from TabContents creation. by [email protected] · 17 years ago
  9. aaa73cc Fix typo. by [email protected] · 17 years ago
  10. ceb522a Roll back my last change, it broke a unit test. by [email protected] · 17 years ago
  11. 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
  12. 8654b68 Rollback r4382 because I'm daft (submitted the wrong thing) by [email protected] · 17 years ago
  13. 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
  14. f1c7411 Makes form resubmission dialog work again. This was a regression by [email protected] · 17 years ago
  15. 4c6f2c9 Add referrer to session restore. by [email protected] · 17 years ago
  16. c058805 Plumb the referrer throughout the OpenURL APIs. by [email protected] · 17 years ago
  17. 3d627bbc This fixes http://code.google.com/p/chromium/issues/detail?id=2529, which is by [email protected] · 17 years ago
  18. 4cdac10 Adds the anti-carpet bombing dialog. More specifically a new by [email protected] · 17 years ago
  19. cbab76d This is the first pass at refactoring the interstitial page. by [email protected] · 17 years ago
  20. 450d9cc Fixes crash in NavigationController that occured on closing tab if by [email protected] · 17 years ago
  21. 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
  22. 0e8db94 Remove DidNavigate from the tab contents delegate and all the related plumbing. by [email protected] · 17 years ago
  23. 8a3422c9 This CL adds new UI tests for the SSL UI. Some more info: by [email protected] · 17 years ago
  24. 4c27ba8 Fix a crash when a frame was inserted into a popup and navigated. I added a by [email protected] · 17 years ago
  25. f072d2ce Delete the provisional load commit notification since it duplicates the nav entry committed notification. by [email protected] · 17 years ago
  26. c12bf1a1 Wires up session restore so that it correctly deals with the by [email protected] · 17 years ago
  27. 447c79c2 Remove the rest of the alternate nav url fetcher from the navigation controller. by [email protected] · 17 years ago
  28. d778c470 Remove an explicit call from the NavigationController to the alternate URL by [email protected] · 17 years ago
  29. 0ae7d14 Remove registration step between NavigationController > Profile. by [email protected] · 17 years ago
  30. 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
  31. 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
  32. a0450d9 Clean up brettw's checkin of r1032. by [email protected] · 17 years ago
  33. 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
  34. 50664fd Fixes regression where we were no longer deleting TabContents when by [email protected] · 17 years ago
  35. 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
  36. 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
  37. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  38. c099387 Fix leak on shutdown in the navigation controller. The pending entry was not by [email protected] · 17 years ago
  39. 765b3550 Kill NavigationControllerBase. I merged the two into NavigationController. by [email protected] · 17 years ago
  40. 6cf8590 Cleans up notifications for the NavigationController. There were several by [email protected] · 17 years ago
  41. eb34392b Factor the SSL state out of the main NavigationEntry into a helper class. This by [email protected] · 17 years ago
  42. b5e3bbf by [email protected] · 17 years ago
  43. 849890b Cleans up notifications for the NavigationController. There were several by [email protected] · 17 years ago
  44. ccfc1a7b Fixes two bugs in NavigationController: by [email protected] · 17 years ago
  45. 534e54b First, this removes the dependency of NavigationController on the by [email protected] · 17 years ago
  46. 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
  47. 09911bf Add chrome to the repository. by initial.commit · 17 years ago