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
*
Cleanup: Update a bunch of files to the new location of browser_window.h. Par...
tfarina@chromium.org
2011-04-09
1
-1
/
+1
*
Fix header include for reals.
sky@chromium.org
2011-04-06
1
-1
/
+0
*
Fix header inlude.
sky@chromium.org
2011-04-06
1
-0
/
+1
*
Attempt 2 at changing session restores handling of incognito
sky@chromium.org
2011-04-06
4
-66
/
+94
*
Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...
tfarina@chromium.org
2011-04-06
1
-1
/
+1
*
Use lock-free lazy initialization for static histogram references
jar@chromium.org
2011-04-05
1
-2
/
+2
*
Get rid of extensions dependency from content\browser.
jam@chromium.org
2011-04-04
2
-13
/
+31
*
Revert 79891 - Changes session restores handling of incognito windows. Previo...
sky@chromium.org
2011-03-30
4
-47
/
+66
*
Changes session restores handling of incognito windows. Previously
sky@chromium.org
2011-03-30
4
-66
/
+47
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
11
-18
/
+18
*
Creates owners files for a handful of directories.
sky@chromium.org
2011-03-21
1
-0
/
+1
*
Rewritten MountLibrary to work with non-blocking mount API calls in libcros.
zelidrag@chromium.org
2011-03-17
1
-2
/
+5
*
Move the remaining files in chrome\common to content\common.
jam@chromium.org
2011-03-17
2
-2
/
+2
*
Decouple TabRestoreService from Browser
bulach@chromium.org
2011-03-15
4
-109
/
+180
*
Add in DOMBrowser
sadrul@chromium.org
2011-03-11
1
-1
/
+1
*
Coverity Fixlets: CHECKED_RETURNs
scr@chromium.org
2011-03-11
1
-4
/
+4
*
Remove extra http://'s from a comment line.
mirandac@chromium.org
2011-03-10
1
-2
/
+2
*
Force NTP reload when a new theme is installed.
mirandac@chromium.org
2011-03-10
1
-1
/
+6
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
4
-14
/
+14
*
Removing references to off the record in comments and log messages.
akalin@chromium.org
2011-03-08
3
-4
/
+4
*
Check for null RenderWidgetHost
davemoore@chromium.org
2011-03-07
1
-6
/
+7
*
Update the includes to the old tab_contents.h
jam@chromium.org
2011-03-02
1
-1
/
+1
*
Added "--login-user=" option for the Guest session.
altimofeev@chromium.org
2011-03-02
2
-8
/
+4
*
Update more includes that were pointing to the old locations.
jam@chromium.org
2011-03-02
5
-10
/
+10
*
Get rid of a bunch of includes to old locations of headers.
jam@chromium.org
2011-03-02
1
-5
/
+5
*
Delete the temporary headers left behind in chrome\browser. I've left browse...
jam@chromium.org
2011-03-01
1
-1
/
+1
*
Move in_process_webkit dir from chrome\browser to content\browser.
jam@chromium.org
2011-02-24
1
-1
/
+1
*
Move files out of chrome\browser\renderer_host\test alongside their source. ...
jam@chromium.org
2011-02-24
1
-4
/
+4
*
Makes a handful of DataSources not replace the existing
sky@chromium.org
2011-02-23
1
-3
/
+1
*
Fix crashes when the ExtensionService isn't present (e.g. incognito, chrome o...
piman@google.com
2011-02-22
2
-2
/
+8
*
Show startup infobars when restoring session.
agl@chromium.org
2011-02-22
2
-20
/
+32
*
Add a histogram to track application launches by type. Unfortunately, this un...
jstritar@chromium.org
2011-02-16
2
-1
/
+27
*
Marks SessionRestoreTest as flaky. I'm close to fixing the cause of the flake,
sky@chromium.org
2011-02-10
1
-8
/
+3
*
Cleanup more test code.
erg@google.com
2011-02-09
2
-6
/
+12
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-1
/
+1
*
Revert 73810 - Added NULL check to protect against a TabContents having a NULL
davemoore@chromium.org
2011-02-04
2
-39
/
+2
*
Added NULL check to protect against a TabContents having a NULL
davemoore@chromium.org
2011-02-04
2
-2
/
+39
*
Fixed leak and DCHECK()
davemoore@chromium.org
2011-02-01
1
-2
/
+4
*
Fix and refactor for ProxyLauncher browser disconnect.
dtu@chromium.org
2011-02-01
1
-1
/
+1
*
Marks test as flaky on mac.
sky@chromium.org
2011-01-31
1
-1
/
+8
*
Couple of changes in hopes of finally making ShareProcessesOnRestore
sky@chromium.org
2011-01-31
1
-12
/
+12
*
Revert 73013 - Delete tab_loader when there are no more tabs to be loaded or ...
mbelshe@chromium.org
2011-01-28
1
-2
/
+1
*
Delete tab_loader when there are no more tabs to be loaded or painted
davemoore@chromium.org
2011-01-28
1
-1
/
+2
*
Create a Header struct to define the structure of the file header in just one...
jeanluc@chromium.org
2011-01-27
2
-15
/
+16
*
Added timings for session restore load and paint
davemoore@chromium.org
2011-01-27
1
-58
/
+217
*
Add possibility to divide chrome users into groups of equal size, and change ...
mirandac@chromium.org
2011-01-24
1
-1
/
+1
*
Remove action_max_timeout_ms and fix all the callers.
tfarina@chromium.org
2011-01-19
1
-10
/
+20
*
Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...
abarth@chromium.org
2011-01-17
1
-1
/
+1
*
Cleanup: Remove unneeded includes of chrome_switches.h.
thestig@chromium.org
2011-01-11
1
-1
/
+0
*
Moves everything related to launching and terminating the browser from UITest...
nirnimesh@chromium.org
2011-01-08
1
-2
/
+2
[next]