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
*
Port remaining .rc data resource files to grd. This includes
tc@google.com
2009-02-13
6
-27
/
+21
*
add infobar_delegate.cc to the build
tc@google.com
2009-02-13
2
-19
/
+16
*
Mac: build fix
agl@chromium.org
2009-02-13
1
-1
/
+1
*
POSIX: fix Mac build
agl@chromium.org
2009-02-13
1
-0
/
+3
*
POSIX: Add FileDescriptorSet unittest
agl@chromium.org
2009-02-13
1
-0
/
+154
*
Add TableModel to the scaffold, so we don't depend on views.
thestig@chromium.org
2009-02-13
1
-0
/
+17
*
Relocate a NOTIMPLEMENTED() to its proper place.
evan@chromium.org
2009-02-13
1
-0
/
+6
*
Port most of MetricsService to Mac and linux.
paul@chromium.org
2009-02-13
2
-18
/
+9
*
Fix tiny fonts in Mac/Linux. Tony deserves credit for this.
evan@chromium.org
2009-02-13
1
-0
/
+1
*
Reapply of Tony's r9656 (Add chrome/browser/ssl/ssl_manager.cc to the build.)
estade@chromium.org
2009-02-12
2
-42
/
+11
*
Add a --load-plugin flag to load an NPAPI plugin from an arbitrary location.
mpcomplete@google.com
2009-02-12
2
-0
/
+4
*
Use real URLFixerUpper. Makes URLs on command line work.
evan@chromium.org
2009-02-12
2
-9
/
+13
*
pulling over more small bites of TabContents into scaffolding.
pinkerton@chromium.org
2009-02-12
2
-4
/
+34
*
Remove the executable bit from a bunch of files that shouldn't have had it.
evan@chromium.org
2009-02-12
1
-0
/
+0
*
Step one on fixing the dynamic run.
evan@chromium.org
2009-02-12
1
-0
/
+6
*
POSIX: Rename DescriptorSet to FileDescriptorSet
agl@chromium.org
2009-02-12
11
-282
/
+54
*
Fix comment of silent-dump-on-dcheck.
huanr@chromium.org
2009-02-12
1
-2
/
+3
*
POSIX: Make copies of descriptor_set.[cc|h] in preparation of a rename
agl@chromium.org
2009-02-12
2
-0
/
+226
*
Revert "Add chrome/browser/ssl/ssl_manager.cc to the build."
tc@google.com
2009-02-12
2
-70
/
+42
*
Stub out ~ScopableCPRequest().
evan@chromium.org
2009-02-12
1
-0
/
+5
*
Add chrome/browser/ssl/ssl_manager.cc to the build.
tc@google.com
2009-02-12
2
-42
/
+70
*
This is an attempt at finding the reason for the page_cycler slowness caused by
mad@chromium.org
2009-02-12
3
-4
/
+10
*
Suppress error dialog in headless mode when
huanr@chromium.org
2009-02-12
1
-0
/
+3
*
Make fav_icon_helper compile on POSIX, remove some unneeded #includes.
thestig@chromium.org
2009-02-12
1
-9
/
+0
*
POSIX: Clean up DescriptorSet
agl@chromium.org
2009-02-12
6
-63
/
+143
*
POSIX: basic IPC logging
agl@chromium.org
2009-02-12
7
-42
/
+82
*
OSX: Workaround CMSG_FIRSTHDR bug
agl@chromium.org
2009-02-12
1
-17
/
+41
*
Change url wstrings to GURLS
estade@chromium.org
2009-02-12
2
-2
/
+2
*
Make tab_restore_service.cc compile on Mac and Linux.
jhawkins@chromium.org
2009-02-12
1
-10
/
+4
*
Make previous change actually work.
evan@chromium.org
2009-02-12
1
-27
/
+1
*
Bring history.cc and dependents into the build.
evan@chromium.org
2009-02-11
2
-75
/
+23
*
Refactor plugin process code in the browser process so that the browser/about...
jam@chromium.org
2009-02-11
7
-33
/
+148
*
Port CrossSiteResourceHandler to Mac and Linux.
paul@chromium.org
2009-02-11
1
-40
/
+0
*
POSIX: Change FD passing test to send many messages
agl@chromium.org
2009-02-11
1
-17
/
+26
*
Make session_service.cc compile on Mac and Linux.
jhawkins@chromium.org
2009-02-11
1
-17
/
+76
*
Implement more of the TabContentsDelegate to hook up loading URLs from the lo...
pinkerton@chromium.org
2009-02-11
2
-35
/
+82
*
The Chrome Automation framework is based on a homegrown request response IPC ...
ananta@chromium.org
2009-02-11
1
-0
/
+38
*
POSIX: Transfer network data using shared memory
agl@chromium.org
2009-02-11
10
-50
/
+49
*
Fix some files in common. I changed this a while ago but forgot to check it in
brettw@chromium.org
2009-02-11
1
-1
/
+5
*
Redo my IPC change, undoing the linker dependency.
jam@chromium.org
2009-02-11
3
-16
/
+34
*
Port some strings in download/save_package.cc
estade@chromium.org
2009-02-11
1
-8
/
+8
*
Back out parts of r9537 to fix Linux build bustage.
jeremy@chromium.org
2009-02-11
1
-22
/
+14
*
Make sure we copy the file descriptor set when assigning IPC::Messages
paul@chromium.org
2009-02-11
1
-0
/
+3
*
Unittest gardening on MacOS X:
shess@chromium.org
2009-02-11
1
-26
/
+21
*
* Fix error checking for mmap() for POSIX shared memory.
jeremy@chromium.org
2009-02-11
1
-14
/
+22
*
Make browsing_data_remover.cc compile on Mac and Linux.
jhawkins@chromium.org
2009-02-11
1
-2
/
+32
*
Add test to check that FDs are sent through the OS X Sandbox ok.
jeremy@chromium.org
2009-02-10
3
-30
/
+117
*
Reverting 9493.
kuchhal@chromium.org
2009-02-10
3
-10
/
+4
*
Remove tab_util from scaffolding.
paul@chromium.org
2009-02-10
2
-25
/
+0
*
revert my ipc change due to compile failure in debug ipc_tests
jam@chromium.org
2009-02-10
3
-30
/
+25
[next]