| Commit message (Expand) | Author | Age | Files | Lines |
* | Extend chrome.tabs* API to support multiple tabs. | jstritar@chromium.org | 2011-09-28 | 1 | -4/+14 |
* | Refactor ExtensionTabUtil-namespaced functions into their own file. | miket@chromium.org | 2011-09-27 | 1 | -40/+0 |
* | * Implement new extension function chrome.tabs.reload. | yosin@chromium.org | 2011-09-07 | 1 | -0/+5 |
* | Remove obsolete TODO and add a bunch of OVERRIDEs. | mihaip@chromium.org | 2011-08-31 | 1 | -19/+20 |
* | Move base/values.h into the base namespace. This includes a cros DEPS roll | dmazzoni@chromium.org | 2011-07-12 | 1 | -11/+14 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -2/+2 |
* | Use active information fromTabInsertedAt in browser event router so that the ... | yoz@chromium.org | 2011-06-10 | 1 | -2/+7 |
* | Get rid of TabContentsRegistrar and just let TabContentsObserver support dyna... | jam@chromium.org | 2011-06-03 | 1 | -2/+0 |
* | Fix the case where the TabContents goes away before TabContentsObserver::Regi... | jam@chromium.org | 2011-06-01 | 1 | -1/+2 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -17/+17 |
* | Cleanup in handling of JavaScript URLs in tabs API | aa@chromium.org | 2011-04-07 | 1 | -1/+10 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 1 | -3/+3 |
* | Cleanup: Remove unneeded includes of notification_service.h in other headers. | thestig@chromium.org | 2010-12-15 | 1 | -1/+0 |
* | Make pink's TabContentsWrapper change compile on Windows. | ben@chromium.org | 2010-11-18 | 1 | -27/+27 |
* | Add pinned property to tabs.update and create. | jstritar@chromium.org | 2010-11-08 | 1 | -1/+4 |
* | FBTF: Header cleanup in chrome/common part 2. The majority of the changed files | jhawkins@chromium.org | 2010-08-20 | 1 | -0/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | fix chrome.tabs.onUpdated bugs, add browsertest. | rafaelw@chromium.org | 2010-05-19 | 1 | -9/+1 |
* | Add chrome.tabs.getCurrent() api call to extensions. | rafaelw@chromium.org | 2010-04-14 | 1 | -0/+5 |
* | Support PNG and quality control in chrome.tabs.captureVisibleTab(). | skerner@chromium.org | 2010-04-08 | 1 | -1/+15 |
* | If fetching a bitmap from the backing store fails, try to get an image from t... | skerner@chromium.org | 2010-03-12 | 1 | -1/+1 |
* | Allow users to enable extensions in incognito. Requires | mpcomplete@chromium.org | 2010-02-25 | 1 | -1/+2 |
* | One more attempt at landing this CL. | jcampan@chromium.org | 2010-01-21 | 1 | -0/+1 |
* | Revert 36589 - Still failing the reliability tests. | jcampan@chromium.org | 2010-01-20 | 1 | -1/+0 |
* | Another try at landing this. | jcampan@chromium.org | 2010-01-20 | 1 | -0/+1 |
* | Revert 36442 - Still causing test failures | jcampan@chromium.org | 2010-01-16 | 1 | -1/+0 |
* | 4th attempt at landing this. | jcampan@chromium.org | 2010-01-16 | 1 | -0/+1 |
* | Revert 36362 - It breaks NACLTests and Chrome Frame Tests | jcampan@chromium.org | 2010-01-15 | 1 | -1/+0 |
* | 3rd attempt at landing the language detection on page load. | jcampan@chromium.org | 2010-01-15 | 1 | -0/+1 |
* | If a backing store is not available, chrome.tabs.captureVisibleTab() asks the... | skerner@chromium.org | 2010-01-11 | 1 | -1/+13 |
* | Revert 35735 - Relanding the language detection code. | jcampan@chromium.org | 2010-01-07 | 1 | -1/+0 |
* | Relanding the language detection code. | jcampan@chromium.org | 2010-01-07 | 1 | -0/+1 |
* | Reverting the CLD CL altogether, the reliability bot is still red. | jcampan@chromium.org | 2009-12-17 | 1 | -1/+0 |
* | Makes the language detection happen with every page load | jcampan@chromium.org | 2009-12-16 | 1 | -0/+1 |
* | Revert "Revert r31175 r31176 r31187" | hclam@chromium.org | 2009-11-06 | 1 | -0/+16 |
* | Rever r31175 r31176 r31187 | hclam@chromium.org | 2009-11-06 | 1 | -16/+0 |
* | Sixth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-06 | 1 | -0/+16 |
* | Small cleanup to extension function registration to avoid scattered definitions. | mpcomplete@chromium.org | 2009-10-14 | 1 | -0/+16 |
* | Try again to land "Implement script API:executeScript" | aa@chromium.org | 2009-09-18 | 1 | -1/+3 |
* | Extension API Renaming/Consistency changes | rafaelw@chromium.org | 2009-08-28 | 1 | -0/+4 |
* | 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 | -2/+2 |
* | Add getLanguage function to tab extension. | sidchat@google.com | 2009-07-10 | 1 | -0/+12 |
* | Separate out the string constants used for extension API function | aa@chromium.org | 2009-05-26 | 1 | -30/+0 |
* | tabs.onUpdated now sends 'url' when 'state' has changed to 'loading' when nav... | rafaelw@chromium.org | 2009-05-20 | 1 | -1/+30 |
* | Uploaded & applied on behalf of Roger Tawa (rogerta@google.com). | rafaelw@chromium.org | 2009-05-15 | 1 | -0/+13 |
* | Revert "Revert "implemented extensions api windows.update()."" | aa@chromium.org | 2009-05-14 | 1 | -0/+3 |
* | Revert "implemented extensions api windows.update()." | aa@chromium.org | 2009-05-14 | 1 | -3/+0 |
* | implemented extensions api windows.update(). | rafaelw@chromium.org | 2009-05-14 | 1 | -0/+3 |
* | FormatErrorMessage() functions are now publicly available from ExtensionError... | rafaelw@chromium.org | 2009-05-12 | 1 | -1/+1 |