summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* Disable ageActionRefreshCrash on windows.lzheng@chromium.org2010-08-111-1/+2
* Revert r55750aa@chromium.org2010-08-111-44/+27
* Forbid hybrid apps.aa@chromium.org2010-08-111-27/+44
* Implement admin control (by policy) over which extensions the user can instal...finnur@chromium.org2010-08-115-3/+89
* Suppress ExtensionApiTest.CaptureVisibleTabPnghamaji@chromium.org2010-08-111-1/+1
* Making window.focus() work in Chrome.jcivelli@chromium.org2010-08-112-0/+8
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-115-13/+13
* Allow chrome:// pages to load extension resources. Also, lock down access fro...aa@chromium.org2010-08-112-6/+30
* FBTF: Clean up some headers in tab_contents_delegate.h.erg@google.com2010-08-108-0/+8
* Fix a bug where the allow-in-incognito state would get reset when an extensionmpcomplete@chromium.org2010-08-102-2/+30
* De-wstring/wchar_t-ify extensions DOM UI as much as currently possible.viettrungluu@chromium.org2010-08-085-123/+125
* FBTF: Remove unneeded headers from base/ (part 4)thestig@chromium.org2010-08-079-4/+9
* In RenderViewHostDelegate::View, distinguish between MouseMove() and MouseDow...johnnyg@chromium.org2010-08-062-3/+7
* Fixes to separators in context menu items added by extensions.asargent@chromium.org2010-08-061-24/+127
* Move creation of the PrefStores into the PrefValueStore, to reduce the knowle...pam@chromium.org2010-08-061-1/+3
* FBTF: Remove unneeded headers from base/ (part 3)thestig@chromium.org2010-08-063-1/+3
* Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h.viettrungluu@chromium.org2010-08-0526-52/+33
* Refactored extension privilege enumeration and implemented URLPattern compari...cdn@chromium.org2010-08-053-13/+55
* Add debuggin CHECK to help track down ExtensionHost crasherrafaelw@chromium.org2010-08-053-1/+28
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-053-5/+1
* Update the names of some parameters passed to contextMenu onclick handlers.asargent@chromium.org2010-08-042-6/+6
* GTK: unbreak extension badges.estade@chromium.org2010-08-041-2/+4
* Rename GetStringAsUTF16() to GetString() (and overload), etc.viettrungluu@chromium.org2010-08-044-47/+46
* When toggling an extension in incognito, don't disable/reenable the extensionmpcomplete@chromium.org2010-08-041-3/+8
* Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).viettrungluu@chromium.org2010-08-041-1/+1
* Fix compile error by removing "typedef".pam@chromium.org2010-08-041-1/+1
* First stage of proxy extension API.pam@chromium.org2010-08-047-139/+508
* ChromeFrame currently overrides the request context for intercepting network ...ananta@chromium.org2010-08-041-2/+1
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-035-0/+5
* Add the definition of the webRequest and webNavigation APIs.jochen@chromium.org2010-08-032-0/+28
* DevTools: Get rid of DevTools RPC.pfeldman@chromium.org2010-08-033-17/+7
* Fix a number of problems caused by the AutocompleteController purposefully co...pkasting@chromium.org2010-08-031-1/+1
* Make sure we fully remove child context menu items when deleting a parent.asargent@chromium.org2010-08-023-20/+91
* enable apps by defaulterikkay@chromium.org2010-08-023-8/+0
* Revert 54560 - nick@chromium.org2010-08-021-3/+6
* Change removing method, GetBrowser from TabContentsDelegate, as this was brea...twiz@google.com2010-08-021-6/+3
* Set a max limit on extension items' labels in context menus.asargent@chromium.org2010-08-028-52/+305
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-317-17/+24
* Add undeclared virtual destructors part 3ziadh@chromium.org2010-07-303-0/+9
* Convert DictionaryValue's keys to std::string (from wstring).viettrungluu@chromium.org2010-07-303-23/+23
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-3014-58/+74
* Give a better error when extension unpacking can't be done.skerner@chromium.org2010-07-301-16/+29
* Remove some debug switches:skerner@chromium.org2010-07-302-21/+2
* Convert a bunch of easy AppendSwitchWithValue to *ASCII.evan@chromium.org2010-07-301-3/+3
* CommandLine: add a CopySwitchesFrom() and AppendSwitchPath()evan@chromium.org2010-07-292-7/+4
* GTTF: Move more test server code from net/url_request/url_request_unittest.hphajdan.jr@chromium.org2010-07-298-19/+31
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-293-4/+1
* browser: Fix some presubmit errors.tfarina@chromium.org2010-07-281-5/+3
* base/ header cleanup. Forward declaration instead of including.erg@google.com2010-07-281-0/+1
* Add "pushed" as a state a TextButton can show (alongside "normal" and "hover").pkasting@chromium.org2010-07-271-2/+2