summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/resources
Commit message (Expand)AuthorAgeFilesLines
* Pull out synchronous extension apis to extensions_api.json, add custom handli...rafaelw@chromium.org2009-07-271-54/+73
* Fix port disconnect so that it's refcounted. This fixes a bug where a channelmpcomplete@chromium.org2009-07-271-1/+4
* Push bookmarks.remove/removeAll polymorphism into c++. fix bookmarks id schem...rafaelw@chromium.org2009-07-241-26/+0
* Step 2 in abstracting Extension APIs to shared "IDL".rafaelw@chromium.org2009-07-222-443/+81
* Changed the extension.connect() API not to broadcast to all tabs. Added ampcomplete@chromium.org2009-07-201-1/+13
* Fix merge error (benign) from r20910rafaelw@chromium.org2009-07-171-1/+0
* First step in abstracting extension api to common/shared "IDL" files (jsonsch...rafaelw@chromium.org2009-07-161-68/+45
* Change getLanguage to detectLanguage, and incorporate corresponding changes, ...sidchat@google.com2009-07-161-4/+4
* Retrying this patch. This was already reviewed by mpcomplete and thefinnur@chromium.org2009-07-151-3/+13
* Various minor fixes:aa@chromium.org2009-07-151-67/+1
* Reverting 20714.finnur@chromium.org2009-07-151-13/+3
* EFD now notifies EPM of renderviews created, which in turn notifies the rende...finnur@chromium.org2009-07-151-3/+13
* This provides a simpler js template engine than JsTemplate. It has beenarv@google.com2009-07-142-25/+22
* Add an optional channel name to the extension message connect event.mpcomplete@chromium.org2009-07-132-8/+20
* Add getLanguage function to tab extension.sidchat@google.com2009-07-101-0/+11
* Make the API to open a message channel symmetric, so it works the same whethe...mpcomplete@chromium.org2009-07-093-53/+66
* linux: implement the sad pluginevan@chromium.org2009-07-091-0/+0
* Fix some issues with extension messaging:mpcomplete@chromium.org2009-07-023-12/+34
* PageActions can now specify multiple icons and switch between themfinnur@chromium.org2009-07-011-1/+3
* In this episode, we implement the DOMUI interface for extension views that ar...aa@chromium.org2009-07-011-1/+1
* Send port disconnect events when a frame is unloaded.mpcomplete@chromium.org2009-07-011-1/+2
* Refactor extension bindings to share code, avoid exposing hidden variablesmpcomplete@chromium.org2009-06-304-83/+111
* a few minor tweaks the bookmarks API:erikkay@google.com2009-06-291-2/+3
* Adding the ability to remove page actions.BUG=NoneTEST=unit test.finnur@chromium.org2009-06-221-22/+40
* Revert 18765 to try to repair perf regressionjar@chromium.org2009-06-194-68/+34
* Send port-closed notification when a frame with ports unloads.mpcomplete@google.com2009-06-184-34/+68
* Add a port disconnect event for when one side of an extension message portmpcomplete@google.com2009-06-171-5/+12
* Clean up bookmark API to match style of other extension APIserikkay@google.com2009-06-102-29/+30
* BUG=12192rafaelw@chromium.org2009-05-303-6/+12
* extensions chrome.self.getViews():rafaelw@chromium.org2009-05-161-1/+16
* Uploaded & applied on behalf of Roger Tawa (rogerta@google.com).rafaelw@chromium.org2009-05-151-0/+3
* Revert "Revert "implemented extensions api windows.update().""aa@chromium.org2009-05-141-1/+20
* Revert "implemented extensions api windows.update()."aa@chromium.org2009-05-141-20/+1
* implemented extensions api windows.update().rafaelw@chromium.org2009-05-141-1/+20
* FormatErrorMessage() functions are now publicly available from ExtensionError...rafaelw@chromium.org2009-05-121-22/+33
* 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-054-207/+207
* implemented API style/convention changes, including:rafaelw@chromium.org2009-05-051-55/+93
* This is the first part of the PageAction implementation. More work is require...finnur@chromium.org2009-05-011-12/+38
* Pass down the opener tab when a message channel is opened to an extension.mpcomplete@google.com2009-05-011-1/+5
* Implement removeWindow, onWindowCreated, onWindowRemoved.rafaelw@chromium.org2009-04-301-6/+32
* more extensions bookmarks changes:* add schema verification* add unit tests f...erikkay@google.com2009-04-291-12/+56
* Add a few extra error messages to help catch typos in schemas.erikkay@google.com2009-04-291-2/+11
* Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...rafaelw@chromium.org2009-04-281-0/+20
* implement remaining tab events (except for onTabUpdated).rafaelw@chromium.org2009-04-221-2/+24
* Change extension event bindings to auto-detach events when the window unloads.mpcomplete@google.com2009-04-201-0/+3
* Several minor changes to API framework.aa@chromium.org2009-04-182-59/+96
* A subset of the bookmarks API- missing events- missing unit tests- missing ab...erikkay@google.com2009-04-171-1/+112
* Adding a comment stating what needs to be recompiled in orderfor changes to t...finnur@chromium.org2009-04-175-0/+41
* added windows.getWindows() and tabs.moveTab()rafaelw@chromium.org2009-04-171-1/+40