summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/resources
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add module-level permissions to extensions.mpcomplete@chromium.org2009-08-071-2/+2
* Support for referenced schema types in json_schema.rafaelw@chromium.org2009-08-051-0/+36
* Pull out synchronous extension apis to extensions_api.json, add custom handli...rafaelw@chromium.org2009-07-271-54/+73
* Fix port disconnect so that it's refcounted. This fixes a bug where a channelmpcomplete@chromium.org2009-07-271-1/+4
* Push bookmarks.remove/removeAll polymorphism into c++. fix bookmarks id schem...rafaelw@chromium.org2009-07-241-26/+0
* Step 2 in abstracting Extension APIs to shared "IDL".rafaelw@chromium.org2009-07-222-443/+81
* Changed the extension.connect() API not to broadcast to all tabs. Added ampcomplete@chromium.org2009-07-201-1/+13
* Fix merge error (benign) from r20910rafaelw@chromium.org2009-07-171-1/+0
* First step in abstracting extension api to common/shared "IDL" files (jsonsch...rafaelw@chromium.org2009-07-161-68/+45
* Change getLanguage to detectLanguage, and incorporate corresponding changes, ...sidchat@google.com2009-07-161-4/+4
* Retrying this patch. This was already reviewed by mpcomplete and thefinnur@chromium.org2009-07-151-3/+13
* Various minor fixes:aa@chromium.org2009-07-151-67/+1
* Reverting 20714.finnur@chromium.org2009-07-151-13/+3
* EFD now notifies EPM of renderviews created, which in turn notifies the rende...finnur@chromium.org2009-07-151-3/+13
* This provides a simpler js template engine than JsTemplate. It has beenarv@google.com2009-07-142-25/+22