| Commit message (Expand) | Author | Age | Files | Lines |
* | First cut at new page and browser action docs based | aa@chromium.org | 2009-10-20 | 1 | -4/+4 |
* | Implement chrome.browserAction.setIcon({path:...}); | aa@chromium.org | 2009-10-20 | 1 | -0/+5 |
* | Implement new page action API. | mpcomplete@chromium.org | 2009-10-16 | 1 | -0/+140 |
* | Tidy up the bookmarks doc. Hide parts that still need updating. | kathyw@google.com | 2009-10-15 | 1 | -7/+7 |
* | Update browser actions api to be like new design doc. | aa@chromium.org | 2009-10-15 | 1 | -27/+63 |
* | Implement chrome.extension.connectExternal and fix various API inconsistencies. | mpcomplete@chromium.org | 2009-10-09 | 1 | -1/+18 |
* | Revert r28293. | jhawkins@chromium.org | 2009-10-07 | 1 | -17/+3 |
* | Change detectLanguage() API to now return the top three languages as well the... | sidchat@chromium.org | 2009-10-07 | 1 | -3/+17 |
* | Fix broken extension docs due to a JSON syntax error. | mpcomplete@chromium.org | 2009-10-06 | 1 | -1/+1 |
* | Implement browserAction.setIcon(ImageData) for extensions. | mpcomplete@chromium.org | 2009-10-06 | 1 | -1/+15 |
* | Add an API to manipulate the browser action badge. | aa@chromium.org | 2009-10-03 | 1 | -2/+29 |
* | Add chrome.browserAction.setName and .setIcon. | mpcomplete@chromium.org | 2009-10-01 | 1 | -0/+24 |
* | Implementing chrome.i18n.getMessage call, that loads message from the extensi... | cira@chromium.org | 2009-09-28 | 1 | -2/+29 |
* | Add NotificationType::BROWSER_WINDOW_READY, chrome.windows.onCreated now send... | rafaelw@chromium.org | 2009-09-22 | 1 | -5/+3 |
* | Extension Doc Changes (no building or testable changes). | rafaelw@chromium.org | 2009-09-22 | 1 | -1/+1 |
* | Try again to land "Implement script API:executeScript" | aa@chromium.org | 2009-09-18 | 1 | -0/+58 |
* | Two extensions doc cleanups. | asargent@chromium.org | 2009-09-17 | 1 | -1/+2 |
* | Extension apis: windows.create({url:}) now supports relative paths. | rafaelw@chromium.org | 2009-09-11 | 1 | -2/+24 |
* | Added chrome.i18n extension API. | xji@chromium.org | 2009-09-09 | 1 | -0/+22 |
* | finished testing functions and added events to bookmark tests. | erikkay@chromium.org | 2009-09-08 | 1 | -2/+2 |
* | Update Documentation for chrome.tabs.detectLanguage(). | sidchat@google.com | 2009-09-04 | 1 | -1/+1 |
* | Add extension.getURL to extension_api.json so it appears in the docs. | rafaelw@chromium.org | 2009-09-04 | 1 | -0/+16 |
* | add descriptions to bookmark functions | erikkay@chromium.org | 2009-09-04 | 1 | -17/+18 |
* | Extension Doc Changes (no building or testable changes): minor changes for ta... | rafaelw@chromium.org | 2009-09-02 | 1 | -7/+7 |
* | more bookmark tests, plus fix a couple of API bugs | erikkay@chromium.org | 2009-09-01 | 1 | -1/+8 |
* | Fill out windows doc. Also add permissions section | aa@chromium.org | 2009-09-01 | 1 | -27/+27 |
* | Fill out the tabs docs. Also, fix a bug where we didn't | aa@chromium.org | 2009-09-01 | 1 | -56/+146 |
* | Add browser tests for extensions tab API. | asargent@chromium.org | 2009-09-01 | 1 | -0/+8 |
* | share extension API test framework | erikkay@chromium.org | 2009-08-31 | 1 | -3/+5 |
* | Extension API Renaming/Consistency changes | rafaelw@chromium.org | 2009-08-28 | 1 | -14/+52 |
* | Fleshed out the documentation for PageActions. | finnur@chromium.org | 2009-08-25 | 1 | -13/+15 |
* | Exposes a chrome.devtools object to extensions. This allows extensions to ca... | mpcomplete@chromium.org | 2009-08-24 | 1 | -0/+23 |
* | Extension Docs (no code changes) - Fix navigation jig. Renamed a few paramet... | rafaelw@chromium.org | 2009-08-24 | 1 | -5/+5 |
* | (Extension API) Make BookmarkTreeNode.index "type":"integer" | rafaelw@chromium.org | 2009-08-24 | 1 | -1/+1 |
* | Validation of extension api callbacks and event parameters in DEBUG | rafaelw@chromium.org | 2009-08-22 | 1 | -19/+23 |
* | Async extension callbacks now always fire and set chrome.extension.lastError ... | rafaelw@chromium.org | 2009-08-18 | 1 | -0/+10 |
* | An initial pass at structure to do end-to-end extension API tests. I'll work... | erikkay@chromium.org | 2009-08-17 | 1 | -0/+21 |
* | Implementation of getBackgroundPage(), getToolstrips(), and | aa@chromium.org | 2009-08-14 | 1 | -20/+47 |
* | Re-factor extension docs generation code. Now support referenced types and ty... | rafaelw@chromium.org | 2009-08-13 | 1 | -10/+10 |
* | I have taken over this patch, original authored by Adam Hunter (adamhunter). | rafaelw@chromium.org | 2009-08-13 | 1 | -0/+12 |
* | Add chrome.extension to extension_api.json and docs. | rafaelw@chromium.org | 2009-08-12 | 1 | -16/+51 |
* | Add return type parameters to Bookmark APIs. And resulting doc changes | rafaelw@chromium.org | 2009-08-09 | 1 | -22/+86 |
* | Buff out Windows & Tabs API, fix a few doc bugs. | rafaelw@chromium.org | 2009-08-07 | 1 | -20/+86 |
* | Re-land extension docs build/render/presubmit. The original patch, http://cod... | rafaelw@chromium.org | 2009-08-05 | 1 | -508/+417 |
* | mole API - take 2 | erikkay@chromium.org | 2009-08-04 | 1 | -1/+31 |
* | Rolling back 22300. | bradnelson@google.com | 2009-08-03 | 1 | -400/+487 |
* | Extension docs build script, gyp target and PRESUBMIT.PY check | rafaelw@chromium.org | 2009-08-03 | 1 | -487/+400 |
* | Rolling back change 22245. | chrome-bot@google.com | 2009-08-02 | 1 | -31/+1 |
* | mole expand/collapse API, callable from a toolstrip for manual operation | erikkay@chromium.org | 2009-08-01 | 1 | -1/+31 |
* | Fix schema typo in extension_api.json. | rafaelw@chromium.org | 2009-07-28 | 1 | -1/+1 |