summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pulls the hunspell dictionaries to "third_party/hunspell_dictionaries".hbono@chromium.org2010-06-031-2/+1
* AutoFill: Preview form field values when the user changes the AutoFill dropdownjhawkins@chromium.org2010-06-025-41/+312
* Only inject content scripts into HTML documents. Previously we would inject i...aa@chromium.org2010-06-021-0/+15
* AutoFill: Don't auto-fill disabled fields.jhawkins@chromium.org2010-06-012-6/+23
* Prevent extensions from clobbering JSON implementation that extension calls userafaelw@chromium.org2010-06-013-21/+43
* Use arraysize() instead of ARRAYSIZE_UNSAFE() where possible. Remove pointle...pkasting@chromium.org2010-06-011-3/+2
* Cleaning up the node focus notification.jcivelli@google.com2010-06-013-6/+5
* DevTools: inspector settings are now serialized into map, not a stringpfeldman@chromium.org2010-06-012-4/+7
* DevTools: disable Scripts panel if remote debugging is enabledyurys@chromium.org2010-06-014-0/+20
* Changed printer page setup units to be in device co-ordinates (this is pixels...sanjeevr@chromium.org2010-05-291-4/+8
* Added raster print support for Pepper plugins on the Mac.sanjeevr@chromium.org2010-05-292-38/+61
* Patch GetFontData for internal plugin. This is needed on XP at the least.jam@chromium.org2010-05-281-0/+24
* This tunes up some of the snapshot creation code.gspencer@chromium.org2010-05-282-15/+21
* Enabled mousewheel coalescing to work better for ChromeOS.davemoore@chromium.org2010-05-281-1/+8
* First pass at experimental omnibox API. There are plenty of rough edges and f...mpcomplete@chromium.org2010-05-283-1/+18
* Remove unused file render_process.cc. render_process_impl.cc is where the act...thakis@chromium.org2010-05-281-298/+0
* Add ppapi plugins to about:pluginsdarin@chromium.org2010-05-286-129/+37
* AutoFill: Refactor the code used to fill a form. Don't fill autocomplete=offjhawkins@chromium.org2010-05-283-357/+358
* Add a "Copy" API to Pepper, so that plugins don't have to hardcode the platfo...jam@chromium.org2010-05-273-1/+29
* AutoFill <dl> label scraping and dynamic html in forms.dhollowa@chromium.org2010-05-272-121/+324
* A plugin can refuse to print, don't throw a JS alert in that case.jam@chromium.org2010-05-271-48/+55
* Handle IDBDatabase sync calls.jorlow@chromium.org2010-05-276-12/+55
* DevTools: implement WebDevToolsAgentClient::WebKitClientMessageLoop. Also mak...yurys@chromium.org2010-05-272-0/+32
* refactoring decoder interfacejiesun@google.com2010-05-261-1/+1
* Get the internal plugin working on Mac.jabdelmalek@google.com2010-05-261-5/+2
* Clean up calls like "gfx::Rect(0, 0, size().width(), size().height()".erg@chromium.org2010-05-263-8/+7
* Fix a regression where we send too many IME_CANCEL_COMPOSITIONtony@chromium.org2010-05-261-3/+5
* Need to call makeOpaque on the platform device after drawing widgets on XP.jam@chromium.org2010-05-261-0/+12
* Fix memory leak introduced in r47972 (http://codereview.chromium.org/2137012/...rafaelw@chromium.org2010-05-251-7/+10
* GTK: Invalidate the web content when we change system colors.erg@chromium.org2010-05-251-2/+2
* TTF: Re-enable FormAutocompleteTest.AutoCompleteOffInputSubmit by marking it ...jhawkins@chromium.org2010-05-251-2/+2
* AutoFill sending forms should include elements with autoComplete="off" attrib...dhollowa@chromium.org2010-05-252-5/+94
* Remove previous print preview work in preparation for new work.viettrungluu@chromium.org2010-05-252-7/+1