| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove the page and app menus. | pkasting@chromium.org | 2010-07-20 | 2 | -8/+8 |
* | Some pyauto hooks crash in Debug mode. | nirnimesh@chromium.org | 2010-07-20 | 1 | -16/+52 |
* | Fix for pyauto AutoFill tests on Leopard. | alyssad@chromium.org | 2010-07-19 | 1 | -1/+1 |
* | Download code cleanup: split big files into smaller one. | phajdan.jr@chromium.org | 2010-07-16 | 3 | -7/+9 |
* | New PyAuto hook to get saved passwords. BUG=36179 | alyssad@chromium.org | 2010-07-16 | 4 | -6/+130 |
* | Reland r52486. Display a tab modal dialog of the allowed/blocked cookies. | jochen@chromium.org | 2010-07-16 | 2 | -0/+14 |
* | (Reland reverted r52628 after fix) | nirnimesh@chromium.org | 2010-07-16 | 5 | -331/+272 |
* | Revert 52628 - Refactor json automation interface for pyauto hooks. | tyoshino@chromium.org | 2010-07-16 | 5 | -272/+331 |
* | Refactor json automation interface for pyauto hooks. | nirnimesh@chromium.org | 2010-07-16 | 5 | -331/+272 |
* | Move implementation from header to source. | erg@chromium.org | 2010-07-15 | 2 | -4/+23 |
* | ChromeFrame tabs would hang at times while closing. This would randomly occur... | ananta@chromium.org | 2010-07-15 | 4 | -1/+16 |