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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement default ChromeFont constructor on Linux.
estade@chromium.org
2009-01-09
4
-17
/
+58
*
This is a rename of the term 'Greasemonkey' to 'user script' in Chromium.
aa@chromium.org
2009-01-09
4
-7
/
+7
*
remove chrome dependencies from win sandboxing headers. Wrap sandbox code to
pinkerton@google.com
2009-01-09
5
-0
/
+145
*
The popup for autofill is now never activated, even when clicked.
jcampan@chromium.org
2009-01-09
1
-1
/
+1
*
Add FTP unit test in preparation for portable FTP implementation.
erikkay@google.com
2009-01-08
2
-4
/
+9
*
Move user script directory into profile.
aa@chromium.org
2009-01-07
4
-10
/
+2
*
adding more grit love to other targets, updating scons files for things that ...
pinkerton@google.com
2009-01-07
1
-8
/
+3
*
Change greasemonkey flag to enable-user-scripts.
aa@chromium.org
2009-01-07
1
-1
/
+1
*
Convert download manager to FilePath.
estade@chromium.org
2009-01-06
4
-15
/
+20
*
Upgrade our sqlite to 3.6.1, with the local changes made by Gears. I'm
mpcomplete@google.com
2009-01-06
2
-2
/
+2
*
Change "dll" to "plugin" where appropriate.
avi@google.com
2009-01-06
3
-56
/
+56
*
Turn on GetVisibleVisitsInRange test on POSIX.
jeremy@chromium.org
2009-01-06
1
-2
/
+1
*
Move plugins to FilePaths, some cleanup
avi@google.com
2009-01-06
5
-31
/
+57
*
Add using_generated_resources.scons to the build. This
tc@google.com
2009-01-06
1
-1
/
+1
*
Reverting 7574 which reverted 7570. It was an error on my part.
maruel@chromium.org
2009-01-06
3
-20
/
+86
*
Reverting 7570.
maruel@chromium.org
2009-01-06
3
-86
/
+20
*
* Port l10n_utiL and it's unit test on POSIX.
jeremy@chromium.org
2009-01-05
3
-20
/
+86
*
Some more GRIT refactoring.
tc@google.com
2009-01-05
1
-1
/
+1
*
Refactor the render widget unittest so it can be reused to create a render view
brettw@chromium.org
2009-01-05
1
-1
/
+3
*
Update some comments/nits following r7486.
ericroman@google.com
2009-01-05
2
-4
/
+5
*
Fix a leak in unzip code. I was calling the wrong close function.
erikkay@google.com
2008-12-31
1
-1
/
+1
*
Add generic unzip support. This is to be used by extensions.
erikkay@google.com
2008-12-31
5
-8
/
+332
*
Porting in chrome/
phajdan.jr@chromium.org
2008-12-31
3
-5
/
+3
*
Revert 7508.7509 and 7510
nsylvain@chromium.org
2008-12-30
2
-9
/
+4
*
Add FTP unit test in preparation for portable FTP implementation.
erikkay@google.com
2008-12-30
2
-4
/
+9
*
Change the signature of JSONReader::Read() and related
aa@chromium.org
2008-12-29
7
-106
/
+82
*
* Bring up render_mesages.cc on POSIX.
jeremy@chromium.org
2008-12-29
2
-2
/
+20
*
* Update xcode project to add files compiled on Linux but not on OS X in chro...
jeremy@chromium.org
2008-12-29
1
-29
/
+29
*
Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the upda...
evanm@google.com
2008-12-26
1
-1
/
+1
*
Implement extension:// protocol.
aa@chromium.org
2008-12-24
1
-1
/
+6
*
Fix Win/Release build bustage.
jeremy@chromium.org
2008-12-22
1
-0
/
+2
*
Bring up chrome/common/ipc_sync_message.cc on POSIX.
jeremy@chromium.org
2008-12-22
2
-6
/
+16
*
Bring up IPC::ChannelProxy on POSIX.
jeremy@chromium.org
2008-12-22
4
-4
/
+66
*
Implement command line switch to allow using a FIFO or a socketpair() for IPC...
jeremy@chromium.org
2008-12-19
6
-33
/
+169
*
Initial generation of native Visual Studio solution files
sgk@google.com
2008-12-19
2
-0
/
+16
*
Convert from using env['PLATFORM'] directly to using the more flexible
sgk@google.com
2008-12-18
2
-10
/
+10
*
Porting in renderer/
phajdan.jr@chromium.org
2008-12-18
2
-1
/
+29
*
Move the "platform" wrappers in skia/ext to the skia namespace.
brettw@google.com
2008-12-17
3
-6
/
+6
*
Platform cleanup in browser/ and porting of few files.
phajdan.jr@chromium.org
2008-12-17
1
-1
/
+6
*
Handle HTTP 200 responses received in response to byte range requests issued ...
ananta@chromium.org
2008-12-17
1
-1
/
+6
*
* Fix for one end of FIFO not being set as non-blocking. This fixes the IPC ...
jeremy@chromium.org
2008-12-16
2
-4
/
+4
*
Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files.
maruel@chromium.org
2008-12-16
2
-896
/
+896
*
Reverting 7083,7079.
phajdan.jr@chromium.org
2008-12-16
1
-8
/
+0
*
Fix Linux build failure caused by GCC 4.3/4.2 differences.
phajdan.jr@chromium.org
2008-12-16
1
-0
/
+8
*
message_pump_libevent refactor:
jeremy@chromium.org
2008-12-15
2
-91
/
+61
*
Add "Enable spell check for this field" menu option in sub context menu for c...
sidchat@google.com
2008-12-15
2
-0
/
+6
*
Platform cleanup in common/ and even porting few files and unit tests.
phajdan.jr@chromium.org
2008-12-15
2
-28
/
+10
*
Implement visited link coloring.
brettw@google.com
2008-12-13
2
-8
/
+13
*
Move skia_utils into the skia namespace.
brettw@google.com
2008-12-12
1
-1
/
+1
*
Have GRIT generate files into a common directory.
tc@google.com
2008-12-12
1
-1
/
+1
[next]