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
*
Hook up the memory purger to all the relevant locations.
pkasting@chromium.org
2009-11-18
1
-1
/
+1
*
Don't allow content scripts to execute on file:// urls.
finnur@chromium.org
2009-11-18
1
-2
/
+6
*
Remove new tabstrip code. Going to try doing this a different way.
ben@chromium.org
2009-11-17
1
-3
/
+0
*
Revert 31999 - Enable HTML5 DBs by default (except in incognito mode).
dumi@chromium.org
2009-11-14
1
-3
/
+3
*
Enable HTML5 DBs by default (except in incognito mode).
dumi@chromium.org
2009-11-14
1
-3
/
+3
*
Remove (actually, reverse meaning of) command line flag for desktop notificat...
johnnyg@chromium.org
2009-11-14
1
-3
/
+3
*
Turn on shared workers by default
atwilson@chromium.org
2009-11-14
1
-3
/
+3
*
Add an "extension" process type, which mostly gets treated as a renderer ever...
mpcomplete@chromium.org
2009-11-13
1
-0
/
+3
*
Write a test for loading libcros.so on startup of Chrome. You just pass the
brettw@chromium.org
2009-11-13
1
-5
/
+7
*
Turn on sync for OS X (behind an --enable-sync switch).
akalin@chromium.org
2009-11-12
1
-0
/
+3
*
Kiosk Mode implementation.
mhm@chromium.org
2009-11-09
1
-3
/
+8
*
Turn LocalStorage on by default.
jorlow@chromium.org
2009-11-06
1
-2
/
+2
*
Added support for --worker-startup-dialog command line flag.
atwilson@chromium.org
2009-11-06
1
-0
/
+3
*
Added support for --enable-shared-workers
atwilson@chromium.org
2009-11-05
1
-0
/
+3
*
TBR: mark@chromium.org
jeremy@chromium.org
2009-11-05
1
-0
/
+4
*
TBR:mark
jeremy@chromium.org
2009-11-05
1
-4
/
+0
*
Sandbox Worker process on the Mac.
jeremy@chromium.org
2009-11-05
1
-0
/
+4
*
Enable WebSockets by default
ukai@chromium.org
2009-11-05
1
-3
/
+3
*
Always enable Breakpad if using --enable-crash-reporter flag
nirnimesh@chromium.org
2009-11-05
1
-0
/
+2
*
Continue to remove CHROME_FRAME_BUILD define from code that goes into chrome....
robertshield@chromium.org
2009-11-04
1
-0
/
+4
*
Fixing what appears to be a typo. This will unbreak CF's command-line
joi@chromium.org
2009-11-04
1
-1
/
+1
*
Add a command line flag to force all network traffic through a particular ser...
mbelshe@google.com
2009-11-03
1
-0
/
+10
*
Implement the Extension History API, v 0.1.The first version is a weak wrappe...
brg@chromium.com
2009-10-30
1
-0
/
+4
*
Add initial implementation of AutoFill++. This implementation is hidden behi...
jhawkins@chromium.org
2009-10-28
1
-0
/
+3
*
Change the use-flip command line flag from wchar_t to char
brettw@chromium.org
2009-10-27
1
-4
/
+4
*
Alphabetize chrome_switches.h. I can never find anything in this file.
brettw@chromium.org
2009-10-27
1
-441
/
+452
*
Refactor: Change the interface from HostResolver::DisableIPv6() to HostResolv...
eroman@chromium.org
2009-10-26
1
-1
/
+3
*
Add a mechanism to disable IPv6.
eroman@chromium.org
2009-10-21
1
-0
/
+3
*
Http Cache: Enable byte-range support by default.
rvargas@google.com
2009-10-16
1
-2
/
+2
*
Provides a certificate for SSL client authentication on NSS sockets.
wtc@chromium.org
2009-10-15
1
-0
/
+10
*
Add a command line switch to enable flip sockets.
mbelshe@google.com
2009-10-13
1
-0
/
+4
*
Use ASCII strings for switch names.
evan@chromium.org
2009-10-13
1
-164
/
+163
*
Remove old NTP
arv@chromium.org
2009-10-12
1
-3
/
+0
*
Remove pthreads from build and installer files.
tim@chromium.org
2009-10-10
1
-4
/
+0
*
Some fixes to the OS X Sandbox:
jeremy@chromium.org
2009-10-09
1
-0
/
+6
*
Implement --enable-web-sockets flag.
ukai@chromium.org
2009-10-06
1
-0
/
+3
*
Change flag "auto-spell-correct" to "experimental-spellchecker-features". I w...
sidchat@chromium.org
2009-10-05
1
-2
/
+9
*
Adds command line flag to enable desktop notifications.
johnnyg@chromium.org
2009-10-05
1
-0
/
+4
*
Add framework of MemoryPurger, a class to dump memory from everywhere possibl...
pkasting@chromium.org
2009-10-01
1
-0
/
+7
*
Fix the indenting in chrome_switches.cc to be consistent.
pkasting@chromium.org
2009-10-01
1
-51
/
+52
*
Remove all MemoryModel-related code, since we're unlikely to use it again. A...
pkasting@chromium.org
2009-09-30
1
-6
/
+0
*
Added command line argument --enable-webgl to facilitate turning on
kbr@google.com
2009-09-30
1
-0
/
+3
*
Remove the enable-sync flag from the Chrome command line and enable sync by d...
brg@chromium.com
2009-09-29
1
-2
/
+2
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-29
1
-0
/
+6
*
Revert 27397 - First step towards NaClChrome integration:1. NaCl plugin becom...
gregoryd@google.com
2009-09-28
1
-6
/
+0
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-28
1
-0
/
+6
*
Linux: remove --google-internal-crash-reporting.
agl@chromium.org
2009-09-28
1
-4
/
+0
*
Revert 27324 - First step towards NaClChrome integration:1. NaCl plugin becom...
gregoryd@google.com
2009-09-26
1
-6
/
+0
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-26
1
-0
/
+6
*
Revert 27315 - First step towards NaClChrome integration:1. NaCl plugin becom...
gregoryd@google.com
2009-09-26
1
-6
/
+0
[next]