summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Speculative fix for memory leak in unit tests.TBR=erikkayjam@chromium.org2009-03-012-3/+14
* Chrome side to pick up new WebKit API changes.darin@chromium.org2009-02-288-29/+91
* Implementation of AudioRendererHosthclam@chromium.org2009-02-272-3/+3
* Prototype extension process. This is a proof of concept, with a lot ofmpcomplete@google.com2009-02-2710-44/+93
* Fix crash that happens when the damaged rect is bigger than the HDC we get fo...jam@chromium.org2009-02-271-4/+11
* We don't support beeing scrolled in two dimensions at a time.mad@chromium.org2009-02-271-10/+5
* Don't send WebInputEvents from the renderer to the browser.erg@google.com2009-02-271-4/+2
* Enable --single-process for Mac and Linux.shess@chromium.org2009-02-271-0/+3
* Chrome side to implement WebMimeRegistry.darin@chromium.org2009-02-267-85/+138
* Revert brett's code, for real this time.nsylvain@chromium.org2009-02-262-7/+6
* More URL constants replacement.brettw@chromium.org2009-02-262-6/+7
* DevToolsAgent provides IPC access to the inspected page from developer tools.yurys@google.com2009-02-2610-0/+449
* Sandbox warmup - localtime().jeremy@chromium.org2009-02-261-0/+4
* Chromium changes to use new WebKit, WebKitClient, and WebClipboard interfaces.darin@chromium.org2009-02-265-10/+24
* Convert sandbox NOTIMPLEMENTED()s into a bug.evan@chromium.org2009-02-251-3/+6
* Don't send the receiver function name in the ExternalHostBindings::ForwardMes...ananta@chromium.org2009-02-251-7/+5
* This CL causes the autofill popup to hide when the browser window is moved or...jcampan@chromium.org2009-02-253-1/+22
* Dynamically load FFmpeg DLLs if present and --enable-video is on.scherkus@chromium.org2009-02-251-3/+37
* Delete the ViewSourceTabContents.brettw@chromium.org2009-02-252-4/+5
* Sandbox fix - warmup -[NSColor colorUsingColorSpaceName].jeremy@chromium.org2009-02-252-2/+11
* Initial support for Renderer Side Histogramsjar@chromium.org2009-02-257-1/+189
* Temporary fix for the Cocoa-in-renderer problem.jrg@chromium.org2009-02-251-2/+27
* Always log out how many user scripts were injected, not justaa@chromium.org2009-02-251-4/+2