summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* DevTools: Introduce docked version of DevTools.pfeldman@chromium.org2009-07-012-0/+23
* A quick fix for Issue 15531 and 10953hbono@chromium.org2009-07-012-8/+30
* Send port disconnect events when a frame is unloaded.mpcomplete@chromium.org2009-07-012-10/+14
* Fix typo for buildbrettw@chromium.org2009-06-301-1/+1
* Move GetTabContentsID out of tab util because it has nothing to do with tabs orbrettw@chromium.org2009-06-302-15/+46
* Add support for shared memory when retrieving the backing store as a SkBitmap.brettw@chromium.org2009-06-301-13/+71
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-301-1/+1
* Create A/B test of SDCHjar@chromium.org2009-06-301-8/+7
* Fixes issue where dragging a .crx to a chrome:// TabContents, and then naviga...rafaelw@chromium.org2009-06-302-5/+55
* Add some limits to incoming audio stream requests to avoid allocating massivecevans@chromium.org2009-06-301-0/+12
* Linux: build fix for release builder.agl@chromium.org2009-06-301-2/+1
* Corrects RWHVCocoa to convert from flipped to unflippedrohitrao@chromium.org2009-06-291-11/+34
* Don't shutdown non-popup render views on clicks outside their bounds.estade@chromium.org2009-06-291-1/+5
* Add three basic test items to RenderViewHostManagerTest:brettw@chromium.org2009-06-291-0/+134
* Remove --enable-web-workers command-line switch.dimich@google.com2009-06-291-1/+0
* Two fixes for tab dragging in gtk:jhawkins@chromium.org2009-06-291-2/+4
* Let RenderProcessHost provide a method HasConnection() instead of exposingbrettw@chromium.org2009-06-299-11/+35
* Move render_view_host_manager* and site_instance* from tab_contents to render...brettw@chromium.org2009-06-298-2/+1799
* A first implementation of the SSL client auth UI.This uses the Windows API th...jcampan@chromium.org2009-06-272-6/+21
* Create a webkit thread for use within the browser process. This patch also i...jorlow@chromium.org2009-06-264-4/+27
* s/OS_MAC/OS_MACOSX/willchan@chromium.org2009-06-261-2/+2
* Remove dependency on NavigationEntry from RenderViewHost. The code forbrettw@chromium.org2009-06-262-65/+33
* Linux: fix font fallback for charactors missing from the primary font.agl@chromium.org2009-06-262-1/+60
* Linux: plumb fontconfig call out to the sandbox host.agl@chromium.org2009-06-251-0/+46
* Give such a fewer tips. Hide tooltips when the owningmark@chromium.org2009-06-251-0/+5
* Guard against nil window in GetRootWindowRect().shess@chromium.org2009-06-251-5/+5
* change backing store cache to be memory-based rather than counterikkay@chromium.org2009-06-256-44/+140
* Integrating GtkIMContext into the RenderWidgetHostViewGtk class (Take 2).hbono@chromium.org2009-06-254-2/+219
* Relanding this, it was failing to compile because of a FRIEND_CHANGE that had...jcampan@chromium.org2009-06-252-2/+3
* Reverting 19233.jcampan@chromium.org2009-06-251-2/+1
* Disabling 2 browser tests that fail on the build-bot:jcampan@chromium.org2009-06-251-1/+2
* Run content scripts in their own isolated world. Hidden behind the --isolate...abarth@chromium.org2009-06-251-0/+1
* Replace std:;wstring with std::string and string16 in locale-name related APIs.jshin@chromium.org2009-06-241-2/+2
* DevTools: remove ShowJavaScriptConsole / InspectElementAt methods from render...pfeldman@chromium.org2009-06-242-21/+3
* DevTools: Nuke legacy debugger.pfeldman@chromium.org2009-06-244-110/+9
* Linux: fix fake italics for fonts without italic variants.agl@chromium.org2009-06-241-2/+4
* Add Linux support for getting the thumbnail and wire into the switcher.brettw@chromium.org2009-06-232-8/+14
* Some cleanup around WebCore EditCommands:jeremy@chromium.org2009-06-231-3/+3
* Report the process type in Linux crash reports.thestig@chromium.org2009-06-231-0/+1
* Privacy Blacklist SketelonAdded code hooks to serve as place holders for the ...idanan@chromium.org2009-06-231-1/+19
* Re-land r18853jeremy@chromium.org2009-06-236-1/+43
* Revert 19009 because this prevents inserting return characters.hbono@chromium.org2009-06-234-201/+2
* Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify().ukai@chromium.org2009-06-231-11/+4
* Integrating GtkIMContext into the RenderWidgetHostViewGtk class.This change i...hbono@chromium.org2009-06-234-2/+201
* Disable extensions besides externally installed ones and themes.aa@chromium.org2009-06-231-1/+20
* Linux: Enable some more ui_tests.willchan@chromium.org2009-06-221-3/+5
* TBR: Fix dead tree.aa@chromium.org2009-06-221-18/+1
* Disable extensions besides externally installed ones and themes.aa@chromium.org2009-06-221-1/+18
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-221-1/+1
* Returned rect was never being set for OnGetRootWindowRect().shess@chromium.org2009-06-221-1/+1