summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Instead of queuing ResourceDispatcher IPC messages in RenderView, use Resourc...jam@chromium.org2009-03-102-37/+0
* Fix build breaks after webkit merge.jam@chromium.org2009-03-102-1/+3
* Adds logging of main URL for IPC messages. This is just a start. Isky@google.com2009-03-101-0/+20
* NO CODE CHANGEdeanm@chromium.org2009-03-1029-30/+0
* NO CODE CHANGE.maruel@google.com2009-03-104-6/+11
* Get rid of renderer startup dialog implementation on linux.estade@chromium.org2009-03-101-12/+0
* Adds the ability to log the URL of the renderer if the renderersky@google.com2009-03-093-0/+80
* Changing ForwardMessageToExternalHost to postMessage and passing a propertommi@chromium.org2009-03-094-29/+153
* More WebKit API action (chromium side).darin@chromium.org2009-03-094-37/+17
* Landing again the CL that adds security info to canceled requests (last time ...jcampan@chromium.org2009-03-081-1/+2
* Fill out some of the new abstract methods of WebKitClient.ericroman@google.com2009-03-082-2/+28
* WebKit merge 41447:41498ericroman@google.com2009-03-072-3/+4
* Revert change 11197 because it created 138 new layout testsnsylvain@chromium.org2009-03-071-2/+1
* Landing again the CL that adds security info to canceled requests (it was bre...jcampan@chromium.org2009-03-071-1/+2
* Reverting 11179.jcampan@chromium.org2009-03-071-2/+1
* This CL adds a way to specify the security info when canceling a URLRequest.jcampan@chromium.org2009-03-071-1/+2
* Pipeline_Impl was modified to properly render a stream that has video but no ...ralphl@chromium.org2009-03-061-3/+1
* Reland r11118.darin@chromium.org2009-03-063-14/+15
* Revert r11118 :(darin@chromium.org2009-03-063-15/+14
* More WebKit API action (chromium side)darin@chromium.org2009-03-063-14/+15
* Hook up WebKit worker with Chromium.jianli@chromium.org2009-03-052-2/+13
* Allow the renderer/ to include files from webkit/extensions/.darin@chromium.org2009-03-051-0/+1
* POSIX: Rewrite IPC's interaction with FileDescriptoragl@chromium.org2009-03-051-4/+4
* Refactor v8 extensions so that they aren't in the WebCore namespace, and can ...asargent@chromium.org2009-03-052-4/+13
* Try #2 of "make JavaScript alerts reflect the URL of the frame they came from,brettw@chromium.org2009-03-052-10/+15
* Have WebWorkerProxy send messages directly through RenderThread, instead of R...jam@chromium.org2009-03-053-10/+6
* Reverting 11002.brettw@chromium.org2009-03-052-15/+10
* Make JavaScript alerts reflect the URL of the frame they came from, not thebrettw@chromium.org2009-03-052-10/+15
* Revert r10974 since it didn't change performance on the page cyclers.darin@chromium.org2009-03-051-11/+0
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-057-11/+11
* - DevToolsAgent is notified in render thread when RenderView is being detroyed.yurys@google.com2009-03-053-3/+20
* Temporarily disable cookie codepaths that use WebKitClient to analyzedarin@chromium.org2009-03-051-0/+11
* Changed several references from "char" to "uint8" which is the appropriate de...ralphl@chromium.org2009-03-042-15/+17
* Commit http://codereview.chromium.org/27037aa@chromium.org2009-03-042-8/+41
* Reduce string conversions related to cookie handling, and eliminate somedarin@chromium.org2009-03-041-7/+8
* Eliminate an implicit string copy from WebString to string16 in order to testdarin@chromium.org2009-03-041-1/+2
* 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-047-4/+172
* revert broken change 10833nsylvain@chromium.org2009-03-032-69/+45
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-032-45/+69
* Revert dsh's change 10818nsylvain@chromium.org2009-03-032-66/+45
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-032-45/+66
* Add a macutil for the main app bundle and overridethomasvl@chromium.org2009-03-031-18/+12
* Remove ifdefs around parts ported by all platforms.pinkerton@chromium.org2009-03-031-15/+0
* Remove some instances of NOTIMPLEMENTED in favor of hooking up functionality ...pinkerton@chromium.org2009-03-031-2/+1
* Make our IME backend platform-independent.hbono@chromium.org2009-03-032-0/+129
* Register an onmessage handler with the external host binding instead of expli...ananta@chromium.org2009-03-034-21/+28
* Minor cleanup in webkit/glue:darin@chromium.org2009-03-021-1/+0
* Fix the IPC::SyncChannel leaks with RenderThread in the callstack. This work...jam@chromium.org2009-03-022-8/+21
* Revert my previous change. It fixed the memory leaks (see http://build.chrom...jam@chromium.org2009-03-012-15/+4