summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* An experimental fix for Issue 9718.hbono@chromium.org2009-04-221-17/+64
* Fix hang seen in plugin process because plugin creation ended up having to wa...jam@chromium.org2009-04-212-8/+93
* Rework the RWHV so that when it gets a paint message from the renderer it imm...avi@google.com2009-04-212-45/+57
* Fix a leak of the NavigationController during many tests. A duplicatebrettw@chromium.org2009-04-212-17/+10
* I managed to break test_shell. Reverting. I'll fix tomorrow.agl@chromium.org2009-04-215-152/+59
* Linux: move X operations from the IO to UI2 thread.agl@chromium.org2009-04-215-59/+152
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-204-11/+8
* Add a FieldTrial and histograms for measuring impact of http prioritization.willchan@chromium.org2009-04-202-21/+33
* Reverting 14005.brettw@chromium.org2009-04-184-7/+10
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-184-10/+7
* URLRequest::Interceptor enhancements1) Allow an interceptor to change its min...michaeln@google.com2009-04-162-11/+16
* Add command line flag that removes randomness from javascript functions, to b...ace@google.com2009-04-141-0/+1
* Fixes a bug where scrolling up would draw over the horizontalavi@google.com2009-04-141-1/+10
* Linux: don't drop invalid scroll requests.agl@chromium.org2009-04-141-20/+18
* Fix problems correctly invalidating/repainting when our updated paint rect fo...pkasting@chromium.org2009-04-147-20/+62
* Fix a crash where the ResourceMessageFilter is deleted before apaulg@google.com2009-04-144-15/+50
* Don't overload the meaning of the RENDERER_PROCESS_TERMINATED notification, i...jam@chromium.org2009-04-133-26/+8
* My previous refactoring of the mouse-wheel redirecting codejcampan@chromium.org2009-04-131-8/+8
* A quick fix for Issue 9762 and 9763.hbono@chromium.org2009-04-133-20/+95
* Refactoring; switch the |filter| parameter into something that is more amenab...avi@chromium.org2009-04-123-12/+7
* Removing --enable-video and instead relying on having DLLs present.scherkus@chromium.org2009-04-101-1/+0
* Give the filter setup more context so it can figure out whether it's download...thestig@chromium.org2009-04-101-0/+2
* Fix a typo (LOAD_ENABLE_FILE) in a comment added in r11661.wtc@chromium.org2009-04-101-1/+2
* Introducing ExtensionProcessManager. This manages the ExtensionViews tompcomplete@google.com2009-04-091-4/+6
* DevTools: Cache resources before attach, hide agents behind the flag.pfeldman@chromium.org2009-04-091-0/+1
* Reverting 13419.pfeldman@chromium.org2009-04-091-1/+0
* DevTools: Cache resource metainfo even when debugger agent is not attached.pfeldman@chromium.org2009-04-091-0/+1
* Copy text selection from renderer to browser every time it changes.estade@chromium.org2009-04-095-107/+9
* Scaffolding cleanup.thestig@chromium.org2009-04-081-0/+2
* When the Find bar has focus it eats keypresses such as PageUp, PageDown and U...finnur@chromium.org2009-04-084-5/+12
* Use histogram in AudioRendererHost to measure IPC audio latencyhclam@chromium.org2009-04-081-2/+17
* Remove more unneeded scaffolding.thestig@chromium.org2009-04-082-10/+1
* Add aa's Event class to our javascript bindings and use it in our extensionmpcomplete@google.com2009-04-081-0/+1
* Enable a bunch of ui tests on Mac.pinkerton@chromium.org2009-04-081-2/+2
* Revert 12739, 12740, and 12741 because we're going to fix Issue 7448 purely i...abarth@chromium.org2009-04-083-18/+0
* Support the new popup and new window dispositions in the external tab contain...ananta@chromium.org2009-04-081-0/+2
* Switch to using WebDragData in WebView and WebViewDelegate.darin@chromium.org2009-04-071-7/+14
* linux: pass a bunch more ui tests.evan@chromium.org2009-04-071-7/+9
* Fix some threading issues and some refactoring in AudioRendererHosthclam@chromium.org2009-04-074-227/+423
* Fix a crash seen when trying to paste on linux.tc@google.com2009-04-071-0/+3
* Refactor AppModalDialogQueue and move JS Alert boxes into a MVC.tc@google.com2009-04-072-3/+2
* Adds new messages and widens some existing messages between the renderer and ...michaeln@google.com2009-04-074-2/+14
* Make the RenderViewHostFactory a global. This prevents us from having to passbrettw@chromium.org2009-04-075-13/+110
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-075-8/+11
* Fix a selection clipboard leak.estade@chromium.org2009-04-071-0/+1
* Stop serializing WebString over IPC. The new rule is that only POD (plain olddarin@chromium.org2009-04-062-20/+18
* First pass of refactoring dialogs.avi@chromium.org2009-04-066-22/+31
* Remove some uses of custom tab contents types from some tests.brettw@chromium.org2009-04-044-7/+22
* Callbacks through ChromeClient->RenderView->RenderViewHost for ContentsDidCha...rafaelw@chromium.org2009-04-043-0/+10
* - Added support for keeping track of load times.davemoore@chromium.org2009-04-031-0/+2