| Commit message (Expand) | Author | Age | Files | Lines |
* | And now NewRunnableMethod(), you die. | ajwong@chromium.org | 2012-01-04 | 1 | -6/+1 |
* | Remove remaining references to CEEE. | rogerta@chromium.org | 2011-12-20 | 1 | -5/+1 |
* | Fix Chrome Frame crash when automation server dies. | grt@chromium.org | 2011-12-17 | 1 | -3/+3 |
* | base::Bind: Convert chrome_frame/. | jhawkins@chromium.org | 2011-11-18 | 1 | -27/+35 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -1/+1 |
* | Move PageZoom enum into content/public/common and into the content namespace.... | jam@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | Update automation messages to use the new way of declaring message structs, t... | jam@chromium.org | 2011-10-21 | 1 | -21/+21 |
* | Don't allow Chrome to go into background mode when launched by GCF. | grt@chromium.org | 2011-09-29 | 1 | -0/+4 |
* | Remove the \servers build output directory and place Chrome Frame parts into ... | robertshield@chromium.org | 2011-09-26 | 1 | -35/+38 |
* | Fix a back forward bug in ChromeFrame reported on the field. The bug occurs w... | ananta@chromium.org | 2011-08-17 | 1 | -28/+0 |
* | Rename CommandLine::GetCommandLineString(). | msw@chromium.org | 2011-07-20 | 1 | -1/+1 |
* | Convert the remaining callers of LaunchApp to LaunchProcess. | evan@chromium.org | 2011-07-18 | 1 | -1/+1 |
* | Remove 1) NPAPI support from Chrome Frame and 2) Firefox/Opera/Safari tests. | grt@chromium.org | 2011-06-29 | 1 | -68/+4 |
* | Revert change from my previous checkin to send sync messages using SyncChanne... | jam@chromium.org | 2011-06-13 | 1 | -1/+1 |
* | Remove g_browser_process dependency from content. Also make all the SyncChan... | jam@chromium.org | 2011-06-13 | 1 | -1/+1 |
* | Merge gpu_trace_event back into base/debug/trace_event. | scheib@chromium.org | 2011-05-10 | 1 | -4/+4 |
* | Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial... | scheib@chromium.org | 2011-05-06 | 1 | -4/+4 |
* | Merge gpu_trace_event back into base/debug/trace_event. | scheib@chromium.org | 2011-05-06 | 1 | -4/+4 |
* | Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial... | scheib@chromium.org | 2011-05-05 | 1 | -4/+4 |
* | Merge gpu_trace_event back into base/debug/trace_event. | scheib@chromium.org | 2011-05-05 | 1 | -4/+4 |
* | Remove locked histogram macros since jar@chromium.org made the base macros th... | grt@chromium.org | 2011-04-06 | 1 | -18/+11 |
* | Remove extension automation support that was used only by CEEE. | joi@chromium.org | 2011-04-06 | 1 | -104/+0 |
* | Move app/app_switches to ui/gfx/gl/gl_switches. | backer@chromium.org | 2011-03-21 | 1 | -1/+0 |
* | Change other usages of .size() to .empty() when applicable. | erg@google.com | 2011-03-04 | 1 | -2/+1 |
* | Fix for the HTTPSGetTest and GetTest net test failures with ChromeFrame. Thes... | ananta@chromium.org | 2011-02-24 | 1 | -2/+3 |
* | Remove includes of message headers in headers. | jam@chromium.org | 2011-02-09 | 1 | -0/+1 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -6/+6 |
* | Move ResourceBundle, DataPack to ui/base | ben@chromium.org | 2011-01-20 | 1 | -0/+1 |
* | Speculative fix for a bug that happens during Chrome Frame teardown while the... | robertshield@chromium.org | 2011-01-20 | 1 | -3/+4 |
* | Handle two cases that we previously weren't expecting. | tommi@chromium.org | 2011-01-19 | 1 | -0/+2 |
* | net: Remove typedef net::URLRequestStatus URLRequestStatus; | tfarina@chromium.org | 2011-01-13 | 1 | -3/+4 |
* | Move CancellationFlag and WaitableEvent to the synchronization subdirectory. | brettw@chromium.org | 2011-01-02 | 1 | -1/+1 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 1 | -14/+14 |
* | Fix build break, again | jam@chromium.org | 2010-12-24 | 1 | -2/+2 |
* | Revert 70144 and 70145 and add a build fix. | jam@chromium.org | 2010-12-24 | 1 | -5/+7 |
* | Revert 70141 - Make a few more places use bool for OnMessageReceived. | gfeher@chromium.org | 2010-12-24 | 1 | -4/+3 |
* | Make a few more places use bool for OnMessageReceived. | jam@chromium.org | 2010-12-24 | 1 | -3/+4 |
* | Clean up Automation and Chrome Frame IPC code.-only use routed messages when ... | jam@chromium.org | 2010-12-23 | 1 | -29/+26 |
* | Revert 68944 - Revert "Add named testing interface." | nirnimesh@chromium.org | 2010-12-23 | 1 | -3/+8 |
* | Create a message filter for message port and worker messages. This allows a ... | jam@chromium.org | 2010-12-21 | 1 | -6/+6 |
* | Add the ChromeFrame UA in the post platform section in the IE user agent stri... | ananta@chromium.org | 2010-12-16 | 1 | -9/+0 |
* | Keep deinlining stuff. | erg@google.com | 2010-12-15 | 1 | -16/+14 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-14 | 1 | -3/+5 |
* | Add support for gcf:about:plugins in chrome frame full tab mode. The URL vali... | ananta@chromium.org | 2010-12-14 | 1 | -13/+6 |
* | Revert "Add named testing interface." | phajdan.jr@chromium.org | 2010-12-11 | 1 | -8/+3 |
* | Revert 68932 - Make members of Singleton<T> private and only visible to the s... | satish@chromium.org | 2010-12-11 | 1 | -5/+3 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-11 | 1 | -3/+5 |
* | Add a Chrome Frame metric to track channel errors that result in sad tabs. | robertshield@chromium.org | 2010-12-08 | 1 | -0/+5 |
* | Fix a crash reported seen in ChromeFrame in version 8.0.552.215 which was pus... | ananta@chromium.org | 2010-12-03 | 1 | -5/+6 |
* | Add named testing interface. This allows you to connect to a pre-existing Chr... | nirnimesh@chromium.org | 2010-11-24 | 1 | -3/+8 |