summaryrefslogtreecommitdiffstats
path: root/chrome/common
Commit message (Expand)AuthorAgeFilesLines
* Use one worker process per domain until we hit the maximum count of 10, then ...jam@chromium.org2009-04-072-0/+5
* Refactor AppModalDialogQueue and move JS Alert boxes into a MVC.tc@google.com2009-04-071-19/+0
* Remove unneeded includes of base/string_piece.hthestig@chromium.org2009-04-071-4/+5
* Adds new messages and widens some existing messages between the renderer and ...michaeln@google.com2009-04-0712-3/+412
* Fix a problem with DrawRectInt at the edges of a ChromeCanvas.deanm@chromium.org2009-04-071-9/+10
* Revert "Implement chromium.self in content scripts..."aa@chromium.org2009-04-072-15/+0
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-073-3/+5
* Implement chromium.self in content scripts, so that developers don'taa@chromium.org2009-04-072-0/+15
* Fix crash if skia failed to find default font.estade@chromium.org2009-04-073-14/+57
* Basic infobars on linux.estade@chromium.org2009-04-061-0/+2
* Stop serializing WebString over IPC. The new rule is that only POD (plain olddarin@chromium.org2009-04-062-58/+35
* First pass of refactoring dialogs.avi@chromium.org2009-04-062-3/+3
* Better Linux ChromeCanvas text drawing, using Pango.deanm@chromium.org2009-04-064-74/+116
* Make the new save as dialog work on Vista too, sincensylvain@chromium.org2009-04-061-2/+2
* Callbacks through ChromeClient->RenderView->RenderViewHost for ContentsDidCha...rafaelw@chromium.org2009-04-042-0/+8
* - Added support for keeping track of load times.davemoore@chromium.org2009-04-031-1/+12
* Make the font family and the font size used in dom UI localizable. This is a ...jungshik@google.com2009-04-034-15/+1
* Make ProxyResolverV8 the default.ericroman@google.com2009-04-032-6/+4
* Remove unneeded uses of base/pickle.h. Add some explicit #includes.thestig@chromium.org2009-04-033-1/+4
* Build fix: devtools_messages_internal.h moved w/o updating if 0 blockagl@chromium.org2009-04-031-1/+1
* Remove unneeded temp_scaffolding_stubs.h includes. Remove ConstrainedWindow f...thestig@chromium.org2009-04-031-11/+0
* Remove deprecated wstring ctor of JSONFileValueSerializer.phajdan.jr@chromium.org2009-04-034-20/+21
* DevTools: move devtools messages to common.pfeldman@chromium.org2009-04-033-0/+104
* Move HTML dialogs out of their own tab contents type. Moved functions to newbrettw@chromium.org2009-04-033-6/+14
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-0353-205/+9659
* Move IPC code to ipc/agl@chromium.org2009-04-0353-9659/+205
* Add code to support 2-way communication between extensions and renderers. Th...mpcomplete@google.com2009-04-022-11/+19
* Copy selection to x clipboard.estade@chromium.org2009-04-021-1/+12
* Paste from the x clipboard into webkit.estade@chromium.org2009-04-021-0/+8
* Update public FFmpeg header files from r16647 to r18286.scherkus@chromium.org2009-04-021-1/+1
* Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.hdarin@chromium.org2009-04-014-245/+305
* Remove the checked-in scons configuration files.sgk@google.com2009-04-012-558/+0
* Re-enable save package on linux, mac.estade@chromium.org2009-04-014-0/+21
* Use portable typedef for PIDs (process IDs).phajdan.jr@chromium.org2009-04-012-3/+3
* Port plugin messages.jam@chromium.org2009-04-015-65/+53
* Plug memory leaks in TextEliderTest.TestGeneralElidingdank@chromium.org2009-04-011-0/+2
* Use WebConsoleMessage instead of ConsoleMessageLevel.darin@chromium.org2009-03-313-22/+42
* Linux: fix segfault on exitagl@chromium.org2009-03-311-0/+1
* Linux build fixagl@chromium.org2009-03-311-0/+15
* Fix unit test failures caused by bad ParamTraits for WebString.darin@chromium.org2009-03-311-4/+4
* Use WebScriptSource and WebFindInPageRequest from the WebKit API.darin@chromium.org2009-03-313-26/+46
* Read the default gtk font from GtkSettings instead of getting the font from a...jhawkins@chromium.org2009-03-311-6/+18
* Make app installation work when --user-data-dir is specified.brettw@chromium.org2009-03-311-1/+1
* Remove Windows "Save As" dialogs from Save Page code.In this change:- convert...paulg@google.com2009-03-301-2/+2
* Use HTTP status return code to make SDCH handling more robust.jar@chromium.org2009-03-302-2/+2
* Platform cleanup in chrome UI tests.phajdan.jr@chromium.org2009-03-301-3/+4
* Add more of the server-side plumbing for extension APIs. Alsoaa@chromium.org2009-03-281-0/+4
* Build fix.abarth@chromium.org2009-03-281-1/+1
* Add the ability to specify a default MIME type when loading a resource. We'l...abarth@chromium.org2009-03-283-0/+14
* Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.darin@chromium.org2009-03-276-29/+42