summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_tabs_module.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert LOG(INFO) to VLOG(1) - chrome/browser/extensions/.pkasting@chromium.org2010-10-221-2/+2
* Change to use the new FORMAT_SkBitmap when encoding SkBitmap to jpeg.klobag@chromium.org2010-10-201-1/+1
* Tab array support for chrome.windows.createjstritar@chromium.org2010-10-141-11/+38
* Fix issue where opening a new tab using the ext API would not focus the omnibox.andybons@chromium.org2010-10-081-14/+9
* ExtensionApiTest.Tabs: fix window type, re-enable testevan@chromium.org2010-10-061-4/+4
* Add chrome.windows.update({focused:true});aa@chromium.org2010-10-051-1/+11
* Replace Browser::AddTabWithURL(...) with:ben@chromium.org2010-10-051-7/+6
* chromium-os:5166 Panel/popup cleanup for ChromeOSstevenjb@google.com2010-10-041-11/+24
* Attempt2: Component extensions (and whitelisted extensions) specifying <all_u...finnur@chromium.org2010-10-041-2/+10
* Revert 61323 - Component extensions (and whitelisted extensions) specifying <...finnur@chromium.org2010-10-031-10/+2
* Component extensions (and whitelisted extensions) specifying <all_urls> in th...finnur@chromium.org2010-10-031-2/+10
* Rip out phantom tabs and corresponding unit tests.andybons@chromium.org2010-10-021-9/+1
* Do not create an incogntio profile as side effect when listing all tabs/windows.jochen@chromium.org2010-09-211-3/+6
* extensions: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-211-1/+3
* Revert r56902aa@chromium.org2010-08-201-1/+1
* Remove TYPE_EXTENSION_APP. Experiment failed. It looks like the layout change...aa@chromium.org2010-08-201-1/+1
* Convert wide strings in extension_tabs_module_constants.viettrungluu@chromium.org2010-08-131-1/+1
* Clone of issue 2941001. See initial review below.twiz@google.com2010-08-121-4/+7
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-1/+1
* FBTF: Clean up some headers in tab_contents_delegate.h.erg@google.com2010-08-101-0/+1
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-5/+6
* Deal with alpha values when building PNG in chrome.tabs.captureVisibleTab().skerner@chromium.org2010-07-191-7/+8
* Fix a regression with chrome.tabs.create() with a chrome-extension URL whenmpcomplete@chromium.org2010-06-301-3/+7
* Reland - Fix NULL dereference in ExtensionTabsModule.rafaelw@chromium.org2010-06-301-16/+18
* Revert 51161 - Fix NULL dereference in ExtensionTabsModule.rafaelw@google.com2010-06-291-17/+15
* Fix NULL dereference in ExtensionTabsModule.rafaelw@chromium.org2010-06-291-15/+17
* Attempt 2 at Moving Browser::AddTypes to TabStripModel. The firstsky@chromium.org2010-06-281-4/+5
* Revert 50752 - Moves Browser::AddTypes to TabStripModel. This patch is primarilysky@chromium.org2010-06-241-5/+4
* Moves Browser::AddTypes to TabStripModel. This patch is primarilysky@chromium.org2010-06-241-4/+5
* Require user opt-in before allowing content script injection on file URLs.mpcomplete@chromium.org2010-06-241-1/+2
* Fix a regression where tabs.create() would focus the tab's window even ifmpcomplete@chromium.org2010-06-031-1/+0
* Clean up calls like "gfx::Rect(0, 0, size().width(), size().height()".erg@chromium.org2010-05-261-2/+1
* Prevent tabs.move from moving tabs to or from anything but normal (tabbed) wi...rafaelw@chromium.org2010-05-251-0/+10
* Change the code based on Raf's feedback.arv@chromium.org2010-05-221-7/+5
* Update extension functions to always pass a list of arguments, even when one ...arv@chromium.org2010-05-211-37/+31
* Remove histogram collection evaluating impact of changing extension url resol...rafaelw@chromium.org2010-05-211-41/+9
* fix chrome.tabs.onUpdated bugs, add browsertest.rafaelw@chromium.org2010-05-191-21/+4
* Have extension call windows.getLastFocused include incognito windows if thempcomplete@chromium.org2010-04-301-1/+2
* Nukes one of the AddTabWithURL variants.sky@chromium.org2010-04-291-3/+5
* Reland r45520. This adds a new browser type: EXTENSION_APP thataa@chromium.org2010-04-261-1/+1
* Sigh. Revert r45520. Breaks ChromeOS.aa@chromium.org2010-04-241-1/+1
* This adds a new kind of browser window: EXTENSION_APP. EXTENSION_APP windows ...aa@chromium.org2010-04-241-1/+1
* Fix a bug where opening an extension options tab from a sole incognito windowmpcomplete@chromium.org2010-04-161-0/+1
* Add ExtensionFunctionDispatcher::Delegate::GetAssociatedTabContents.rafaelw@chromium.org2010-04-151-32/+3
* Add chrome.tabs.getCurrent() api call to extensions.rafaelw@chromium.org2010-04-141-0/+41
* Fix build failure.skerner@chromium.org2010-04-081-1/+1
* Support PNG and quality control in chrome.tabs.captureVisibleTab().skerner@chromium.org2010-04-081-15/+69
* Add calling frame's source_url to extension and dom ui requests.rafaelw@chromium.org2010-04-021-42/+81
* Fix a bug with incognito extensions like RSS Subscription that try to open anmpcomplete@chromium.org2010-03-261-5/+20
* Generalize the ExtensionFunctionDispatcher::Delegate interface a bit more. In...aa@chromium.org2010-03-241-8/+8