summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Move l10n_util to app/ben@chromium.org2009-05-054-4/+4
* POSIX: Don't allow onunload handlers to hang a renderer forever.agl@chromium.org2009-05-052-0/+32
* Fixes for 10.6jeremy@chromium.org2009-05-051-0/+3
* Plumb the creator URL for popups up to the browser. We don't yet use this fo...pkasting@chromium.org2009-05-052-3/+9
* BUG=11200rafaelw@chromium.org2009-05-059-279/+279
* Fix a memory leak that happen on some video fileshclam@chromium.org2009-05-051-8/+25
* Revert r15278. More unexpected test failures :(darin@chromium.org2009-05-052-2/+32
* Re-do r15244: Fix crash in ~TestWebViewDelegate caused bydarin@chromium.org2009-05-052-32/+2
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-052-2/+2
* implemented API style/convention changes, including:rafaelw@chromium.org2009-05-053-86/+262
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-059-9/+9
* Hook up full-page zoom menu items and fix that zoomed controls don't draw.thakis@chromium.org2009-05-051-1/+36
* Various trivial clean-up bits:pkasting@chromium.org2009-05-052-8/+4
* Fix bug 9812: Remove current RSS code in favor of new more generalizedfinnur@chromium.org2009-05-042-11/+0
* Revert r15244. Failed tests :(darin@chromium.org2009-05-042-2/+32
* Eliminate webkit/glue/webhistoryitem* in favor of adding adarin@chromium.org2009-05-042-32/+2
* Revert bug fix because interactive_ui_tests are failing.mbelshe@google.com2009-05-042-28/+3
* Deprecate wstring version of PathService::Get() in unit tests.thestig@chromium.org2009-05-041-3/+3
* Defer window.close(), window.resizeTo(), and window.moveTo()mbelshe@google.com2009-05-042-3/+28
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-042-2/+2
* Fix more paint bugs in the transparent renderview code.aa@chromium.org2009-05-021-11/+4
* Revert "Enable video in posix builds and remove unneeded ifdefs to guard wind...ajwong@chromium.org2009-05-012-0/+12
* Enable video in posix builds and remove unneeded ifdefs to guard windows.ajwong@chromium.org2009-05-012-12/+0
* This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...jungshik@google.com2009-05-012-2/+5
* This is the first part of the PageAction implementation. More work is require...finnur@chromium.org2009-05-013-13/+45
* Run workers in separate processes.jam@chromium.org2009-05-013-14/+16
* 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