summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* Loading local resources uses improved fallback algorithm.cira@chromium.org2009-10-223-30/+61
* GTK: add browser actions popups.estade@chromium.org2009-10-221-7/+4
* The Management UI now fetches the icon for each extensionfinnur@chromium.org2009-10-211-2/+12
* Implementing better fallback algorithm.cira@chromium.org2009-10-214-48/+132
* Remove the extension shelf on Linux.phajdan.jr@chromium.org2009-10-211-4/+2
* Add support for to automation interface load install and load extensions.rogerta@chromium.org2009-10-205-17/+65
* Revert "Revert 29457, because this is making ExtensionBrowserTest.PageAction ...mpcomplete@chromium.org2009-10-202-5/+8
* Fix a race bug where content scripts would not apply to the first page load.mpcomplete@chromium.org2009-10-201-0/+4
* Remove +x bit from files that shouldn't have it.evan@chromium.org2009-10-205-0/+0
* Extensions: guarantee removal of BROWSER_WINDOW_READY registration.estade@chromium.org2009-10-201-3/+3
* Minimize dependency of user scripts.mad@chromium.org2009-10-204-11/+20
* Revert 29457, because this is making ExtensionBrowserTest.PageAction crash on...nsylvain@chromium.org2009-10-202-8/+5
* Correctly handle extension reloading in the task manager.phajdan.jr@chromium.org2009-10-202-0/+14
* Implement chrome.browserAction.setIcon({path:...});aa@chromium.org2009-10-201-4/+17
* Don't use gtk_dialog_run for extension install errors becausetony@chromium.org2009-10-201-2/+2
* Implement badges for page actions. Also add badge text color API.mpcomplete@chromium.org2009-10-192-5/+8
* linux: fix compile errors in extension_creatorevan@chromium.org2009-10-191-9/+18
* When Chrome hands off a URL to be opened by the external host by the ViewHost...ananta@chromium.org2009-10-191-1/+1
* Fix chrome_url_overides to work with packed extensions.erikkay@chromium.org2009-10-172-30/+22
* Allow slightly larger browser and page action icons.aa@chromium.org2009-10-172-15/+26
* Implement new page action API.mpcomplete@chromium.org2009-10-168-32/+301
* Add concept of an options page to Extensions.asargent@chromium.org2009-10-163-0/+63
* Marking the ParseFeed as flaky again.finnur@chromium.org2009-10-161-9/+9
* Getting rid of the final flakiness in the ParseFeed test.finnur@chromium.org2009-10-161-93/+89
* Popup width and height are now dynamic.erikkay@chromium.org2009-10-163-5/+36
* Flagging as flaky again, they like to fail with some frequency on Chromium XP...thomasvl@chromium.org2009-10-161-2/+2
* Remove flaky label from ParseFeed tests.finnur@chromium.org2009-10-151-21/+3
* The ParseFeed test was testing too much in one test, hitting the overall limi...finnur@chromium.org2009-10-151-29/+54
* Reland r29095 (removes wrench integration foraa@chromium.org2009-10-156-135/+150
* Reverting r29095 (removes wrench integration foraa@chromium.org2009-10-156-150/+135
* Remove the implicit wrench menu items for browser actions.aa@chromium.org2009-10-156-135/+150
* Update browser actions api to be like new design doc.aa@chromium.org2009-10-156-38/+50
* Add histogram for how tab closing time. Did some cleanup along the way. Mov...jam@chromium.org2009-10-142-2/+2
* Small cleanup to extension function registration to avoid scattered definitions.mpcomplete@chromium.org2009-10-1422-211/+98
* Fix extension canceling; the CFUserNotification functionality gets a bit weird.avi@chromium.org2009-10-141-2/+3
* Moving one test to appear last to see if it makes a difference.finnur@chromium.org2009-10-141-10/+10
* Marking DISABLED test as FLAKY so I can investigate on the bots. finnur@chromium.org2009-10-141-1/+21
* Make the multiple download request dialog an infobar.estade@chromium.org2009-10-141-2/+4
* Disable parse feed test again.finnur@chromium.org2009-10-141-1/+1
* More style nits.erg@google.com2009-10-146-12/+16
* Temporarily re-enabling ParseFeed test.finnur@chromium.org2009-10-141-1/+1
* Disabling ExtensionBrowserTest.BrowserAction since it crashes very frequently...finnur@chromium.org2009-10-141-1/+2
* Port Browser Actions browsertest to linux.estade@chromium.org2009-10-141-8/+25
* Add a browser test for extensions autoupdate.asargent@chromium.org2009-10-148-6/+216
* Update page action manifest parsing to match the new format.mpcomplete@chromium.org2009-10-136-21/+12
* Enables the sending of Timeline Agent and Resource messages to the devtools a...jamesr@chromium.org2009-10-125-43/+16
* Fix a browser crash when calling browserAction.setIcon(invalidIndex).mpcomplete@chromium.org2009-10-121-0/+10
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-126-0/+6
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-111-1/+1
* Improve error messages when a manifest is not readable or not valid JSON.aa@chromium.org2009-10-093-4/+51