| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable an extension when it is upgraded to a version that requires more | mpcomplete@chromium.org | 2009-08-14 | 1 | -1/+3 |
* | Apply a limit to the canvas size we will hand back to the browser. | cevans@chromium.org | 2009-08-14 | 1 | -1/+8 |
* | Extension Docs: Implement auto TOC for static content | rafaelw@chromium.org | 2009-08-14 | 20 | -64/+130 |
* | Formatting pass: h3 -> h2, minor changes to some page names, | kathyw@google.com | 2009-08-14 | 11 | -69/+173 |
* | Update chrome.extension docs. Also, remove old no longer needed | aa@chromium.org | 2009-08-14 | 19 | -24/+17 |
* | 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 | 21 | -308/+201 |
* | Add privacy_blacklists key to extension manifest and validate it. | phajdan.jr@chromium.org | 2009-08-13 | 5 | -2/+55 |
* | Extension Doc Changes (no building or testable changes) | rafaelw@chromium.org | 2009-08-13 | 25 | -49/+86 |
* | I have taken over this patch, original authored by Adam Hunter (adamhunter). | rafaelw@chromium.org | 2009-08-13 | 2 | -1/+13 |
* | Add a method to classify what permission class an extension is in, with unit | mpcomplete@chromium.org | 2009-08-12 | 3 | -0/+110 |
* | Add chrome.extension to extension_api.json and docs. | rafaelw@chromium.org | 2009-08-12 | 19 | -33/+68 |
* | Remove unreachable code from extension.cc. | aa@chromium.org | 2009-08-11 | 1 | -1/+0 |
* | One more little fix for extension docs page flickering -- remove class="hidde... | rafaelw@chromium.org | 2009-08-11 | 16 | -16/+16 |
* | Re-fix the flicker during extension docs render. Caused by two things: | aa@chromium.org | 2009-08-11 | 5 | -27/+11 |
* | pull over wiki content | rafaelw@chromium.org | 2009-08-11 | 28 | -22/+197 |
* | Fix Extensions PRESUBMIT.PY. | rafaelw@chromium.org | 2009-08-11 | 1 | -61/+36 |
* | Remove CRs from docs. Fix build.py script to not produce them | rafaelw@chromium.org | 2009-08-10 | 14 | -49/+17 |
* | Fix EOL on devguide.html | maruel@chromium.org | 2009-08-10 | 1 | -1/+2 |
* | Add a big more structure to the extensions docs. | aa@chromium.org | 2009-08-09 | 6 | -146/+76 |
* | Fix the extension doc page titles and flicker a bit. | aa@chromium.org | 2009-08-09 | 4 | -8/+10 |
* | Add return type parameters to Bookmark APIs. And resulting doc changes | rafaelw@chromium.org | 2009-08-09 | 3 | -24/+88 |
* | Add module-level permissions to extensions. | mpcomplete@chromium.org | 2009-08-07 | 2 | -27/+64 |
* | Buff out Windows & Tabs API, fix a few doc bugs. | rafaelw@chromium.org | 2009-08-07 | 8 | -34/+145 |
* | Re-land extension docs build/render/presubmit. The original patch, http://cod... | rafaelw@chromium.org | 2009-08-05 | 20 | -1189/+786 |
* | Add forgotten file to content script docs. | aa@chromium.org | 2009-08-04 | 2 | -0/+154 |
* | Add some more content to the content scripts docs. | aa@chromium.org | 2009-08-04 | 2 | -16/+29 |
* | mole API - take 2 | erikkay@chromium.org | 2009-08-04 | 2 | -1/+77 |
* | Implement first cut at the extension installation prompt on Windows. | aa@chromium.org | 2009-08-04 | 3 | -15/+28 |
* | Rolling back 22300. | bradnelson@google.com | 2009-08-03 | 17 | -717/+1074 |
* | Delay loading of ExtensionHosts until the background page is ready. | mpcomplete@chromium.org | 2009-08-03 | 2 | -2/+34 |
* | Extension docs build script, gyp target and PRESUBMIT.PY check | rafaelw@chromium.org | 2009-08-03 | 17 | -978/+717 |
* | When a content script has a match pattern of http://*/*, we | aa@chromium.org | 2009-08-03 | 2 | -5/+14 |
* | Rolling back change 22245. | chrome-bot@google.com | 2009-08-02 | 2 | -77/+1 |
* | mole expand/collapse API, callable from a toolstrip for manual operation | erikkay@chromium.org | 2009-08-01 | 2 | -1/+77 |
* | Make the update_url key allowed for themes. | aa@chromium.org | 2009-07-30 | 1 | -1/+2 |
* | Pull all the filesystem manipulation out of | aa@chromium.org | 2009-07-28 | 1 | -0/+1 |
* | Re-org extension docs, template support for new static files. | rafaelw@chromium.org | 2009-07-28 | 26 | -881/+807 |
* | Fix schema typo in extension_api.json. | rafaelw@chromium.org | 2009-07-28 | 1 | -1/+1 |
* | Fix broken array.items reference in generate doc script. | rafaelw@chromium.org | 2009-07-28 | 1 | -6/+10 |
* | Pull a SandboxedExtensionUnpacker out of ExtensionsService. | aa@chromium.org | 2009-07-28 | 2 | -2/+3 |
* | Pull out synchronous extension apis to extensions_api.json, add custom handli... | rafaelw@chromium.org | 2009-07-27 | 5 | -17/+154 |
* | add mole info to toolstrip definition and enable moles | erikkay@chromium.org | 2009-07-26 | 4 | -5/+52 |
* | Implement mimetype sniffing for extensions. | aa@chromium.org | 2009-07-25 | 3 | -3/+34 |
* | Add a search box to all pages. (Well, most of them. But eventually | kathyw@google.com | 2009-07-24 | 6 | -1/+86 |
* | Placeholders for major doc pages. Also a few minor doc fixes. | kathyw@google.com | 2009-07-24 | 12 | -115/+611 |
* | Let theme values that previous had to be real be specified as ints. | glen@chromium.org | 2009-07-24 | 1 | -5/+8 |
* | Push bookmarks.remove/removeAll polymorphism into c++. fix bookmarks id schem... | rafaelw@chromium.org | 2009-07-24 | 1 | -12/+30 |
* | Fix undefined object properties showing up in reference pages. | rafaelw@chromium.org | 2009-07-23 | 1 | -4/+7 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 1 | -1/+2 |