| Commit message (Expand) | Author | Age | Files | Lines |
* | Update uses of UTF conversions in chrome_frame/, chromeos/, components/ to us... | avi@chromium.org | 2013-12-25 | 1 | -4/+5 |
* | Add base:: to string16 in chrome_frame/. | dbeam@chromium.org | 2013-12-20 | 1 | -3/+3 |
* | Remove the automation code for ChromeFrame since it's not used anymore. | jam@chromium.org | 2013-12-17 | 1 | -66/+0 |
* | Sniff out IE11 version properly. | grt@chromium.org | 2013-11-15 | 1 | -1/+4 |
* | Preparing to support fragment resolution against non-hierarchical schemes | kristianm@chromium.org | 2013-10-24 | 1 | -1/+1 |
* | content: Move kHttpScheme constant into content namespace. | tfarina@chromium.org | 2013-09-15 | 1 | -2/+2 |
* | content: Move kHttpsScheme constant into content namespace. | tfarina@chromium.org | 2013-08-26 | 1 | -2/+2 |
* | Added a new policy setting as well as corrisponding registry key to allow GCF... | joe.knoll@workday.com | 2013-08-21 | 1 | -0/+20 |
* | Migrate from googleurl/ includes to url/ ones in the remaining top-level dire... | tfarina@chromium.org | 2013-07-13 | 1 | -2/+2 |
* | Chrome Frame turndown prompt. | grt@chromium.org | 2013-06-22 | 1 | -0/+24 |
* | Use a direct include of strings headers in chrome_frame/. | avi@chromium.org | 2013-06-11 | 1 | -3/+3 |
* | Use a direct include of utf_string_conversions.h in chrome_frame/, chromeos/,... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | content: Move kViewSourceScheme constant into content namespace. | tfarina@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette... | thestig@chromium.org | 2013-05-16 | 1 | -1/+0 |
* | Update the remaining include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-04-17 | 1 | -1/+1 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in chrome_frame. | dcheng@chromium.org | 2013-04-11 | 1 | -1/+1 |
* | Start and stop crash reporting outside of the loader lock. | grt@chromium.org | 2013-03-14 | 1 | -21/+0 |
* | Rename FilePath -> base::FilePath in various toplevel directories | brettw@chromium.org | 2013-02-10 | 1 | -7/+8 |
* | Move string tokenizer to base/strings. | brettw@chromium.org | 2013-02-02 | 1 | -2/+2 |
* | Establish /extensions directory and move URLPattern there. | aa@chromium.org | 2012-11-13 | 1 | -1/+2 |
* | Fixing missed deallocation of pointer from FileVersionInfo::CreateFileVersion... | huangs@chromium.org | 2012-09-15 | 1 | -4/+3 |
* | Share the "get CF profile dir" code between ChromeFramePlugin and chrome_fram... | joi@chromium.org | 2012-05-03 | 1 | -0/+7 |
* | Add a setting to CF to remove 'chromeframe' from the UserAgent on a per-patte... | robertshield@chromium.org | 2012-03-30 | 1 | -37/+69 |
* | Cleanup in ProcessSingleton. These originated as candidate fixes for issue 1... | joi@chromium.org | 2012-02-10 | 1 | -6/+0 |
* | Fix npchrome_frame dll lookups for shared_library builds. | grt@chromium.org | 2012-01-20 | 1 | -9/+10 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-19 | 1 | -1/+4 |
* | Revert 114944 - Standardize StringToInt{,64} interface. | battre@chromium.org | 2011-12-18 | 1 | -4/+1 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-18 | 1 | -1/+4 |
* | Revert 114929 - Standardize StringToInt{,64} interface. | rsleevi@chromium.org | 2011-12-17 | 1 | -4/+1 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-17 | 1 | -1/+4 |
* | ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ... | pkasting@chromium.org | 2011-11-29 | 1 | -0/+1 |
* | net: Move UnescapeRule into the net namespace. | tfarina@chromium.org | 2011-11-15 | 1 | -1/+1 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -1/+1 |
* | Have Chrome Frame build its .idl artifacts into a sub-folder of SHARED_INTERM... | robertshield@chromium.org | 2011-10-19 | 1 | -2/+1 |
* | Handle UrlRequests in ChromeFrame for resource types except MAIN_FRAME and SU... | ananta@chromium.org | 2011-10-05 | 1 | -0/+5 |
* | net: Move UnescapeURLComponent() functions into net namespace. | tfarina@chromium.org | 2011-10-02 | 1 | -1/+1 |
* | Report IE 10 in histograms. | grt@chromium.org | 2011-09-29 | 1 | -2/+5 |
* | Convert RenderViewContextMenu to MenuItemView. | rhashimoto@chromium.org | 2011-07-12 | 1 | -45/+52 |
* | Remove 1) NPAPI support from Chrome Frame and 2) Firefox/Opera/Safari tests. | grt@chromium.org | 2011-06-29 | 1 | -52/+7 |
* | Download requests initiated in a ChromeFrame popup window opened via window.o... | ananta@chromium.org | 2011-06-07 | 1 | -11/+5 |
* | Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h. | tfarina@chromium.org | 2011-04-12 | 1 | -14/+13 |
* | Revert 76880 - ChromeFrame would fail to upload POST data to the server if th... | ananta@chromium.org | 2011-03-04 | 1 | -9/+30 |
* | ChromeFrame would fail to upload POST data to the server if the webserver req... | ananta@chromium.org | 2011-03-04 | 1 | -30/+9 |
* | Download requests in ChromeFrame which occur in response to a POST request ne... | ananta@chromium.org | 2011-02-28 | 1 | -10/+52 |
* | Bump up the number of simultaneous connections in IE to 6. This is done via a... | ananta@chromium.org | 2011-02-16 | 1 | -0/+33 |
* | A number of poorly written IE BHO's crash IE if ChromeFrame is the currently ... | ananta@chromium.org | 2011-02-11 | 1 | -0/+20 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -1/+0 |
* | Regkey functions return error code instead of bool | amit@chromium.org | 2011-01-19 | 1 | -13/+17 |
* | Fix for the ChromeFrame DownloadFromForm test failures on the IE9 builder. Th... | ananta@chromium.org | 2011-01-15 | 1 | -3/+11 |
* | Move thread local stuff from base to base/threading and consistently use the | brettw@chromium.org | 2010-12-30 | 1 | -1/+1 |