| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}. | viettrungluu@chromium.org | 2010-08-19 | 1 | -2/+1 |
* | Convert a couple of wstring methods in ChildProcessInfo. | viettrungluu@chromium.org | 2010-08-19 | 1 | -2/+1 |
* | Remove all wstrings from the IPC logging subsystem. | erg@google.com | 2010-08-18 | 2 | -0/+2 |
* | GTTF: Move TestingAutomationProvider to its own file. | phajdan.jr@chromium.org | 2010-08-18 | 4 | -162/+188 |
* | GTTF: Further separation of testing automation stuff from ChromeFrame | phajdan.jr@chromium.org | 2010-08-17 | 2 | -72/+86 |
* | Remove remaining deprecated wstring methods from base/values.{cc,h}. | viettrungluu@chromium.org | 2010-08-17 | 1 | -4/+4 |
* | PyAuto fix for declining translation. | alyssad@chromium.org | 2010-08-16 | 1 | -0/+1 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 2 | -5/+1 |
* | Convert remaining wide extension_automation_constants keys. | viettrungluu@chromium.org | 2010-08-14 | 3 | -32/+32 |
* | Convert infobar APIs to UTF-16. | evan@chromium.org | 2010-08-13 | 1 | -8/+4 |
* | Clone of issue 2941001. See initial review below. | twiz@google.com | 2010-08-12 | 1 | -1/+1 |
* | Added event traces at various points during Chrome and ChromeFrame startup to... | ananta@chromium.org | 2010-08-11 | 2 | -0/+18 |
* | Make prefs use std::string for keys rather than wstrings. | viettrungluu@chromium.org | 2010-08-11 | 2 | -12/+12 |
* | New pyauto translate hooks: always and never translate button. | alyssad@chromium.org | 2010-08-10 | 2 | -0/+27 |
* | Added support in Chromeframe full tab mode IE for setting zoom levels via Vie... | ananta@chromium.org | 2010-08-09 | 4 | -1/+15 |
* | Convert occurrences of WideToUTF{8,16}(l10n_util::GetString...() ... | viettrungluu@chromium.org | 2010-08-08 | 1 | -3/+3 |
* | FBTF: Remove unneeded headers from base/ (part 4) | thestig@chromium.org | 2010-08-07 | 1 | -0/+1 |
* | Introduce a resource identifier for content settings. | jochen@chromium.org | 2010-08-06 | 1 | -1/+1 |
* | FBTF: Remove unneeded headers from base/ (part 3) | thestig@chromium.org | 2010-08-06 | 1 | -1/+0 |
* | Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h. | viettrungluu@chromium.org | 2010-08-05 | 3 | -9/+6 |
* | New translate tests for pyauto.py | alyssad@chromium.org | 2010-08-05 | 1 | -15/+17 |
* | Implement AutomationProvider::WindowGetViewBounds() for | jrg@google.com | 2010-08-05 | 1 | -4/+33 |
* | New translate pyauto hook: select translate target language | alyssad@chromium.org | 2010-08-04 | 1 | -0/+34 |
* | Rename GetStringAsUTF16() to GetString() (and overload), etc. | viettrungluu@chromium.org | 2010-08-04 | 1 | -9/+10 |
* | Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload). | viettrungluu@chromium.org | 2010-08-04 | 2 | -187/+189 |
* | ChromeFrame currently overrides the request context for intercepting network ... | ananta@chromium.org | 2010-08-04 | 5 | -276/+122 |
* | New PyAuto hooks for extensions. | alyssad@chromium.org | 2010-08-03 | 2 | -0/+72 |
* | Fixes a crash seen on chrome frame reliability test runs. We need to validate... | ananta@chromium.org | 2010-08-02 | 1 | -4/+6 |
* | Fixes a crash seen on chrome frame reliability test runs. The crash occurs wh... | ananta@chromium.org | 2010-08-02 | 2 | -9/+31 |
* | Fix pyauto AutoFill hook/test based on new CC functionality. | alyssad@chromium.org | 2010-08-02 | 1 | -1/+0 |
* | New pyauto translate hook: wait until translation complete. | alyssad@chromium.org | 2010-08-02 | 2 | -0/+42 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -1/+2 |
* | Miscellaneous ChromeFrame code cleanup. The automation client class maintaine... | ananta@chromium.org | 2010-07-30 | 1 | -1/+0 |
* | Download code cleanup patch of death: | phajdan.jr@chromium.org | 2010-07-29 | 2 | -35/+9 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 1 | -1/+0 |
* | browser: Fix some presubmit errors. | tfarina@chromium.org | 2010-07-28 | 1 | -1/+1 |
* | [Mac]Port browser_keyevents_browsertest.cc and browser_focus_uitest.cc to Mac. | suzhe@chromium.org | 2010-07-27 | 4 | -88/+248 |
* | New pyauto hook for the translate feature. | alyssad@chromium.org | 2010-07-27 | 4 | -0/+262 |
* | ChromeFrame cookie requests would incorrectly get routed to the first host br... | ananta@chromium.org | 2010-07-27 | 3 | -53/+92 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 19 | -0/+19 |
* | PyAuto hook to remove saved passwords, more info added to passwords. BUG=36179 | alyssad@chromium.org | 2010-07-26 | 3 | -21/+130 |
* | Coverity issue 8297: Uninitialized member in url_request_automation_job.cc | finnur@chromium.org | 2010-07-24 | 1 | -0/+1 |
* | Coverity issue 2291: Uninitialized member in automation_provider_observers.cc | finnur@chromium.org | 2010-07-24 | 1 | -0/+1 |
* | Coverity issue 8296: Uninitialized member in automation_resource_message_filt... | finnur@chromium.org | 2010-07-23 | 1 | -2/+3 |
* | Download code cleanup: | phajdan.jr@chromium.org | 2010-07-23 | 1 | -1/+1 |
* | Add PyAuto automation hooks to perform actions on infobars | nirnimesh@chromium.org | 2010-07-22 | 2 | -0/+63 |
* | Start trimming headers included in the slowest to compile files. | erg@google.com | 2010-07-21 | 7 | -8/+26 |
* | Fetch info about infobars | nirnimesh@chromium.org | 2010-07-21 | 4 | -1/+156 |
* | Cleanup: Break another common->app dependency. | thestig@chromium.org | 2010-07-20 | 1 | -3/+2 |
* | Moved code that generates APP_TERMINATING notification into BrowserList so it... | atwilson@chromium.org | 2010-07-20 | 1 | -1/+3 |