summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Enable the V8 binding's StringImpl cache for renderer processes.darin@chromium.org2009-07-301-0/+2
* Add a WebKit API that registers a V8 extension to be loaded into contentmpcomplete@chromium.org2009-07-301-11/+18
* Adding HTML5 DB support to Chromium: Chromium changesdumi@chromium.org2009-07-271-0/+9
* Unrevert 21355 because the revert might be causing thensylvain@chromium.org2009-07-231-63/+36
* Revert 21355 because it might be causing all the newnsylvain@chromium.org2009-07-231-36/+63
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-231-63/+36
* Revert r21117 as it caused reliability failures.estade@chromium.org2009-07-211-36/+63
* Fix single process mode and the unit_tests on Linux.jam@chromium.org2009-07-211-4/+3
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-201-63/+37
* Changed the extension.connect() API not to broadcast to all tabs. Added ampcomplete@chromium.org2009-07-201-1/+1
* Retrying this patch. This was already reviewed by mpcomplete and thefinnur@chromium.org2009-07-151-1/+9
* Reverting 20714.finnur@chromium.org2009-07-151-9/+1
* EFD now notifies EPM of renderviews created, which in turn notifies the rende...finnur@chromium.org2009-07-151-1/+9
* Hookup Print HTML page to the DOM UI for Print Preview and Settingsmhm@chromium.org2009-07-141-0/+5
* Fix Acid3 Test 48: LINKTEST, Chromium side....dglazkov@chromium.org2009-07-031-1/+12
* Remove --enable-web-workers command-line switch.dimich@google.com2009-06-291-3/+0
* Delete files from webkit/glue that have been made obsolete by correspondingdarin@chromium.org2009-06-181-1/+0
* Add a port disconnect event for when one side of an extension message portmpcomplete@google.com2009-06-171-19/+5
* Switch child threads so that current() only works on the correct thread and t...jam@chromium.org2009-06-151-3/+8
* 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