summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/resources/extension_process_bindings.js
Commit message (Expand)AuthorAgeFilesLines
* Revise the omnibox extension API so that specifying descriptionStyles is easier.mpcomplete@chromium.org2010-11-111-10/+6
* 1. Fires port.onDisconnect if tabs.connect fails.jstritar@chromium.org2010-10-281-0/+5
* Fix some tiny javascript lint errors.dmazzoni@chromium.org2010-10-271-11/+13
* Part 2 of extension event refactor.mpcomplete@chromium.org2010-10-211-6/+3
* DOMUI etc. Use the built in bind method of Function now that V8 supports it.arv@chromium.org2010-09-131-8/+2
* Add support for a "split" incognito behavior for extensions.mpcomplete@chromium.org2010-08-311-1/+2
* Reland r57788 - Expose Extension Bindings to Component Applicationsrafaelw@chromium.org2010-08-311-0/+6
* Revert 57788 - Expose Extension Bindings to Component Applicationsrafaelw@chromium.org2010-08-281-6/+0
* Expose Extension Bindings to Component Applicationsrafaelw@chromium.org2010-08-281-0/+6
* Initial version of chrome.experimental.sidebar extension API. brettw@chromium.org2010-08-191-16/+27
* Adding tts experimental extensions apichaitanyag@chromium.org2010-08-121-0/+3
* Add ability to limit when context menu items appear with url patterns.asargent@chromium.org2010-07-181-1/+1
* Move context menu module out of experimental.aa@chromium.org2010-07-171-5/+5
* Only setup the contextMenus listener if we're actually using contextMenus.asargent@chromium.org2010-07-151-8/+15
* More cleanup of extensions context menu API.asargent@chromium.org2010-07-141-12/+46
* Add chrome.experimental.omnibox.styleUrl for highlighting text as an URL.mpcomplete@chromium.org2010-07-141-0/+4
* Some cleanup of the extensions context menu API. asargent@chromium.org2010-07-091-9/+3
* Add support for omnibox.onInputStarted and onInputCancelled.mpcomplete@chromium.org2010-07-021-18/+2
* 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
* Prevent extensions from clobbering JSON implementation that extension calls userafaelw@chromium.org2010-06-011-17/+5
* First pass at experimental omnibox API. There are plenty of rough edges and f...mpcomplete@chromium.org2010-05-281-0/+16
* Update extension functions to always pass a list of arguments, even when one ...arv@chromium.org2010-05-211-10/+3
* 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
* Support PNG and quality control in chrome.tabs.captureVisibleTab().skerner@chromium.org2010-04-081-15/+44
* Move history API out of experimental. Allow extensions to override history p...skerner@chromium.org2010-04-011-17/+0
* Adding API tests for getViews and infobars.finnur@chromium.org2010-03-311-2/+12
* Enforce extension permissions in C++ (instead of Javascript).jochen@chromium.org2010-03-241-5/+0
* Initial version of an experimental Extensions Context Menu API.asargent@chromium.org2010-03-231-4/+54
* Allow users to enable extensions in incognito. Requiresmpcomplete@chromium.org2010-02-251-0/+5
* 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
* Add an accessibility API for events raised outside of the web content.estade@chromium.org2010-01-301-1/+4
* revert 37335:estade@chromium.org2010-01-271-3/+0
* Add an accessibility API for events raised outside of the web content.estade@chromium.org2010-01-271-0/+3
* Fix error message when a page action calls chrome.pageAction.setIcon() with a...skerner@chromium.org2010-01-141-5/+7
* Adding support for i18n to content scripts.cira@chromium.org2009-12-291-6/+0
* Prevent 2 types of extension crashes.asargent@chromium.org2009-12-101-0/+14
* 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-131-2/+6
* JsonSchema support for declaring "object" constructors.rafaelw@chromium.org2009-11-121-28/+16
* Submitting change from http://codereview.chromium.org/276029/showmad@chromium.org2009-11-031-2/+91
* Implement the Extension History API, v 0.1.The first version is a weak wrappe...brg@chromium.com2009-10-301-2/+26
* New event style for pageAction API.asargent@chromium.org2009-10-291-2/+6
* Limit chrome.(browser|page)Action.setIcon({imageData:...}) toaa@chromium.org2009-10-281-2/+14
* Rename getTabContentses to getExtensionTabs.aa@chromium.org2009-10-281-1/+6
* Don't scale up small browser action icons.finnur@chromium.org2009-10-261-8/+5