summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* The app launcher had a height of zero as it was not getting preferred size up...jcivelli@google.com2010-05-061-5/+5
* Rename some other occurrences of deperecated methods.antonm@chromium.org2010-05-061-1/+1
* Reimplement accessibility of web content by caching the entire dmazzoni@chromium.org2010-05-063-52/+15
* Call set_unblock(true) on async resize message to guarantee itskbr@google.com2010-05-061-1/+15
* Initial support for web-extent background pages.rafaelw@chromium.org2010-05-063-14/+16
* AutoFill: Fix a renderer crash by resetting the form cache when each WebFramejhawkins@chromium.org2010-05-063-11/+13
* Update Mac plugins for SetFocus changes, and remove old workaround messagesstuartmorgan@chromium.org2010-05-055-12/+30
* Switch over to non-deprecated WebKit APIs and delete client methods that are nodarin@chromium.org2010-05-052-24/+26
* First step in adding a parameter to a method of WebKit::WebSharedWorker.michaeln@chromium.org2010-05-052-2/+12
* Make the app launcher bubble fit its contents.jcivelli@google.com2010-05-051-18/+14
* Add EGLImage as one media type different than regular uncompressed video buffer.scherkus@chromium.org2010-05-051-2/+5
* Replace CHECK(false) by LOG(FATAL) where appropriate.evan@chromium.org2010-05-051-1/+1
* Small cleanups/style fixes. Simplifies RTL functions slightly.pkasting@chromium.org2010-05-051-4/+4
* Simplify delayed TransportDIB cleanup in Mac pluginsstuartmorgan@chromium.org2010-05-042-42/+24
* Revert 46394 - Detect login password on sites with an onSubmit handler that c...snej@chromium.org2010-05-042-31/+2
* Detect login password on sites with an onSubmit handler that clears itsnej@chromium.org2010-05-042-2/+31
* Fix various uses of release() that did not check its valueestade@chromium.org2010-05-042-6/+3
* Fix leak of windowless plugin background canvasstuartmorgan@chromium.org2010-05-041-1/+1
* Site isolation metrics: Sniff the actual type of cross origin text/html japhet@chromium.org2010-05-041-71/+9
* Hide the select popup when the browser is moved or resized. jcivelli@chromium.org2010-05-031-2/+2
* Enable Core Animation for Flash by defaultstuartmorgan@chromium.org2010-05-031-5/+5
* Add Bulgarian spellchecker. Hunspell change will be committed separately.jshin@chromium.org2010-05-031-0/+15
* Adds support for shared resources.gman@chromium.org2010-05-031-1/+2
* Revert "Clean-up of the asynchronous behaviour of the experimental extension ...phajdan.jr@chromium.org2010-05-012-3/+2
* Clean-up of the asynchronous behaviour of the experimental extension popup API. twiz@chromium.org2010-04-302-2/+3
* Create a command-line switch for enabling touch events.gdk@chromium.org2010-04-301-0/+3
* Free old transport DIBs for which no PluginHostMsg_UpdateGeometry_ACK wasmark@chromium.org2010-04-291-0/+12
* Free transport DIBs and associated shared memory when a WebPluginDelegateProxymark@chromium.org2010-04-291-10/+15
* Cleanup: Rename OnLoadFont->OnPreCacheFontjeremy@chromium.org2010-04-291-1/+1
* This is the second side of a multi-sided webkit patch that will allow experim...rafaelw@chromium.org2010-04-282-4/+24
* Fix password mgr heuristics for sites that keep the login form around after s...snej@chromium.org2010-04-282-11/+21
* This adds in the ability for Chrome to generate windows with snapshotsgspencer@chromium.org2010-04-282-5/+74
* AutoFill: Notify the renderer when the page has finished translating. Extractjhawkins@chromium.org2010-04-275-4/+67
* Add support for new webkit capability allowing us to updatedavemoore@chromium.org2010-04-272-0/+10
* Changes the code to use separate ids namspacesgman@chromium.org2010-04-271-2/+2
* Correction, and simplification of the javascript code to capture the screen-s...twiz@chromium.org2010-04-261-20/+11
* RenderView::UpdateTargetURL should not look at GURL::spec().dglazkov@chromium.org2010-04-263-1/+9
* Send content settings based on the URL to the renderer instead of just the host.jochen@chromium.org2010-04-234-33/+31
* Implement app process model isolation.mpcomplete@chromium.org2010-04-223-2/+67
* AutoFill: Also use the form action to uniquely identify which form to fill injhawkins@chromium.org2010-04-222-2/+93
* Adding the chromium implementation of the GLES2context class whichvangelis@chromium.org2010-04-222-0/+91
* Add isGLES2Compliant() to command buffer implementation of WebGraphicsContext3D.zmo@google.com2010-04-222-0/+6
* AutoFill: Skip past empty strings when comparing form fields for filling.jhawkins@chromium.org2010-04-212-0/+87
* Make sure extensions work in single process mode.arv@chromium.org2010-04-211-1/+3
* Translate now supports translating pages for which wejcivelli@google.com2010-04-205-55/+253
* Use the same code to handle both overridable and fatalwtc@chromium.org2010-04-203-47/+1
* Give chrome-extension frames in regular renderers access to messaging APIs,mpcomplete@chromium.org2010-04-197-9/+40
* New experimental Pepper device API.apatrick@chromium.org2010-04-162-2/+205
* Mac: Refactor sandbox profiles to use a common base configuration file.jeremy@chromium.org2010-04-161-25/+2
* Add ability to manipulate DOM elements from the automation proxy. Rework the ...kkania@chromium.org2010-04-161-55/+239