summaryrefslogtreecommitdiffstats
path: root/chrome/common
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Platform cleanup in common/deanm@chromium.org2008-12-082-7/+7
* Fixing build bustage. Adding files which were part of the original changeananta@chromium.org2008-12-051-0/+2
* Add error messages to JSONReader and friends. This required a bit of refactor...aa@chromium.org2008-12-057-25/+34
* Fix a race condition in the SyncChannel code.jam@chromium.org2008-12-052-61/+37
* fix chrome_paths to make some test dirs relative to base::DIR_SOURCE_ROOTerikkay@google.com2008-12-051-9/+7
* Introduce ExtensionsService. Load extensions on startup from a directory inaa@chromium.org2008-12-052-0/+4
* Don't cancel the original manual data stream request when the plugin invokesananta@chromium.org2008-12-041-2/+0
* Changed svn:eol-style of all .sln and .vcproj files to CRLFscherkus@chromium.org2008-12-042-884/+884
* really fix the ifdefpinkerton@google.com2008-12-041-1/+1
* wrap logging with correct ifdefpinkerton@google.com2008-12-041-0/+2
* add a target to run the ipc tests if and when they all pass. Fix up a signed/...pinkerton@google.com2008-12-041-1/+1
* Chromium-MultiProfile-Prototypemunjal@chromium.org2008-12-032-0/+4
* Move base/gfx/skia_util to skia/ext/skia_util_win.brettw@google.com2008-12-031-1/+4
* Fixes bug in window positioning that resulted in positioningsky@google.com2008-12-031-4/+8
* Move convolver and image_operations from base/gfx to skia/ext. This is justbrettw@google.com2008-12-031-1/+1
* Revert my skia file moves because of layout test failures.brettw@google.com2008-12-032-9/+5
* Updated the design document URLs for ResourceDispatcher and ResourceDispatche...scherkus@chromium.org2008-12-032-2/+2
* Fix issue 4829: No file extensions listed when saving imagesfinnur@google.com2008-12-032-21/+60
* Move convolver, image_operations, and skia_utils from base/gfx to skia/ext.brettw@google.com2008-12-022-5/+9
* Remove the URL and title from the state getting functions and IPC messages.brettw@google.com2008-12-021-3/+1
* Try to reland the ipc code to see if the testsnsylvain@chromium.org2008-12-029-71/+100