summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/resources
Commit message (Expand)AuthorAgeFilesLines
* Address some visual problems with the omnibox extension API:mpcomplete@chromium.org2010-06-211-0/+13
* Send WINDOW_ID_NONE in chrome.windows.onFocusChanged when all windows loose f...rafaelw@chromium.org2010-06-161-0/+22
* Fix extension context menu API onclick handlers.asargent@chromium.org2010-06-041-3/+5
* Change 'const' to 'var' in event_bindings.js for ECMAScript compatibility rea...ericdingle@chromium.org2010-06-031-5/+5
* Prevent extensions from clobbering JSON implementation that extension calls userafaelw@chromium.org2010-06-013-21/+43
* First pass at experimental omnibox API. There are plenty of rough edges and f...mpcomplete@chromium.org2010-05-283-1/+18
* Update extension functions to always pass a list of arguments, even when one ...arv@chromium.org2010-05-211-10/+3
* Add the new cookies API to Chrome Extensions, minus the eventcindylau@google.com2010-05-181-0/+1
* Add update and removeAll functions to extensions context menu APIasargent@chromium.org2010-05-121-10/+16
* Correction, and simplification of the javascript code to capture the screen-s...twiz@chromium.org2010-04-261-20/+11
* Give chrome-extension frames in regular renderers access to messaging APIs,mpcomplete@chromium.org2010-04-191-2/+13
* Add ability to manipulate DOM elements from the automation proxy. Rework the ...kkania@chromium.org2010-04-161-55/+239
* Support PNG and quality control in chrome.tabs.captureVisibleTab().skerner@chromium.org2010-04-081-15/+44
* Reland: No longer accept 'null' as signifying unset optional object property ...rafaelw@chromium.org2010-04-061-3/+2
* Revert "No longer accept 'null' as signifying unset optional object property ...rafaelw@chromium.org2010-04-051-1/+2
* No longer accept 'null' as signifying unset optional object property in exten...rafaelw@chromium.org2010-04-051-2/+1
* Move history API out of experimental. Allow extensions to override history p...skerner@chromium.org2010-04-012-18/+1
* Adding API tests for getViews and infobars.finnur@chromium.org2010-03-311-2/+12
* Properly fix ends of lines.antonm@chromium.org2010-03-241-1/+27
* Enforce extension permissions in C++ (instead of Javascript).jochen@chromium.org2010-03-242-14/+1
* Fix end of lines.antonm@chromium.org2010-03-231-27/+1
* Initial version of an experimental Extensions Context Menu API.asargent@chromium.org2010-03-232-4/+55
* Add support for interacting with the DOM in browser_tests.kkania@chromium.org2010-03-181-0/+234
* Minor extension infobar changes.finnur@chromium.org2010-03-181-1/+1
* Committing for dcheng@brg@chromium.com2010-03-171-0/+1
* Revert 41789 - Add support for DOM interaction in browser tests via C++.kkania@chromium.org2010-03-171-234/+0
* First cut at adding Extension Infobars to the experimental API.finnur@chromium.org2010-03-171-0/+1
* Add support for DOM interaction in browser tests via C++.kkania@chromium.org2010-03-171-0/+234
* Idle API for the extension systembrg@chromium.com2010-03-161-0/+1
* Move metrics api to the experimental name space.rogerta@chromium.org2010-03-121-1/+1
* Add chrome.extension.inIncognitoTab for content scripts.mpcomplete@chromium.org2010-03-121-4/+4
* Add a metrics extensions API.rogerta@chromium.org2010-02-261-0/+1
* Allow users to enable extensions in incognito. Requiresmpcomplete@chromium.org2010-02-252-1/+14
* Clone of issue 577015.twiz@chromium.org2010-02-121-1/+7
* Fix spelling error on history transition type.brg@chromium.com2010-02-111-1/+1
* Move base.js file to the renderer/resources since it's not used by DevTools a...yurys@chromium.org2010-02-091-0/+1015
* Add an accessibility API for events raised outside of the web content.estade@chromium.org2010-01-302-8/+26
* Adds an experimental processes module to the extensions API.creis@chromium.org2010-01-281-1/+2
* revert 37335:estade@chromium.org2010-01-272-24/+7
* Add an accessibility API for events raised outside of the web content.estade@chromium.org2010-01-272-7/+24
* Fix error message when a page action calls chrome.pageAction.setIcon() with a...skerner@chromium.org2010-01-141-5/+7
* Add an experimental bookmark manager API to extensions.arv@chromium.org2010-01-141-3/+3
* Adding support for i18n to content scripts.cira@chromium.org2009-12-292-9/+10
* Refactor browser action apitest and port for mac.kkania@chromium.org2009-12-141-17/+17
* Prevent 2 types of extension crashes.asargent@chromium.org2009-12-101-0/+14
* Add a 'minus' graphic to the local error page if you expand thetony@chromium.org2009-12-081-31/+55
* Addition of a new parameter to the popup.show(...) Chrome extension API that ...twiz@google.com2009-12-081-6/+18
* Refactoring of the chrome.experimental.popup API implementation to allow disp...twiz@google.com2009-11-161-11/+29
* Add stub functions for chrome.* APIs in content scripts. asargent@chromium.org2009-11-132-3/+55
* JsonSchema support for declaring "object" constructors.rafaelw@chromium.org2009-11-122-30/+54