summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Pass down the opener tab when a message channel is opened to an extension.mpcomplete@google.com2009-05-0112-32/+72
* Revert "POSIX: Don't allow onunload handlers to hang a renderer forever."agl@chromium.org2009-05-012-32/+0
* Measure IPC latency for audiohclam@chromium.org2009-05-012-2/+37
* Replace window.external with a v8::extension.mbelshe@google.com2009-05-018-77/+87
* Only send events to renderers that are listening to an event.Notify browser w...erikkay@google.com2009-05-012-3/+52
* POSIX: Don't allow onunload handlers to hang a renderer forever.agl@chromium.org2009-05-012-0/+32
* Remove COM initialization from renderercpu@google.com2009-04-301-4/+2
* Implement removeWindow, onWindowCreated, onWindowRemoved.rafaelw@chromium.org2009-04-302-7/+33
* Second attempt at cleaning up handling of --disable-popup-blocking. I didn't...pkasting@chromium.org2009-04-292-23/+2
* more extensions bookmarks changes:* add schema verification* add unit tests f...erikkay@google.com2009-04-293-72/+170
* Revert "Instead of passing down a switch to the renderer, storing a member, e...evan@chromium.org2009-04-292-2/+23
* Instead of passing down a switch to the renderer, storing a member, etc., jus...pkasting@chromium.org2009-04-292-23/+2
* Add a few extra error messages to help catch typos in schemas.erikkay@google.com2009-04-291-2/+11
* Buffered data source that does range request to provide data to media pipelinehclam@chromium.org2009-04-294-1/+872
* Finished implementing seeking in WebMediaPlayerDelegateImpl.scherkus@chromium.org2009-04-293-4/+19
* plugins: Some obvious ifdef removals (code that previously wouldn't link).evan@chromium.org2009-04-281-8/+0
* Should handle the events when no printer is detected on localmaruel@chromium.org2009-04-281-0/+9
* Synchronously update the loading state when a load starts so that the UI willbrettw@chromium.org2009-04-281-2/+2
* Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...rafaelw@chromium.org2009-04-281-0/+20
* linux: turn on no-op plugins code.evan@chromium.org2009-04-271-1/+3
* linux: make --single-process mean in-process renderer.evan@chromium.org2009-04-271-0/+8
* Adds --no-audio, which replaces the audio IPC layer with a mock audio device.scherkus@chromium.org2009-04-271-5/+13
* Fix sudden termination after the latest WebKit merge.jam@chromium.org2009-04-254-10/+7
* Implement HTML selects as native Cocoa controls for Chrome.paul@chromium.org2009-04-241-3/+8
* Use WebWorker and WebWorkerClient from the WebKit API.darin@chromium.org2009-04-244-28/+33
* Linux: use opaque NativeViewIdsagl@chromium.org2009-04-241-0/+4
* Remove unused bits and pieces of #ifdefed code that isn't used.tim@chromium.org2009-04-242-45/+0
* Add transparency support to RenderWidgetHostView.aa@chromium.org2009-04-234-1/+48
* Allow Flash (and other plugins) to be installed without restarting the browse...jam@chromium.org2009-04-233-4/+26
* Prototype audio time shift.fbarchard@chromium.org2009-04-231-2/+2
* linux (and some posix): multiprocess plugins compiling.evan@chromium.org2009-04-233-44/+101
* Adds a keyboard-event test into RenderViewTest.hbono@chromium.org2009-04-232-0/+181
* Always enable copy-link-address in context menu.brettw@chromium.org2009-04-221-0/+1
* implement remaining tab events (except for onTabUpdated).rafaelw@chromium.org2009-04-222-3/+25
* DevTools: Run nested message loop instead of whitelisting the messages.pfeldman@chromium.org2009-04-227-103/+42
* Reland r14146 which refactors DialogButton into cross platformtc@google.com2009-04-211-3/+3
* Use webtextinput to insert text for middle-click paste.estade@chromium.org2009-04-211-1/+4
* Fixes bug in WebMediaPlayerDelegateImpl::Seek() where we (wrongly) assumed ti...scherkus@chromium.org2009-04-212-5/+5
* Video and audio now pauses by playing NULL (0) PCM audio when the playback ra...ralphl@chromium.org2009-04-212-10/+15
* - Add a new time marker for loadtimes, the time of the first layoutdavemoore@chromium.org2009-04-212-83/+30
* Change extension event bindings to auto-detach events when the window unloads.mpcomplete@google.com2009-04-203-21/+45
* Move the ffmpeg loading function into media library.ajwong@chromium.org2009-04-181-37/+6
* Several minor changes to API framework.aa@chromium.org2009-04-185-68/+104
* Refactor DataSourceImpl to get rid of using ReleaseRendererResource for cleanuphclam@chromium.org2009-04-176-165/+128
* A subset of the bookmarks API- missing events- missing unit tests- missing ab...erikkay@google.com2009-04-171-1/+112
* Adding a comment stating what needs to be recompiled in orderfor changes to t...finnur@chromium.org2009-04-175-0/+41
* Rename AllowCrossOriginAccessHack to GrantUniversalAccess, and move the HACKmpcomplete@google.com2009-04-171-1/+5
* added windows.getWindows() and tabs.moveTab()rafaelw@chromium.org2009-04-172-2/+41
* DevTools: Make all devtools messages dispatch through debugger interrupt.pfeldman@chromium.org2009-04-178-48/+166
* Prevent Plugin Channel Host from dropping reply messages while plugins are di...pfeldman@chromium.org2009-04-173-13/+28