| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove UTF string conversion functions from the global namespace. | avi@chromium.org | 2013-12-26 | 1 | -1/+1 |
* | Update some uses of char16 to use the base:: namespace. | avi@chromium.org | 2013-12-25 | 1 | -1/+1 |
* | Update uses of UTF conversions in chrome_frame/, chromeos/, components/ to us... | avi@chromium.org | 2013-12-25 | 36 | -105/+120 |
* | Update all users of base::Version to explicitly specify the namespace, and cl... | avi@chromium.org | 2013-12-23 | 4 | -37/+37 |
* | Add base:: to string16 in chrome_frame/. | dbeam@chromium.org | 2013-12-20 | 22 | -85/+83 |
* | Filter virtual network interfaces for p2p sessions. | mallinath@chromium.org | 2013-12-19 | 1 | -1/+2 |
* | Remove ChromeFrame resource-related IPCs and the code which depended on them. | jam@chromium.org | 2013-12-18 | 20 | -3356/+6 |
* | Remove the automation code for ChromeFrame since it's not used anymore. | jam@chromium.org | 2013-12-17 | 26 | -1888/+3 |
* | Remove the ChromeFrame specific cookie code between the renderer and browser ... | jam@chromium.org | 2013-12-16 | 9 | -115/+0 |
* | Move chrome/app/policy into components/policy. | joaodasilva@chromium.org | 2013-12-16 | 2 | -3/+3 |
* | Remove Chrome Frame ready-mode. | grt@chromium.org | 2013-12-12 | 11 | -1478/+0 |
* | chrome_frame: Run vectored_handler_tests unit tests through base test suite. | tfarina@chromium.org | 2013-12-11 | 1 | -9/+9 |
* | GTTF: Do not use the new test launcher for ash_unittests and chrome_frame_tests | phajdan.jr@chromium.org | 2013-12-05 | 1 | -34/+18 |
* | Move GetFileSize, NormalizeFilePath to base namespace | brettw@chromium.org | 2013-12-04 | 1 | -1/+1 |
* | Move directory creation functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -2/+2 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 5 | -5/+5 |
* | Initialize ICU early in npchrome_frame.dll's lifetime. | grt@chromium.org | 2013-12-02 | 1 | -2/+16 |
* | Move some more file utils to the base namespace. | brettw@chromium.org | 2013-12-02 | 1 | -1/+1 |
* | Move EmptyString, kWhitespace and the BOM to base. | brettw@chromium.org | 2013-12-02 | 3 | -5/+4 |
* | Base: Remove Receive() from ScopedHandle. | rvargas@chromium.org | 2013-11-28 | 3 | -10/+9 |
* | GTTF: enable brave new test launcher for chrome_frame_tests and chrome_frame_... | phajdan.jr@chromium.org | 2013-11-27 | 2 | -25/+58 |
* | Revert of https://codereview.chromium.org/71013004/ | hashimoto@chromium.org | 2013-11-27 | 3 | -9/+10 |
* | Base: Remove Receive() from ScopedHandle. | rvargas@chromium.org | 2013-11-27 | 3 | -10/+9 |
* | Small refactor to MetricsLog stability functionality. | asvitkine@chromium.org | 2013-11-21 | 1 | -2/+2 |
* | Remove second layer of lazy loading from base_feature_provider. | meacer@chromium.org | 2013-11-20 | 1 | -0/+5 |
* | Dissociate ui_resources target from ui.gyp. | tfarina@chromium.org | 2013-11-20 | 1 | -1/+1 |
* | Clean up PrefServiceBuilder | isherman@chromium.org | 2013-11-19 | 1 | -4/+4 |
* | Sniff out IE11 version properly. | grt@chromium.org | 2013-11-15 | 2 | -1/+5 |
* | Revert "Revert 234367 "Base: Make RegistryOverrideManager support sharde..."" | tommycli@chromium.org | 2013-11-15 | 3 | -12/+0 |
* | Remove linux coverage scripts. | thakis@chromium.org | 2013-11-14 | 1 | -151/+1 |
* | Fix compilation on 2013 debug due to ATL changes | scottmg@chromium.org | 2013-11-14 | 1 | -1/+1 |
* | Revert 234367 "Base: Make RegistryOverrideManager support sharde..." | tommycli@chromium.org | 2013-11-12 | 3 | -0/+12 |
* | Don't use UpdateRegistryFromResourceS as it's not in 2013 | scottmg@chromium.org | 2013-11-12 | 1 | -0/+6 |
* | [Net] Fix error handling on wrong file in UploadData | tzik@chromium.org | 2013-11-12 | 4 | -7/+10 |
* | Cleanup: Remove unused includes of webkit/glue/webkit_glue.h | tfarina@chromium.org | 2013-11-12 | 1 | -4/+0 |
* | Do not load Chrome Frame into IE11+. | grt@chromium.org | 2013-11-12 | 1 | -0/+5 |
* | Base: Make RegistryOverrideManager support sharded/parallel tests. | tommycli@chromium.org | 2013-11-12 | 3 | -12/+0 |
* | Use the large pdb workaround on more unittests. | sebmarchand@chromium.org | 2013-11-09 | 1 | -0/+1 |
* | Use the large pdb workaround on chrome_frame_reliability_tests. | sebmarchand@chromium.org | 2013-11-08 | 1 | -0/+1 |
* | Remove the chrome namespace around ChromeContent[Renderer]Client. | wez@chromium.org | 2013-11-06 | 1 | -2/+2 |
* | Fix spelling: "supress" -> "suppress" | mseaborn@chromium.org | 2013-11-02 | 2 | -2/+2 |
* | [Net] Add a priority parameter to URLRequest's constructor | akalin@chromium.org | 2013-10-31 | 1 | -4/+5 |
* | Remove trailing "." from message lines. | thakis@chromium.org | 2013-10-31 | 1 | -2/+2 |
* | Always show the Chrome Frame turndown prompt. | grt@chromium.org | 2013-10-31 | 7 | -188/+2 |
* | Track execution phase of browser process and track it as | rtenneti@chromium.org | 2013-10-28 | 1 | -0/+4 |
* | net: Rework how blocking delegates are logged. | mmenke@chromium.org | 2013-10-25 | 1 | -1/+7 |
* | Preparing to support fragment resolution against non-hierarchical schemes | kristianm@chromium.org | 2013-10-24 | 2 | -2/+2 |
* | Show the Chrome Frame turndown prompt daily. | grt@chromium.org | 2013-10-24 | 1 | -1/+1 |
* | Introduce a separate gyp file for content shell and tests | jochen@chromium.org | 2013-10-19 | 1 | -1/+1 |
* | Revert 229469 "Disables ChromeFrameTestWithWebServer.WidgetModeI..." | sky@chromium.org | 2013-10-18 | 1 | -3/+1 |