- 4ac58c7a Convert //content/common from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
- 99d77bf Separate gfx_ipc into skia-dependent and non-skia-dependent parts. This will simplify dependencies in gpu/ipc/common, as a part of the content/common/gpu --> gpu refactor. by markdittmer · 9 years ago
- 67b71ea Move GURL ParamTraits to url/ipc by markdittmer · 9 years ago
- 08ebff8 Revert of Mustash: Move GURL ParamTraits to url/ipc (patchset #18 id:330001 of https://codereview.chromium.org/1722773002/ ) by dimich · 9 years ago
- 45eb2e7 Move GURL ParamTraits to url/ipc by markdittmer · 9 years ago
- a9aa7a8 Switch to standard integer types in content/common/. by avi · 9 years ago
- bf08742 Allow huge data: URIs only via WebView.loadDataWithBaseUrl by mnaganov · 10 years ago
- bd4d711 Change most uses of Pickle to base::Pickle by brettw · 10 years ago
- 13593ca Refuse long urls which exceed the defined max url size by qiankun.miao · 10 years ago
- 3b0452d Cleanup: Update the path to gfx rect headers. by tfarina · 10 years ago
- 48fc13b Remove deprecated methods from Pickle. by avi · 10 years ago
- f13c491 Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of https://codereview.chromium.org/818833004/) by avi · 10 years ago
- b740bfe2 Remove deprecated methods from Pickle. by Avi Drissman · 10 years ago
- bf27a7e SkBitmap::Config is no more, use SkColorType by [email protected] · 11 years ago
- 343d27a6 setConfig is deprecated, use setInfo or allocPixels instead by [email protected] · 11 years ago
- ffff5b3 Move IPC traits for SkBitmap, gfx_geometry into ui/gfx/ipc by [email protected] · 11 years ago
- 753bb25 Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330 by [email protected] · 12 years ago
- 9ea0ecd Remove unused IPC::Message priority. by [email protected] · 12 years ago
- aa63871 Propogate WARN_UNUSED_RESULT up from PickeIterator methods to Pickle wrapper methods. by [email protected] · 12 years ago
- 707e1c4 content: Migrate from googleurl/ includes to url/ ones. by [email protected] · 12 years ago
- 3152ef0 Rewrite scoped_array<T> to scoped_ptr<T[]> in content/, Linux edition. by [email protected] · 12 years ago
- 0cd50aa Cleanup: Remove deprecated base::Value methods from contents. Use base::Value too. by [email protected] · 12 years ago
- ed005b8 Reject invalid GURLs across IPC. by [email protected] · 12 years ago[Renamed (96%) from chrome/common/common_param_traits_unittest.cc]
- ce208f87 Refactor Pickle Read methods to use higher performance PickleIterator. by [email protected] · 13 years ago
- 19a5c744 Move common_param_traits and webkit_param_traits to content/public/common. by [email protected] · 14 years ago
- 7d748990 Connect the right metafiles for print preview on Linux and Windows. by [email protected] · 14 years ago
- 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
- fffaf97 Move the rest of the renderer->browser messages that belong in content. Also do a bunch of cleanup: by [email protected] · 14 years ago
- 481edc5 Cleanup NativeMetafile (win) interface and EMF class. by [email protected] · 14 years ago
- e7c21b81 Move geolocation, desktop notification, and device orientation into their own message files.Also fix a regression from my earlier change to create a plugin through the embedder API. The fix is to not to create a plugin if the embedder returns NULL, and just have the default implementation create the plugin on its own.TBR=avi by [email protected] · 14 years ago
- cdd19f5 Renaming NativeMetafile related methods to more appropriate names. by [email protected] · 14 years ago
- f2da4b0 Revert 78666 - Cleanup NativeMetafile (win) interface and EMF class. by [email protected] · 14 years ago
- acc13484 Cleanup NativeMetafile (win) interface and EMF class. by [email protected] · 14 years ago
- 797c355 Move a bunch of files from chrome\common to content\common. by [email protected] · 14 years ago
- 8f17cd3e Unifying NativeMetafile class interface (as much as possible) for Linux, Mac, Win by [email protected] · 14 years ago
- db803aae Move socket stream messages to content, in preparation for moving its dispatcher. In this change I also converted p2p_messages to use the new automated way of serializing structs. by [email protected] · 14 years ago
- 5ad7617 Applying factory pattern (through NativeMetafileFactory class). It is used to retrieve different printing contexts (based on the platform and user preferences). by [email protected] · 14 years ago
- 7756e5b Revert 76553 - Applying factory pattern (through NativeMetafileFactory class). It is used to retrieve different printing contexts (based on the platform and user preferences). by [email protected] · 14 years ago
- 1f3b6804 Applying factory pattern (through NativeMetafileFactory class). It is used to retrieve different printing contexts (based on the platform and user preferences). by [email protected] · 14 years ago
- 6d81b48 Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNavigate. by [email protected] · 14 years ago
- 08397d5 Change includes of gfx/* to ui/gfx/* by [email protected] · 14 years ago
- fb534c9 Rename Real* to Double* in values.* and dependent files by [email protected] · 14 years ago
- 574c7bb7 As the first step in an effort to improve robustness of the cloud print proxy, we fetch printer capabilities and defaults in a child process so that printer driver crashes do not crash the entire proxy. by [email protected] · 15 years ago
- 94fdd85 Reset AssertHandler in IPCMessageTest.Metafile. by [email protected] · 15 years ago
- e3a8a92 clang/mac: Fix most easy problems in chrome.xcodeproj (all targets) by [email protected] · 15 years ago
- 22826e2 Disable tests that are crashing but currently passing due to an overridden assert handler. by [email protected] · 15 years ago
- 939856a FBTF: Move individual XXXMsg_Params structs to a new file. by [email protected] · 15 years ago
- 252cad6 Remove all wstrings from the IPC logging subsystem. by [email protected] · 15 years ago
- 9992266 Remove remaining deprecated wstring methods from base/values.{cc,h}. by [email protected] · 15 years ago
- 1309540 Created a host for running the utility process as a child of the service process. This is used for rendering PDFs to a metafile in a sandbox for the Cloud Print proxy on Windows. by [email protected] · 15 years ago
- ba020f959 Some simplifications, as a pre-step to http://crbug.com/40103 by [email protected] · 15 years ago
- ee8829a Switch from using custom time / epoch handling code (inherited from gears) to base::Time by [email protected] · 15 years ago
- 58c321d Second try for: by [email protected] · 15 years ago
- 9384d38 Revert 39366 - Initial Geolocation implementation by [email protected] · 15 years ago
- 434afdc Initial Geolocation implementation by [email protected] · 15 years ago
- b9ab10c Add CSS Keyword values and conversion routines to webkit glue. by [email protected] · 16 years ago
- 946d1b2 Split the IPC code into ipc/ by [email protected] · 16 years ago[Renamed (97%) from chrome/common/ipc_message_unittest.cc]
- 584f2b2 Add IPC serialization for DictionaryValue and ListValue, with unit tests. by [email protected] · 16 years ago
- c43c668 Fix Skia includes to use the whole path name. by [email protected] · 16 years ago
- ee734f6a Linux valgrind: fix new[] / delete mismatch by [email protected] · 16 years ago
- 40ecd8a1 Try 14398 again, with Mac fix. by [email protected] · 16 years ago
- b3caa91a Revert 14398. by [email protected] · 16 years ago
- 025b3ef Check the size of bitmaps coming over IPC. by [email protected] · 16 years ago
- 82e5ee8 Revert "Move IPC code to ipc/" by [email protected] · 16 years ago[Renamed (93%) from chrome/common/gurl_serialisation_unittest.cc]
- 8cf3f1da Move IPC code to ipc/ by [email protected] · 16 years ago[Renamed (93%) from chrome/common/ipc_message_unittest.cc]
- b6f87899 NO CODE CHANGE by [email protected] · 16 years ago
- 7d5c3ac Revert my change to get the tree green. Not sure why the tests became flaky. I'll try to check them in again but in smaller chunks tomorrow. by [email protected] · 16 years ago
- 39b7b067 Make it easier/less work/less error-prone to create new IPC channel types (i.e. renderer/plugin).Instead of having each message file include the internal one several times with different ifdefs, move that logic to ipc_message_macros.h. Also make the message class starting IDs come from an enum to ensure we don't use a value twice. I simplified the logging code a bit so we don't need X_messages.cc files.Clean up places that we were doing manual packing/unpacking. Most of this was in the automation code. I added a few new template functions to make it convenient to read the parameters from a message, and updated the code to use them.I also removed unnecessary includes of render/plugin_messages.h from headers to speed up compiling.I moved the traits of IPC structs beside the struct definition to make it more apparent what's going on, so we avoid people modifying the struct and forgetting to update the traits.Amit: please look at chrome/test/automation/tab_proxy.ccMarc-Antoine: chrome/browser/printing/*Matt: the rest by [email protected] · 16 years ago
- 90f153f6 add a target to run the ipc tests if and when they all pass. Fix up a signed/unsigned error in the ipc_message unit test. by [email protected] · 17 years ago
- bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
- 09911bf Add chrome to the repository. by initial.commit · 17 years ago