| Commit message (Expand) | Author | Age | Files | Lines |
* | [Extensions] Remove principalsPrivate API | rdevlin.cronin | 2016-03-16 | 2 | -3/+0 |
* | Cleanup: remove evil hack to suppress permission warnings for searchProvider | treib | 2016-03-08 | 2 | -49/+0 |
* | [Extensions] Remove the chrome.location API | rdevlin.cronin | 2016-03-02 | 3 | -15/+0 |
* | Make extensions::DictionaryBuilder and extensions::ListValue unmovable. | dcheng | 2016-02-27 | 2 | -2/+2 |
* | chrome: Add out-of-line copy ctors for complex classes. | vmpstr | 2016-02-26 | 2 | -0/+4 |
* | Deleting chrome.searchEnginesPrivate API. | dpapad | 2016-02-26 | 2 | -5/+0 |
* | introduce a permission without sub-permissions in mediaGalleries API | ryoh | 2016-02-15 | 1 | -5/+10 |
* | Ask for notification permission during extension installation. | peter | 2016-02-09 | 2 | -2/+5 |
* | Remove unused process_id parameter from permissions_data | rob | 2016-01-25 | 1 | -14/+16 |
* | Host permission messages: Move formatting into an actual Formatter | treib | 2016-01-18 | 2 | -36/+46 |
* | Switch to standard integer types in chrome/. | avi | 2015-12-26 | 9 | -8/+24 |
* | Use rvalue reference instead of extensions::ListBuilder::Pass() | limasdf | 2015-12-09 | 2 | -13/+16 |
* | Introduce chrome.displaySource API | mikhail.pozdnyakov | 2015-11-18 | 1 | -0/+3 |
* | Remove string with no content from generated_resources.grd. | newt | 2015-11-13 | 1 | -6/+1 |
* | Remove readingListPrivate extension API. | yfriedman | 2015-10-29 | 2 | -3/+0 |
* | Add myself as owner of extension permissions code | treib | 2015-10-12 | 1 | -0/+2 |
* | [Extensions] Make const PermissionSet* const PermissionSet& where possible | rdevlin.cronin | 2015-09-30 | 6 | -235/+265 |
* | Cleanup: IWYU for base/gtest_prod_util.h. | thestig | 2015-09-25 | 1 | -1/+0 |
* | [Extensions] Un-refcount PermissionSet | rdevlin.cronin | 2015-09-24 | 4 | -226/+198 |
* | Workaround to suppress spurious permission popup for searchProvider permission. | treib | 2015-09-24 | 2 | -0/+62 |
* | Fix recurring permissions popup for searchProvider permission. | treib | 2015-09-23 | 1 | -3/+7 |
* | [Extensions] Make methods return refptrs for PermissionSet | rdevlin.cronin | 2015-09-17 | 1 | -58/+51 |
* | Add chrome.i18nPrivate.getStrings for translations in component extensions | tsergeant | 2015-09-17 | 2 | -0/+3 |
* | [Extensions] Make URLPatternSet set methods return an URLPatternSet | rdevlin.cronin | 2015-09-16 | 1 | -2/+2 |
* | Remove "API proposal for chrome.app.window to intercept all keys." | sriramsr | 2015-09-09 | 2 | -4/+0 |
* | Add new certificateProvider extension API. | pneubeck | 2015-09-09 | 2 | -0/+4 |
* | Permission messages: Add a bunch of missing combinations/suppressions. | treib | 2015-09-04 | 1 | -91/+49 |
* | Reorder permission message rules, so that related rules appear together. | treib | 2015-09-01 | 2 | -188/+150 |
* | Permission message rules: Each rule must have >= 1 required permissions | treib | 2015-09-01 | 3 | -36/+28 |
* | Permission message rules: Add a test to check for redundant rules | treib | 2015-09-01 | 2 | -2/+72 |
* | Permission message rules cleanup | treib | 2015-09-01 | 2 | -120/+87 |
* | Fix permission message rules for all_hosts | treib | 2015-09-01 | 2 | -70/+75 |
* | Rename CoalescedPermissionMessage to PermissionMessage | treib | 2015-08-27 | 6 | -60/+53 |
* | Remove APIPermission::kFileSystemWriteDirectory | treib | 2015-08-27 | 5 | -81/+9 |
* | IWYU for base/memory/scoped_vector.h. | thestig | 2015-08-22 | 1 | -1/+0 |
* | Make USB permissions work in the new permission message system | treib | 2015-08-21 | 2 | -52/+100 |
* | Extensions: Remove PermissionMessage (permission_message.h/cc) | treib | 2015-08-20 | 2 | -2/+0 |
* | Extensions: Remove the legacy GetMessages/HasMessages | treib | 2015-08-20 | 3 | -146/+55 |
* | Implementation of the device attributes API. | pbond | 2015-08-07 | 2 | -226/+110 |
* | Extensions: Implement IsPrivilegeIncrease without the legacy GetMessages. | treib | 2015-08-05 | 4 | -124/+105 |
* | Extensions: Remove the intermediate PermissionMessageStrings interface | treib | 2015-08-04 | 6 | -70/+88 |
* | Cleanup VersionInfo after componentization. | sdefresne | 2015-08-03 | 1 | -0/+1 |
* | Extensions: Remove the old permission message interface | treib | 2015-08-03 | 4 | -359/+18 |
* | Componentize VersionInfo. | sdefresne | 2015-07-30 | 1 | -4/+4 |
* | Move JoinString to the base namespace. | brettw | 2015-07-15 | 2 | -5/+6 |
* | Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt... | hongchan | 2015-07-14 | 2 | -6/+5 |
* | Move JoinString to the base namespace. | brettw | 2015-07-14 | 2 | -5/+6 |
* | languageSettingsPrivate API definition and stub implementation | michaelpg | 2015-07-14 | 2 | -0/+4 |
* | platformKeys: Ask permission during extension installation. | pneubeck | 2015-06-11 | 1 | -0/+3 |
* | Use SingleParameterFormatter for settings override permissions. | reillyg | 2015-06-05 | 1 | -20/+10 |