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
/
common
/
chrome_switches.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for alternate window station.
nsylvain@chromium.org
2009-05-20
1
-3
/
+4
*
Facilitate a FieldTrial in the renderer
jar@chromium.org
2009-05-20
1
-0
/
+2
*
Adds a new command line switch called new-new-tab-page which enables
arv@chromium.org
2009-05-19
1
-0
/
+2
*
Chrome-part of disabling web fonts by default while still alowing SVG fonts
jshin@chromium.org
2009-05-16
1
-0
/
+1
*
Introducing the Utility process, which handles the unpacking and verification
mpcomplete@google.com
2009-05-15
1
-0
/
+1
*
Shorten the new proxy switch names.
robertshield@google.com
2009-05-15
1
-3
/
+3
*
Create app_switches and remove a dep.
beng@google.com
2009-05-15
1
-1
/
+0
*
DevTools: enable out of process dev tools by default. Take 2.
pfeldman@chromium.org
2009-05-13
1
-1
/
+1
*
Add Automatic spell correction support in Chrome.
sidchat@google.com
2009-05-12
1
-0
/
+3
*
Reverting 15843: chrome performance regression.
pfeldman@chromium.org
2009-05-12
1
-1
/
+1
*
Making command-line specified proxy settings more flexible - allowing for set...
robertshield@google.com
2009-05-12
1
-0
/
+4
*
DevTools: enable out of process dev tools by default.
pfeldman@chromium.org
2009-05-12
1
-1
/
+1
*
Don't link-depend on views/ in chrome/browser/gtk
phajdan.jr@chromium.org
2009-05-07
1
-2
/
+0
*
Remove unused chrome switches.
tc@google.com
2009-05-06
1
-2
/
+0
*
Add --simple-data-source which uses simplified media resource loading.
scherkus@chromium.org
2009-05-06
1
-0
/
+1
*
Adding first run bypass command line flag.
robertshield@google.com
2009-05-05
1
-0
/
+2
*
Run workers in separate processes.
jam@chromium.org
2009-05-01
1
-1
/
+1
*
Fix issue 11006 - any plugin process started by InProcessBrowserTest was
tim@chromium.org
2009-04-30
1
-1
/
+1
*
Adds --no-audio, which replaces the audio IPC layer with a mock audio device.
scherkus@chromium.org
2009-04-27
1
-1
/
+3
*
Add command line flag that removes randomness from javascript functions, to b...
ace@google.com
2009-04-14
1
-0
/
+1
*
Removing --enable-video and instead relying on having DLLs present.
scherkus@chromium.org
2009-04-10
1
-2
/
+0
*
Allow a different omnibox popup to be enabled via the command line (--enable-...
ben@chromium.org
2009-04-10
1
-0
/
+2
*
Use one worker process per domain until we hit the maximum count of 10, then ...
jam@chromium.org
2009-04-07
1
-0
/
+2
*
Make ProxyResolverV8 the default.
ericroman@google.com
2009-04-03
1
-1
/
+1
*
Revert "Move IPC code to ipc/"
agl@chromium.org
2009-04-03
1
-1
/
+5
*
Move IPC code to ipc/
agl@chromium.org
2009-04-03
1
-5
/
+1
*
Hide StatsTable behind --enable-stats-table.
mbelshe@google.com
2009-03-27
1
-0
/
+1
*
Remove the old and no longer used SafeBrowsing storage
paulg@google.com
2009-03-21
1
-1
/
+0
*
Adds a bookmark menu. This is experimental. To turn on you need
sky@google.com
2009-03-20
1
-0
/
+2
*
Render into a ChromeCanvasPaint object in a RootView under Linux.
erg@google.com
2009-03-19
1
-0
/
+2
*
Reland the changes to use command line switch to turn on worker feature.
jianli@chromium.org
2009-03-18
1
-0
/
+2
*
Revert "Enable building worker and use command line switch to turn on ..."
agl@chromium.org
2009-03-17
1
-2
/
+0
*
Enable building worker and use command line switch to turn on this feature.
jianli@chromium.org
2009-03-17
1
-0
/
+2
*
Add command line switch "--new-ftp" for new portable FTP
wtc@chromium.org
2009-03-16
1
-0
/
+2
*
Get rid of the gears in renderer process code. This allows me to do some cle...
jam@chromium.org
2009-03-13
1
-2
/
+0
*
Get rid of --start-renderers-manually since it's been broken for a long time ...
jam@chromium.org
2009-03-10
1
-1
/
+0
*
NO CODE CHANGE
deanm@chromium.org
2009-03-10
1
-1
/
+0
*
If the flag is specified developer tools window will be opened instead of Con...
yurys@google.com
2009-03-10
1
-0
/
+2
*
Adds a command line flag, --user-scripts-dir=..., to specify a directory to use
mark@chromium.org
2009-03-06
1
-0
/
+1
*
Add a command-line disable-p13n and use that to disable
munjal@chromium.org
2009-03-05
1
-1
/
+1
*
Initial checkin of the out of process worker implementation.
jam@chromium.org
2009-03-04
1
-0
/
+1
*
Add a command line flag --v8-proxy-resolver, to select the new PAC implementa...
ericroman@google.com
2009-03-03
1
-0
/
+1
*
Use a dedicated command line flag for FIFO IPC channels on POSIX.
phajdan.jr@chromium.org
2009-02-27
1
-0
/
+2
*
Hide profiles behind a command-line switch since the user-data-dir stuff
munjal@chromium.org
2009-02-26
1
-0
/
+1
*
Add logging to ExtensionsService, UserScriptMaster,
aa@chromium.org
2009-02-24
1
-0
/
+1
*
Add a --load-plugin flag to load an NPAPI plugin from an arbitrary location.
mpcomplete@google.com
2009-02-12
1
-0
/
+1
*
POSIX: add command line option to launch renderers in a wrapper
agl@chromium.org
2009-02-10
1
-0
/
+2
*
Adds a command line switch to allow the user to specify the location
rvargas@google.com
2009-02-07
1
-0
/
+1
*
Add a command line option --disable-web-security. People can use this option...
abarth@chromium.org
2009-02-06
1
-0
/
+1
*
Bring many of the template_url classes into the fold for the Mac. Note that t...
avi@google.com
2009-02-04
1
-1
/
+1
[next]