summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* Rename IndexOfChild to GetIndexOf. Part 1tfarina@chromium.org2011-03-082-4/+4
* Cleanup: Use more specific friend struct / make destructors non-public for cl...thestig@chromium.org2011-03-072-2/+6
* Mark ExtensionCrashRecoveryTest.TwoExtensionsReloadIndependently as FLAKY.satish@chromium.org2011-03-071-1/+2
* Fix missing change notifications of UserPrefStorebattre@chromium.org2011-03-074-10/+9
* Move notification service code to content. We'll need to figure out how to s...jam@chromium.org2011-03-071-3/+3
* Remove note about flakiness from a test that is no longer flaky. asargent@chromium.org2011-03-051-1/+0
* Reorder some functions in ExtensionPrefs to keep related methods together.asargent@chromium.org2011-03-042-25/+25
* Give a helpful warning message if a url patern contains a port.skerner@chromium.org2011-03-0417-28/+72
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-042-3/+3
* Return accessible icon URLs for disabled extensions in the management API.jstritar@chromium.org2011-03-041-2/+5
* Add an optional 'page_index' preference to apps and 'setPageIndex' message wh...rbyers@chromium.org2011-03-043-0/+55
* [NTP] Focus already opened NTP when an app is installed, instead of opening a...jstritar@chromium.org2011-03-031-8/+25
* Updates special case Speed Tracer code after inspector protocol changes.pfeldman@chromium.org2011-03-031-26/+4
* mac clang compile fix.skerner@chromium.org2011-03-031-1/+1
* Split PendingExtensionInfo into its own file. No behavior changed.skerner@chromium.org2011-03-037-91/+138
* Fix TODOs: Get rid of ExtensionService::InstallExtension().skerner@chromium.org2011-03-034-46/+31
* Split infobar_delegate.[cc,h] into separate pieces for the different classes ...tfarina@chromium.org2011-03-036-10/+10
* Only send webNavigation events for http/https/file/ftp URLs.jochen@chromium.org2011-03-024-3/+62
* Rename the targetUrl parameter to url in webNavigation.onBeforeRetargetjochen@chromium.org2011-03-023-3/+1
* Pass webNavigation transitionQualifier as array instead of a stringjochen@chromium.org2011-03-021-3/+8
* wstring: remove some simple instances of ToWStringHackevan@chromium.org2011-03-021-2/+2
* Changes semantics of TabSelectedAt. For multi-selection the TabStripsky@chromium.org2011-03-021-0/+3
* Display disabled apps with grayed out images on the NTP. Call the re-enable l...jstritar@chromium.org2011-03-025-185/+99
* Update the includes to the old tab_contents.hjam@chromium.org2011-03-0218-18/+18
* Update more includes that were pointing to the old locations.jam@chromium.org2011-03-023-7/+7
* Removing extension_uitest.cc and related data directories.joi@chromium.org2011-03-021-503/+0
* Get rid of temporary render_view_host.h.jam@chromium.org2011-03-027-10/+10
* Get rid of a bunch of includes to old locations of headers.jam@chromium.org2011-03-0216-47/+48
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-022-3/+3
* Take out chrome\browser\browser_thread.h. This is a retake of r76418 with th...jam@chromium.org2011-03-011-1/+1
* Revert 76418 - Remove chrome\browser\browser_thread.hrdsmith@chromium.org2011-03-011-1/+1
* Remove chrome\browser\browser_thread.hjam@chromium.org2011-03-011-1/+1
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-0112-12/+11
* Marked several tests flaky.rdsmith@chromium.org2011-03-011-1/+3
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-0120-22/+23
* Make the ChromeNetworkDelegate use the ExtensionEventRouterForwarderjochen@chromium.org2011-03-019-159/+64
* Fire web navigation events on reference fragment navigations.jochen@chromium.org2011-03-013-73/+187
* Delete the temporary headers left behind in chrome\browser. I've left browse...jam@chromium.org2011-03-012-6/+6
* Move core pieces of geolocation from chrome to content.This is a rough carvin...jam@chromium.org2011-02-281-3/+3
* WebUI: Move the remaining files from chrome/browser/webui to chrome/browser/u...tfarina@chromium.org2011-02-274-5/+5
* Add an accessor for an ExtensionSpecialStoragePolicy to the Profile classmichaeln@google.com2011-02-263-187/+36
* Adding homagpageUrl to the ExtensionInfo in the management API. asargent@chromium.org2011-02-251-0/+3
* Fix compiling on gcc-4.6.hbono@chromium.org2011-02-251-1/+1
* Reenable incognito and webnavigation extension API testsjochen@chromium.org2011-02-252-9/+2
* Remove RemoveCustomProxySettingsFunction as it is substituted by clear of pre...battre@chromium.org2011-02-253-32/+0
* WebUI: Move the core files of WebUI from chrome/browser/webui to content/brow...tfarina@chromium.org2011-02-253-3/+3
* Move appcache/file_sytem/device_orientation subdirectories of chrome\browser ...jam@chromium.org2011-02-241-2/+2
* Cleanup: Remove a bunch of unneeded includes.thestig@chromium.org2011-02-241-1/+0
* Don't let extensions crash the browser or renderers from tabs API.jstritar@chromium.org2011-02-244-0/+31