summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_popup_api.cc
Commit message (Expand)AuthorAgeFilesLines
* Removing the experimental Chrome extension popup API. This API will not be ad...twiz@chromium.org2011-02-141-555/+0
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* WebUI: Rename ExtensionDOMUI to ExtensionWebUI.tfarina@chromium.org2011-02-051-1/+1
* Remove the stubbed out headers in chrome/browser/views.msw@chromium.org2011-01-101-3/+3
* Simple fix preventing a potential crash location when shifting focus from an ...twiz@google.com2010-12-101-0/+6
* Cleanup: Remove unneeded includes of tab_contents.h.thestig@chromium.org2010-12-091-1/+2
* Move:ben@chromium.org2010-12-021-1/+1
* Move a bunch more browser stuff around.ben@chromium.org2010-12-021-1/+1
* CL adding a 'maxSize' parameter to the experimental popup extension API. twiz@google.com2010-11-261-13/+48
* Cleanup: Include browser.h -> ui/browser.h [Part 3].jhawkins@chromium.org2010-11-161-2/+2
* Pull events-related code out of ExtensionMessageService into its own class.mpcomplete@chromium.org2010-10-151-2/+2
* extensions: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-211-1/+2
* Partial clone of the following CL: http://codereview.chromium.org/3013045/showtwiz@google.com2010-09-101-0/+9
* Allow experimental extension pop-ups from infobars.joi@chromium.org2010-09-031-2/+3
* Add support for a "split" incognito behavior for extensions.mpcomplete@chromium.org2010-08-311-4/+1
* FBTF: Forward declare and move constructors in chrome/common/extensions/.erg@google.com2010-08-261-0/+1
* Convert wide strings in extension_popup_api.cc and external_pref_extension_pr...viettrungluu@chromium.org2010-08-131-8/+7
* remove toolstripserikkay@chromium.org2010-08-121-10/+5
* A very basic fix that prevents experimental popups from living longer than th...twiz@google.com2010-06-031-9/+46
* Update extension functions to always pass a list of arguments, even when one ...arv@chromium.org2010-05-211-5/+2
* Simple change that re-positions the arrow location on displayed extension pop...twiz@google.com2010-05-201-0/+70
* Disallow display of multiple experimental.extension.popup(...) windows ericdingle@google.com2010-05-121-19/+67
* Revert 46592 - Disallow display of multiple experimental.extension.popup(...)...zork@chromium.org2010-05-061-66/+20
* Revert 46611 - Quick fix to browser tests failure for http://codereview.chrom...zork@chromium.org2010-05-061-8/+6
* Quick fix to browser tests failure for http://codereview.chromium.org/1921003ericdingle@google.com2010-05-061-6/+8
* Disallow display of multiple experimental.extension.popup(...) windows.ericdingle@google.com2010-05-061-20/+66
* Revert "Clean-up of the asynchronous behaviour of the experimental extension ...phajdan.jr@chromium.org2010-05-011-56/+15
* Clean-up of the asynchronous behaviour of the experimental extension popup API. twiz@chromium.org2010-04-301-15/+56
* Reland 44348 Add support for restricting broadcasting events to extensions ba...jochen@chromium.org2010-04-141-2/+3
* Revert 44351 - Reland 44348 Add support for restricting broadcasting events t...jochen@chromium.org2010-04-131-3/+2
* Reland 44348 Add support for restricting broadcasting events to extensions ba...jochen@chromium.org2010-04-131-2/+3
* Revert 44348 - Add support for restricting broadcasting events to extensions ...jochen@chromium.org2010-04-131-3/+2
* Add support for restricting broadcasting events to extensions based on host p...jochen@chromium.org2010-04-131-2/+3
* Move GetExtension() from ExtensionFunctionDispatcher to ExtensionFunction.rafaelw@chromium.org2010-04-081-1/+1
* CL fixing a race-condition during experimental popup extension API pop-up clo...twiz@chromium.org2010-03-301-7/+7
* Generalize the ExtensionFunctionDispatcher::Delegate interface a bit more. In...aa@chromium.org2010-03-241-57/+25
* Modification of ExtensionPopup views to allow for pop-up views to share the s...twiz@chromium.org2010-03-191-10/+48
* Fix for ExtensionApiTest.Popup flakinessrafaelw@chromium.org2010-03-171-1/+8
* Initial support for inspecting extension popups.rafaelw@chromium.org2010-03-171-9/+108
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+2
* Pulls the latest googleurl to get the fix forbrettw@chromium.org2010-03-061-1/+2
* Allow users to enable extensions in incognito. Requiresmpcomplete@chromium.org2010-02-251-2/+3
* Clone of issue 577015.twiz@chromium.org2010-02-121-1/+18
* A collection of fixes allowing the chrome.experimental.popup.* set of APIs to...twiz@google.com2009-12-101-2/+6
* Addition of a new parameter to the popup.show(...) Chrome extension API that ...twiz@google.com2009-12-081-2/+15
* Refactoring of the chrome.experimental.popup API implementation to allow disp...twiz@google.com2009-11-161-7/+55
* JsonSchema support for declaring "object" constructors.rafaelw@chromium.org2009-11-121-5/+1
* Fix memory leak in AsyncExtensionFunction.mpcomplete@chromium.org2009-11-101-1/+1
* Submitting change from http://codereview.chromium.org/276029/showmad@chromium.org2009-11-031-0/+164