summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Allow POST requests made from an extension process to reuse the same process,mpcomplete@chromium.org2010-06-161-1/+2
* Add makeContextCurrent() to all gl functions.zmo@google.com2010-06-161-0/+2
* Working towards -Wextrathomasvl@chromium.org2010-06-161-0/+1
* C++ readability for hbono.hbono@chromium.org2010-06-163-113/+120
* Remove ExtensionAPIClient tests. These have been supercededaa@chromium.org2010-06-161-740/+0
* Implement more of Flush properly. This adds support for waiting on the messagebrettw@chromium.org2010-06-165-16/+91
* Don't check if the internal plugin exists when someone just asks for its path...jam@chromium.org2010-06-161-1/+2
* Send WINDOW_ID_NONE in chrome.windows.onFocusChanged when all windows loose f...rafaelw@chromium.org2010-06-161-0/+22
* Fix for a translate related crasher.jcivelli@chromium.org2010-06-163-4/+27
* Mac/clang: Possibly contentious changes.thakis@chromium.org2010-06-151-1/+1
* Remove a ResourceBundle::GetDataResource and convert people totony@chromium.org2010-06-151-3/+3
* AutoFill: Don't parse hidden fields for labels. Also don't count hidden fieldsjhawkins@chromium.org2010-06-152-1/+122
* Add abandoned metric for spdy.mbelshe@chromium.org2010-06-141-0/+3
* Revert file accidentally in my previous checkin.brettw@chromium.org2010-06-141-3/+3
* Revert changes accidentally checked in with my property changes.brettw@chromium.org2010-06-143-71/+12
* Add some Linux make and scons files to the svn:ignore properties.brettw@chromium.org2010-06-144-15/+74
* Flesh out the rest of IDBIndex and IDBObjectStore's chromium halves.jorlow@chromium.org2010-06-144-47/+148
* AutoFill Renderer crash in form_manager.cc FindChildTextInner()dhollowa@chromium.org2010-06-141-7/+11
* AutoFill: Implement the 'Clear form' menu item in the suggestions popup.jhawkins@chromium.org2010-06-134-29/+304
* Add start-to-commit histogram for Spdy trial.mbelshe@chromium.org2010-06-131-1/+8
* Added plumbing to transport the frame name between RenderViewHost and the Web...atwilson@chromium.org2010-06-123-19/+50
* Add a font API to Pepper and implement on Linux based on agl's code from http...jam@chromium.org2010-06-114-1/+178
* Convert page contents grabbing from wide to UTF16. The current code is a bitbrettw@chromium.org2010-06-112-10/+9
* Fix & cleanup Renderer4 histograms.mbelshe@chromium.org2010-06-111-227/+163
* Make MediaFilter::Stop() asynchronous.boliu@chromium.org2010-06-111-7/+14
* Add enable-video-fullscreen switch.boliu@google.com2010-06-112-0/+16
* Track whether a page was loaded via a proxy so that we canmbelshe@chromium.org2010-06-102-11/+43
* AutoFill: Implement the 'AutoFill Options...' entry in the AutoFill suggestionsjhawkins@chromium.org2010-06-103-28/+54
* AutoFill: Fix a bug that caused AutoFill to not fill the field the user isjhawkins@chromium.org2010-06-105-37/+123
* Reorganize more of render_view.h. This does the private functions and data I ...brettw@chromium.org2010-06-102-336/+363
* Keep the internal plugin always loaded in a more efficient way (i.e. don't in...jam@chromium.org2010-06-101-12/+5
* Clean up the RenderView header.brettw@chromium.org2010-06-102-415/+408
* Mark ExtensionAPIClientTest.CreateWindow as flaky on Windowsjshin@chromium.org2010-06-101-1/+7
* Allow creating HTML notifications with the data: scheme. I've confirmed this...johnnyg@chromium.org2010-06-091-2/+4
* Removed noisy V8::IdleNotification() LOG(INFO).akalin@chromium.org2010-06-091-1/+0
* Make the RenderView destructor private. Given the weird placement of this andbrettw@chromium.org2010-06-091-3/+3
* Rename Chrome threads to use a "Cr" prefix.evan@chromium.org2010-06-091-2/+1
* Implement IDBDatabase::createObjectStore. Also refactor IndexedDBCallbacks.andreip@chromium.org2010-06-096-0/+135
* Fix audio "clicking" for strongbad demohclam@chromium.org2010-06-073-15/+7
* Some simplifications, as a pre-step to http://crbug.com/40103joth@chromium.org2010-06-072-22/+17
* Experiment for number of persistent connections to serverziadh@chromium.org2010-06-071-0/+40
* Add implementation for WebDevToolsAgentClient::debuggerScriptSource.yurys@chromium.org2010-06-072-2/+9
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...tfarina@chromium.org2010-06-066-12/+12
* Actually clear the disk cache, and keep it enabled, between benchmark runs.mlloyd@chromium.org2010-06-053-0/+12
* Fix extension context menu API onclick handlers.asargent@chromium.org2010-06-041-3/+5
* Changed to tell draggin status to webkit. Also fixed mouse pointer coordinatetony@chromium.org2010-06-041-0/+2
* Fix a bunch of lint/style issuesjar@chromium.org2010-06-031-10/+10
* GPU plugin size is updated before GPU command buffer is initialized.apatrick@chromium.org2010-06-031-2/+4
* Change 'const' to 'var' in event_bindings.js for ECMAScript compatibility rea...ericdingle@chromium.org2010-06-031-5/+5
* Add IDBIndex support + various cleanup.jorlow@chromium.org2010-06-037-21/+81