summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reland: Rename ThemePreviewInfobarDelegate toaa@chromium.org2009-10-096-59/+59
* Implement chrome.extension.connectExternal and fix various API inconsistencies.mpcomplete@chromium.org2009-10-094-18/+51
* Revert r28519-28523. Accidentally used wrong command,aa@chromium.org2009-10-096-59/+59
* wheeaa@chromium.org2009-10-091-1/+1
* remove old filesaa@chromium.org2009-10-094-0/+0
* patch from issue 261007aa@chromium.org2009-10-099-209/+41
* copy files to new location to help git cl patchaa@chromium.org2009-10-094-0/+168
* Revert r28489 as it broke the linux build.aa@chromium.org2009-10-092-30/+14
* Make the max size for ImageTrackingLoader configurable. This makes it so that...aa@chromium.org2009-10-092-14/+30
* Use ASSERT_TRUE, not ASSERT_NE.jhawkins@chromium.org2009-10-081-1/+1
* Coverity: Assert that GetMutableDictionary returns a non-NULL dictionary.jhawkins@chromium.org2009-10-081-2/+3
* Make all content scripts from an extension run in the sameaa@chromium.org2009-10-081-0/+16
* Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support.rafaelw@chromium.org2009-10-084-19/+152
* Loads local resources from current locale subtree if available, if not it fal...cira@chromium.org2009-10-0717-55/+461
* Revert "Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support. P...rafaelw@chromium.org2009-10-072-7/+3
* Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support. Part 1.rafaelw@chromium.org2009-10-072-3/+7
* Revert r28293.jhawkins@chromium.org2009-10-072-4/+3
* Change detectLanguage() API to now return the top three languages as well the...sidchat@chromium.org2009-10-072-3/+4
* This reverts: HTML Pack Extension Dialog / Linux & Mac Packaging Support.rafaelw@chromium.org2009-10-074-152/+19
* HTML Pack Extension Dialog. This removes the views implementation of the Exte...rafaelw@chromium.org2009-10-074-19/+152
* Fix a regression with setting the toolstrip background.mpcomplete@chromium.org2009-10-061-0/+3
* Implement browserAction.setIcon(ImageData) for extensions.mpcomplete@chromium.org2009-10-061-3/+18
* Modify extension request IPC messages to pass a ListValue instead of a string.mpcomplete@chromium.org2009-10-068-22/+12
* Don't show popup browser actions in the wrench menu.erikkay@chromium.org2009-10-063-11/+17
* Resubmit http://codereview.chromium.org/243096 with gcc compile error fixed.erikkay@chromium.org2009-10-062-3/+19
* Generate IDs for --load-extension by hashing the path insteadaa@chromium.org2009-10-067-43/+32