summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Reland r29095 (removes wrench integration foraa@chromium.org2009-10-151-6/+7
* Reverting r29095 (removes wrench integration foraa@chromium.org2009-10-151-7/+6
* Remove the implicit wrench menu items for browser actions.aa@chromium.org2009-10-151-6/+7
* Update browser actions api to be like new design doc.aa@chromium.org2009-10-152-7/+23
* Refactor notification provider in renderer process to not use a message filter.johnnyg@chromium.org2009-10-144-68/+31
* Enable the RenderViewTest printing tests on the Mac.stuartmorgan@chromium.org2009-10-143-24/+33
* Remove the use of histogram in AudioMessageFilterhclam@chromium.org2009-10-141-32/+0
* The focus ring was not shown on Linux toolkit views.jcampan@chromium.org2009-10-141-1/+1
* Make the acknowledgement message for querying form autofill data alwaysdarin@chromium.org2009-10-142-12/+14
* Update page action manifest parsing to match the new format.mpcomplete@chromium.org2009-10-131-2/+4
* Wire up printing on the Macstuartmorgan@chromium.org2009-10-135-31/+271
* Revert r28745 which disabled nested message loops on Mac, after Mark's fixes.jam@chromium.org2009-10-131-3/+0
* This patch enables "Save page as" (ctrl+s) for resources located atjamesr@chromium.org2009-10-131-3/+5
* Implement WebAccessibility object, a wrapper for WebCore::AccessibilityObject.dglazkov@chromium.org2009-10-133-3/+8
* Turn NULL used as int to 0.phajdan.jr@chromium.org2009-10-133-8/+8
* Spawn the pepper WebPluginDelegateImpl when a MIME type begins with "pepper-".brettw@chromium.org2009-10-131-0/+9
* Enables the sending of Timeline Agent and Resource messages to the devtools a...jamesr@chromium.org2009-10-123-1/+11
* Disable nested message loops in Mac for now. There seems to be a problem wit...jam@chromium.org2009-10-121-0/+3
* Browser side support (sans UI) for desktop notifications.johnnyg@chromium.org2009-10-121-3/+3
* Revert 28692 jar@chromium.org2009-10-121-6/+0
* Gather histogram data from render into browser before renderer shutdownjar@chromium.org2009-10-121-0/+6
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-115-8/+9
* Fix another race condition on worker process shutdown that results in use-aft...jam@chromium.org2009-10-102-0/+4
* Linux: Fix early font free during printing.estade@chromium.org2009-10-091-1/+0
* Moving ShowContextMenu out of WebView_delegate and into WebViewClientyaar@chromium.org2009-10-093-54/+18
* Implement chrome.extension.connectExternal and fix various API inconsistencies.mpcomplete@chromium.org2009-10-098-65/+79
* Some fixes to the OS X Sandbox:jeremy@chromium.org2009-10-092-105/+10
* Print the element path in TestWebViewDelegate::decidePolicyForNavigation()tkent@chromium.org2009-10-092-2/+2
* Eliminate WebView::GetDelegate and replace RenderViewSet with a map fromdarin@chromium.org2009-10-098-75/+145
* Move ffmpeg binaries into the Framework package so it can be accssed by Chrom...ajwong@chromium.org2009-10-081-0/+12
* Add functionality to the renderer thread to purge memory. Not yet called.pkasting@chromium.org2009-10-082-0/+33
* Display tcmalloc debug output from renderer processes in about:tcmalloc.sgk@chromium.org2009-10-082-0/+19
* Make all content scripts from an extension run in the sameaa@chromium.org2009-10-083-4/+30
* Put headers in right order. Ensure WebKit is initialized everywhere necessar...pkasting@chromium.org2009-10-081-7/+5
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-074-4/+4
* Invent WebFrameImpl::ClientHandle as a weak reference to WebFrameClient.darin@chromium.org2009-10-072-15/+15
* Update V8 to version 1.3.15.sgjesse@chromium.org2009-10-071-1/+1
* Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and adarin@chromium.org2009-10-072-10/+7
* Fix memory leak in ExtensionAPIClientTest.mpcomplete@chromium.org2009-10-061-2/+2
* Fix scripting during NPP_Destroy. Note that if the plugin is making a call t...jam@chromium.org2009-10-062-31/+23
* Implement browserAction.setIcon(ImageData) for extensions.mpcomplete@chromium.org2009-10-062-20/+88
* Move runFileChooser from webview_delegate to WebViewClient.yaar@chromium.org2009-10-063-27/+50
* Modify extension request IPC messages to pass a ListValue instead of a string.mpcomplete@chromium.org2009-10-064-5/+30
* Change flag "auto-spell-correct" to "experimental-spellchecker-features". I w...sidchat@chromium.org2009-10-051-1/+1
* Add a dummy call to icu::TimeZone.createDefault() before the sandbox kicks in.jshin@chromium.org2009-10-051-1/+13
* Adds desktop notification support for renderer process, and enables the build...johnnyg@chromium.org2009-10-054-0/+243
* Another stab at the Chromium side of storage events. Re-submission of http:/...jorlow@chromium.org2009-10-033-5/+35
* Add quota support.jorlow@chromium.org2009-10-033-5/+5
* More WebView / WebViewDelegate cleanup.darin@chromium.org2009-10-033-49/+60
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-031-3/+3