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
/
common_param_traits.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove prerender content settings.
cbentzel@chromium.org
2011-06-16
1
-3
/
+0
*
Moved ParamTraits specializations that depend on WebKit out of content/common...
grt@chromium.org
2011-04-15
1
-0
/
+101
*
Move the rest of the renderer->browser messages that belong in content. Also...
jam@chromium.org
2011-03-24
1
-224
/
+0
*
Move a bunch of renderer->browser messages to content.
jam@chromium.org
2011-03-23
1
-40
/
+0
*
Move the rest of the content browser->renderer messages to content. Also mov...
jam@chromium.org
2011-03-23
1
-83
/
+0
*
Move geolocation, desktop notification, and device orientation into their own...
jam@chromium.org
2011-03-19
1
-62
/
+0
*
Stop overloading Init() in NativeMetafile.
vandebo@chromium.org
2011-03-17
1
-1
/
+1
*
Move a bunch of files from chrome\common to content\common.
jam@chromium.org
2011-03-17
1
-1
/
+1
*
Move GPU messages to content. I've also switched the IPC structs to use the ...
jam@chromium.org
2011-03-10
1
-68
/
+0
*
Put file_system messages in their own file and move them to content, in prepa...
jam@chromium.org
2011-03-07
1
-43
/
+0
*
Move resource related IPCs to their own file in content. I added a IPC_STRUC...
jam@chromium.org
2011-03-05
1
-221
/
+0
*
Move socket stream messages to content, in preparation for moving its dispatc...
jam@chromium.org
2011-03-05
1
-19
/
+1
*
Relanding this.
ananta@chromium.org
2011-03-05
1
-1
/
+15
*
Revert 77002 - Enable ChromeFrame net tests. These tests regressed with the c...
ananta@chromium.org
2011-03-05
1
-14
/
+1
*
Enable ChromeFrame net tests. These tests regressed with the change in the ch...
ananta@chromium.org
2011-03-05
1
-1
/
+14
*
Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...
bryner@chromium.org
2011-02-22
1
-0
/
+22
*
Revert 73977 - Apply a sanity check on gfx::Size deserialization so we can be...
cevans@chromium.org
2011-02-12
1
-2
/
+0
*
Apply a sanity check on gfx::Size deserialization so we can be confident there
cevans@chromium.org
2011-02-07
1
-0
/
+2
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-1
/
+1
*
Add support for chunked encoding in ChromeFrame for POST requests. This fixes...
ananta@chromium.org
2011-01-26
1
-35
/
+76
*
net: Remove typedef net::URLRequestStatus URLRequestStatus;
tfarina@chromium.org
2011-01-13
1
-13
/
+15
*
As the first step in an effort to improve robustness of the cloud print proxy...
sanjeevr@chromium.org
2010-12-22
1
-0
/
+31
*
Some fields were getting dropped during the conversion of
aa@chromium.org
2010-12-12
1
-2
/
+21
*
Revert "Revert "Finish wiring up chrome.app.install().""
aa@chromium.org
2010-11-26
1
-1
/
+3
*
Revert "Finish wiring up chrome.app.install()."
aa@chromium.org
2010-11-23
1
-3
/
+1
*
Finish wiring up chrome.app.install().
aa@chromium.org
2010-11-23
1
-1
/
+3
*
Revert "Revert "Implement web app definition parsing.""
aa@chromium.org
2010-11-17
1
-7
/
+7
*
Revert "Implement web app definition parsing."
aa@chromium.org
2010-11-17
1
-7
/
+7
*
Implement web app definition parsing.
aa@chromium.org
2010-11-17
1
-7
/
+7
*
chrome/common: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-10-31
1
-8
/
+8
*
FBTF: Move BlobData ParamTrait structs from common_param_traits to render_mes...
erg@google.com
2010-10-20
1
-101
/
+0
*
Printing: Standardize on Metafile::Init, removing Emf::CreateFromData in the
jhawkins@chromium.org
2010-10-07
1
-5
/
+0
*
Moving file_util::FileInfo to base::PlatformFileInfo, and adding the
dumi@chromium.org
2010-09-03
1
-5
/
+18
*
Add final part of IPC plumbing for FileSystem API (retry).
kinuko@chromium.org
2010-08-31
1
-0
/
+31
*
Revert 57915 - Add final part of IPC plumbing for FileSystem API.
kinuko@chromium.org
2010-08-30
1
-31
/
+0
*
Add final part of IPC plumbing for FileSystem API.
kinuko@chromium.org
2010-08-30
1
-0
/
+31
*
Support sending BlobData to browser process. Also support sending UploadData
jianli@chromium.org
2010-08-27
1
-3
/
+111
*
FBTF: Move individual XXXMsg_Params structs to a new file.
erg@google.com
2010-08-24
1
-19
/
+104
*
Remove all wstrings from the IPC logging subsystem.
erg@google.com
2010-08-18
1
-44
/
+44
*
Reapplies all the IPC system work (reverts the revert r56272).
erg@google.com
2010-08-17
1
-0
/
+39
*
Completely revert all my IPC work to see if this was what regressed the page ...
erg@google.com
2010-08-17
1
-39
/
+0
*
FBTF: Remove all the easy headers from *_messages.h.
erg@google.com
2010-08-12
1
-0
/
+39
*
Forward declare more param traits in common_param_traits.
erg@google.com
2010-07-20
1
-0
/
+102
*
Created a host for running the utility process as a child of the service proc...
sanjeevr@chromium.org
2010-07-20
1
-0
/
+51
*
Some simplifications, as a pre-step to http://crbug.com/40103
joth@chromium.org
2010-06-07
1
-1
/
+1
*
Revert 45797 - Apply a sanity limit to objects with width & height.
cevans@chromium.org
2010-04-28
1
-5
/
+0
*
Apply a sanity limit to objects with width & height.
cevans@chromium.org
2010-04-28
1
-0
/
+5
*
Switch from using custom time / epoch handling code (inherited from gears) to...
joth@chromium.org
2010-03-16
1
-5
/
+5
*
Move base/gfx contents to gfx/
ben@chromium.org
2010-03-14
1
-1
/
+1
*
Test cookie prompting.
darin@chromium.org
2010-03-04
1
-9
/
+4
[next]