summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Fixes an audio playback regression caused by seeking in audio/video media.scherkus@chromium.org2009-07-291-1/+1
* Assorted fixes for 64-bit.deanm@chromium.org2009-07-281-1/+1
* Reenable use of ExecuteScriptInNewWorld.mpcomplete@chromium.org2009-07-281-4/+1
* Remove *.vsprops files that are no longer referenced (or only havesgk@google.com2009-07-281-12/+0
* Remove a comment that doesn't make any sense.evan@chromium.org2009-07-281-3/+2
* Navigation and cookies for Automationamit@chromium.org2009-07-282-6/+28
* Adding HTML5 DB support to Chromium: Chromium changesdumi@chromium.org2009-07-274-0/+67
* Pull out synchronous extension apis to extensions_api.json, add custom handli...rafaelw@chromium.org2009-07-272-55/+74
* Fix partial plugin invalidate repainting on Mac.stuartmorgan@google.com2009-07-271-1/+16
* Fix port disconnect so that it's refcounted. This fixes a bug where a channelmpcomplete@chromium.org2009-07-273-3/+49
* Revert r21548 and r21559 due to crash spike.huanr@chromium.org2009-07-251-2/+4
* Move setlocale() to zygote_main_linux to make sure that it's calledjshin@chromium.org2009-07-241-3/+0
* Refactor blits to be more cross-platform.piman@chromium.org2009-07-241-98/+8
* The IPCs for carrying data requested by plugins have been changed from synchr...ananta@chromium.org2009-07-241-4/+2
* Fix a race condition where rapid back/forward clicks could close a tabbrettw@chromium.org2009-07-242-7/+6
* Move parts of npruntime into the WebKit API so it no longer has any dependenc...jorlow@chromium.org2009-07-241-2/+4
* Push bookmarks.remove/removeAll polymorphism into c++. fix bookmarks id schem...rafaelw@chromium.org2009-07-243-49/+23
* The final CL for plumbing DOM Storage.jorlow@chromium.org2009-07-246-0/+367
* Linux: splice together RendererPreferences and SkFontHostagl@chromium.org2009-07-243-3/+101
* Another try at enabling the content script messaging test.mpcomplete@chromium.org2009-07-241-12/+13
* Allow the browser to send actions back to the render for media element contex...ajwong@chromium.org2009-07-232-3/+17
* Unrevert 21355 because the revert might be causing thensylvain@chromium.org2009-07-2311-151/+72
* Revert 21355 because it might be causing all the newnsylvain@chromium.org2009-07-2311-72/+151
* Add a correct include for the IPC switches.brettw@chromium.org2009-07-231-0/+1
* DevTools: Change js flags apply order: first ours, then from command line.mnaganov@chromium.org2009-07-231-6/+6
* Call setlocale(LC_ALL, "") in a renderer process for subsequent calls tojshin@chromium.org2009-07-231-0/+3
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-2311-151/+72
* Split the IPC code into ipc/agl@chromium.org2009-07-2216-17/+17
* Revert "Fix an issue with unregistering content script contexts."mpcomplete@chromium.org2009-07-221-13/+12
* Changes to provide asynchronous read in data source:hclam@chromium.org2009-07-223-995/+3
* Fix an issue with unregistering content script contexts.mpcomplete@chromium.org2009-07-221-12/+13
* Ignore errors about creating audio output streamhclam@chromium.org2009-07-221-1/+5
* Step 2 in abstracting Extension APIs to shared "IDL".rafaelw@chromium.org2009-07-224-445/+91
* Linux: make --renderer-startup-dialog work on Linux.agl@chromium.org2009-07-221-2/+14
* Make scrollbars and other controls tint/untint upon main window gainingthakis@chromium.org2009-07-222-1/+10
* linux: add windowless plugin plumbingpiman@google.com2009-07-221-15/+42
* Revert r21117 as it caused reliability failures.estade@chromium.org2009-07-2111-72/+151
* Don't dispatch the extensions bindings unload event during GC.mpcomplete@chromium.org2009-07-211-12/+26
* Linux: pass users' font settings through to renderer.agl@chromium.org2009-07-211-0/+3
* Fix single process mode and the unit_tests on Linux.jam@chromium.org2009-07-212-6/+5
* Disable RenderThread unittests. They're causing the unit tests to not complete.thestig@chromium.org2009-07-211-2/+2
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-2011-151/+73
* Changed the extension.connect() API not to broadcast to all tabs. Added ampcomplete@chromium.org2009-07-2012-29/+122
* Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names.scherkus@chromium.org2009-07-172-6/+6
* Reverting 20516 by re-landing this previous patch.brettw@chromium.org2009-07-171-10/+3
* Remove 6- and 7-parameter IPC message macros. Replace with a struct that pack...dimich@google.com2009-07-172-3/+14
* Fix merge error (benign) from r20910rafaelw@chromium.org2009-07-172-2/+1
* Introduce WebLocalizedString and queryLocalizedString methodsdarin@chromium.org2009-07-172-13/+13
* Begin implementation of the context menu for Video and Audio tags.ajwong@chromium.org2009-07-172-3/+7
* First step in abstracting extension api to common/shared "IDL" files (jsonsch...rafaelw@chromium.org2009-07-164-113/+93