summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary requires from ExtensionDispatcher::DidCreateScriptContext().koz@chromium.org2012-03-301-2/+0
* Make SchemaGeneratedBindings a regular ChromeV8Extension instead of being akoz@chromium.org2012-03-293-217/+257
* Add kalman and koz to */extensions/OWNERS.koz@chromium.org2012-03-291-4/+6
* Add experimental.alarms API to allow lazy background pages to wake themselves...mpcomplete@chromium.org2012-03-281-1/+2
* Removing obsolete chromePrivate.decodeJPEG API.glotov@google.com2012-03-285-139/+0
* Pull out setIcon and sendRequest into their own modules.koz@chromium.org2012-03-2817-199/+214
* Do not show "Save password?" infobar for failed login attempts.isherman@chromium.org2012-03-271-1/+16
* Make app and webstore bindings lazily evaluated so they don't execute JS on e...koz@chromium.org2012-03-279-71/+297
* Update plug-in infobar/placeholder strings.bauerb@chromium.org2012-03-262-5/+9
* Revert 128910 - Add experiments info to crash dumps.alokp@chromium.org2012-03-261-6/+0
* Add experiments info to crash dumps.mad@chromium.org2012-03-261-0/+6
* PrintPreview: Fix extra margins issue.kmadhusu@chromium.org2012-03-242-10/+17
* Don't evaluate (and therefore create, since it's lazy) ExtensionAPI in rendererskalman@chromium.org2012-03-231-14/+22
* Put manifest string constant declarations into separate headergroby@chromium.org2012-03-231-0/+1
* Block printing from blocked popup. abodenha@chromium.org2012-03-233-2/+37
* Add a helpful console message in case web-inaccessible request.aa@chromium.org2012-03-222-4/+13
* Revert 128089 - Initial extension bindings for Media Gallery API.gman@chromium.org2012-03-225-102/+0
* Implement lazy JS module initialisation.koz@chromium.org2012-03-223-77/+56
* Rename OnPasswordFormsFound -> OnPasswordFormsParsed and OnPasswordFormsVisib...isherman@chromium.org2012-03-212-6/+6
* Initial extension bindings for Media Gallery API.vandebo@chromium.org2012-03-215-0/+102
* Keep lazy background pages open while they're being inspected.mpcomplete@chromium.org2012-03-212-3/+2
* Re-land alexbost's experimental offscreenTabs API.jstritar@chromium.org2012-03-213-0/+66
* Make a process-wide cache for the v8::Value representation of extension APIs.kalman@chromium.org2012-03-214-55/+108
* Rename Feature::(UN)PRIVILEGED_CONTEXT to (UN)BLESSED_EXTENSION_CONTEXT.kalman@chromium.org2012-03-213-10/+10
* Convert the webstore API to use the schema_generated_bindings infrastructure.kalman@chromium.org2012-03-215-59/+81
* Fix a memory leak in ModuleSystemTest.koz@chromium.org2012-03-211-2/+3
* Convert app_bindings.js to the schema_generated_bindings.js infrastructure.kalman@chromium.org2012-03-2116-376/+220
* Introduce a mechanism for creating objects in JS that are lazily evaluated.koz@chromium.org2012-03-213-1/+88
* Add password generation browser UI for Windows.gcasto@chromium.org2012-03-213-19/+98
* Revert 127833 - Re-land alexbost's experimental offscreenTabs API.dgrogan@chromium.org2012-03-213-66/+0
* Re-land alexbost's experimental offscreenTabs API.jstritar@chromium.org2012-03-203-0/+66
* Allow wider than tall clipping as good clipping and add kTooWiderThanTall.mazda@chromium.org2012-03-201-1/+2
* [Coverity] Pickle reads are always CHECK()-bracketedgroby@chromium.org2012-03-201-1/+1
* Make i18n.getMessage accept non-strings for the message andkalman@chromium.org2012-03-202-11/+20
* PrintPreview: Hide/Show the header footer option based on print frame margins.kmadhusu@chromium.org2012-03-202-1/+15
* Printing: Handle a case of a NULL WebFrame without crashing.thestig@chromium.org2012-03-191-8/+11
* Revert 127391 - Convert app_bindings.js to the schema_generated_bindings.js i...kalman@chromium.org2012-03-1815-166/+363
* Convert app_bindings.js to the schema_generated_bindings.js infrastructure.kalman@chromium.org2012-03-1815-363/+166
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-1682-1154/+908
* Update instructions for changing advanced settings on somemmenke@chromium.org2012-03-161-1/+1
* PrintPreview: Modify PrintMsg_Print_Params data validation check.kmadhusu@chromium.org2012-03-154-10/+59
* Allow browser to handle all WebUI navigations.creis@chromium.org2012-03-151-6/+0
* Make sure ports are closed when they're no longer used.jochen@chromium.org2012-03-152-1/+44
* Printing: Handle more error conditions and remove more cruft.thestig@chromium.org2012-03-152-33/+44
* Switch ordering of prerender and NaCl allowed checks when creating a plugin.mmenke@chromium.org2012-03-142-10/+18
* Avoid using Pickle::WriteSize(), which writes an architecture-dependent amountmdm@chromium.org2012-03-141-3/+3
* [Autofill] Hide previously shown Autofill popup when it is no longer appropri...isherman@chromium.org2012-03-141-9/+12
* Housekeeping - removed OWNER who is no longer on Chromiumgroby@chromium.org2012-03-131-1/+0
* Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chrom...dmikurube@chromium.org2012-03-131-2/+2
* Do not require DevTools extension resources to be white-listed in manifest.caseq@google.com2012-03-133-5/+16