| Commit message (Expand) | Author | Age | Files | Lines |
* | Assign resource ids from a central file. | tony@chromium.org | 2010-07-13 | 1 | -1/+1 |
* | Work around an grit ID collision by forcing | tony@chromium.org | 2010-07-08 | 1 | -1/+1 |
* | Clean up .grds, step 1: Alphabetize. | pkasting@chromium.org | 2010-07-08 | 1 | -3/+3 |
* | Revert 51572 - Clean up .grds, step 1: Alphabetize. | pkasting@chromium.org | 2010-07-02 | 1 | -3/+3 |
* | Clean up .grds, step 1: Alphabetize. | pkasting@chromium.org | 2010-07-02 | 1 | -3/+3 |
* | Refactor parts of the NTP to split things into more managable chunks. | arv@chromium.org | 2010-04-26 | 1 | -1/+1 |
* | Add NotificationType::BROWSER_WINDOW_READY, chrome.windows.onCreated now send... | rafaelw@chromium.org | 2009-09-22 | 1 | -2/+0 |
* | Extension apis: windows.create({url:}) now supports relative paths. | rafaelw@chromium.org | 2009-09-11 | 1 | -1/+1 |
* | Added chrome.i18n extension API. | xji@chromium.org | 2009-09-09 | 1 | -1/+1 |
* | Add extension.getURL to extension_api.json so it appears in the docs. | rafaelw@chromium.org | 2009-09-04 | 1 | -1/+1 |
* | Extension Doc Changes (no building or testable changes): minor changes for ta... | rafaelw@chromium.org | 2009-09-02 | 1 | -1/+1 |
* | more bookmark tests, plus fix a couple of API bugs | erikkay@chromium.org | 2009-09-01 | 1 | -1/+1 |
* | Add browser tests for extensions tab API. | asargent@chromium.org | 2009-09-01 | 1 | -1/+1 |
* | share extension API test framework | erikkay@chromium.org | 2009-08-31 | 1 | -1/+1 |
* | Extension API Renaming/Consistency changes | rafaelw@chromium.org | 2009-08-28 | 1 | -1/+1 |
* | Fleshed out the documentation for PageActions. | finnur@chromium.org | 2009-08-25 | 1 | -1/+1 |
* | Exposes a chrome.devtools object to extensions. This allows extensions to ca... | mpcomplete@chromium.org | 2009-08-24 | 1 | -1/+1 |
* | Extension Docs (no code changes) - Fix navigation jig. Renamed a few paramet... | rafaelw@chromium.org | 2009-08-24 | 1 | -1/+1 |
* | (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 | -1/+1 |
* | Async extension callbacks now always fire and set chrome.extension.lastError ... | rafaelw@chromium.org | 2009-08-18 | 1 | -1/+1 |
* | An initial pass at structure to do end-to-end extension API tests. I'll work... | erikkay@chromium.org | 2009-08-17 | 1 | -1/+1 |
* | Implementation of getBackgroundPage(), getToolstrips(), and | aa@chromium.org | 2009-08-14 | 1 | -1/+1 |
* | Re-factor extension docs generation code. Now support referenced types and ty... | rafaelw@chromium.org | 2009-08-13 | 1 | -1/+1 |
* | I have taken over this patch, original authored by Adam Hunter (adamhunter). | rafaelw@chromium.org | 2009-08-13 | 1 | -1/+1 |
* | Add chrome.extension to extension_api.json and docs. | rafaelw@chromium.org | 2009-08-12 | 1 | -1/+1 |
* | Add return type parameters to Bookmark APIs. And resulting doc changes | rafaelw@chromium.org | 2009-08-09 | 1 | -1/+1 |
* | Add module-level permissions to extensions. | mpcomplete@chromium.org | 2009-08-07 | 1 | -2/+2 |
* | Buff out Windows & Tabs API, fix a few doc bugs. | rafaelw@chromium.org | 2009-08-07 | 1 | -1/+1 |
* | Re-land extension docs build/render/presubmit. The original patch, http://cod... | rafaelw@chromium.org | 2009-08-05 | 1 | -1/+1 |
* | mole API - take 2 | erikkay@chromium.org | 2009-08-04 | 1 | -1/+1 |
* | Rolling back 22300. | bradnelson@google.com | 2009-08-03 | 1 | -1/+1 |
* | Extension docs build script, gyp target and PRESUBMIT.PY check | rafaelw@chromium.org | 2009-08-03 | 1 | -1/+1 |
* | Rolling back change 22245. | chrome-bot@google.com | 2009-08-02 | 1 | -1/+1 |
* | mole expand/collapse API, callable from a toolstrip for manual operation | erikkay@chromium.org | 2009-08-01 | 1 | -1/+1 |
* | Fix schema typo in extension_api.json. | rafaelw@chromium.org | 2009-07-28 | 1 | -1/+1 |
* | Pull out synchronous extension apis to extensions_api.json, add custom handli... | rafaelw@chromium.org | 2009-07-27 | 1 | -1/+1 |
* | Push bookmarks.remove/removeAll polymorphism into c++. fix bookmarks id schem... | rafaelw@chromium.org | 2009-07-24 | 1 | -1/+1 |
* | Reland http://codereview.chromium.org/155945 which was erroneously reverted. | rafaelw@chromium.org | 2009-07-22 | 1 | -0/+2 |
* | revert r21327, which broke MessagingExtensionTab | estade@chromium.org | 2009-07-22 | 1 | -2/+0 |
* | Extensions Doc: | rafaelw@chromium.org | 2009-07-22 | 1 | -0/+2 |
* | Step 2 in abstracting Extension APIs to shared "IDL". | rafaelw@chromium.org | 2009-07-22 | 1 | -0/+1 |
* | This provides a simpler js template engine than JsTemplate. It has been | arv@google.com | 2009-07-14 | 1 | -0/+1 |
* | Remove executable bit from a bunch of files that shouldn't have it. | evan@chromium.org | 2009-05-11 | 1 | -0/+0 |
* | Final step in converting all grit includes to have grit in the path. | tc@google.com | 2009-02-24 | 1 | -1/+1 |
* | Port remaining .rc data resource files to grd. This includes | tc@google.com | 2009-02-13 | 1 | -0/+15 |