summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Add a comment in PrintWebViewHelper::Print().maruel@chromium.org2009-08-261-0/+7
* Revert 24314 - Modify the RenderThread to track the number of widgetsmbelshe@google.com2009-08-255-119/+13
* Modify the RenderThread to track the number of widgetsmbelshe@google.com2009-08-255-13/+119
* linux: new socket/plug code for windowed pluginspiman@chromium.org2009-08-254-24/+26
* Revert 24227 - Modify the RenderThread to track the number of widgetsnick@chromium.org2009-08-255-115/+13
* Modify the RenderThread to track the number of widgetsmbelshe@google.com2009-08-255-13/+115
* Revert r24223. Storage test is not working.aa@chromium.org2009-08-251-0/+7
* Try again to commit r24174: Change the way json_schema.js is loaded.aa@chromium.org2009-08-259-44/+57
* Force databases and localstorage to be enabled extensions.aa@chromium.org2009-08-251-7/+0
* Revert r24217.aa@chromium.org2009-08-258-44/+41
* Change the way json_schema.js is loaded. This is required soaa@chromium.org2009-08-258-41/+44
* Implement a read-size throttle within the TCP socket.mbelshe@google.com2009-08-251-0/+10
* Revert breakage from r24174.aa@chromium.org2009-08-247-43/+40
* Change the way json_schema.js is loaded. This is required soaa@chromium.org2009-08-247-40/+43
* Exposes a chrome.devtools object to extensions. This allows extensions to ca...mpcomplete@chromium.org2009-08-242-2/+14
* 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