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
/
chrome_common.gypi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix official build, try 3.
evan@chromium.org
2010-08-27
1
-0
/
+3
*
Support sending BlobData to browser process. Also support sending UploadData
jianli@chromium.org
2010-08-27
1
-0
/
+3
*
Eliminate the chrome_version_info target completely.
evan@chromium.org
2010-08-26
1
-63
/
+51
*
Move task_queue.* to base because it makes more sense there.
levin@chromium.org
2010-08-26
1
-2
/
+0
*
Add WebFileSystemImpl and 2nd cut of IPC plumbing code for Move operation.
kinuko@chromium.org
2010-08-25
1
-0
/
+5
*
FBTF: Move individual XXXMsg_Params structs to a new file.
erg@google.com
2010-08-24
1
-0
/
+2
*
Move chrome_version_info target into chrome_common.
evan@chromium.org
2010-08-23
1
-0
/
+63
*
Switch to GoogleServiceAuthError struct instead of GaiaAuthError.
chron@chromium.org
2010-08-19
1
-0
/
+1
*
Adds IDBKeyPath parser / extractor, and provides a mechanism to call it sandb...
bulach@chromium.org
2010-08-18
1
-0
/
+1
*
Reapplies all the IPC system work (reverts the revert r56272).
erg@google.com
2010-08-17
1
-4
/
+13
*
Completely revert all my IPC work to see if this was what regressed the page ...
erg@google.com
2010-08-17
1
-13
/
+4
*
FBTF: Mark the Read methods in the IPC subsystem as noinline.
erg@google.com
2010-08-13
1
-3
/
+3
*
ServiceProcessControl to launch a service process and communicate through IPC.
hclam@chromium.org
2010-08-12
1
-0
/
+3
*
Reapplies r55735, fixing some message code that was checked in that I collide...
erg@google.com
2010-08-11
1
-0
/
+1
*
Revert "FBTF: Allow forward declaration of classes passed to sync IPC messages."
erg@google.com
2010-08-11
1
-1
/
+0
*
FBTF: Allow forward declaration of classes passed to sync IPC messages.
erg@google.com
2010-08-11
1
-0
/
+1
*
FBTF: Reapplies r55259, the first new IPC definition patch.
erg@google.com
2010-08-10
1
-1
/
+9
*
1. ipc_video_decoder.cc/h is media pipeline filter which use the gpu decoder ...
jiesun@google.com
2010-08-10
1
-0
/
+2
*
Revert 55405 - Special thanks for in-ming cheng's MFT hardware decodering code.
ananta@chromium.org
2010-08-09
1
-2
/
+0
*
Revert 55259 - FBTF: New IPC definitions, only applied to async ROUTED and CO...
pinkerton@google.com
2010-08-09
1
-9
/
+1
*
Special thanks for in-ming cheng's MFT hardware decodering code.
jiesun@google.com
2010-08-09
1
-0
/
+2
*
FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages.
erg@google.com
2010-08-06
1
-1
/
+9
*
Fix linux build (breakage due to not updating gyp).
estade@chromium.org
2010-08-03
1
-2
/
+0
*
Added an IPC server in the service process to listen to commands. This is not...
sanjeevr@chromium.org
2010-07-31
1
-0
/
+2
*
Replace tabs with spaces.
hbono@chromium.org
2010-07-23
1
-2
/
+2
*
Created a host for running the utility process as a child of the service proc...
sanjeevr@chromium.org
2010-07-20
1
-0
/
+1
*
Remove more definitions from header files.
erg@chromium.org
2010-07-16
1
-0
/
+2
*
Factor out OriginToString into a common function in chrome/common/.
tfarina@chromium.org
2010-07-16
1
-0
/
+2
*
The Chrome half of implementing get/put/remove for object stores (https://bug...
jorlow@chromium.org
2010-07-14
1
-0
/
+4
*
Factor out PluginGroup into a separate class in common/.
bauerb@chromium.org
2010-07-14
1
-0
/
+2
*
Moving gpu_info to common so that it can be used by param traits. Pulling the...
rlp@chromium.org
2010-07-09
1
-0
/
+2
*
Move default_plugin from webkit/ to chrome/
thakis@chromium.org
2010-07-07
1
-1
/
+1
*
Revert 51681 - Move default_plugin out of webkit.
thakis@chromium.org
2010-07-07
1
-1
/
+1
*
Move default_plugin out of webkit.
thakis@chromium.org
2010-07-07
1
-1
/
+1
*
Moved common parts of ChildProcessHost into chrome/common and created a Brows...
sanjeevr@chromium.org
2010-07-03
1
-0
/
+2
*
Split Gaia auth out into common/net. This is in preparation for creating a ne...
chron@chromium.org
2010-07-01
1
-0
/
+3
*
Add in support for internal pepper plugins into the PepperPluginRegistry and ...
ajwong@chromium.org
2010-06-28
1
-0
/
+5
*
Rename Dns prefetching files to Predictor files
jar@chromium.org
2010-06-27
1
-1
/
+1
*
Massively simplify the NetworkChangeNotifier infrastructure:
pkasting@chromium.org
2010-06-25
1
-5
/
+0
*
Revert 50667 - Add in support for internal pepper plugins into the PepperPlug...
mrossetti@chromium.org
2010-06-23
1
-5
/
+0
*
Add in support for internal pepper plugins into the PepperPluginRegistry and ...
ajwong@chromium.org
2010-06-23
1
-0
/
+5
*
Cleanup: Get rid of chrome/common/gfx/utils.h.
tfarina@chromium.org
2010-06-22
1
-1
/
+0
*
chrome_common.gypi: added dependency on bzip2.gyp, needed by following files:
phajdan.jr@chromium.org
2010-06-18
1
-0
/
+1
*
Split part of about_handler into chrome/common to break the browser-renderer ...
thestig@chromium.org
2010-06-18
1
-2
/
+4
*
Mac: More pluming for OOP font loading
jeremy@chromium.org
2010-06-17
1
-0
/
+2
*
Relanding this CL as the earlier attempt broke ChromeOS metrics tests.
ananta@chromium.org
2010-06-10
1
-0
/
+3
*
Revert 49354 - causing regression in MetricsLogTest.ChromeOSEmptyRecord on CrOS
joth@chromium.org
2010-06-10
1
-3
/
+0
*
Preparation CL for adding crash metrics UMA counters to ChromeFrame. Basicall...
ananta@chromium.org
2010-06-10
1
-0
/
+3
*
Make webkit_glue not depend on default_plugin.
thakis@chromium.org
2010-06-02
1
-1
/
+4
*
Add ppapi plugins to about:plugins
darin@chromium.org
2010-05-28
1
-0
/
+2
[next]