| Commit message (Expand) | Author | Age | Files | Lines |
* | Add pinned property to tabs.update and create. | jstritar@chromium.org | 2010-11-08 | 3 | -11/+14 |
* | Open tab in the correct location from a tab's context menu. | sadrul@chromium.org | 2010-11-03 | 1 | -1/+1 |
* | Unrevert r64676 "Part 4/4 of immutable Extension refactor: Kill Extension::St... | mpcomplete@chromium.org | 2010-11-02 | 1 | -1/+1 |
* | Make all browser code use browser::Navigate to open tabs. | ben@chromium.org | 2010-11-02 | 1 | -1/+1 |
* | Revert r64676 "Part 4/4 of immutable Extension refactor: Kill Extension::Stat... | mpcomplete@chromium.org | 2010-11-02 | 1 | -1/+1 |
* | Part 4/4 of immutable Extension refactor: Kill Extension::StaticData and put | mpcomplete@chromium.org | 2010-11-01 | 1 | -1/+1 |
* | Fix indentation of a continuation. | mmortensen@google.com | 2010-11-01 | 1 | -1/+1 |
* | Part 3 of immutable Extension refactor. | mpcomplete@chromium.org | 2010-10-29 | 2 | -2/+2 |
* | Add histogram to track number of .nexe launches, normalized against opening n... | mmortensen@google.com | 2010-10-28 | 1 | -1/+3 |
* | Unrevert again r63919: "Part 2 of immutable Extension refactor." | mpcomplete@chromium.org | 2010-10-27 | 1 | -4/+5 |
* | Revert 63962 (broke chromeos and chromium linux builder) - Unrevert r63919: "... | thakis@chromium.org | 2010-10-26 | 1 | -5/+4 |
* | Unrevert r63919: "Part 2 of immutable Extension refactor." | mpcomplete@chromium.org | 2010-10-26 | 1 | -4/+5 |
* | Revert r63919 "Part 2 of immutable Extension refactor." | mpcomplete@chromium.org | 2010-10-26 | 1 | -5/+4 |
* | Part 2 of immutable Extension refactor. | mpcomplete@chromium.org | 2010-10-26 | 1 | -4/+5 |
* | chromeos: Avoid assert if WM tells us to select invalid tab. | derat@chromium.org | 2010-10-25 | 1 | -1/+0 |
* | Move the rest of the Extension data into either StaticData or RuntimeData | mpcomplete@chromium.org | 2010-10-18 | 1 | -1/+1 |
* | Indicate if window is closing in tabs.onRemoved callback | jstritar@chromium.org | 2010-10-15 | 6 | -8/+19 |
* | Address sky's post-commit comments for my phantom tab removal change. | andybons@chromium.org | 2010-10-06 | 3 | -23/+9 |
* | Rip out phantom tabs and corresponding unit tests. | andybons@chromium.org | 2010-10-02 | 9 | -421/+41 |
* | Adds a virtual destructor to the TabHandler class. | hbono@chromium.org | 2010-09-29 | 1 | -1/+2 |
* | Create a TabHandler object to decouple Browser from TabStripModel API. | ben@chromium.org | 2010-09-28 | 3 | -0/+322 |
* | Revert 60821 (build break) - Create a TabHandler object to decouple Browser f... | willchan@chromium.org | 2010-09-28 | 3 | -320/+0 |
* | Create a TabHandler object to decouple Browser from TabStripModel API. | ben@chromium.org | 2010-09-28 | 3 | -0/+320 |
* | Disables "Bookmark all tabs" item in the tab contex menu. | altimofeev@chromium.org | 2010-09-22 | 1 | -1/+2 |
* | Moves TabStripModelObserver/Delegate into their own headers. | sky@chromium.org | 2010-09-16 | 7 | -313/+345 |
* | Fix SessionStorage | jorlow@chromium.org | 2010-09-14 | 1 | -3/+3 |
* | Changes TabStripModel to send out selection notification when the | sky@chromium.org | 2010-09-09 | 2 | -1/+64 |
* | Mac: Try to get tabpose unit tests working again. | thakis@chromium.org | 2010-09-09 | 1 | -7/+8 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -1/+1 |
* | FBTF: Minor cleanup to testing headers. | erg@google.com | 2010-08-25 | 2 | -0/+3 |
* | FBTF: Header cleanup in chrome/common part 2. The majority of the changed files | jhawkins@chromium.org | 2010-08-20 | 1 | -0/+1 |
* | Remove all wstrings from the IPC logging subsystem. | erg@google.com | 2010-08-18 | 1 | -0/+2 |
* | Remove deprecated wstring Get(As)String() methods from Value, etc. | viettrungluu@chromium.org | 2010-08-16 | 1 | -2/+2 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 1 | -1/+0 |
* | Clone of issue 2941001. See initial review below. | twiz@google.com | 2010-08-12 | 2 | -0/+4 |
* | Adds support for showing the match preview on views. It's behind the | sky@chromium.org | 2010-08-11 | 2 | -9/+71 |
* | Minor header cleanup of chrome/browser/[st]*/*.h minus c/b/sync/*.h. | viettrungluu@chromium.org | 2010-08-06 | 3 | -3/+0 |
* | When dropping a tab torn from a maximized window, inherit the restored size a... | pkasting@chromium.org | 2010-08-02 | 3 | -16/+4 |
* | Revert 54560 - | nick@chromium.org | 2010-08-02 | 2 | -4/+0 |
* | Change removing method, GetBrowser from TabContentsDelegate, as this was brea... | twiz@google.com | 2010-08-02 | 2 | -0/+4 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -2/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 4 | -0/+4 |
* | Add undeclared virtual destructors. | ziadh@chromium.org | 2010-07-24 | 1 | -0/+6 |
* | Makes app tabs always pinned and unpinable. | sky@chromium.org | 2010-07-23 | 3 | -11/+18 |
* | Attemp 2 at: | sky@chromium.org | 2010-07-21 | 3 | -60/+0 |
* | Revert 53062 - Makes the toolbar visible for apps again. Here's the set of pa... | pinkerton@chromium.org | 2010-07-20 | 3 | -0/+60 |
* | Makes the toolbar visible for apps again. Here's the set of patches I | sky@chromium.org | 2010-07-20 | 3 | -60/+0 |
* | Nukes the nano tab style for views. I also consolidated code in | sky@chromium.org | 2010-07-18 | 1 | -1/+1 |
* | Move implementation from header to source. | erg@chromium.org | 2010-07-15 | 2 | -16/+74 |
* | [Mac] Finish implementation of App Tabs. This takes into account the UI conso... | andybons@chromium.org | 2010-07-14 | 1 | -1/+2 |