summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/resources
Commit message (Expand)AuthorAgeFilesLines
* 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
* For Siggi, from http://codereview.chromium.org/375002/showmad@chromium.org2009-11-061-3/+6
* Add first class support for user scripts.aa@chromium.org2009-11-041-0/+9
* 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
* Change the extension.onRequest even to include the sender info.mpcomplete@chromium.org2009-10-291-5/+6
* Fix typo in Event.hasListener().aa@chromium.org2009-10-291-1/+1
* 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
* Ensure that Helvetica, if installed, is used instead of Arial. This should be...avi@chromium.org2009-10-272-2/+2
* Don't scale up small browser action icons.finnur@chromium.org2009-10-261-8/+5
* Refactor BrowserActions, and add support foraa@chromium.org2009-10-241-3/+3
* Implement extension.sendRequest, a simpler way to do messaging.mpcomplete@chromium.org2009-10-232-4/+66
* Implement chrome.browserAction.setIcon({path:...});aa@chromium.org2009-10-201-1/+25
* Implement new page action API.mpcomplete@chromium.org2009-10-161-13/+19
* Reland r29095 (removes wrench integration foraa@chromium.org2009-10-151-6/+7
* Reverting r29095 (removes wrench integration foraa@chromium.org2009-10-151-7/+6
* Remove the implicit wrench menu items for browser actions.aa@chromium.org2009-10-151-6/+7
* Update browser actions api to be like new design doc.aa@chromium.org2009-10-151-6/+20
* Update page action manifest parsing to match the new format.mpcomplete@chromium.org2009-10-131-2/+4
* Enables the sending of Timeline Agent and Resource messages to the devtools a...jamesr@chromium.org2009-10-121-1/+1
* Implement chrome.extension.connectExternal and fix various API inconsistencies.mpcomplete@chromium.org2009-10-093-53/+61
* Implement browserAction.setIcon(ImageData) for extensions.mpcomplete@chromium.org2009-10-061-0/+21
* Implementing chrome.i18n.getMessage call, that loads message from the extensi...cira@chromium.org2009-09-281-0/+6
* Implement Browser Actions extensions.finnur@chromium.org2009-09-261-0/+8
* Make --show-extensions-on-top look exactly, pixel-for-pixelaa@chromium.org2009-09-251-17/+24
* Ignore extra properties on schemas or instances that comesaa@chromium.org2009-09-241-0/+13
* Change the view mode when switching between moles and toolstrips, anderikkay@chromium.org2009-09-192-14/+117
* Revert 26635 - Change the view mode when switching between moles and toolstri...mbelshe@google.com2009-09-182-117/+14
* Change the view mode when switching between moles and toolstrips, anderikkay@chromium.org2009-09-182-14/+117
* Address ExtensionApiTest.Tabs flakinessrafaelw@chromium.org2009-09-151-13/+12
* Update ExtensionApiTest.Tabs and re-enablerafaelw@chromium.org2009-09-111-18/+22
* add mole collapse/expand events. convert mappy to use this.erikkay@chromium.org2009-09-111-0/+10
* Don't allow updating tabs to javascript URLs without hostaa@chromium.org2009-09-111-4/+12
* finished testing functions and added events to bookmark tests.erikkay@chromium.org2009-09-081-23/+77
* Add browser tests for extensions tab API.asargent@chromium.org2009-09-011-17/+39
* share extension API test frameworkerikkay@chromium.org2009-08-311-0/+120
* Extension API Renaming/Consistency changesrafaelw@chromium.org2009-08-282-18/+26
* Try again to commit r24174: Change the way json_schema.js is loaded.aa@chromium.org2009-08-252-30/+33
* Revert r24217.aa@chromium.org2009-08-252-33/+30
* Change the way json_schema.js is loaded. This is required soaa@chromium.org2009-08-252-30/+33
* Revert breakage from r24174.aa@chromium.org2009-08-242-33/+30
* Change the way json_schema.js is loaded. This is required soaa@chromium.org2009-08-242-30/+33
* Exposes a chrome.devtools object to extensions. This allows extensions to ca...mpcomplete@chromium.org2009-08-241-1/+13
* Validation of extension api callbacks and event parameters in DEBUGrafaelw@chromium.org2009-08-222-19/+74
* Async extension callbacks now always fire and set chrome.extension.lastError ...rafaelw@chromium.org2009-08-181-4/+11
* Implementation of getBackgroundPage(), getToolstrips(), andaa@chromium.org2009-08-141-74/+89
* Add chrome.extension to extension_api.json and docs.rafaelw@chromium.org2009-08-121-2/+12