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
/
app
/
chrome_main.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move one more bit of early startup initialization to a function that has its
mark@chromium.org
2011-04-26
1
-5
/
+1
*
Use the real Mac browser app's bundle identifier everywhere that a base
mark@chromium.org
2011-04-22
1
-0
/
+4
*
Move renderer_main and renderer_glue to content.
jam@chromium.org
2011-04-18
1
-2
/
+2
*
Move a bunch of Chrome specific code out of RenderThread, in preparation of m...
jam@chromium.org
2011-04-14
1
-11
/
+20
*
Move crypto files out of base, to a top level directory.
rvargas@google.com
2011-04-14
1
-2
/
+2
*
Speculative fix for not getting crash reports for PPAPI plugins on ChromeOS.
brettw@chromium.org
2011-04-12
1
-1
/
+2
*
Basic support for ppapi trusted broker process: --type=ppapi-broker.
ddorwin@chromium.org
2011-04-07
1
-0
/
+5
*
Read ChromeOS version numbers from file before sandboxing and cache them.
dgozman@chromium.org
2011-04-05
1
-0
/
+11
*
Fix crash in single process mode because ChromeRenderContentClient wasn't bei...
jam@chromium.org
2011-03-21
1
-2
/
+8
*
Move app/app_switches to ui/gfx/gl/gl_switches.
backer@chromium.org
2011-03-21
1
-1
/
+0
*
Add separate ContentClient interfaces for gpu/plugin/renderer processes. Sin...
jam@chromium.org
2011-03-17
1
-2
/
+12
*
Move the remaining files in chrome\common to content\common.
jam@chromium.org
2011-03-17
1
-1
/
+1
*
Move InitCrashReporter on Linux so that it runs in each renderer, instead of ...
jam@chromium.org
2011-03-16
1
-5
/
+6
*
startup: simplify single-process logic
evan@chromium.org
2011-03-11
1
-15
/
+11
*
Move some chrome\common code to content in preparation for moving chrome\gpu.
jam@chromium.org
2011-03-11
1
-2
/
+2
*
Move Linux sub process breakpad initialization to a common place.
jam@chromium.org
2011-03-11
1
-0
/
+9
*
Add a ContentClient interface than an embedder of content has to implement. ...
jam@chromium.org
2011-03-10
1
-0
/
+6
*
Add a PathService id for the child process exe. This is needed so that the r...
jam@chromium.org
2011-03-09
1
-0
/
+11
*
Reland r76840 with fix for webkit_gpu dependencies.
apatrick@chromium.org
2011-03-08
1
-6
/
+0
*
Revert 76840 - Removed GPU plugin.
jcivelli@chromium.org
2011-03-04
1
-0
/
+6
*
Removed GPU plugin.
apatrick@chromium.org
2011-03-03
1
-6
/
+0
*
Clean up CF To NS Casts and make them slightly safer
dmaclach@chromium.org
2011-03-03
1
-1
/
+1
*
startup: move some browser-specific startup into browser_main
evan@chromium.org
2011-03-02
1
-10
/
+0
*
Get rid of a bunch of includes to old locations of headers.
jam@chromium.org
2011-03-02
1
-1
/
+1
*
startup: move a bit of logging initialization into InitChromeLogging
evan@chromium.org
2011-03-01
1
-25
/
+0
*
Remove the --use-lf-heap flag.
evan@chromium.org
2011-03-01
1
-12
/
+0
*
startup: move more platform-specific stuff into separate files
evan@chromium.org
2011-03-01
1
-28
/
+7
*
startup: move some platform-specific code into platform files
evan@chromium.org
2011-02-28
1
-134
/
+9
*
Mac implementation of the UserDataDir policy.
pastarmovj@chromium.org
2011-02-11
1
-1
/
+1
*
Replaced environment variables for our own ones in the UserDataDir policy for...
pastarmovj@chromium.org
2011-02-09
1
-39
/
+12
*
This policy is directly read from the registry instead through the local_stor...
pastarmovj@chromium.org
2011-02-03
1
-1
/
+41
*
Added command line switches and UI (controlled via a build option)
davemoore@chromium.org
2011-02-01
1
-0
/
+3
*
Remove the internal-nacl flag.
sehr@google.com
2011-02-01
1
-1
/
+0
*
linux: set LC_NUMERIC to C for all non-browser processes
evan@chromium.org
2011-02-01
1
-0
/
+11
*
Fix StatsCounters on mac.
tonyg@chromium.org
2011-01-25
1
-8
/
+7
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
1
-1
/
+1
*
Make sure the process is _really_ gone after a __debugbreak(). We've had a
cevans@chromium.org
2011-01-21
1
-0
/
+3
*
Move ResourceBundle, DataPack to ui/base
ben@chromium.org
2011-01-20
1
-1
/
+4
*
Move a bunch of random other files to src/ui/base
ben@chromium.org
2011-01-20
1
-1
/
+1
*
Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...
abarth@chromium.org
2011-01-17
1
-1
/
+1
*
NSS: don't set environment variables when multi-threaded.
agl@chromium.org
2011-01-13
1
-0
/
+5
*
Fix browser-pid computation. The zygote is a child of the browser, and the
mbelshe@chromium.org
2011-01-04
1
-1
/
+2
*
Move base/mac_util.h to base/mac and use the base::mac namespace.
brettw@chromium.org
2011-01-01
1
-6
/
+6
*
Remove base/debug_util. Move the debug UI related functions to base/debug/deb...
brettw@google.com
2011-01-01
1
-2
/
+2
*
Move the SetProcTitle code out of base and into chrome/common. This is only
brettw@chromium.org
2010-12-29
1
-0
/
+5
*
Error handling added
glotov@google.com
2010-12-22
1
-3
/
+6
*
Revert unintentional part of previous change
abarth@chromium.org
2010-12-15
1
-1
/
+0
*
Add path for NaCl pepper2 based plugin.
abarth@chromium.org
2010-12-15
1
-0
/
+1
*
startup: rename a variable to a shorter name
evan@chromium.org
2010-12-09
1
-37
/
+37
*
Wrap GlobalDescriptors singleton in accessor method.
evan@chromium.org
2010-12-07
1
-4
/
+1
[prev]
[next]