summaryrefslogtreecommitdiffstats
path: root/chrome/common
Commit message (Expand)AuthorAgeFilesLines
* Implement extension:// protocol.aa@chromium.org2008-12-241-1/+6
* Fix Win/Release build bustage.jeremy@chromium.org2008-12-221-0/+2
* Bring up chrome/common/ipc_sync_message.cc on POSIX.jeremy@chromium.org2008-12-222-6/+16
* Bring up IPC::ChannelProxy on POSIX.jeremy@chromium.org2008-12-224-4/+66
* Implement command line switch to allow using a FIFO or a socketpair() for IPC...jeremy@chromium.org2008-12-196-33/+169
* Initial generation of native Visual Studio solution filessgk@google.com2008-12-192-0/+16
* Convert from using env['PLATFORM'] directly to using the more flexiblesgk@google.com2008-12-182-10/+10
* Porting in renderer/phajdan.jr@chromium.org2008-12-182-1/+29
* Move the "platform" wrappers in skia/ext to the skia namespace.brettw@google.com2008-12-173-6/+6
* Platform cleanup in browser/ and porting of few files.phajdan.jr@chromium.org2008-12-171-1/+6
* Handle HTTP 200 responses received in response to byte range requests issued ...ananta@chromium.org2008-12-171-1/+6
* * Fix for one end of FIFO not being set as non-blocking. This fixes the IPC ...jeremy@chromium.org2008-12-162-4/+4
* Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files.maruel@chromium.org2008-12-162-896/+896
* Reverting 7083,7079.phajdan.jr@chromium.org2008-12-161-8/+0
* Fix Linux build failure caused by GCC 4.3/4.2 differences.phajdan.jr@chromium.org2008-12-161-0/+8
* message_pump_libevent refactor:jeremy@chromium.org2008-12-152-91/+61
* Add "Enable spell check for this field" menu option in sub context menu for c...sidchat@google.com2008-12-152-0/+6
* Platform cleanup in common/ and even porting few files and unit tests.phajdan.jr@chromium.org2008-12-152-28/+10
* Implement visited link coloring.brettw@google.com2008-12-132-8/+13
* Move skia_utils into the skia namespace.brettw@google.com2008-12-121-1/+1
* Have GRIT generate files into a common directory.tc@google.com2008-12-121-1/+1
* Move Image operations and convolver to the skia namespace and clean up a few ...brettw@google.com2008-12-121-3/+3
* Add PropertyBag to TabContents. Convert the autocomplete state as a proof of ...brettw@google.com2008-12-122-0/+18
* Reverting 6911.ojan@google.com2008-12-122-54/+84
* message_pump_libevent refactor:jeremy@chromium.org2008-12-122-84/+54
* chrome_canvas: fork into platform independent/dependent filesagl@chromium.org2008-12-127-420/+108
* Rename chrome_font.cc to chrome_font_win.cc in the scons build.tc@google.com2008-12-121-1/+1
* Changes bookmark manager's import to show a description in the filessky@google.com2008-12-122-10/+35
* Duplicate chrome_canvas.cc in preparation for forking the file.agl@chromium.org2008-12-121-0/+405
* Rename chrome_font.cc to chrome_font_win.ccagl@chromium.org2008-12-122-1/+1
* ...agl@chromium.org2008-12-124-16/+27
* ...agl@chromium.org2008-12-121-0/+57
* ...agl@chromium.org2008-12-121-0/+147
* ...agl@chromium.org2008-12-124-29/+97
* Ensure that the directory has a trailing separator when highlightingpaulg@google.com2008-12-121-0/+5
* Rename ViewHandle to NativeView et al.agl@chromium.org2008-12-111-1/+1
* Build ipc_tests on linux.tc@google.com2008-12-113-12/+36
* Refactor IPC::Channel to have a common header.jeremy@chromium.org2008-12-1011-156/+295
* run ipc unit tests in release mode (was running other unit tests). port code ...pinkerton@google.com2008-12-101-2/+2
* Reverting 6709,6708,6706.brettw@google.com2008-12-101-3/+3
* Remove base dependency from image_operations and associated unittests. I also...brettw@google.com2008-12-101-3/+3
* Misc proxy service changes.ericroman@google.com2008-12-101-0/+7
* Fix style fro last CL. I had extra space to prevent >> at the end of the temp...brettw@google.com2008-12-101-1/+1
* Fox more gcc template errors.brettw@google.com2008-12-101-3/+3
* Fix gcc compilation issue. The inner class doesn't need a template decl.brettw@google.com2008-12-101-1/+0
* Add property bag to the build.brettw@google.com2008-12-102-0/+9
* Add a property bag which is a typesafe list of arbitrary data that can bebrettw@google.com2008-12-093-0/+275
* Bring up ipc tests on POSIX.jeremy@chromium.org2008-12-093-90/+91
* Adding a unit test for the AppendExtensionIfNeeded partfinnur@google.com2008-12-093-14/+81
* First cut at POSIX Implementation of IPC Channel using FIFOs.jeremy@chromium.org2008-12-082-18/+518