index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
navigation_controller_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move scoped_vector.h and stl_util-inl.h to base/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Replace all occurrances of WebContents with TabContents.
brettw@chromium.org
2009-05-04
1
-1
/
+1
*
Re-land my change to clean up TabContents/WebContents ownership. This
brettw@chromium.org
2009-04-20
1
-366
/
+363
*
Reverting 14005.
brettw@chromium.org
2009-04-18
1
-363
/
+366
*
Fix the ownership model of TabContents and NavigationController. Previously the
brettw@chromium.org
2009-04-18
1
-366
/
+363
*
Remove TabContnetsType from everywhere.
brettw@chromium.org
2009-04-15
1
-8
/
+7
*
Remove TabContentsType from the NavigationController external interface and in
brettw@chromium.org
2009-04-15
1
-141
/
+140
*
Remove the TestTabContents. This makes BrowserWithTestWindow use the
brettw@chromium.org
2009-04-14
1
-2
/
+0
*
Remove more unneeded scaffolding.
thestig@chromium.org
2009-04-08
1
-8
/
+2
*
Comment out a test that I accidentally uncommented in my previous CL.
brettw@chromium.org
2009-04-07
1
-3
/
+4
*
Make the RenderViewHostFactory a global. This prevents us from having to pass
brettw@chromium.org
2009-04-07
1
-4
/
+4
*
Reverting 13136.
brettw@chromium.org
2009-04-05
1
-1
/
+5
*
Re-enable the NavigationControllerHistory test.
brettw@chromium.org
2009-04-05
1
-5
/
+1
*
Remove some uses of custom tab contents types from some tests.
brettw@chromium.org
2009-04-04
1
-799
/
+584
*
Move HTML dialogs out of their own tab contents type. Moved functions to new
brettw@chromium.org
2009-04-03
1
-1
/
+0
*
Port navigation controller unittest to posix.
estade@chromium.org
2009-03-10
1
-29
/
+36
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
1
-5
/
+5
*
Finish taking out render_messages.h includes from headers.
jam@chromium.org
2009-02-05
1
-0
/
+1
*
Remove most header file dependencies on the notification type list. It is
brettw@chromium.org
2009-02-01
1
-60
/
+110
*
Porting profiles to the Mac.
avi@chromium.org
2009-01-28
1
-3
/
+6
*
Move a bunch of TabContents related files into a tab_contents subdir
ben@chromium.org
2009-01-15
1
-5
/
+5
*
Remove compatibility #defines in string_util.h
phajdan.jr@chromium.org
2008-12-30
1
-3
/
+6
*
Review URL: http://codereview.chromium.org/14809
jcampan@chromium.org
2008-12-19
1
-23
/
+14
*
Don't handle in-page navigations if it's for a subframe. Previously we would
brettw@google.com
2008-12-18
1
-0
/
+31
*
Reverting 7149.
jcampan@chromium.org
2008-12-17
1
-13
/
+21
*
Revamp of the interstitial pages.
jcampan@chromium.org
2008-12-17
1
-21
/
+13
*
Makes the tab restore service persist closed tabs/windows to disk and
sky@google.com
2008-12-06
1
-5
/
+6
*
Re-land this change: http://codereview.chromium.org/10967/show
ben@chromium.org
2008-11-19
1
-2
/
+2
*
Land this change again now I've fixed the crash.
ben@chromium.org
2008-11-19
1
-2
/
+1
*
Revert change 5596 because it broke the build
nsylvain@chromium.org
2008-11-18
1
-1
/
+2
*
Last couple of bits of new-frame related cleanup:
ben@chromium.org
2008-11-18
1
-2
/
+1
*
Rollback! Now with 25% more HWND.
ben@chromium.org
2008-11-17
1
-2
/
+2
*
fixing bustage
ben@chromium.org
2008-11-17
1
-2
/
+2
*
Makes form resubmission dialog work again. This was a regression
sky@google.com
2008-10-30
1
-2
/
+2
*
Add referrer to session restore.
ericroman@google.com
2008-10-28
1
-4
/
+4
*
Plumb the referrer throughout the OpenURL APIs.
ericroman@google.com
2008-10-27
1
-37
/
+43
*
Move Time, TimeDelta and TimeTicks into namespace base.
dsh@google.com
2008-10-27
1
-0
/
+2
*
Adds the anti-carpet bombing dialog. More specifically a new
sky@google.com
2008-10-17
1
-171
/
+102
*
This is the first pass at refactoring the interstitial page.
jcampan@chromium.org
2008-10-13
1
-2
/
+182
*
Fix a crash when a frame was inserted into a popup and navigated. I added a
brettw@google.com
2008-09-24
1
-0
/
+23
*
Wires up session restore so that it correctly deals with the
sky@google.com
2008-09-17
1
-1
/
+48
*
Try again to fix the memory problems in NavigationController. The previous one
brettw@google.com
2008-09-15
1
-5
/
+9
*
Revert my last fix for a memory leak in the navigation controller tests. This
brettw@google.com
2008-09-15
1
-2
/
+2
*
Fix a leak in the unit tests.
brettw@google.com
2008-09-15
1
-2
/
+2
*
Remove the unneeded pending entry from the unit tests.
brettw@google.com
2008-09-15
1
-17
/
+0
*
This is almost a complete rewrite of DidNavigate and the associated Navigatio...
brettw@google.com
2008-09-14
1
-226
/
+438
*
Revert the change that fixed the encoding when viewing source in subframes.
brettw@google.com
2008-09-12
1
-2
/
+1
*
Changes session service to not persist NavigationEntries that have
sky@google.com
2008-09-11
1
-3
/
+0
*
Fix SSL state in the URL bar being incorrect. Going to an EV site like https:...
brettw@google.com
2008-09-07
1
-1
/
+3
*
Forgotten unit test chanes.
brettw@google.com
2008-08-28
1
-6
/
+11
[next]