Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add pickling traits for the WebFilterOperations class. | danakj@chromium.org | 2012-09-25 | 1 | -0/+173 |
| | | | | | | | | | | | | | This class will be part of the WebCompositorFrame class for transport under ubercompositor. R=piman,jam@chromium.org BUG=146080 Review URL: https://chromiumcodereview.appspot.com/10966050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158687 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Cleanup the IPC param traits structure: | jam@chromium.org | 2012-09-25 | 1 | -0/+139 |
-traits that are only used by chrome should be in chrome -traits that aren't used by chrome shouldn't be in content/public -use macros for serialization where possible -traits that are only used by one message file should just be listed in it -get rid of webkit_param_traits since it's not needed anymore. It was added as a hack to keep npchrome_frame.dll's size small by giving a hint to the MSVS linker, but now that there's more split between the message files because of the content split it's not necessary anymore. I've verified that npchrome_frame.dll's size (Release, non-component) size doesn't change. Review URL: https://codereview.chromium.org/10980010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158570 0039d316-1c4b-4281-b951-d872f2087c98 |