summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* Revert 18090jrg@chromium.org2009-06-108-217/+84
* To help resolve the performance issue introduced when enabling the resize cor...mad@google.com2009-06-108-84/+217
* Add LOAD_VERIFY_EV_CERT in net load loag.ukai@chromium.org2009-06-101-1/+4
* Don't call NPP_SetWindow before we have the plugin geometry.jam@chromium.org2009-06-091-9/+14
* Fix user scripts not getting initialized.aa@chromium.org2009-06-081-3/+6
* Fixes scrolling in the mac backingstore. We were copyingrohitrao@chromium.org2009-06-081-4/+5
* Add support for printing selection only flag. This only adds the flag to the ...sverrir@google.com2009-06-082-0/+4
* Check to see if we're still real before talking to renderWidgetHostView_.shess@chromium.org2009-06-061-0/+6
* Prototype implementation of zygotes. dkegel@google.com2009-06-061-2/+5
* Missed a file on checkin for multi-process handling of benchmarking extension.mbelshe@google.com2009-06-051-0/+1
* Fixes an issue where the MSAA information was not reported back correctly to ...klink@chromium.org2009-06-051-2/+3
* Refuse to load extension-private plugins for pages that don't belong to thatmpcomplete@google.com2009-06-052-1/+3
* Add an extension to expose some primitives to JS for doing mbelshe@google.com2009-06-052-0/+45
* Changed to use PushSource for the intermediate bufferhclam@chromium.org2009-06-052-158/+245
* Linux: Fake a mouse move event when the render view gains focus and the mouse...estade@chromium.org2009-06-051-0/+22
* ipc: use strings, not wstrings for channel ids.evan@chromium.org2009-06-041-4/+4
* Fix a NOTREACHED in RenderViewHost::OnExtensionRequest. It was firing becausempcomplete@google.com2009-06-041-1/+2
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-041-6/+5
* Revert r17575 and r17576. They are causing layout test errors.agl@chromium.org2009-06-043-296/+0
* Linux: Add support for chrooted renderers.agl@chromium.org2009-06-043-0/+296
* Update some comments in url_request.h to clarify that once the request is del...ericroman@google.com2009-06-031-1/+1
* Linux: added overflow checks in the X BackingStore code.agl@chromium.org2009-06-031-2/+12
* Split the BackingStoreManager out of backing_store.* and into its own class.brettw@chromium.org2009-06-034-53/+71
* plugins: rename GetPluginNativeView to GetNativeView.evan@chromium.org2009-06-0311-22/+21
* Reduce header dependencies in base/phajdan.jr@chromium.org2009-06-032-1/+3
* Fix client coordinates when forwarding mouse events to RenderWidgetHostView p...erikkay@google.com2009-06-031-1/+12
* Implement InspectorClient's Settings API.pfeldman@chromium.org2009-06-033-0/+11
* Add some browser-level checks to prohibit access to extension bindings bympcomplete@google.com2009-06-021-3/+11
* Generate GUIDs for users who wish to upload crash reports. Include it in cras...thestig@google.com2009-06-021-6/+11
* Scale backing store cache size.deanm@chromium.org2009-06-011-4/+15
* Enforce a max length for document titles.abarth@chromium.org2009-05-301-0/+5
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-295-183/+4
* Reverting 17183 since it caused linux unit_test breakage.maruel@chromium.org2009-05-291-15/+4
* Scale backing store cache size.deanm@chromium.org2009-05-291-4/+15
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-293-0/+3
* Rename policy_url to first_party_for_cookies in one more place.abarth@chromium.org2009-05-281-4/+4
* Automatically adapt to faster/slower uploads of renderer histogramsjar@chromium.org2009-05-282-2/+5
* Do a keyboard grab when select popups are showing. This matchestc@google.com2009-05-281-4/+17
* Make automation proxy objects to ref_counted. That allows to process async no...stoyan@chromium.org2009-05-281-16/+16
* Generalize the code that checks for user actions in the render view to work o...estade@chromium.org2009-05-285-10/+14
* Make sure that we're restoring focus to a valid subview. (with Rohit)avi@chromium.org2009-05-271-1/+5
* Fix a bug where if user has focus follows mouse, moving out oftc@google.com2009-05-262-15/+29
* Linux: don't trigger GCC 4.3 warningsagl@chromium.org2009-05-261-3/+3
* Linux: implement 16-bit visuals without Xrender.agl@chromium.org2009-05-261-0/+30
* Update renderers when there are zero user scripts.aa@chromium.org2009-05-261-3/+3
* Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi...abarth@chromium.org2009-05-233-4/+6
* Fix a bug in popup menus where we sent the wrong mouse events coordinates to thetc@google.com2009-05-221-0/+20
* Fix crash as a result of my previous change to fix the memory leak in WebCach...jam@chromium.org2009-05-223-4/+67
* Linux: add Breakpad supportagl@chromium.org2009-05-224-0/+268
* Linux: respect webkit resize requests for autocomplete popups.estade@chromium.org2009-05-211-3/+12