summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions
Commit message (Expand)AuthorAgeFilesLines
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Allow extensions to request the icons of hosted apps.aa@chromium.org2010-09-235-0/+50
* Add a launchApp method to extension management API.asargent@chromium.org2010-09-232-0/+261
* Fix error in extension docs: chrome.extension.connectExternal should justdmazzoni@chromium.org2010-09-232-2/+2
* Adding a sample to demonstrate the infobars API.kurrik@chromium.org2010-09-1711-1/+176
* Fix problem with extension context menu items losing top-level icon.asargent@chromium.org2010-09-161-15/+3
* Add a placeholder, overridable DOMUI keyboard.bryeung@chromium.org2010-09-161-0/+3
* DevTools: report network stack-based finish time for resources.pfeldman@chromium.org2010-09-163-17/+22
* Factor an ExtensionIconSet class out of Extension. This canaa@chromium.org2010-09-166-69/+142
* Zip extension samples when building docs.kurrik@chromium.org2010-09-1646-2/+124
* FBTF: Move Extension::LaunchContainer to extension_constants.h.erg@google.com2010-09-164-19/+22
* Hide packed hosted apps in chrome://extensions .skerner@chromium.org2010-09-141-2/+2
* Trailing slash in custom gallery URLs entered by users should not cause the l...finnur@chromium.org2010-09-142-2/+5
* DOMUI etc. Use the built in bind method of Function now that V8 supports it.arv@chromium.org2010-09-131-4/+4
* Revert 59138 - Revert 59123 - Don't use the return value of rlz_lib::SendFina...rogerta@google.com2010-09-131-1/+2
* Reland r54723. Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-132-4/+4
* Revert 59123 - Don't use the return value of rlz_lib::SendFinancialPing() as ...sky@chromium.org2010-09-101-2/+1
* Don't use the return value of rlz_lib::SendFinancialPing() as the return valuerogerta@google.com2010-09-101-1/+2
* Add a note saying that not all functions require the tabsrafaelw@chromium.org2010-09-106-76/+9
* Excempt certain extension functions from module permission check.finnur@chromium.org2010-09-103-6/+72
* Add support for PAC scripts (URL only, no direct data yet) and proxy auto-con...pam@chromium.org2010-09-102-2/+247
* Make the glob matcher support UTF8 strings.mnissler@chromium.org2010-09-106-35/+35
* Adding a sample to show image data when right clicking on an image.kurrik@chromium.org2010-09-0915-1/+1471
* relative URL handling improvementserikkay@chromium.org2010-09-092-5/+33
* Implement gallery install APIrafaelw@chromium.org2010-09-092-24/+18
* Only send out warning if there is benchmark running. Otherwise, you'll get a ...lzheng@chromium.org2010-09-092-4/+15
* Back out r58827. It caused browser_tests ExtensionApiTest.Rlz to fail.mark@chromium.org2010-09-081-2/+1
* Don't use the return value of rlz_lib::SendFinancialPing() as the return valuerogerta@google.com2010-09-081-1/+2
* Revert 58809 - Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-082-4/+4
* Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-082-4/+4
* Revert 58802 - Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-082-4/+4
* Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-082-4/+4
* Adding a sample for the extensions idle API.kurrik@chromium.org2010-09-0710-2/+237
* Clean up benchmarks and pop warning message on error triggered by redirect.lzheng@chromium.org2010-09-071-1/+6
* Regenerating extension docs.jochen@chromium.org2010-09-062-15/+15
* Due to some unresolved blocking issues, we are switching Native Client back o...cbiffle@google.com2010-09-032-4/+0
* Add transition qualifiers to the web navigation api.jochen@chromium.org2010-09-032-3/+62
* Add a second level of ordering to samples directory.kurrik@chromium.org2010-09-021-1/+9
* Disabled ExtensionTest.IsPrivilegeIncrease, which was crashing.akalin@chromium.org2010-09-021-1/+2
* Fix some issues with incognito split mode extensions.mpcomplete@chromium.org2010-09-023-1/+16
* fix bookmark permission. update unit test to test bookmarks and historyerikkay@chromium.org2010-09-022-1/+1
* fix string declarations to remove static initializererikkay@chromium.org2010-09-023-40/+40
* Warn the user to regenerate docs when changing examples.jochen@chromium.org2010-09-0258-71/+148
* Fix oauth contacts sample for edge case where a contact has no email.kurrik@chromium.org2010-09-021-2/+5
* fix history permission prompterikkay@chromium.org2010-09-011-1/+2
* Ensure that location.reload() reloads by passing true as an argument.skerner@chromium.org2010-09-013-9/+10
* Private API for web store to get sync login and set store login information.asargent@chromium.org2010-09-013-1/+56
* Allow options pages for hosted apps to be external.skerner@chromium.org2010-09-016-13/+87
* Fix the small badge text on windows. I don't have the time right now to figur...aa@chromium.org2010-09-011-2/+2
* Add support for a "split" incognito behavior for extensions.mpcomplete@chromium.org2010-08-319-11/+109