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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding first run bypass command line flag.
robertshield@google.com
2009-05-05
1
-0
/
+5
*
Run workers in separate processes.
jam@chromium.org
2009-05-01
1
-0
/
+4
*
Fix issue 11006 - any plugin process started by InProcessBrowserTest was
tim@chromium.org
2009-04-30
1
-2
/
+2
*
Adds --no-audio, which replaces the audio IPC layer with a mock audio device.
scherkus@chromium.org
2009-04-27
1
-1
/
+6
*
Add command line flag that removes randomness from javascript functions, to b...
ace@google.com
2009-04-14
1
-0
/
+7
*
Removing --enable-video and instead relying on having DLLs present.
scherkus@chromium.org
2009-04-10
1
-3
/
+0
*
Allow a different omnibox popup to be enabled via the command line (--enable-...
ben@chromium.org
2009-04-10
1
-3
/
+6
*
Use one worker process per domain until we hit the maximum count of 10, then ...
jam@chromium.org
2009-04-07
1
-0
/
+3
*
Make ProxyResolverV8 the default.
ericroman@google.com
2009-04-03
1
-5
/
+3
*
Revert "Move IPC code to ipc/"
agl@chromium.org
2009-04-03
1
-0
/
+13
*
Move IPC code to ipc/
agl@chromium.org
2009-04-03
1
-13
/
+0
*
Hide StatsTable behind --enable-stats-table.
mbelshe@google.com
2009-03-27
1
-0
/
+3
*
Remove the old and no longer used SafeBrowsing storage
paulg@google.com
2009-03-21
1
-4
/
+0
*
Adds a bookmark menu. This is experimental. To turn on you need
sky@google.com
2009-03-20
1
-0
/
+3
*
Render into a ChromeCanvasPaint object in a RootView under Linux.
erg@google.com
2009-03-19
1
-0
/
+3
*
Reland the changes to use command line switch to turn on worker feature.
jianli@chromium.org
2009-03-18
1
-0
/
+3
*
Revert "Enable building worker and use command line switch to turn on ..."
agl@chromium.org
2009-03-17
1
-3
/
+0
*
Enable building worker and use command line switch to turn on this feature.
jianli@chromium.org
2009-03-17
1
-0
/
+3
*
Add command line switch "--new-ftp" for new portable FTP
wtc@chromium.org
2009-03-16
1
-0
/
+3
*
Get rid of the gears in renderer process code. This allows me to do some cle...
jam@chromium.org
2009-03-13
1
-3
/
+0
*
Get rid of --start-renderers-manually since it's been broken for a long time ...
jam@chromium.org
2009-03-10
1
-5
/
+0
*
If the flag is specified developer tools window will be opened instead of Con...
yurys@google.com
2009-03-10
1
-0
/
+4
*
Adds a command line flag, --user-scripts-dir=..., to specify a directory to use
mark@chromium.org
2009-03-06
1
-0
/
+3
*
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
-1
/
+4
*
Add a command line flag --v8-proxy-resolver, to select the new PAC implementa...
ericroman@google.com
2009-03-03
1
-0
/
+6
*
Use a dedicated command line flag for FIFO IPC channels on POSIX.
phajdan.jr@chromium.org
2009-02-27
1
-0
/
+4
*
Hide profiles behind a command-line switch since the user-data-dir stuff
munjal@chromium.org
2009-02-26
1
-0
/
+4
*
Add logging to ExtensionsService, UserScriptMaster,
aa@chromium.org
2009-02-24
1
-0
/
+3
*
Attempt at fixing flakeyness when running session restore ui tests in
sky@google.com
2009-02-24
1
-1
/
+3
*
Add a --load-plugin flag to load an NPAPI plugin from an arbitrary location.
mpcomplete@google.com
2009-02-12
1
-0
/
+3
*
Fix comment of silent-dump-on-dcheck.
huanr@chromium.org
2009-02-12
1
-2
/
+3
*
POSIX: add command line option to launch renderers in a wrapper
agl@chromium.org
2009-02-10
1
-0
/
+4
*
Adds a command line switch to allow the user to specify the location
rvargas@google.com
2009-02-07
1
-0
/
+4
*
Add a command line option --disable-web-security. People can use this option...
abarth@chromium.org
2009-02-06
1
-0
/
+3
*
Bring many of the template_url classes into the fold for the Mac. Note that t...
avi@google.com
2009-02-04
1
-4
/
+4
*
Add a command line flag to load a single extension from an arbitrary (non-ver...
erikkay@google.com
2009-02-03
1
-0
/
+3
*
Simple installation of extensions using chrome.exe --install-extensionChanged...
erikkay@google.com
2009-01-29
1
-0
/
+4
*
Fix a timing issue that caused gears to fail to load sometimes.
mpcomplete@google.com
2009-01-21
1
-0
/
+4
*
Remove HttpTransactionWinHttp and the --winhttp command-line
wtc@google.com
2009-01-13
1
-4
/
+1
*
Pass the test case name to the browser process in order to
paulg@google.com
2009-01-13
1
-0
/
+3
*
This is a rename of the term 'Greasemonkey' to 'user script' in Chromium.
aa@chromium.org
2009-01-09
1
-2
/
+2
*
Change greasemonkey flag to enable-user-scripts.
aa@chromium.org
2009-01-07
1
-1
/
+1
*
Change "dll" to "plugin" where appropriate.
avi@google.com
2009-01-06
1
-48
/
+48
*
Introduce ExtensionsService. Load extensions on startup from a directory in
aa@chromium.org
2008-12-05
1
-0
/
+3
*
Chromium-MultiProfile-Prototype
munjal@chromium.org
2008-12-03
1
-0
/
+3
*
Add the command line switch (--enable-video) for enabling HTML5 Video/Audio tag
hclam@chromium.org
2008-11-26
1
-1
/
+3
*
Turn on the new SafeBrowsing by default. To use the older
paulg@google.com
2008-11-26
1
-4
/
+3
*
Change the default http stack for chrome.exe from winhttp to the new one.
ericroman@google.com
2008-10-22
1
-2
/
+2
*
Rollback r3693 as it caused a 7% startup test slowdown.
ericroman@google.com
2008-10-22
1
-2
/
+2
[next]