summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port some more RenderViewTests to Linux.estade@chromium.org2010-05-243-66/+58
* Browser process scaffolding to support having appcache work in workers.michaeln@chromium.org2010-05-241-0/+2
* Mac: Fix renderer idle cpu usage regression.thakis@chromium.org2010-05-242-5/+13
* Add a SetCursor API to Pepper. I'll implement custom cursors once we switche...jam@chromium.org2010-05-242-1/+66
* Don't use command line flags for enabling the internal pdf plugin. Instead, ...jam@chromium.org2010-05-222-21/+22
* Update extension functions to always pass a list of arguments, even when one ...arv@chromium.org2010-05-213-55/+47
* Windows accessibility improvements: 1. All WebKit roles are now passed to thedmazzoni@chromium.org2010-05-212-2/+29
* IndexedDB should use WebSecurityOrigins rather than passing origin stringsjorlow@chromium.org2010-05-212-7/+9
* This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t...lzheng@chromium.org2010-05-213-4/+39
* Part 2 of fix. Denies access to password manager for sandboxed iframes with a...inferno@chromium.org2010-05-211-0/+5
* Reland Mac: First steps for default pluginthakis@chromium.org2010-05-201-1/+3
* Linux: enable another render view unit test.estade@chromium.org2010-05-201-9/+27
* Temporary changes for plugin.jam@chromium.org2010-05-201-12/+40
* AutoFill fill billing address when credit card settings specify a billing add...dhollowa@chromium.org2010-05-191-80/+80
* Revert 47726 (turned nacl_ui_tests red) - Mac: First steps for default pluginthakis@chromium.org2010-05-191-3/+1
* Mac: First steps for default pluginthakis@chromium.org2010-05-191-1/+3
* [GTTF] [TTF] Test marks maintenance CL:phajdan.jr@chromium.org2010-05-191-3/+2
* enable RenderViewTest.OnHandleKeyboardEvent on Linux.estade@chromium.org2010-05-191-39/+47
* Add the new cookies API to Chrome Extensions, minus the eventcindylau@google.com2010-05-181-0/+1
* Rename "mixed content" to "insecure content" in as many places as possible, t...pkasting@chromium.org2010-05-181-1/+1
* Pull latest ppapi for initial testing support, implement checks so the tests ...brettw@chromium.org2010-05-181-1/+1
* Wire sending/receiving cacheable metadata from the renderertonyg@chromium.org2010-05-182-0/+31
* Refactoring in media::PipelineImpl and media::MediaFilter.scherkus@chromium.org2010-05-171-2/+1
* Makes shader translation a runtime switch.gman@chromium.org2010-05-173-0/+22
* Form AutoFill Phone number should be displayed as xxx-xxx-xxxxdhollowa@chromium.org2010-05-142-170/+507
* Implement IndexedDatabase::open up until re-entrance into WebKit. That (and thejorlow@chromium.org2010-05-1410-2/+275
* Add support for registering new-style pepper plugins on the command line.darin@chromium.org2010-05-144-7/+98
* Fix the problem that FileReader does not work on Mac/Linux. The fixjianli@chromium.org2010-05-141-6/+4
* Stop the browser from scrolling the View contents when gpu accelerated compos...vangelis@chromium.org2010-05-141-2/+9
* Do right-alignment of popups when WebKit indicates to do so.avi@chromium.org2010-05-131-0/+1
* Adding a method to RendererWebKitClientImpl to create a GLES2Context.vangelis@chromium.org2010-05-132-0/+11
* Switch plugin backing store to local memory on non-Windows platformsstuartmorgan@chromium.org2010-05-132-20/+56
* AutoFill label scraping nested table contents.dhollowa@chromium.org2010-05-132-20/+116
* Fix Print Selection.viettrungluu@chromium.org2010-05-132-6/+5
* Add code to engage new Pepper API behind a preprocessor macro.darin@chromium.org2010-05-133-2/+22
* Ensure all stats are initialized when calculated Page Load Timesjar@chromium.org2010-05-121-8/+22
* Disable ExtensionAPIClientTest.GetAllWindows as it flakily crashes.jhawkins@chromium.org2010-05-121-1/+2
* Add update and removeAll functions to extensions context menu APIasargent@chromium.org2010-05-121-10/+16
* Disallow display of multiple experimental.extension.popup(...) windows ericdingle@google.com2010-05-122-2/+3
* Clean up old method signature of WebViewClient::createView.rafaelw@chromium.org2010-05-122-9/+0