summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Change the URL for the nacl process host to use an actual GURL instead of var...brettw@chromium.org2012-04-081-1/+1
* Restrict platform app access to WebKit features by modifying JS bindings.jstritar@chromium.org2012-04-054-0/+51
* Add experiments info to crash dumps.mad@chromium.org2012-04-051-0/+5
* Split SchemaGeneratedBindings up into smaller, more targetted native handlers.koz@chromium.org2012-04-0515-298/+341
* Add Password Autofill Manager to New Autofillcsharp@chromium.org2012-04-055-6/+62
* Revert "Revert 130697 - Reland r130462: Implement FeatureProvider for Extensi...aa@chromium.org2012-04-043-4/+4
* Move transient background events from chrome.experimental.extension to chrome...mihaip@chromium.org2012-04-041-1/+1
* Fix some uses of global variables in transient pages.mpcomplete@chromium.org2012-04-044-5/+71
* Revert 130697 - Reland r130462: Implement FeatureProvider for ExtensionAPI."aa@chromium.org2012-04-043-4/+4
* Reland r130462: Implement FeatureProvider for ExtensionAPI."aa@chromium.org2012-04-043-4/+4
* Enable password generation only if sync for passwords is enabled.gcasto@chromium.org2012-04-043-25/+56
* Revert 130462 - Implement FeatureProvider for ExtensionAPI.aa@chromium.org2012-04-033-4/+4
* Implement FeatureProvider for ExtensionAPI.aa@chromium.org2012-04-033-4/+4
* Fix some issues with extension messaging for transient pages.mpcomplete@chromium.org2012-04-031-1/+1
* Provide real RequestMatcher for declarative webRequest API conditionsbattre@chromium.org2012-04-033-0/+48
* Extract ExtensionRequestSender from SchemaGeneratedBindings.koz@chromium.org2012-04-0310-225/+306
* Deprecate chrome.extension.sendRequest in favor of sendMessage, with a safermpcomplete@chromium.org2012-04-024-70/+130
* Report failures when opening an extension port to the caller.mpcomplete@chromium.org2012-04-027-10/+168
* Add chrome.experimental.extension.onBackgroundPageUnloadingSoon event for whe...mpcomplete@chromium.org2012-04-022-6/+26
* Remove ui_layout_test now that al subclasses have been converted to browser_t...jam@chromium.org2012-04-021-1/+1
* Fix a bug with r126884 - Make sure ports are closed when they're no longer used.mpcomplete@chromium.org2012-03-311-37/+45
* Revert 129946 - Enable password generation only if sync for passwords is enab...mihaip@chromium.org2012-03-303-56/+25
* Enable password generation only if sync for passwords is enabled.gcasto@chromium.org2012-03-303-25/+56
* 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