| Commit message (Expand) | Author | Age | Files | Lines |
* | Build fix for Chrome Frame. | evan@chromium.org | 2010-11-09 | 1 | -0/+1 |
* | Split out command IDs from chrome_dll_resource.h. | evan@chromium.org | 2010-11-08 | 1 | -1/+1 |
* | Reapply part of r64637, which caused mysterious failures on mac waterfall. | erg@google.com | 2010-11-08 | 1 | -1/+1 |
* | Revert "Refactor automation messages." due to mysterious problems on mac. | erg@google.com | 2010-11-01 | 1 | -2/+2 |
* | Refactor automation messages. | erg@google.com | 2010-11-01 | 1 | -2/+2 |
* | Attempt at fixing leaks from SetProp. Apparently there is a finite | sky@chromium.org | 2010-11-01 | 1 | -3/+4 |
* | Change miscellaneous LOG(INFO)s to VLOG()s that I missed the first time throu... | pkasting@chromium.org | 2010-10-27 | 1 | -2/+2 |
* | Move debug-related stuff from base to the base/debug directory and use the | brettw@chromium.org | 2010-10-26 | 1 | -1/+1 |
* | Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*. | pkasting@chromium.org | 2010-10-21 | 1 | -1/+1 |
* | Remove usage of the old page info dialogs in ChromeFrame and use the new page... | ananta@chromium.org | 2010-10-19 | 1 | -1/+44 |
* | Revert 62857 (it broke Chrome Frame) - Remove the old SSL Page Info dialog fr... | finnur@chromium.org | 2010-10-16 | 1 | -1/+1 |
* | Remove the old SSL Page Info dialog from Win/Gtk. It has been replaced with t... | finnur@chromium.org | 2010-10-16 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part14: | tfarina@chromium.org | 2010-10-10 | 1 | -1/+1 |
* | chromium-os:7243: Fix so that extensions create popup windows of TYPE_APP_POPUP. | stevenjb@google.com | 2010-10-06 | 1 | -2/+2 |
* | Top level navigations are not sent to the host browser in the ChromeFrame NPA... | ananta@chromium.org | 2010-09-30 | 1 | -6/+53 |
* | FBTF: Move virtual methods to implementation files. | erg@google.com | 2010-09-23 | 1 | -0/+4 |
* | Added full support for invoking before unload and unload handlers on ChromeFr... | ananta@chromium.org | 2010-09-17 | 1 | -22/+46 |
* | Fix SessionStorage | jorlow@chromium.org | 2010-09-14 | 1 | -1/+2 |
* | Change correcting the profile used when performing top-level navigations of t... | twiz@google.com | 2010-09-08 | 1 | -0/+2 |
* | Re-lands 58186: | bryeung@chromium.org | 2010-09-03 | 1 | -1/+1 |
* | Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas... | akalin@chromium.org | 2010-09-02 | 1 | -1/+1 |
* | Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-02 | 1 | -1/+1 |
* | Revert 58186 - Move the keyboard files from base/ to app/. | phajdan.jr@chromium.org | 2010-09-01 | 1 | -1/+1 |
* | Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-01 | 1 | -1/+1 |
* | Changes TabContentsDelegate::ShouldAddNavigationToHistory to be passed | sky@chromium.org | 2010-08-26 | 1 | -5/+8 |
* | FBTF: Move individual XXXMsg_Params structs to a new file. | erg@google.com | 2010-08-24 | 1 | -0/+1 |
* | Relanding a previous CL (I fixed the ChromeOS build): | jcivelli@chromium.org | 2010-08-23 | 1 | -0/+3 |
* | Revert 57094 - Making window.focus()/blur() work only when there is a user ge... | jcivelli@chromium.org | 2010-08-23 | 1 | -3/+0 |
* | Making window.focus()/blur() work only when there is a user gesture. | jcivelli@chromium.org | 2010-08-23 | 1 | -0/+3 |
* | Added event traces at various points during Chrome and ChromeFrame startup to... | ananta@chromium.org | 2010-08-11 | 1 | -0/+5 |
* | ChromeFrame currently overrides the request context for intercepting network ... | ananta@chromium.org | 2010-08-04 | 1 | -17/+0 |
* | Add referrer to the NavigationInfo struct. | tommi@chromium.org | 2010-08-02 | 1 | -0/+1 |
* | Cleanup: Remove unneeded headers from app/ (part 2) | thestig@chromium.org | 2010-07-31 | 1 | -2/+0 |
* | Make IsPopup a const function per brett. | xiyuan@chromium.org | 2010-07-26 | 1 | -4/+0 |
* | Attempt 2 at landing this CL. The earlier one broke the build. We don't need ... | ananta@chromium.org | 2010-07-22 | 1 | -0/+16 |
* | Revert 53247 - Links opening up in the host browser in ChromeFrame would not ... | sanjeevr@chromium.org | 2010-07-21 | 1 | -16/+0 |
* | Links opening up in the host browser in ChromeFrame would not show up as visi... | ananta@chromium.org | 2010-07-21 | 1 | -0/+16 |
* | In ChromeFrame if window.open is received for a pending external tab, i.e. wh... | ananta@chromium.org | 2010-07-17 | 1 | -1/+6 |
* | Add "Inspect Element" shortcut to browser tabs. | apavlov@chromium.org | 2010-07-16 | 1 | -2/+9 |
* | ChromeFrame tabs would hang at times while closing. This would randomly occur... | ananta@chromium.org | 2010-07-15 | 1 | -32/+22 |
* | ChromeFrame would leave chrome processes running if a page rendered in Chrome... | ananta@chromium.org | 2010-07-12 | 1 | -1/+5 |
* | Infobars would not show up in chrome frame rendered pages due to a change in ... | ananta@chromium.org | 2010-07-09 | 1 | -9/+11 |
* | In pages rendered in ChromeFrame window open requests or link clicks with tar... | ananta@chromium.org | 2010-06-22 | 1 | -5/+9 |
* | Clean up of chrome_browser.gypi/nacl_host files. | estade@chromium.org | 2010-06-16 | 1 | -0/+973 |