| Commit message (Expand) | Author | Age | Files | Lines |
* | Add two Extension view types: Notification and Infobars. | finnur@chromium.org | 2010-03-26 | 2 | -110/+163 |
* | Move onImportBegan/Ended to the regular bookmarks api | feldstein@chromium.org | 2010-03-26 | 3 | -30/+206 |
* | linux: turn on -Wextra | evan@chromium.org | 2010-03-26 | 1 | -1/+1 |
* | Revert "linux: turn on -Wextra" | evan@chromium.org | 2010-03-25 | 1 | -1/+1 |
* | linux: turn on -Wextra | evan@chromium.org | 2010-03-25 | 1 | -1/+1 |
* | Add incognito guidelines to the overview. | kathyw@chromium.org | 2010-03-25 | 2 | -3/+119 |
* | Add info about favicons. | kathyw@chromium.org | 2010-03-25 | 2 | -8/+12 |
* | Ensure all callers to GetFilePath are on the File thread | finnur@chromium.org | 2010-03-25 | 2 | -13/+55 |
* | Add images for the Analytics tutorial. | kathyw@chromium.org | 2010-03-24 | 3 | -0/+0 |
* | Add Arne's Analytics tutorial and Eric Bidelman's OAuth tutorial to the exten... | kathyw@chromium.org | 2010-03-24 | 52 | -3/+2908 |
* | Fix a typo in experimental.history.html. | kathyw@chromium.org | 2010-03-24 | 2 | -2/+2 |
* | Change chrome.experimental.history.search's first param to use 'text' for tex... | skerner@chromium.org | 2010-03-24 | 2 | -3/+3 |
* | Eliminate all UI thread decoding of extension images. | finnur@chromium.org | 2010-03-24 | 4 | -5/+15 |
* | Adds smallish size to list of icon sizes. | sky@chromium.org | 2010-03-23 | 2 | -0/+2 |
* | Initial version of an experimental Extensions Context Menu API. | asargent@chromium.org | 2010-03-23 | 1 | -0/+89 |
* | Move app/gfx/canvas and app/gfx/font to gfx/. | ben@chromium.org | 2010-03-23 | 1 | -2/+2 |
* | Move RTL related functions from app/l10n_util to base/i18n/rtl | ben@chromium.org | 2010-03-20 | 2 | -5/+7 |
* | Resubmit 1025006: Refactor app-related manifest properties | aa@chromium.org | 2010-03-19 | 9 | -189/+565 |
* | Add 95%-tile confidence intervals to the benchmark. | mbelshe@chromium.org | 2010-03-19 | 1 | -0/+10 |
* | Revert 42091 - Refactor apprelated manifest properties so that they don't | andybons@chromium.org | 2010-03-19 | 9 | -565/+189 |
* | Refactor app-related manifest properties so that they don't | aa@chromium.org | 2010-03-19 | 9 | -189/+565 |
* | Add discussion of executeScript and insertCSS to the content scripts page. | kathyw@chromium.org | 2010-03-19 | 4 | -63/+273 |
* | Arne's FAQ changes from http://codereview.chromium.org/660227. | kathyw@chromium.org | 2010-03-19 | 2 | -2/+158 |
* | Minor extension infobar changes. | finnur@chromium.org | 2010-03-18 | 5 | -11/+19 |
* | Extension Docs (No building or testable files) | rafaelw@chromium.org | 2010-03-18 | 42 | -3/+155 |
* | Committing for dcheng@ | brg@chromium.com | 2010-03-17 | 4 | -1/+870 |
* | This looks like it was causing the pipe to sometimes overfill. | aa@chromium.org | 2010-03-17 | 2 | -4/+48 |
* | First cut at adding Extension Infobars to the experimental API. | finnur@chromium.org | 2010-03-17 | 6 | -4/+697 |
* | Fix an issue where the schema for the callback parameters to onInportBegan an... | arv@chromium.org | 2010-03-16 | 1 | -8/+3 |
* | Idle API for the extension system | brg@chromium.com | 2010-03-16 | 1 | -0/+43 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 1 | -1/+1 |
* | Move metrics api to the experimental name space. | rogerta@chromium.org | 2010-03-12 | 1 | -1/+1 |
* | Add chrome.extension.inIncognitoTab for content scripts. | mpcomplete@chromium.org | 2010-03-12 | 2 | -0/+96 |
* | Support app tabs as a launch point for apps. Also, move the logic for launch... | erikkay@chromium.org | 2010-03-12 | 4 | -25/+28 |
* | Add "origin" to the app object in the extension manifest. | aa@chromium.org | 2010-03-12 | 5 | -14/+103 |
* | win: string_util.h -> utf_string_conversions.h fix. | jhawkins@google.com | 2010-03-11 | 1 | -2/+2 |
* | Fix few remaining issues with incognito extensions. | mpcomplete@chromium.org | 2010-03-10 | 2 | -3/+0 |
* | All platforms don't support same locales at the same time. Make locale check ... | cira@google.com | 2010-03-09 | 6 | -65/+113 |
* | svn prop fixes. Applied to all files not in third_party. | pkasting@chromium.org | 2010-03-09 | 37 | -0/+0 |
* | Expose 'type' and 'incognito' bits to the extension window object, and make | mpcomplete@chromium.org | 2010-03-08 | 2 | -4/+140 |
* | chrome/common: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 5 | -7/+14 |
* | Next part of removing the dependency of chrome/common on chrome/browser | phajdan.jr@chromium.org | 2010-03-06 | 1 | -3/+1 |
* | Several benchmark updats: | mbelshe@chromium.org | 2010-03-05 | 3 | -20/+189 |
* | Load the bookmark manager extension at Chrome startup. | aa@chromium.org | 2010-03-04 | 3 | -42/+49 |
* | Add unit test that uses V8's JSON.parse() to read extension_api.json . | skerner@chromium.org | 2010-03-03 | 1 | -113/+0 |
* | Add command line option to use a tabbed bookmark manager. | arv@chromium.org | 2010-03-03 | 1 | -2/+7 |
* | Adding a new sample that talks to the Google DocList API. | kathyw@chromium.org | 2010-03-03 | 21 | -0/+1946 |
* | Better error output when background page fails to load. | asargent@chromium.org | 2010-03-02 | 1 | -2/+2 |
* | Increment gmail_checker version number from 3 to 3.1 | cira@google.com | 2010-03-01 | 1 | -8/+8 |
* | Adding hu and zh_TW translations for gmail checker. Some other locales got mi... | cira@google.com | 2010-03-01 | 4 | -2/+4 |