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