summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* If URL requests are to be routed through the external host, the ExternalTabCo...ananta@chromium.org2009-08-101-0/+1
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-1021-238/+281
* Add a new net::Error value: ERR_CONNECTION_TIMED_OUT.willchan@chromium.org2009-08-072-3/+9
* Add module-level permissions to extensions.mpcomplete@chromium.org2009-08-077-17/+141
* Add CSS Keyword values and conversion routines to webkit glue.jeremy@chromium.org2009-08-072-0/+25
* Move ClosePage method to WebView.darin@chromium.org2009-08-061-1/+1
* When the plugin crashes, cleanup references to its window in the renderer.piman@chromium.org2009-08-066-2/+31
* Enable message ports for workers.jam@chromium.org2009-08-062-6/+33
* Free demuxed audio packets if audio device failshclam@chromium.org2009-08-061-0/+1
* Fix a bunch of layout tests related to dumpResourceLoadCallbacks.darin@chromium.org2009-08-062-2/+4
* Original change by Min-Yu Huang <minyu.huang@gmail.com> intc@google.com2009-08-055-503/+176
* Copy files to preserve version history. Will be edited when Itc@google.com2009-08-051-0/+441
* This CL is doing a bunch of Misc work to make LocalStorage data persist.jorlow@chromium.org2009-08-052-0/+12
* Support for referenced schema types in json_schema.rafaelw@chromium.org2009-08-053-1/+42
* Linux: match GTK's hinting settings.agl@chromium.org2009-08-041-3/+21
* Force databases to be enabled when extensions are enabled soaa@chromium.org2009-08-041-1/+4
* Build fix.agl@chromium.org2009-08-041-0/+4
* Linux: don't try and read shmmax in the sandbox.agl@chromium.org2009-08-041-13/+1
* Move alternate 404 error page loading out of WebFrame and into RenderView.darin@chromium.org2009-08-043-18/+130
* mole API - take 2erikkay@chromium.org2009-08-042-1/+42
* Another attempt at landing this patch.ananta@chromium.org2009-08-042-4/+10
* Cross-process Message Port implementation.jam@chromium.org2009-08-042-0/+7
* Delay loading of ExtensionHosts until the background page is ready.mpcomplete@chromium.org2009-08-031-1/+8
* Move alternate error page loading out of WebFrame.darin@chromium.org2009-08-023-34/+105
* Add renderer histograms for late binding of sockets.willchan@chromium.org2009-08-021-0/+22
* Rolling back change 22245.chrome-bot@google.com2009-08-022-42/+1
* mole expand/collapse API, callable from a toolstrip for manual operationerikkay@chromium.org2009-08-012-1/+42
* Replace the guts of AudioRendererBase with calls to scaling algorithm.kylep@chromium.org2009-08-012-13/+7
* Replace WebPluginDelegateProxy::BackgroundChanged NOTIMPLEMENTED with a bug c...stuartmorgan@google.com2009-07-311-2/+5
* Fix Mac plugin background snapshotsstuartmorgan@google.com2009-07-311-0/+5
* Fix a crash that was caused by a NULL entry in the PendingRequestMap.mpcomplete@chromium.org2009-07-301-5/+7
* Enable the V8 binding's StringImpl cache for renderer processes.darin@chromium.org2009-07-301-0/+2
* Reverting 22041 as it caused plugin crashes in reliability test runs.ananta@chromium.org2009-07-301-2/+4
* Add a WebKit API that registers a V8 extension to be loaded into contentmpcomplete@chromium.org2009-07-307-19/+52
* Fixing the description of printing related string translation.evan@chromium.org2009-07-301-1/+1
* Fix the sad tab so that it draws right-side-up on the Macstuartmorgan@google.com2009-07-301-0/+5
* Remove dependencies on the bug-bait V8Proxy::context() API. No behavior change.abarth@chromium.org2009-07-301-2/+2
* Another attempt at landing this patch. ananta@chromium.org2009-07-301-4/+2
* linux: fix plugins crash: 0 is a valid shm handle.piman@chromium.org2009-07-301-3/+3
* Continue eliminating direct NPN_ function calls that go from Chromium code to...jorlow@chromium.org2009-07-302-16/+20
* Update the Mac plugin dummy window code for the new coordinate system.stuartmorgan@google.com2009-07-291-4/+5
* This CL fixes issue 17468: Regression: Directionality marks should not be ins...xji@chromium.org2009-07-292-3/+8
* Fixes an audio playback regression caused by seeking in audio/video media.scherkus@chromium.org2009-07-291-1/+1
* Assorted fixes for 64-bit.deanm@chromium.org2009-07-281-1/+1
* Reenable use of ExecuteScriptInNewWorld.mpcomplete@chromium.org2009-07-281-4/+1
* Remove *.vsprops files that are no longer referenced (or only havesgk@google.com2009-07-281-12/+0
* Remove a comment that doesn't make any sense.evan@chromium.org2009-07-281-3/+2
* Navigation and cookies for Automationamit@chromium.org2009-07-282-6/+28
* Adding HTML5 DB support to Chromium: Chromium changesdumi@chromium.org2009-07-274-0/+67
* Pull out synchronous extension apis to extensions_api.json, add custom handli...rafaelw@chromium.org2009-07-272-55/+74