| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Switch SessionTabHelper to use WebContentsUserData. | avi@chromium.org | 2012-09-12 | 4 | -47/+69 |
* | Make SessionID crash hard if asked for an id for a non-tab. | avi@chromium.org | 2012-09-11 | 1 | -8/+10 |
* | Revert r155743, "Switch Extensions::TabHelper to use WebContents, WebContents... | avi@chromium.org | 2012-09-11 | 2 | -18/+9 |
* | Move SessionID, CaptureVisibleTabFunction to WebContents. | avi@chromium.org | 2012-09-10 | 2 | -7/+17 |
* | Switch Extensions::TabHelper to use WebContents, WebContentsUserData. | avi@chromium.org | 2012-09-10 | 2 | -9/+18 |
* | Remove the SessionBackend debug code. | marja@chromium.org | 2012-09-07 | 3 | -49/+1 |
* | Cleanup: Constify some ProfileKeyedBaseFactory methods and all overrides. Rem... | thestig@chromium.org | 2012-09-06 | 4 | -6/+6 |
* | First part of PAGE_TRANSITION_START_PAGE cleanup. | rogerta@chromium.org | 2012-09-05 | 1 | -1/+1 |
* | Miscellaneous cleanups from several months ago I never got around to landing. | pkasting@chromium.org | 2012-09-01 | 1 | -31/+18 |
* | RestoreTabHelper > SessionTabHelper, move more session stuff into it. | avi@chromium.org | 2012-08-30 | 2 | -89/+0 |
* | RestoreTabHelper > SessionTabHelper, move more session stuff into it. | avi@chromium.org | 2012-08-30 | 4 | -27/+128 |
* | Debug the generic session restore failure. | marja@chromium.org | 2012-08-27 | 3 | -1/+49 |
* | Move StoragePartition into content/public and remove BrowserContext::GetDOMSt... | ajwong@chromium.org | 2012-08-18 | 1 | -6/+8 |
* | Fix user agent override restoration pipeline | dfalcantara@chromium.org | 2012-08-18 | 8 | -37/+109 |
* | Revert 151036 - Speculative revert to see if this change introduced a perform... | ben@chromium.org | 2012-08-14 | 5 | -27/+31 |
* | Move SessionStorageNamespace entirely into NavigationController and support S... | ajwong@chromium.org | 2012-08-13 | 4 | -13/+21 |
* | Clean-up inline members of nested classes (chrome/) | hans@chromium.org | 2012-08-10 | 2 | -3/+6 |
* | Speculative revert to see if this change introduced a performance regression ... | ben@chromium.org | 2012-08-10 | 5 | -31/+27 |
* | Add Startup Timing to CPM | rdevlin.cronin@chromium.org | 2012-08-09 | 5 | -3/+17 |
* | Remove the effects of --disable-restore-session-state. | marja@chromium.org | 2012-08-08 | 3 | -58/+3 |
* | Upstream session_backend_android. | felipeg@chromium.org | 2012-08-07 | 3 | -3/+44 |
* | Better session restore: Persist sessionStorage on disk. | marja@chromium.org | 2012-08-07 | 1 | -1/+10 |
* | Valgrind: Fix leak in TabRestoreServiceTest.PruneEntries. | thestig@chromium.org | 2012-08-01 | 1 | -6/+7 |
* | Refactor SyncedWindowDelegateAndroid into TabModel | dtrainor@chromium.org | 2012-07-27 | 1 | -1/+1 |
* | Remove set noparent from a bunch of places and add it to src/chrome/OWNERS | ben@chromium.org | 2012-07-25 | 1 | -1/+0 |
* | Consolidate Browser Creation. | ben@chromium.org | 2012-07-25 | 2 | -6/+7 |
* | Create content\public\test\test_utils.h to hold common test classes that are ... | jam@chromium.org | 2012-07-20 | 2 | -9/+9 |
* | Add SessionID::{IdForTab,IdForWindowContainingTab}. | jyasskin@chromium.org | 2012-07-17 | 2 | -2/+28 |
* | Moved ExtensionTabHelper into extensions namespace; rename it to TabHelper. | rdevlin.cronin@chromium.org | 2012-07-16 | 2 | -4/+4 |
* | Support partitioning of storage contexts based on render_id. | ajwong@chromium.org | 2012-07-12 | 1 | -1/+1 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 10 | -10/+0 |
* | Move TabStripModelDelegate off Browser into its own class. | ben@chromium.org | 2012-07-10 | 1 | -2/+2 |
* | Fix build error in session_restore_android.cc. | pliard@chromium.org | 2012-07-05 | 1 | -1/+1 |
* | chrome: Put browser_navigator.h into chrome namespace. | tfarina@chromium.org | 2012-07-01 | 1 | -3/+3 |
* | base: Remove dereference structure operator (i.e ->) from ScopedVector. | tfarina@chromium.org | 2012-06-30 | 3 | -19/+19 |
* | Move tab functions off Browser into browser_tabstrip and browser_tabrestore. | ben@chromium.org | 2012-06-29 | 3 | -66/+74 |
* | Remove usage of browser::FindLastActiveWithProfile in session_restore sync co... | jam@chromium.org | 2012-06-26 | 4 | -19/+22 |
* | Get rid of browser::FindLastActiveWithProfile call in the session restore cod... | jam@chromium.org | 2012-06-26 | 1 | -5/+3 |
* | Move browser commands into a separate file. | ben@chromium.org | 2012-06-25 | 1 | -8/+9 |
* | Session restore: Store and restore persistent IDs for sessionStorage. | marja@chromium.org | 2012-06-22 | 5 | -1/+83 |
* | Replace usage of browser::FindBrowserForController with browser::FindBrowserW... | ben@chromium.org | 2012-06-19 | 5 | -27/+31 |
* | Renames NOTIFICATION_RENDER_WIDGET_HOST_DID_PAINT to | sky@chromium.org | 2012-06-15 | 1 | -6/+9 |
* | TabContentsWrapper -> TabContents, part 12. | avi@chromium.org | 2012-06-12 | 1 | -2/+2 |
* | Disable tests crashing on VS2010. | hbono@chromium.org | 2012-06-11 | 1 | -1/+7 |
* | TabContentsWrapper -> TabContents, part 26. | avi@chromium.org | 2012-06-09 | 7 | -61/+51 |
* | TabContentsWrapper -> TabContents, part 1. | avi@chromium.org | 2012-06-05 | 1 | -1/+2 |
* | Move the rest of the content\test headers that are used by embedders to conte... | jam@chromium.org | 2012-06-04 | 1 | -1/+1 |
* | Move render_view_test.h header from content\test to content\public\test. This... | jam@chromium.org | 2012-06-04 | 1 | -2/+2 |
* | Move more test headers from content\test to content\public\test. This way we ... | jam@chromium.org | 2012-06-02 | 1 | -2/+2 |
* | Use AuraTestHelper to initialize aura environment in test | oshima@chromium.org | 2012-05-30 | 1 | -0/+1 |