summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Sandbox on SnowLeopard.jeremy@chromium.org2009-04-162-26/+60
* Don't call COM stuff in the renderercpu@google.com2009-04-161-8/+7
* Handles audio messages on IO thread in render processhclam@chromium.org2009-04-169-269/+382
* Chrome changes to support WebKit API changes.darin@chromium.org2009-04-162-6/+8
* Introduce printing test case (Step 1)hbono@chromium.org2009-04-164-3/+76
* Initial plumbing for sending events from the browser to extension renderers. ...rafaelw@chromium.org2009-04-169-14/+53
* Attempt to shush Purify about a memory leak.aa@chromium.org2009-04-161-8/+14
* Miscellaneous API sprucing.aa@chromium.org2009-04-167-11/+29
* TBR: Revert "Miscellaneous API sprucing."aa@chromium.org2009-04-157-29/+11
* Miscellaneous API sprucing.aa@chromium.org2009-04-157-11/+29
* Add a hack to enable cross-origin XHR for all pages with a "chrome-extension"mpcomplete@google.com2009-04-151-0/+3
* Add JsonSchema-based validation for the tab APIs.aa@chromium.org2009-04-1412-226/+726
* Add command line flag that removes randomness from javascript functions, to b...ace@google.com2009-04-141-1/+2
* Revert "Add JsonSchema-based validation for the tab APIs."aa@chromium.org2009-04-1412-732/+226
* Add JsonSchema-based validation for the tab APIs.aa@chromium.org2009-04-1412-226/+732
* Hook up extension events to the json parser, and change the extension messagempcomplete@google.com2009-04-135-17/+30
* Refactoring; switch the |filter| parameter into something that is more amenab...avi@chromium.org2009-04-122-7/+5
* Make sure we can handle favicons that are provided as data: URLsarv@chromium.org2009-04-112-1/+30
* Remove histogram connection to base classes in stats_counterjar@chromium.org2009-04-101-0/+1
* Removing --enable-video and instead relying on having DLLs present.scherkus@chromium.org2009-04-101-1/+1
* Flesh out more extensions tab api (added getTab, removeTab, updateTab)rafaelw@chromium.org2009-04-101-2/+21
* Chrome side of the WebKit popup changes.paulg@google.com2009-04-102-11/+11