| Commit message (Expand) | Author | Age | Files | Lines |
* | Add default per-script fonts for Mac. | falken@chromium.org | 2011-09-08 | 1 | -2/+28 |
* | content: Move web intent constrained window to TabContentsWrapper. | erg@google.com | 2011-09-07 | 1 | -2/+1 |
* | Suppress default per-script fonts when the script matches the browser's locale. | falken@chromium.org | 2011-09-02 | 1 | -41/+58 |
* | Move infobar handling to a tab helper, part 1. | avi@chromium.org | 2011-09-01 | 2 | -213/+11 |
* | Revert 99187 (speculative revert for ProfileSyncServiceSessionTest.FailModelA... | thakis@chromium.org | 2011-09-01 | 2 | -11/+213 |
* | Move infobar handling to a tab helper, part 1. | avi@chromium.org | 2011-09-01 | 2 | -213/+11 |
* | Retry for the following: Web Intent Picker UI (implemented as a constrained d... | binji@chromium.org | 2011-08-31 | 2 | -0/+13 |
* | TabContentsWrapper cleanup. | avi@chromium.org | 2011-08-31 | 3 | -43/+51 |
* | Add default per-script CJK fonts on Windows. | falken@chromium.org | 2011-08-31 | 1 | -50/+93 |
* | Revert 98888 - Web Intent Picker UI (implemented as a constrained dialog, lin... | binji@chromium.org | 2011-08-30 | 2 | -13/+0 |
* | Web Intent Picker UI (implemented as a constrained dialog, linux only) | binji@chromium.org | 2011-08-30 | 2 | -0/+13 |
* | Cleanup: Convert PrintPreviewTabController to use TabContentsWrapper. | thestig@chromium.org | 2011-08-30 | 1 | -0/+1 |
* | Revert 98603 - Add default per-script CJK fonts on Windows. | falken@chromium.org | 2011-08-29 | 1 | -89/+52 |
* | Add default per-script CJK fonts on Windows. | falken@chromium.org | 2011-08-29 | 1 | -52/+89 |
* | Dispatch the following IPC messages in TabContents and handle them via the Ta... | ananta@chromium.org | 2011-08-25 | 2 | -97/+0 |
* | Fullscreen JS API implementation. | koz@chromium.org | 2011-08-25 | 2 | -0/+7 |
* | Handle the ViewHostMsg_RunFileChooser and ViewHostMsg_EnumerateDirectory IPC ... | ananta@chromium.org | 2011-08-24 | 2 | -2/+0 |
* | Pass per-script fonts to WebKit settings. | falken@chromium.org | 2011-08-24 | 1 | -0/+73 |
* | Revert trunk r97990. It broke some Linux builds: | mark@chromium.org | 2011-08-24 | 2 | -15/+0 |
* | Web Intent Picker UI (implemented as a constrained dialog, linux only) | binji@chromium.org | 2011-08-24 | 2 | -0/+15 |
* | Moving the ViewHostMsg_PDFHasUnsupportedFeature IPC message to Chrome as PDF ... | ananta@chromium.org | 2011-08-23 | 1 | -1/+1 |
* | Move some webkit prefs to be with all the others. | torne@chromium.org | 2011-08-22 | 1 | -0/+6 |
* | Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg... | ananta@chromium.org | 2011-08-19 | 1 | -5/+6 |
* | Add startActivity message processing chromium-side. | gbillock@chromium.org | 2011-08-18 | 2 | -0/+26 |
* | Factor out dependncy on download throttling from core download code. | jam@chromium.org | 2011-08-16 | 2 | -0/+5 |
* | Remove extension.h #include from profile.h. | mihaip@chromium.org | 2011-08-13 | 1 | -0/+1 |
* | Add UMA metrics for register protocol handler, part 2. | isherman@chromium.org | 2011-08-12 | 1 | -2/+2 |
* | Web Intents: Hook up the register intent InfoBar with the WebIntentsRegistry. | jhawkins@chromium.org | 2011-08-11 | 1 | -1/+15 |
* | Add UMA for register protocol handler. | koz@chromium.org | 2011-08-11 | 1 | -0/+3 |
* | Add a status message "Waiting for extension Foo..." when there's a request | mpcomplete@chromium.org | 2011-08-10 | 1 | -2/+6 |
* | Profiles: Listen to a specific ThemeService for BROWSER_THEME_CHANGE notifica... | erg@chromium.org | 2011-08-01 | 1 | -1/+4 |
* | Move more files from chrome/test to chrome/test/base, part #4 | phajdan.jr@chromium.org | 2011-08-01 | 1 | -1/+1 |
* | Web Intents: Preparatory work. | jhawkins@chromium.org | 2011-08-01 | 2 | -0/+20 |
* | Connect up firewall control preferences with PPAPI. | dmaclach@chromium.org | 2011-07-30 | 2 | -0/+5 |
* | In sync session interfaces, do not use directly SessionID. | qsr@google.com | 2011-07-29 | 2 | -6/+6 |
* | Fix memory corruption by calling clear_owner() earlier. The Notify() calls c... | pkasting@chromium.org | 2011-07-28 | 1 | -2/+2 |
* | Keep a pointer to the owning TabContents on InfoBarDelegates, clearing it whe... | pkasting@chromium.org | 2011-07-28 | 1 | -0/+2 |
* | Removal of Profile from content part 3. | avi@chromium.org | 2011-07-28 | 2 | -2/+7 |
* | Abstract TabContentsWrapper in sync. | qsr@google.com | 2011-07-28 | 4 | -0/+123 |
* | Makes it so that when a user clicks "No" in the infobar that asks if they wan... | koz@chromium.org | 2011-07-22 | 1 | -1/+2 |
* | Ensures history tab displays a throbber when searching. | beaudoin@chromium.org | 2011-07-21 | 1 | -1/+1 |
* | Move save stuff from download helper back to TabContents. This is a revert of... | jam@chromium.org | 2011-07-18 | 2 | -8/+0 |
* | Make safe_browsing=0 build again. | torne@chromium.org | 2011-07-14 | 1 | -0/+2 |
* | Make safe browsing work in a multi-profile environment. | mirandac@chromium.org | 2011-07-13 | 2 | -2/+31 |
* | Move protocol_handler from chrome/browser to chrome/common so that extensions... | yoz@chromium.org | 2011-07-13 | 1 | -1/+1 |
* | Make safe browsing optional at compile time. | torne@chromium.org | 2011-07-11 | 1 | -0/+2 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 2 | -17/+18 |
* | Add typedefs for InfoBar-related notifications in infobar.h, so that code els... | pkasting@chromium.org | 2011-07-01 | 1 | -7/+6 |
* | Try to bandaid leaks due to TabContentsWrapper not force-closing all InfoBarD... | pkasting@chromium.org | 2011-07-01 | 1 | -4/+5 |
* | RenderViewHostTestHarness::DeleteContents() does SetContents(NULL); ensure th... | pkasting@chromium.org | 2011-07-01 | 1 | -2/+3 |