summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/extension_api_client_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Update extension functions to always pass a list of arguments, even when one ...arv@chromium.org2010-05-211-34/+33
* Disable ExtensionAPIClientTest.GetAllWindows as it flakily crashes.jhawkins@chromium.org2010-05-121-1/+2
* Disable ExtensionAPIClientTest.GetCurrentWindow, it's crashy.bauerb@chromium.org2010-05-121-3/+3
* Bummer: Re-disabling ExtensionAPIClientTest.GetLastFocusedWindow again becausejhawkins@chromium.org2010-05-121-1/+2
* TTF: Mark ExtensionAPIClientTest.GetLastFocusedWindow as flaky instead of dis...jhawkins@chromium.org2010-05-111-2/+2
* Give chrome-extension frames in regular renderers access to messaging APIs,mpcomplete@chromium.org2010-04-191-0/+1
* Add chrome.tabs.getCurrent() api call to extensions.rafaelw@chromium.org2010-04-141-1/+16
* Support PNG and quality control in chrome.tabs.captureVisibleTab().skerner@chromium.org2010-04-081-9/+87
* Add calling frame's source_url to extension and dom ui requests.rafaelw@chromium.org2010-04-021-1/+1
* Allow users to enable extensions in incognito. Requiresmpcomplete@chromium.org2010-02-251-2/+2
* Reland r36541 (which went in without any commit log by some magic). Was rever...jshin@chromium.org2010-01-191-2/+0
* Revert 36541 (which went in without any commit log by some black magic). jshin@chromium.org2010-01-191-0/+2
* Review URL: http://codereview.chromium.org/545123jshin@chromium.org2010-01-191-2/+0
* Adding support for i18n to content scripts.cira@chromium.org2009-12-291-1/+3
* Adds bookmarks.getRecent that returns the recently bookmarked items.arv@chromium.org2009-12-181-0/+6
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-231-2/+2
* Fix memory leak in ExtensionAPIClientTest.mpcomplete@chromium.org2009-10-061-2/+2
* Modify extension request IPC messages to pass a ListValue instead of a string.mpcomplete@chromium.org2009-10-061-1/+9
* Implementing chrome.i18n.getMessage call, that loads message from the extensi...cira@chromium.org2009-09-281-0/+18
* ExtensionAPIClientTest.GetLastFocusedWindow is flakymaruel@chromium.org2009-09-181-1/+2
* Added chrome.i18n extension API.xji@chromium.org2009-09-091-0/+16
* Extension API Renaming/Consistency changesrafaelw@chromium.org2009-08-281-21/+35
* Validation of extension api callbacks and event parameters in DEBUGrafaelw@chromium.org2009-08-221-2/+5
* I have taken over this patch, original authored by Adam Hunter (adamhunter).rafaelw@chromium.org2009-08-131-0/+12
* mole API - take 2erikkay@chromium.org2009-08-041-0/+41
* Rolling back change 22245.chrome-bot@google.com2009-08-021-41/+0
* mole expand/collapse API, callable from a toolstrip for manual operationerikkay@chromium.org2009-08-011-0/+41
* Push bookmarks.remove/removeAll polymorphism into c++. fix bookmarks id schem...rafaelw@chromium.org2009-07-241-22/+22
* First step in abstracting extension api to common/shared "IDL" files (jsonsch...rafaelw@chromium.org2009-07-161-34/+34
* Change getLanguage to detectLanguage, and incorporate corresponding changes, ...sidchat@google.com2009-07-161-6/+6
* Add getLanguage function to tab extension.sidchat@google.com2009-07-101-0/+18
* Make the API to open a message channel symmetric, so it works the same whethe...mpcomplete@chromium.org2009-07-091-2/+3
* Add a couple of more extension unit tests for pagefinnur@chromium.org2009-07-021-0/+9
* Refactor extension bindings to share code, avoid exposing hidden variablesmpcomplete@chromium.org2009-06-301-3/+2
* Adding the ability to remove page actions.BUG=NoneTEST=unit test.finnur@chromium.org2009-06-221-1/+6
* Clean up bookmark API to match style of other extension APIserikkay@google.com2009-06-101-11/+20
* Change the extension callback system to work more like events, where we trackmpcomplete@google.com2009-06-101-3/+2
* Revert 17889. It broke the extensions_uitests. And I didn't even get itmpcomplete@google.com2009-06-081-3/+4
* Change the extension callback system to work more like events, where we trackmpcomplete@google.com2009-06-081-4/+3
* BUG=12192rafaelw@chromium.org2009-05-301-1/+1
* Revert "Revert "implemented extensions api windows.update().""aa@chromium.org2009-05-141-0/+83
* Revert "implemented extensions api windows.update()."aa@chromium.org2009-05-141-83/+0
* implemented extensions api windows.update().rafaelw@chromium.org2009-05-141-0/+83
* FormatErrorMessage() functions are now publicly available from ExtensionError...rafaelw@chromium.org2009-05-121-10/+24
* Remove executable bit from a bunch of files that shouldn't have it.evan@chromium.org2009-05-111-0/+0
* BUG=11200rafaelw@chromium.org2009-05-051-64/+64
* implemented API style/convention changes, including:rafaelw@chromium.org2009-05-051-30/+168
* This is the first part of the PageAction implementation. More work is require...finnur@chromium.org2009-05-011-0/+6
* more extensions bookmarks changes:* add schema verification* add unit tests f...erikkay@google.com2009-04-291-59/+113
* Several minor changes to API framework.aa@chromium.org2009-04-181-7/+6