| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove potentially many static initializers. | thakis@chromium.org | 2011-11-24 | 1 | -1/+1 |
* | Replace ScopedCommandLineOverride with TestSuite listener. | miket@chromium.org | 2011-11-22 | 1 | -11/+10 |
* | Add platform_app flag to manifest. | miket@chromium.org | 2011-11-07 | 1 | -22/+21 |
* | Revert 108885 - Add platform_app flag to manifest. | csilv@chromium.org | 2011-11-07 | 1 | -21/+22 |
* | Add platform_app flag to manifest. | miket@chromium.org | 2011-11-07 | 1 | -22/+21 |
* | Add webkit_glue namespace. Improve some variable and test names. | gbillock@chromium.org | 2011-11-01 | 1 | -15/+17 |
* | Loosen error reporting for hosted app permissions. | aa@chromium.org | 2011-10-31 | 1 | -9/+35 |
* | Reland r105978: Report errors when extensions attempt to use | aa@chromium.org | 2011-10-19 | 1 | -16/+59 |
* | Revert 105978 - Report errors when extensions attempt to use private APIs. | nkostylev@chromium.org | 2011-10-18 | 1 | -59/+16 |
* | Report errors when extensions attempt to use private APIs. | aa@chromium.org | 2011-10-18 | 1 | -16/+59 |
* | Allow webstore extensions to use experimental permissions. We | aa@chromium.org | 2011-10-16 | 1 | -103/+95 |
* | Add support for an optional "requirements" section in extension/app manifests. | mihaip@chromium.org | 2011-10-07 | 1 | -1/+6 |
* | Move json_value_serializer from content/common to base. | dpranke@chromium.org | 2011-10-07 | 1 | -1/+1 |
* | Allow hosted apps to use minimum_chrome_version. | yoz@chromium.org | 2011-09-30 | 1 | -0/+3 |
* | Extension loading extracts intents from Manifest data. | groby@chromium.org | 2011-09-23 | 1 | -0/+45 |
* | Add offline_enabled field in manifest. | yoz@chromium.org | 2011-08-16 | 1 | -1/+21 |
* | Add check to disallow packaged apps declaring an extent. | yoz@chromium.org | 2011-07-20 | 1 | -0/+2 |
* | Expose new file browser as chrome:files | serya@google.com | 2011-07-19 | 1 | -0/+20 |
* | Update URLPatternSet to contain a std::set instead of std::vector. | jstritar@chromium.org | 2011-07-13 | 1 | -9/+18 |
* | Revert 92219 - Update URLPatternSet to contain a std::set instead of std::vec... | jstritar@chromium.org | 2011-07-12 | 1 | -18/+9 |
* | Update URLPatternSet to contain a std::set instead of std::vector. | jstritar@chromium.org | 2011-07-12 | 1 | -9/+18 |
* | Extend TTS extension API to support richer events returned from the engine | dmazzoni@chromium.org | 2011-07-07 | 1 | -12/+17 |
* | Start refractoring extension permissions into ExtensionPermissionSet. | jstritar@chromium.org | 2011-06-23 | 1 | -5/+9 |
* | Moved manifest tests to data driven format | groby@chromium.org | 2011-06-08 | 1 | -0/+154 |
* | Require experimental permission for isolated apps. | creis@chromium.org | 2011-06-07 | 1 | -7/+14 |
* | Prevent extensions from defining homepages with schemes other than valid web ... | cdn@chromium.org | 2011-06-02 | 1 | -0/+2 |
* | Add exclude_matches to content_scripts for negating match patterns. | tessamac@chromium.org | 2011-05-29 | 1 | -0/+13 |
* | Rename ExtensionExtent to URLPatternSet and use URLPatternSet instead of std:... | morrita@chromium.org | 2011-05-20 | 1 | -2/+2 |
* | iwyu: Include stringprintf.h where appropriate, part 3. | jhawkins@chromium.org | 2011-05-12 | 1 | -0/+1 |
* | Make sure that extensions can launch web urls with web safe schemes only. | aarya@google.com | 2011-04-20 | 1 | -1/+5 |
* | New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safe... | zelidrag@chromium.org | 2011-04-16 | 1 | -0/+37 |
* | Revert 81865 - New fileBrowserPrivate and fileHandler APIs added + plus magic... | zelidrag@chromium.org | 2011-04-16 | 1 | -37/+0 |
* | New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safe... | zelidrag@chromium.org | 2011-04-16 | 1 | -0/+37 |
* | Move json_value_serializer to content\common since it's used by code in conte... | jam@chromium.org | 2011-04-16 | 1 | -1/+1 |
* | apps: Add 'background_page' support for hosted apps. | sadrul@chromium.org | 2011-04-13 | 1 | -2/+4 |
* | Caused compile failure on Lunux Builder x64. | ctguil@chromium.org | 2011-04-13 | 1 | -4/+2 |
* | apps: Add 'background_page' support for hosted apps. | sadrul@chromium.org | 2011-04-13 | 1 | -2/+4 |
* | Issue IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS permission warning for DevTools ... | caseq@google.com | 2011-04-01 | 1 | -0/+2 |
* | Replace bools in extension creation with flags. | mihaip@chromium.org | 2011-03-29 | 1 | -2/+4 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Initial support for partitioning cookies for isolated apps. | creis@google.com | 2011-03-15 | 1 | -0/+15 |
* | Give a helpful warning message if a url patern contains a port. | skerner@chromium.org | 2011-03-04 | 1 | -19/+122 |
* | Only allow extension pages to be displayed in the sidebar to be consistent | alekseys@chromium.org | 2011-01-25 | 1 | -12/+5 |
* | Add "sidebar" section to extension manifest: | alekseys@chromium.org | 2011-01-20 | 1 | -0/+43 |
* | Extend the TTS extension API to allow an extension to register itself as | dmazzoni@chromium.org | 2010-12-23 | 1 | -0/+34 |
* | Update the links to the store to point at the new URL. | aa@chromium.org | 2010-12-13 | 1 | -1/+1 |
* | Display a comprehensive error message when user attempts to load an extension | caseq@google.com | 2010-12-02 | 1 | -0/+9 |
* | Track permissions granted to extensions in prefs | jstritar@chromium.org | 2010-11-30 | 1 | -8/+6 |
* | Revert 67544 - Track permissions granted to extensions in prefs | arv@chromium.org | 2010-11-29 | 1 | -6/+8 |
* | Track permissions granted to extensions in prefs | jstritar@chromium.org | 2010-11-29 | 1 | -8/+6 |