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
*
Make TabLoader (session_restore.cc) functional again.
marja@chromium.org
2012-03-08
3
-8
/
+18
*
Fix app launch histograms.
estade@chromium.org
2012-03-08
2
-6
/
+6
*
Refactor Pickle Read methods to use higher performance PickleIterator.
jbates@chromium.org
2012-03-07
5
-10
/
+11
*
Move Render(View|Widget)Host and associated classes to content namespace.
joi@chromium.org
2012-03-07
3
-2
/
+5
*
Move RenderWidgetHost and RenderViewHost interfaces to their own files.
joi@chromium.org
2012-03-06
2
-2
/
+2
*
Extract minimal RenderViewHost interface for embedders, leaving
joi@chromium.org
2012-03-05
1
-3
/
+3
*
Fixed the restore on startup pref on Lion's first run.
joaodasilva@chromium.org
2012-02-29
1
-1
/
+12
*
Changes to tests in anticipation of the bug 111139 fix.
tbreisacher@chromium.org
2012-02-29
1
-0
/
+3
*
TabRestoreServiceBrowserTest.RestoreApp should only run on aura
davemoore@chromium.org
2012-02-28
1
-1
/
+1
*
Add app mode for cros app windows, second try after revert of
davemoore@chromium.org
2012-02-28
11
-46
/
+294
*
Revert 123830 - Aura: Support hovering restore & close buttons for full scree...
davemoore@chromium.org
2012-02-28
11
-294
/
+46
*
Aura: Support hovering restore & close buttons for full screen apps.
davemoore@chromium.org
2012-02-27
11
-46
/
+294
*
Remove debug code, the ~SessionRestoreImpl crash is fixed.
marja@chromium.org
2012-02-27
1
-25
/
+4
*
Metrics for measuring how much overhead reading compressed content states adds.
marja@chromium.org
2012-02-27
3
-0
/
+22
*
Switch the better session restore on by default.
marja@chromium.org
2012-02-27
1
-1
/
+1
*
Revert r123544 "Fixed the restore on startup pref on Lion's first run."
oshima@chromium.org
2012-02-25
1
-12
/
+1
*
Fixed the restore on startup pref on Lion's first run.
joaodasilva@chromium.org
2012-02-24
1
-2
/
+13
*
Add an API around SessionStorageNamespace. This is just an empty API, what ma...
jam@chromium.org
2012-02-24
2
-5
/
+6
*
Revert 123306 - [uber] Redoing the homepage selection UI
tbreisacher@chromium.org
2012-02-23
1
-14
/
+0
*
[uber] Redoing the homepage selection UI
tbreisacher@chromium.org
2012-02-23
1
-0
/
+14
*
Remove usage of a deprecated TestServer constructor.
erikwright@chromium.org
2012-02-23
1
-1
/
+2
*
Revert 123096 - [uber] Redoing the homepage selection UI
tbreisacher@chromium.org
2012-02-22
1
-15
/
+1
*
[uber] Redoing the homepage selection UI
tbreisacher@chromium.org
2012-02-22
1
-1
/
+15
*
Restore multiple profiles after a crash.
marja@chromium.org
2012-02-22
1
-1
/
+2
*
Move RenderWidgetHostView into content namespace. Fix include paths.
joi@chromium.org
2012-02-20
1
-2
/
+2
*
Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include...
joi@chromium.org
2012-02-20
1
-2
/
+2
*
Move RenderWidgetHostView into content namespace. Fix include paths.
joi@chromium.org
2012-02-20
1
-2
/
+2
*
Revert "[uber] Redoing the homepage selection UI"
loislo@chromium.org
2012-02-17
1
-15
/
+1
*
[uber] Redoing the homepage selection UI
tbreisacher@chromium.org
2012-02-17
1
-1
/
+15
*
Flakiness cleanup: disable flaky tests under chrome/browser/
evan@chromium.org
2012-02-15
1
-2
/
+2
*
net: Split FileStream::Read/Write() into sync and async versions.
satorux@chromium.org
2012-02-15
1
-8
/
+8
*
Prefer ScopedNestableTaskAllower over manual save/restore
dhollowa@chromium.org
2012-02-14
1
-4
/
+4
*
Allow SessionBackend::Init() to occur just-in-time in production builds.
joi@chromium.org
2012-02-14
2
-3
/
+19
*
Updates OWNERS files.
sky@chromium.org
2012-02-13
1
-0
/
+2
*
Session restore: save and restore HTTP body for POST requests.
marja@chromium.org
2012-02-10
8
-9
/
+389
*
CHECKs to debug the "2 SessionRestoreImpls refer to the same profile" problem.
marja@chromium.org
2012-02-10
1
-1
/
+21
*
Revert 121429 - Session restore: save and restore HTTP body for POST requests.
marja@chromium.org
2012-02-10
8
-385
/
+9
*
Session restore: save and restore HTTP body for POST requests.
marja@chromium.org
2012-02-10
8
-9
/
+385
*
Refactor Browser window creation.
avi@chromium.org
2012-02-09
1
-1
/
+1
*
net: Rename FileStream::Open/Close with OpenSync/CloseSync.
satorux@chromium.org
2012-02-09
1
-3
/
+4
*
Back out r121064 from the trunk due to a compile failure.
mark@chromium.org
2012-02-08
1
-4
/
+3
*
net: Rename FileStream::Open/Close with OpenSync/CloseSync.
satorux@chromium.org
2012-02-08
1
-3
/
+4
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-02-08
1
-0
/
+1
*
Lands http://codereview.chromium.org/9316065/ for Marja. I reviewed
sky@chromium.org
2012-02-07
1
-19
/
+34
*
Store the UploadData identifier in NavigationEntryImpl.
cbentzel@chromium.org
2012-02-03
2
-2
/
+8
*
Add CHECKs for debugging a crash in ~SessionRestoreImpl.
marja@chromium.org
2012-02-03
1
-1
/
+11
*
Revert 120290 - Revert 120283 - net: Use ClosePlatformFile() instead of close...
mkwst@chromium.org
2012-02-03
1
-0
/
+6
*
Revert 120283 - net: Use ClosePlatformFile() instead of close/CloseHandle().
mkwst@chromium.org
2012-02-03
1
-6
/
+0
*
net: Use ClosePlatformFile() instead of close/CloseHandle().
satorux@chromium.org
2012-02-03
1
-0
/
+6
*
Added Net logging to FileStream.
ahendrickson@chromium.org
2012-02-02
1
-3
/
+3
[next]