summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Move renderer_preferences.h from chrome/browser into chrome/common. Wetc@google.com2009-06-111-1/+1
* Do not allow URL drops on app windows to cause a navigation awaytc@google.com2009-06-101-2/+4
* Add an extension to expose some primitives to JS for doing mbelshe@google.com2009-06-051-0/+12
* ipc: use strings, not wstrings for channel ids.evan@chromium.org2009-06-041-1/+1
* BUG=12192rafaelw@chromium.org2009-05-301-1/+0
* Automatically adapt to faster/slower uploads of renderer histogramsjar@chromium.org2009-05-281-5/+5
* posix: don't register gears at all.evan@chromium.org2009-05-261-0/+3
* Update renderers when there are zero user scripts.aa@chromium.org2009-05-261-1/+1
* Send the V8 histograms to UMAdavemoore@chromium.org2009-05-211-1/+5
* Move WebMediaPlayerClientImpl files to WebKit API src location.darin@chromium.org2009-05-181-2/+4
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-3/+3
* Change chrome-ui to chrome. I didn't go too far in converting existing string...glen@chromium.org2009-05-061-2/+2
* POSIX: Don't allow onunload handlers to hang a renderer forever.agl@chromium.org2009-05-051-0/+27
* Pass down the opener tab when a message channel is opened to an extension.mpcomplete@google.com2009-05-011-3/+4
* Revert "POSIX: Don't allow onunload handlers to hang a renderer forever."agl@chromium.org2009-05-011-27/+0
* Replace window.external with a v8::extension.mbelshe@google.com2009-05-011-0/+2
* POSIX: Don't allow onunload handlers to hang a renderer forever.agl@chromium.org2009-05-011-0/+27
* Allow Flash (and other plugins) to be installed without restarting the browse...jam@chromium.org2009-04-231-2/+16
* DevTools: Make all devtools messages dispatch through debugger interrupt.pfeldman@chromium.org2009-04-171-1/+5
* Don't call COM stuff in the renderercpu@google.com2009-04-161-8/+7
* Initial plumbing for sending events from the browser to extension renderers. ...rafaelw@chromium.org2009-04-161-0/+9
* Add JsonSchema-based validation for the tab APIs.aa@chromium.org2009-04-141-0/+1
* Add command line flag that removes randomness from javascript functions, to b...ace@google.com2009-04-141-1/+2
* Revert "Add JsonSchema-based validation for the tab APIs."aa@chromium.org2009-04-141-1/+0
* Add JsonSchema-based validation for the tab APIs.aa@chromium.org2009-04-141-0/+1
* rebase and more minor changes.aa@chromium.org2009-04-091-7/+13
* Add aa's Event class to our javascript bindings and use it in our extensionmpcomplete@google.com2009-04-081-5/+9
* Move loadtimes extension out of the extensions directory.davemoore@chromium.org2009-04-071-1/+1
* Adds new messages and widens some existing messages between the renderer and ...michaeln@google.com2009-04-071-1/+16
* - Added support for keeping track of load times.davemoore@chromium.org2009-04-031-0/+2
* Add code to support 2-way communication between extensions and renderers. Th...mpcomplete@google.com2009-04-021-1/+15
* Remove an #if !defined(OS_LINUX)willchan@chromium.org2009-04-011-3/+0
* - Enable V8 histograming supportdavemoore@chromium.org2009-03-311-0/+12
* Add more of the server-side plumbing for extension APIs. Alsoaa@chromium.org2009-03-281-0/+7
* Add basic infrastructure for sending async browser API request and receiving ...aa@chromium.org2009-03-241-0/+4
* Initial rev at a message passing API for extensions. So far, only passingmpcomplete@google.com2009-03-231-1/+2
* Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.darin@chromium.org2009-03-191-11/+13
* Pre-upstream style changes: rename enableWebWorkers to setIsWebWorkersEnabled...dimich@google.com2009-03-191-1/+1
* Reland the changes to use command line switch to turn on worker feature.jianli@chromium.org2009-03-181-0/+4
* Revert "Enable building worker and use command line switch to turn on ..."agl@chromium.org2009-03-171-4/+0
* Enable building worker and use command line switch to turn on this feature.jianli@chromium.org2009-03-171-0/+4
* Get rid of the gears in renderer process code. This allows me to do some cle...jam@chromium.org2009-03-131-16/+0
* Chrome-side changes to use registerURLSchemeNoAccess.darin@chromium.org2009-03-121-1/+7
* More WebKit API action (chromium side).darin@chromium.org2009-03-091-8/+13
* Refactor v8 extensions so that they aren't in the WebCore namespace, and can ...asargent@chromium.org2009-03-051-0/+13
* Initial checkin of the out of process worker implementation.jam@chromium.org2009-03-041-4/+2
* Remove ifdefs around parts ported by all platforms.pinkerton@chromium.org2009-03-031-15/+0
* Chrome side to pick up new WebKit API changes.darin@chromium.org2009-02-281-4/+19
* Chrome side to implement WebMimeRegistry.darin@chromium.org2009-02-261-31/+28
* Chromium changes to use new WebKit, WebKitClient, and WebClipboard interfaces.darin@chromium.org2009-02-261-0/+5