summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-071-0/+1
* Stop serializing WebString over IPC. The new rule is that only POD (plain olddarin@chromium.org2009-04-061-5/+8
* First pass of refactoring dialogs.avi@chromium.org2009-04-061-1/+1
* Callbacks through ChromeClient->RenderView->RenderViewHost for ContentsDidCha...rafaelw@chromium.org2009-04-041-0/+3
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-1/+1
* Move IPC code to ipc/agl@chromium.org2009-04-031-1/+1
* Add code to support 2-way communication between extensions and renderers. Th...mpcomplete@google.com2009-04-021-10/+15
* 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
* Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.hdarin@chromium.org2009-04-011-4/+5
* Use WebConsoleMessage instead of ConsoleMessageLevel.darin@chromium.org2009-03-311-4/+2
* Use WebScriptSource and WebFindInPageRequest from the WebKit API.darin@chromium.org2009-03-311-1/+1
* Add more of the server-side plumbing for extension APIs. Alsoaa@chromium.org2009-03-281-0/+4
* Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.darin@chromium.org2009-03-271-1/+0
* A tricky fix for Issue 1845 (Take 2).hbono@chromium.org2009-03-251-0/+11
* Implement default css for toolstrips.aa@chromium.org2009-03-241-0/+7
* Add basic infrastructure for sending async browser API request and receiving ...aa@chromium.org2009-03-241-2/+14
* Finish hooking up the worker process UI: use the domains of the workers as th...jam@chromium.org2009-03-241-11/+2
* Initial rev at a message passing API for extensions. So far, only passingmpcomplete@google.com2009-03-231-0/+19
* Pressing the Del key while a item is selected in the autocomplete popup delet...jcampan@chromium.org2009-03-201-0/+6
* Removes all use of COM and dependencies on Windows-specific classes (includin...klink@chromium.org2009-03-201-2/+2
* Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.darin@chromium.org2009-03-191-2/+2
* Reverting 11953.hbono@chromium.org2009-03-181-13/+0
* A tricky fix for Issue 1845.hbono@chromium.org2009-03-181-0/+13
* SSL Fix: Step 4.abarth@chromium.org2009-03-171-1/+3
* RSS feed support (part 1), 2nd attempt.finnur@chromium.org2009-03-131-0/+3
* Highlights of changes:hclam@chromium.org2009-03-131-3/+15
* Reverting 11640.finnur@chromium.org2009-03-131-3/+0
* RSS feed support (part 1)finnur@chromium.org2009-03-131-0/+3
* Get rid of the gears in renderer process code. This allows me to do some cle...jam@chromium.org2009-03-131-6/+0
* This changes the base clipboard class, as accomplishing paste requires that C...avi@chromium.org2009-03-101-1/+1
* Changing ForwardMessageToExternalHost to postMessage and passing a propertommi@chromium.org2009-03-091-4/+8
* Landing again the CL that adds security info to canceled requests (last time ...jcampan@chromium.org2009-03-081-2/+3
* Revert change 11197 because it created 138 new layout testsnsylvain@chromium.org2009-03-071-3/+2
* Landing again the CL that adds security info to canceled requests (it was bre...jcampan@chromium.org2009-03-071-2/+3
* Reverting 11179.jcampan@chromium.org2009-03-071-3/+2
* This CL adds a way to specify the security info when canceling a URLRequest.jcampan@chromium.org2009-03-071-2/+3
* POSIX: Rewrite IPC's interaction with FileDescriptoragl@chromium.org2009-03-051-2/+1
* Try #2 of "make JavaScript alerts reflect the URL of the frame they came from,brettw@chromium.org2009-03-051-2/+4
* Reverting 11002.brettw@chromium.org2009-03-051-4/+2
* Make JavaScript alerts reflect the URL of the frame they came from, not thebrettw@chromium.org2009-03-051-2/+4
* Revert change 10975 and 10972 because it broke the purify nsylvain@chromium.org2009-03-051-15/+3
* Highlights of changes:hclam@chromium.org2009-03-051-3/+15
* Update clipboard classes to use string16 and FilePath instead of wstring.estade@chromium.org2009-03-041-2/+2
* Initial checkin of the out of process worker implementation.jam@chromium.org2009-03-041-0/+12
* Make our IME backend platform-independent.hbono@chromium.org2009-03-031-4/+4
* Register an onmessage handler with the external host binding instead of expli...ananta@chromium.org2009-03-031-2/+1
* Implementation of AudioRendererHosthclam@chromium.org2009-02-271-2/+3
* Prototype extension process. This is a proof of concept, with a lot ofmpcomplete@google.com2009-02-271-13/+5
* Developer tools messages are forwarded as wrapped IPC::Messages(previously th...yurys@google.com2009-02-261-23/+13