summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* Add a confirmation prompt to app uninstallation on the ntp.aa@chromium.org2010-09-102-8/+8
* Partial clone of the following CL: http://codereview.chromium.org/3013045/showtwiz@google.com2010-09-105-9/+47
* Revert 59123 - Don't use the return value of rlz_lib::SendFinancialPing() as ...sky@chromium.org2010-09-102-17/+5
* Don't use the return value of rlz_lib::SendFinancialPing() as the return valuerogerta@google.com2010-09-102-5/+17
* Input file type now supported in extension popups.jcivelli@chromium.org2010-09-102-0/+12
* Excempt certain extension functions from module permission check.finnur@chromium.org2010-09-102-6/+7
* Add support for PAC scripts (URL only, no direct data yet) and proxy auto-con...pam@chromium.org2010-09-103-26/+136
* Make the glob matcher support UTF8 strings.mnissler@chromium.org2010-09-102-6/+6
* Makes ExtensionBrowserEventRouter correctly deal with replacing a tab.sky@chromium.org2010-09-092-9/+25
* Implement gallery install APIrafaelw@chromium.org2010-09-0910-43/+223
* Fix Time::FromDoubleT so that it will return null time when 0 is passed.jianli@chromium.org2010-09-092-3/+9
* Revert 58920 - Create a DefaultPrefStore to hold registered application-defau...pam@chromium.org2010-09-091-9/+2
* Create a DefaultPrefStore to hold registered application-default preference v...pam@chromium.org2010-09-091-2/+9
* Remove default apps for Chrome OS from public repositorydpolukhin@chromium.org2010-09-091-22/+0
* Check for updates for a user script only if it has an update URL.akalin@chromium.org2010-09-092-0/+10
* Add a command line switch "--disable-background-networking", to be used inmbelshe@chromium.org2010-09-081-0/+4
* Fix spacing for extension omnibox keyword icons.mpcomplete@chromium.org2010-09-084-3/+61
* Back out r58827. It caused browser_tests ExtensionApiTest.Rlz to fail.mark@chromium.org2010-09-082-13/+5
* Don't use the return value of rlz_lib::SendFinancialPing() as the return valuerogerta@google.com2010-09-082-5/+13
* Revert 58809 - Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-084-150/+0
* Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-084-0/+150
* Revert 58802 - Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-084-150/+0
* Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-084-0/+150
* FBTF: Remove unneeded headers from base/ (part 8)thestig@chromium.org2010-09-083-3/+0
* Don't show "The page at..." in the Bookmark Manager confirmation dialog.tfarina@chromium.org2010-09-052-16/+2
* Re-disable IncognitoSplitMode. It still fails/hangs periodically (though morempcomplete@chromium.org2010-09-031-1/+2
* Due to some unresolved blocking issues, we are switching Native Client back o...cbiffle@google.com2010-09-031-0/+1
* Error out if a version in external_extensions.json is invalid.skerner@chromium.org2010-09-033-39/+54
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-031-2/+2
* Allow experimental extension pop-ups from infobars.joi@chromium.org2010-09-032-3/+11
* Re-lands 58186:bryeung@chromium.org2010-09-032-6/+6
* Reenable IncognitoSplitMode with a hopeful fix.mpcomplete@chromium.org2010-09-023-6/+15
* Fix some issues with incognito split mode extensions.mpcomplete@chromium.org2010-09-022-14/+40
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-022-6/+6
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-022-6/+6
* FBTF: Reaplly the TabRestoreService::Observer into its own file commit.erg@google.com2010-09-024-0/+4
* Relanding 3149027.dtseng@chromium.org2010-09-024-4/+142
* Add api constants for webRequest and clean up webNavigation.jochen@chromium.org2010-09-024-8/+72
* Revert "FBTF: Move the TabRestoreService::Observer into its own file."erg@google.com2010-09-014-4/+0
* FBTF: Move the TabRestoreService::Observer into its own file.erg@google.com2010-09-014-0/+4
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-012-6/+6
* Mark ExtensionApiTest.Popup as FLAKY, it is still flaky.phajdan.jr@chromium.org2010-09-011-2/+2
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-012-0/+9
* A CL implementing a collection of fixes to tidy up experimental popups.twiz@google.com2010-09-011-8/+1
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-012-6/+6
* default app iconerikkay@chromium.org2010-09-012-3/+10
* Mark a test flaky.aa@chromium.org2010-09-011-1/+1
* Private API for web store to get sync login and set store login information.asargent@chromium.org2010-09-015-0/+109
* window.open() from an extension should always goes in normal browser. When th...aa@chromium.org2010-09-012-4/+28
* Protect local storage created by extension apps.andybons@chromium.org2010-09-013-3/+101