summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename ExternalProtocolHandler::OnUserGesture -> PermitLaunchUrl & call from ...rafaelw@chromium.org2010-07-271-0/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2683-0/+83
* Fix memory leaks in ExtensionPrefStore and its unit test.pam@chromium.org2010-07-263-29/+37
* Coverity issue 11612: Uninitialized member in extension_pref_store_unittest.ccfinnur@chromium.org2010-07-242-3/+8
* Add undeclared virtual destructors.ziadh@chromium.org2010-07-243-0/+9
* Disable a flaky test that seems to completely blow up with some frequency on ...thomasvl@chromium.org2010-07-231-1/+7
* Split captureVisibleTab() tests into jpeg and png tests, to avoid timeouts.skerner@chromium.org2010-07-233-12/+43
* Coverity: Fix a collection of uninitialized member variables, mostly in exten...finnur@chromium.org2010-07-235-13/+19
* Coverity: Check the return of GetTabId before using it.finnur@chromium.org2010-07-221-7/+7
* Adding ASSERT to avoid crash if GetDictionary fails to find value. Also fixed...finnur@chromium.org2010-07-221-19/+19
* Attemp 2 at:sky@chromium.org2010-07-213-70/+0
* Changed type CookieList to being a vector CanonicalCookies.rdsmith@google.com2010-07-214-37/+32
* RSS subscription extension: Handle HTML appended after RSS feed.finnur@chromium.org2010-07-211-3/+34
* Added checks to handle unsyncable extensions.akalin@chromium.org2010-07-212-10/+62
* Cleanup: Break another common->app dependency.thestig@chromium.org2010-07-201-3/+3
* Disallow syncing of extensions with third-party update URLs or plugins.akalin@chromium.org2010-07-201-1/+3
* Moved code that generates APP_TERMINATING notification into BrowserList so it...atwilson@chromium.org2010-07-201-15/+2
* Revert 53062 - Makes the toolbar visible for apps again. Here's the set of pa...pinkerton@chromium.org2010-07-203-0/+70
* Makes the toolbar visible for apps again. Here's the set of patches Isky@chromium.org2010-07-203-70/+0