summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* Enable ExtensionApiTest.Toolstrip and add additional debug output.rafaelw@chromium.org2009-09-292-2/+5
* Retry r27137. Create renderers for ExtensionHosts one at a time to avoid bloc...mpcomplete@chromium.org2009-09-283-6/+82
* Fix deadlock when plugin puts an alert and right afterwards the browser proce...jam@chromium.org2009-09-282-7/+4
* Coverity: Initialize ids_found_ in the constructor.jhawkins@chromium.org2009-09-281-1/+1
* Moving ContextualAction class to common/extensions and in the process renamin...finnur@chromium.org2009-09-285-23/+23
* Implementing chrome.i18n.getMessage call, that loads message from the extensi...cira@chromium.org2009-09-285-655/+7
* Extensions: Listen for BROWSER_THEME_CHANGED and send updated CSS.erg@google.com2009-09-281-5/+15
* The comment above the ExtensionApiTest.Toolstrip says that it'snsylvain@chromium.org2009-09-271-1/+1
* Implement Browser Actions extensions.finnur@chromium.org2009-09-267-24/+79
* Enable ExtensionApiTest.Toolstriprafaelw@chromium.org2009-09-251-1/+1
* TBR: rafaelw,leizerikkay@chromium.org2009-09-251-1/+3
* Actually run directory validation code on install.aa@chromium.org2009-09-252-2/+10
* ExtensionApiTest improvements.rafaelw@chromium.org2009-09-255-12/+23
* Allow the initial size of TabContentViews to be based on thetony@chromium.org2009-09-251-1/+2
* Revert r27137: "Create renderers for ExtensionHosts one at a time to avoidmpcomplete@chromium.org2009-09-243-82/+6
* Create renderers for ExtensionHosts one at a time to avoid blocking the UI.mpcomplete@chromium.org2009-09-243-6/+82
* Use heap memory intead of stack memory to avoid having toaa@chromium.org2009-09-221-6/+8
* Add NotificationType::BROWSER_WINDOW_READY, chrome.windows.onCreated now send...rafaelw@chromium.org2009-09-223-7/+21
* Making UserScriptMaster::ScriptReloader refcounted thread safecpu@chromium.org2009-09-211-1/+1
* Update renderer plugin cache when we load/unload extensions with plugins.mpcomplete@chromium.org2009-09-211-0/+51
* remove the right-click devtools behaviorerikkay@chromium.org2009-09-191-2/+1
* Change the view mode when switching between moles and toolstrips, anderikkay@chromium.org2009-09-193-40/+29
* Revert 26635 - Change the view mode when switching between moles and toolstri...mbelshe@google.com2009-09-183-27/+38
* Change the view mode when switching between moles and toolstrips, anderikkay@chromium.org2009-09-183-38/+27
* CL is the same as http://codereview.chromium.org/173487, but had to be moved ...cira@chromium.org2009-09-1810-185/+898
* Revert "Extensions: tab.title should not be undefined."erg@google.com2009-09-181-1/+2
* Extensions: tab.title should not be undefined.erg@google.com2009-09-181-2/+1
* Try again to land "Implement script API:executeScript"aa@chromium.org2009-09-188-2/+257
* Language detection works only for Windows now. Make chrome.tabs.detectLanguag...sidchat@chromium.org2009-09-183-1/+8
* While fixing bug 22070 (Toolstrip theme background not updated when resizing ...finnur@chromium.org2009-09-181-4/+2
* Fixed a few data races on reference counters.timurrrr@chromium.org2009-09-171-1/+1
* Disable ExtensionViews and toolstrip browser tests becausensylvain@chromium.org2009-09-171-2/+4
* Fix EOL inconsistency on extension_message_service.cc.maruel@chromium.org2009-09-171-1/+1
* Reduce severity of alert level when extension installation fails.pamg@google.com2009-09-161-1/+1
* Add a bare-bones extension shelf that displays extension items on OS X.thakis@chromium.org2009-09-162-7/+17
* Handle mole/toolstrip URLs properly.erikkay@chromium.org2009-09-152-7/+32
* Address ExtensionApiTest.Tabs flakinessrafaelw@chromium.org2009-09-151-2/+1
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-152-19/+49
* Disable flaky test ExtensionApiTest.Tabs.maruel@chromium.org2009-09-151-1/+2
* Revert change 26184, 26181 and 26178 to fixnsylvain@chromium.org2009-09-152-49/+19
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-142-19/+49
* Do not send or store cookies for extensions autoupdate http requests.asargent@chromium.org2009-09-123-2/+15
* Extension apis: windows.create({url:}) now supports relative paths.rafaelw@chromium.org2009-09-111-7/+24
* ExternalTabcontainer browser to initial URLamit@chromium.org2009-09-111-23/+22
* Add button number to page action event reply object. Fix outdated page action...mattm@chromium.org2009-09-114-2/+9
* Update ExtensionApiTest.Tabs and re-enablerafaelw@chromium.org2009-09-111-2/+1
* Force page-action views to update after reloading an extension, by deletingpam@chromium.org2009-09-114-11/+69
* Add api tests for cross-origin XHR.aa@chromium.org2009-09-111-0/+11
* add mole collapse/expand events. convert mappy to use this.erikkay@chromium.org2009-09-114-0/+96
* Don't allow updating tabs to javascript URLs without hostaa@chromium.org2009-09-117-14/+62