summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Implement granular cross-origin XHR for extensions.aa@chromium.org2009-08-235-16/+46
* Validation of extension api callbacks and event parameters in DEBUGrafaelw@chromium.org2009-08-229-33/+124
* Some tweaks to the OS X Sandbox:jeremy@chromium.org2009-08-212-27/+36
* Retrofit the pre-existing appache message dispatching with the new WebKit API...michaeln@google.com2009-08-216-13/+24
* Hide seccomp sandbox from !X86deanm@chromium.org2009-08-211-0/+2
* More removal of WebCore usage from webplugin_impl.ccdarin@chromium.org2009-08-212-6/+6
* DevTools l10n: generate localized strings and use them.mnaganov@chromium.org2009-08-211-1/+7
* Remove include of IPC headers from headers they crept into. This slows down ...jam@chromium.org2009-08-201-1/+0
* Remove special event pumping now that r21355 is in and we can specify to use ...avi@chromium.org2009-08-202-34/+6
* Revert r23820 by mnaganov due to Interactive Test failuresasargent@chromium.org2009-08-201-7/+1
* DevTools l10n: generate localized strings and use them.mnaganov@chromium.org2009-08-201-1/+7
* Change WebCanvas to be a CGContext on Mac.darin@chromium.org2009-08-192-2/+4
* Move IDMap back to base/ where it is needed.phajdan.jr@chromium.org2009-08-192-2/+2
* Async extension callbacks now always fire and set chrome.extension.lastError ...rafaelw@chromium.org2009-08-183-6/+13
* We need to initialize last_top_level_navigation_page_id_ in the constructor o...ananta@chromium.org2009-08-181-0/+1
* linux/mac: fix another race condition with the plugin channelpiman@chromium.org2009-08-181-7/+0
* Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...erikkay@chromium.org2009-08-181-2/+2
* Remove webview's dependency on webpreferences.jorlow@chromium.org2009-08-173-14/+27
* Ensure we don't load plugins on the IO thread.jam@chromium.org2009-08-151-3/+2
* linux: implement WebPluginDelegateProxy::BackgroundChangedpiman@chromium.org2009-08-141-5/+51
* Remove WebFrame::selectAll and WebFrame::clearSelection in favor of havingdarin@chromium.org2009-08-141-4/+6
* Reverting 23420. It caused a reliability regression.maruel@chromium.org2009-08-141-2/+3
* Implementation of getBackgroundPage(), getToolstrips(), andaa@chromium.org2009-08-146-92/+189
* Ensure we don't load plugins on the IO thread.jam@chromium.org2009-08-141-3/+2
* Address bug 12392 by only updating the PRIMARY selection if we are currentlyestade@chromium.org2009-08-133-1/+11
* I have taken over this patch, original authored by Adam Hunter (adamhunter).rafaelw@chromium.org2009-08-131-0/+12
* Allow extensions to use APIs that they didn't ask permission to use.mpcomplete@chromium.org2009-08-122-2/+12
* Move IDMap from base/ to common/phajdan.jr@chromium.org2009-08-122-2/+2
* Add chrome.extension to extension_api.json and docs.rafaelw@chromium.org2009-08-122-3/+13
* linux/mac: Fix race condition when destroying the renderer<->plugin channelpiman@chromium.org2009-08-111-0/+8
* Initial version of the Seccomp sandbox. Imported from http://code.google.com/...markus@chromium.org2009-08-112-2/+19
* AudioRendererHost send ViewMsg_AudioStreamStatehclam@chromium.org2009-08-115-32/+21
* The spec for ____storage.key() changed. Now, instead of raising an exception...jorlow@chromium.org2009-08-112-5/+5
* Add some helper methods for constructing a WebCString from UTF16 input,darin@chromium.org2009-08-114-6/+5
* 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