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
/
browser_main.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove even more ATL dependencies.
maruel@chromium.org
2009-05-14
1
-0
/
+5
*
Add a separate cookie store that's used for extensions.
mpcomplete@google.com
2009-05-14
1
-0
/
+7
*
metrics: don't record metrics unless user has opted-in.
evan@chromium.org
2009-05-13
1
-3
/
+3
*
Revert 15965. I wasn't supposed to check that in since it still doesn't compi...
maruel@chromium.org
2009-05-13
1
-5
/
+0
*
Remove even more ATL dependencies.
maruel@chromium.org
2009-05-13
1
-0
/
+5
*
Add customized first run tabs
cpu@google.com
2009-05-09
1
-2
/
+26
*
Move win_util.h from common to app.
ben@chromium.org
2009-05-08
1
-1
/
+1
*
Move src/chrome/views to src/views. RS=darin http://crbug.com/11387
ben@chromium.org
2009-05-08
1
-1
/
+1
*
Refactor BrowserInit in preparation for customized first run tabs
cpu@google.com
2009-05-07
1
-13
/
+16
*
Fix the "pick a new user data dir" dialog on windows.
tc@google.com
2009-05-06
1
-3
/
+4
*
Change chrome-ui to chrome. I didn't go too far in converting existing string...
glen@chromium.org
2009-05-06
1
-1
/
+1
*
Move l10n_util to app/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Adding first run bypass command line flag.
robertshield@google.com
2009-05-05
1
-1
/
+4
*
Adds toplevel app/ directory and moves ResourceBundle into it.
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Fix multiple instances of first run dialog appearing when Chrome is started a...
robertshield@google.com
2009-05-03
1
-5
/
+1
*
ImportantFileWriter
phajdan.jr@chromium.org
2009-04-28
1
-1
/
+2
*
POSIX: = {0} syntax causes a warning.
agl@chromium.org
2009-04-28
1
-1
/
+2
*
POSIX: don't spawn zombies.
agl@chromium.org
2009-04-28
1
-0
/
+15
*
Implement (kinda) ProcessSingleton for the Mac.
avi@google.com
2009-04-21
1
-4
/
+1
*
Add a FieldTrial and histograms for measuring impact of http prioritization.
willchan@chromium.org
2009-04-20
1
-0
/
+9
*
Review URL: http://codereview.chromium.org/62160
robertshield@google.com
2009-04-13
1
-0
/
+11
*
DNS prefetch experiment extension: Consider different connection count limits
jar@chromium.org
2009-04-08
1
-5
/
+19
*
Disable user metrics reporting for chromium builds.
rvargas@google.com
2009-04-07
1
-2
/
+9
*
Attempt to detect impact of disabling dns prefetching on transaction latency
jar@chromium.org
2009-03-23
1
-4
/
+14
*
Reuse the eula terms from the chrome resources
cpu@google.com
2009-03-19
1
-9
/
+13
*
Move widget related files into views/widget
ben@chromium.org
2009-03-17
1
-1
/
+1
*
Fix directory listings in mac and linux by making sure the code
tc@google.com
2009-03-11
1
-5
/
+3
*
Get rid of --start-renderers-manually since it's been broken for a long time ...
jam@chromium.org
2009-03-10
1
-2
/
+2
*
Make startup_tests build and run on Linux (except reference tests).
phajdan.jr@chromium.org
2009-03-05
1
-1
/
+0
*
Add FilePath setter/getter to pref service. Change callers to use it rather t...
estade@chromium.org
2009-03-04
1
-2
/
+2
*
revert broken change 10833
nsylvain@chromium.org
2009-03-03
1
-18
/
+12
*
Port DictionaryValue to use string16 instead of wstring.
dsh@google.com
2009-03-03
1
-12
/
+18
*
Revert dsh's change 10818
nsylvain@chromium.org
2009-03-03
1
-17
/
+12
*
Port DictionaryValue to use string16 instead of wstring.
dsh@google.com
2009-03-03
1
-12
/
+17
*
Move chrome/apps/result_codes.h to chrome/common/result_codes.h
thestig@chromium.org
2009-03-03
1
-1
/
+1
*
Drop whitespace at end of line
willchan@chromium.org
2009-02-27
1
-2
/
+0
*
Remove zombie hunting on startup.
deanm@chromium.org
2009-02-26
1
-2
/
+0
*
Wire up resource bundles on the mac:
thomasvl@chromium.org
2009-02-26
1
-2
/
+0
*
Update include paths for grit files. Go ahead and resort
tc@google.com
2009-02-22
1
-4
/
+3
*
Make plugin_service.cc compile on Posix.
jhawkins@chromium.org
2009-02-20
1
-1
/
+1
*
Make user_data_manager.cc compile on Posix.
jhawkins@chromium.org
2009-02-20
1
-1
/
+1
*
Clean up dns prefetch code, and also port it.
phajdan.jr@chromium.org
2009-02-19
1
-1
/
+4
*
Implement skeletal ProcessSingleton on Linux to cut down on NOTIMPLEMENTED()s.
evan@chromium.org
2009-02-18
1
-1
/
+1
*
Rename MessageWindow to ProcessSingleton in anticipation of more refactoring.
evan@chromium.org
2009-02-18
1
-7
/
+7
*
Persist info about subresources on pages for DNS pre-resolution
jar@chromium.org
2009-02-17
1
-0
/
+1
*
Call RegisterURLRequestChromeJob on browser startup for Linux and Mac.
evan@chromium.org
2009-02-16
1
-1
/
+4
*
Small cleanup of DoUninstallTasks()
cpu@google.com
2009-02-13
1
-13
/
+2
*
Port most of MetricsService to Mac and linux.
paul@chromium.org
2009-02-13
1
-1
/
+1
*
Add Recycle() method to scoped autorelease pool to allow cleaning out any junk
pinkerton@chromium.org
2009-02-09
1
-0
/
+7
*
Port the ResourceDispatcherHost to Mac and linux.
paul@chromium.org
2009-02-05
1
-1
/
+1
[next]