| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't let extensions crash the browser or renderers from tabs API. | jstritar@chromium.org | 2011-02-24 | 1 | -0/+1 |
* | Make sure extensions can't open an incognito window if disabled by network po... | finnur@chromium.org | 2011-02-04 | 1 | -1/+2 |
* | Prevent extensions from moving tabs between profiles. | jstritar@chromium.org | 2011-01-26 | 1 | -0/+1 |
* | Prevent extensions from moving tabs that are being dragged. This fixes a cras... | jstritar@chromium.org | 2010-12-22 | 1 | -0/+1 |
* | Add pinned property to tabs.update and create. | jstritar@chromium.org | 2010-11-08 | 1 | -1/+1 |
* | Indicate if window is closing in tabs.onRemoved callback | jstritar@chromium.org | 2010-10-15 | 1 | -0/+1 |
* | Rip out phantom tabs and corresponding unit tests. | andybons@chromium.org | 2010-10-02 | 1 | -1/+0 |
* | Convert wide strings in extension_tabs_module_constants. | viettrungluu@chromium.org | 2010-08-13 | 1 | -30/+30 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Prevent tabs.move from moving tabs to or from anything but normal (tabbed) wi... | rafaelw@chromium.org | 2010-05-25 | 1 | -0/+1 |
* | Support PNG and quality control in chrome.tabs.captureVisibleTab(). | skerner@chromium.org | 2010-04-08 | 1 | -1/+7 |
* | Expose 'type' and 'incognito' bits to the extension window object, and make | mpcomplete@chromium.org | 2010-03-08 | 1 | -0/+4 |
* | Allow users to enable extensions in incognito. Requires | mpcomplete@chromium.org | 2010-02-25 | 1 | -0/+1 |
* | Pull gallery special case down into Extension::CanAccessHost() to avoid dupli... | aa@chromium.org | 2010-02-20 | 1 | -2/+0 |
* | Extension tweaks for phantom tabs. I did the following modifications: | sky@chromium.org | 2010-01-23 | 1 | -0/+3 |
* | Move constants related to chrome.tabs.executeScript() from the .cc file to | rogerta@chromium.org | 2010-01-19 | 1 | -0/+3 |
* | (fix merge error). | rafaelw@chromium.org | 2009-12-23 | 1 | -0/+1 |
* | Revert "Disallow chrome.tabs.executeScript from injecting code into gallery" | rafaelw@chromium.org | 2009-12-23 | 1 | -1/+0 |
* | Disallow chrome.tabs.executeScript from injecting code into gallery | rafaelw@chromium.org | 2009-12-23 | 1 | -0/+1 |
* | Small cleanup to extension function registration to avoid scattered definitions. | mpcomplete@chromium.org | 2009-10-14 | 1 | -21/+0 |
* | Try again to land "Implement script API:executeScript" | aa@chromium.org | 2009-09-18 | 1 | -0/+5 |
* | Language detection works only for Windows now. Make chrome.tabs.detectLanguag... | sidchat@chromium.org | 2009-09-18 | 1 | -0/+1 |
* | Don't allow updating tabs to javascript URLs without host | aa@chromium.org | 2009-09-11 | 1 | -0/+1 |
* | Extension API Renaming/Consistency changes | rafaelw@chromium.org | 2009-08-28 | 1 | -2/+1 |
* | I have taken over this patch, original authored by Adam Hunter (adamhunter). | rafaelw@chromium.org | 2009-08-13 | 1 | -0/+3 |
* | Change getLanguage to detectLanguage, and incorporate corresponding changes, ... | sidchat@google.com | 2009-07-16 | 1 | -1/+1 |
* | Remove svn:executable property from some more files that don't need it. | thestig@chromium.org | 2009-07-10 | 1 | -0/+0 |
* | Add getLanguage function to tab extension. | sidchat@google.com | 2009-07-10 | 1 | -0/+1 |
* | make extension apis tolerate browser absence during start-up & shutdown | rafaelw@chromium.org | 2009-06-04 | 1 | -0/+3 |
* | Separate out the string constants used for extension API function | aa@chromium.org | 2009-05-26 | 1 | -0/+67 |