| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix regression where we stopped running content scripts in | aa@chromium.org | 2009-12-16 | 1 | -19/+7 |
* | Fix a crash bug on user script installation and add a test | aa@chromium.org | 2009-12-06 | 1 | -1/+1 |
* | Ok, here is a different approach at this change. | aa@chromium.org | 2009-12-02 | 1 | -0/+21 |
* | Revert 33255 - Report active extensions in crash reports. This only implement... | nsylvain@chromium.org | 2009-11-30 | 1 | -21/+0 |
* | Report active extensions in crash reports. This only implements Windows right... | aa@chromium.org | 2009-11-30 | 1 | -0/+21 |
* | Introduce a new 'all_frames' property to content scripts and | aa@chromium.org | 2009-11-25 | 1 | -0/+4 |
* | Special case the gallery to not show the scary download roadblock. | aa@chromium.org | 2009-11-20 | 1 | -1/+2 |
* | Do not run user scripts on chrome.google.com | abarth@chromium.org | 2009-11-19 | 1 | -1/+8 |
* | Add stub functions for chrome.* APIs in content scripts. | asargent@chromium.org | 2009-11-13 | 1 | -1/+2 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 1 | -1/+1 |
* | add some histograms to extensions | erikkay@chromium.org | 2009-11-06 | 1 | -3/+15 |
* | Add first class support for user scripts. | aa@chromium.org | 2009-11-04 | 1 | -19/+9 |
* | Don't call chrome.initExtension if we already called it. | mpcomplete@chromium.org | 2009-10-21 | 1 | -2/+4 |
* | Implement chrome.extension.connectExternal and fix various API inconsistencies. | mpcomplete@chromium.org | 2009-10-09 | 1 | -6/+2 |
* | Make all content scripts from an extension run in the same | aa@chromium.org | 2009-10-08 | 1 | -2/+25 |
* | Turn extension script injection histograms into uma histograms. | asargent@chromium.org | 2009-09-30 | 1 | -8/+11 |
* | Try again to land "Implement script API:executeScript" | aa@chromium.org | 2009-09-18 | 1 | -5/+10 |
* | ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma... | finnur@chromium.org | 2009-09-15 | 1 | -1/+1 |
* | Revert change 26184, 26181 and 26178 to fix | nsylvain@chromium.org | 2009-09-15 | 1 | -1/+1 |
* | ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma... | finnur@chromium.org | 2009-09-14 | 1 | -1/+1 |
* | Move StringPiece into the base namespace. It is colliding | tony@chromium.org | 2009-09-10 | 1 | -4/+4 |
* | Add some helper methods for constructing a WebCString from UTF16 input, | darin@chromium.org | 2009-08-11 | 1 | -3/+2 |
* | Switch to WebFrame from the WebKit API. | darin@chromium.org | 2009-08-10 | 1 | -6/+8 |
* | Add a WebKit API that registers a V8 extension to be loaded into content | mpcomplete@chromium.org | 2009-07-30 | 1 | -1/+3 |
* | Reenable use of ExecuteScriptInNewWorld. | mpcomplete@chromium.org | 2009-07-28 | 1 | -4/+1 |
* | Changed the extension.connect() API not to broadcast to all tabs. Added a | mpcomplete@chromium.org | 2009-07-20 | 1 | -1/+4 |
* | Enable isolated worlds for content scripts. | abarth@chromium.org | 2009-07-16 | 1 | -1/+1 |
* | Various minor fixes: | aa@chromium.org | 2009-07-15 | 1 | -5/+4 |
* | Make the API to open a message channel symmetric, so it works the same whethe... | mpcomplete@chromium.org | 2009-07-09 | 1 | -1/+4 |
* | Move WebKit API to src/webkit/api. | darin@chromium.org | 2009-05-10 | 1 | -1/+1 |
* | BUG=11200 | rafaelw@chromium.org | 2009-05-05 | 1 | -2/+2 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Miscellaneous API sprucing. | aa@chromium.org | 2009-04-16 | 1 | -2/+4 |
* | TBR: Revert "Miscellaneous API sprucing." | aa@chromium.org | 2009-04-15 | 1 | -4/+2 |
* | Miscellaneous API sprucing. | aa@chromium.org | 2009-04-15 | 1 | -2/+4 |
* | Try one more time to check in http://codereview.chromium.org/60112 | aa@chromium.org | 2009-04-08 | 1 | -7/+28 |
* | Revert "Implement chromium.self in content scripts..." | aa@chromium.org | 2009-04-07 | 1 | -28/+7 |
* | Implement chromium.self in content scripts, so that developers don't | aa@chromium.org | 2009-04-07 | 1 | -7/+28 |
* | Fix null termination bug when reading UserScript | aa@chromium.org | 2009-04-04 | 1 | -2/+4 |
* | Use WebScriptSource and WebFindInPageRequest from the WebKit API. | darin@chromium.org | 2009-03-31 | 1 | -6/+10 |
* | Review URL: http://codereview.chromium.org/42288 | georged@chromium.org | 2009-03-18 | 1 | -22/+43 |
* | Commit 40144. I had to move to to a separate CL to use gcl's | aa@chromium.org | 2009-03-13 | 1 | -7/+8 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -1/+1 |
* | Always log out how many user scripts were injected, not just | aa@chromium.org | 2009-02-25 | 1 | -4/+2 |
* | Add logging to ExtensionsService, UserScriptMaster, | aa@chromium.org | 2009-02-24 | 1 | -0/+5 |
* | Use string for Histogram names since these are all ASCII anyway. | dsh@google.com | 2009-02-24 | 1 | -4/+4 |
* | Add early-injection capability to user scripts. | aa@chromium.org | 2009-02-14 | 1 | -2/+18 |
* | Port remaining .rc data resource files to grd. This includes | tc@google.com | 2009-02-13 | 1 | -1/+2 |
* | janitorial: browser_render_process_host header/lint cleanup. (try 2) | thestig@chromium.org | 2009-02-11 | 1 | -0/+1 |
* | Reverting 9594. | thestig@chromium.org | 2009-02-11 | 1 | -1/+0 |