summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* Fix key identifier conversion.bryeung@chromium.org2011-02-094-11/+447
* WebUI: Rename DOMMessageHandler to WebMessageHandler.tfarina@chromium.org2011-02-081-2/+2
* Rename ExtensionService::OnExtensionILoaded to AddExtensionrickcam@chromium.org2011-02-082-9/+10
* Disable ExtensionBrowserTest.PluginPrivate on Chrome OS, since plugins aren'tmpcomplete@chromium.org2011-02-081-1/+4
* Revert 74118 - Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-081-3/+2
* Fix a regression that allows private extension NPAPI plugins to be loadedmpcomplete@chromium.org2011-02-081-0/+35
* Fix chrome.management.launchApp not working when the last active window is no...jstritar@chromium.org2011-02-081-0/+10
* Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-081-2/+3
* Cleanup:pkasting@chromium.org2011-02-088-33/+33
* More out-of-lining of test code, along with a bunch of GMOCK objects.erg@google.com2011-02-082-1/+5
* Rework basic bounds methods on View to match new V2 API: ben@chromium.org2011-02-081-1/+4
* Fix unit test leak introduced by fix for crbug.com/70887asargent@chromium.org2011-02-071-6/+2
* New test checks that theme install undo reverts to previous theme.tessamac@chromium.org2011-02-072-10/+33
* Add an api_test for creating windows in incognito when policy disallows it.finnur@chromium.org2011-02-071-1/+11
* Disable ExtensionApiTest.WebNavigationEvents1, flakily exceeds test timeoutphajdan.jr@chromium.org2011-02-071-1/+2
* Fix regression caused by r73784, add regression test andaa@chromium.org2011-02-061-4/+17
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-0517-27/+27
* WebUI: Rename ExtensionDOMUI to ExtensionWebUI.tfarina@chromium.org2011-02-057-56/+56
* FilePath: Remove much of ToWStringHack, adding a LossyDisplayName()evan@chromium.org2011-02-041-2/+1
* Avoid dependance on timing in flaky history tests. Add logging to understand...skerner@chromium.org2011-02-041-0/+12
* Make sure extensions can't open an incognito window if disabled by network po...finnur@chromium.org2011-02-043-2/+10
* Separate proxy settings for Incognito mode.battre@chromium.org2011-02-046-150/+241
* Reland r73760: Move most of chrome-extension:// requestaa@chromium.org2011-02-044-113/+101
* Extensions: Attempt to fix unit test leak from r73764.thestig@chromium.org2011-02-041-1/+3
* Avoid crashes due to GetDefaultRequestContext returning NULL.asargent@chromium.org2011-02-044-8/+16
* Revert 73760 - Move most of chrome-extension:// request checks intotommi@chromium.org2011-02-044-101/+113
* Move most of chrome-extension:// request checks intoaa@chromium.org2011-02-044-113/+101
* Stop geolocation providers instead of joining thread.jknotten@chromium.org2011-02-031-3/+18
* Add support for autoupdating the extensions using the file protocol. finnur@chromium.org2011-02-031-4/+4
* Cross-platform CL to remove app/win/win_util.h&cc and related work.msw@chromium.org2011-02-031-3/+3
* Importer: Remove ImporterList from ImporterHost and the pass-through methods.jhawkins@chromium.org2011-02-032-26/+10
* WebUI: Change DOMUI to WebUI in more two class names.tfarina@chromium.org2011-02-011-4/+4
* Remove exec permissions on files from previous extension checkin.mpcomplete@chromium.org2011-02-013-0/+0
* Unreverting: First steps towards webRequest extension API.mpcomplete@chromium.org2011-02-015-0/+164
* Extensions: Use the async version of ImporterHost in order to not hit the diskjhawkins@chromium.org2011-02-012-10/+28
* Mark all history tests as flaky. They no longer time out or crash, but still...skerner@chromium.org2011-02-011-2/+4
* Another Windows TTS fix; handle the case where we call GetStatus while it's s...dmazzoni@chromium.org2011-02-011-2/+6
* Split history tests into parts that run in under 6 seconds.skerner@chromium.org2011-02-012-11/+32
* Remove the internal-nacl flag.sehr@google.com2011-02-011-15/+0
* Fix bug that caused content scripts to be applied to hostaa@chromium.org2011-02-016-65/+58
* Rename Real* to Double* in values.* and dependent filesarv@chromium.org2011-02-018-23/+27
* Revert "First steps towards webRequest extension API."mpcomplete@chromium.org2011-01-315-163/+0
* Makes devtools handle tab replaced notification. Thissky@chromium.org2011-01-312-0/+8
* First steps towards webRequest extension API.mpcomplete@chromium.org2011-01-315-0/+163
* Add failure reason histogram to SandboxedExtensionUnpackerskerner@chromium.org2011-01-312-101/+227
* Reset paused_ to false when speaking to fix a bug where Stop() didn't always ...dmazzoni@chromium.org2011-01-311-1/+3
* WebUI: Rename DOMUIFactory to WebUIFactory.tfarina@chromium.org2011-01-291-2/+2
* Move ExtensionRendereInfo into common and call it ExtensionSet instead.aa@chromium.org2011-01-291-0/+1
* Part 2 of repairing regressions to my old clang check plugins so Nico canerg@google.com2011-01-288-18/+41
* Change UTF8ToUTF16 to accept const StringPiece&.suzhe@google.com2011-01-281-0/+2