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
/
sessions
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the TabRestoreTest into the directory that holds the classes it tests.
avi@chromium.org
2012-12-28
1
-0
/
+547
*
Clean up chrome::CloseWebContents.
avi@chromium.org
2012-12-28
1
-2
/
+1
*
Convert all uses of InfoBarTabHelper -> InfoBarService. Make InfoBarTabHelper
pkasting@chromium.org
2012-12-20
1
-8
/
+6
*
Automate more Better Session Restore tests: Crashes.
marja@chromium.org
2012-12-18
2
-14
/
+145
*
Remove straggling TabContents references.
avi@chromium.org
2012-12-14
1
-1
/
+0
*
Remove TabContents includes.
avi@chromium.org
2012-12-14
3
-3
/
+0
*
Convert SessionService to use new CancelableTaskTracker
kaiwang@chromium.org
2012-12-11
8
-160
/
+101
*
Automate Better Session Restore tests: cases where it shouldn't be triggered.
marja@chromium.org
2012-12-10
1
-12
/
+95
*
Introduces "CreateParams" for web contents, and add |parent| parameter in it.
mukai@chromium.org
2012-12-09
2
-3
/
+2
*
browser: Move more browser_finder.h functions into chrome namespace.
tfarina@chromium.org
2012-12-09
1
-1
/
+1
*
Remove TabContents from TabStripModel::ReplaceTabContentsAt and TabStripModel...
avi@chromium.org
2012-12-07
1
-9
/
+5
*
Make app windows not create or interact with SessionServices.
koz@chromium.org
2012-12-06
3
-0
/
+12
*
Decouple IsMetroProcess() calls, introducing IsSingleWindowMetroMode().
gab@chromium.org
2012-12-06
1
-2
/
+2
*
Revert 170932
marja@chromium.org
2012-12-04
3
-5
/
+6
*
Debug prints for a failing test (ContinueWhereILeftOffTest.LocalStorageCleare...
marja@chromium.org
2012-12-04
3
-6
/
+5
*
Remove unneeded TabContents::FromWebContents.
avi@chromium.org
2012-12-04
1
-6
/
+5
*
Remove tabstrip wrappers in browser_tabstrip.
avi@chromium.org
2012-12-03
1
-2
/
+2
*
browser: Move FindBrowserWithWebContents() into chrome namespace.
tfarina@chromium.org
2012-12-02
1
-2
/
+2
*
net: Move ownership of UploadDataStream from URLRequestHttpJob to URLRequest
hashimoto@chromium.org
2012-11-28
1
-7
/
+10
*
Disable ContinueWhereILeftOffTest.LocalStorageClearedOnExit on Linux.
bauerb@chromium.org
2012-11-28
1
-1
/
+8
*
Automate more Better Session Restore case: Restarts for updates.
marja@chromium.org
2012-11-26
1
-44
/
+137
*
Attempt 2 at: Tweak session restore ifdef to be chromeos specific. I
sky@chromium.org
2012-11-21
2
-5
/
+5
*
Revert 168954 - Tweak session restore ifdef to be chromeos specific.
nona@chromium.org
2012-11-21
1
-2
/
+2
*
Tweak session restore ifdef to be chromeos specific.
sky@chromium.org
2012-11-21
1
-2
/
+2
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
2
-4
/
+4
*
Remove tabstrip wrappers in browser_tabstrip.
avi@chromium.org
2012-11-15
1
-2
/
+5
*
Remove TabContents from TabStripModelObserver::TabReplacedAt.
avi@chromium.org
2012-11-15
3
-26
/
+21
*
Automate more Better Session Restore Tests: POST data with passwords.
marja@chromium.org
2012-11-15
1
-14
/
+36
*
Clean up SessionService::BuildCommandsForBrowser.
avi@chromium.org
2012-11-15
1
-12
/
+7
*
Clean up TabStripModel.
avi@chromium.org
2012-11-14
1
-2
/
+0
*
net: Change type of UploadData::elements from std::vector to ScopedVector
hashimoto@chromium.org
2012-11-14
1
-4
/
+4
*
Fix constant integers style in persistent_tab_restore_service.cc.
pliard@chromium.org
2012-11-13
1
-6
/
+4
*
Automate more Better Session Restore tests: POST data and cookies.
marja@chromium.org
2012-11-12
1
-17
/
+110
*
Revert 166909 - ContinueWhereILeftOffTest is failing on Linux Tests x64.
nkostylev@chromium.org
2012-11-09
1
-88
/
+16
*
Automate more Better Session Restore tests: POST data and cookies.
marja@chromium.org
2012-11-09
1
-16
/
+88
*
Revert 166710 - Automate more Better Session Restore tests: POST data and coo...
groby@chromium.org
2012-11-08
1
-86
/
+16
*
Automate more Better Session Restore tests: POST data and cookies.
marja@chromium.org
2012-11-08
1
-16
/
+86
*
The print preview hasn't been in a tab since r110190; remove all the special-...
avi@chromium.org
2012-11-08
2
-21
/
+1
*
Remove TabContents from AddBlankTabAt, kill AddBlankTab.
avi@chromium.org
2012-11-08
1
-2
/
+2
*
net: Implement canceling of all async operations in FileStream.
paivanof@gmail.com
2012-11-06
1
-2
/
+3
*
Automate Better Session Restore tests: localStorage.
marja@chromium.org
2012-11-05
1
-6
/
+44
*
Fix: commit pending sessionStorage changes at shutdown.
marja@chromium.org
2012-11-02
1
-3
/
+0
*
Revert 165291 - Automate Better Session Restore tests: localStorage.
kinuko@chromium.org
2012-11-01
1
-40
/
+6
*
Automate Better Session Restore tests: localStorage.
marja@chromium.org
2012-11-01
1
-6
/
+40
*
Re-vamped the entire window auto positioning logic
skuhne@chromium.org
2012-10-30
1
-0
/
+12
*
Enable BetterSessionRestoreTest.* for asan.
marja@chromium.org
2012-10-30
1
-22
/
+4
*
Revert 164652 - speculative revert - this change may have caused print dialog...
sergeyu@chromium.org
2012-10-29
1
-12
/
+0
*
Re-vamped the entire window auto positioning logic
skuhne@chromium.org
2012-10-29
1
-0
/
+12
*
Make TRSHelper::kMaxEntries a compile-time constant. Patch by Philippe Liard ...
peter@chromium.org
2012-10-29
4
-12
/
+13
*
Split TabRestoreService into InMemoryTRS and PersistentTRS
pliard@chromium.org
2012-10-29
12
-1522
/
+2051
[next]