| Commit message (Expand) | Author | Age | Files | Lines |
* | ceee: Include base/win/scope_comptr.h instead of base/scoped_comptr_win.h | tfarina@chromium.org | 2010-12-21 | 7 | -35/+34 |
* | Updated comments around create tab API. | motek@chromium.org | 2010-12-16 | 2 | -7/+13 |
* | Added string to VERSIONINFO. | vitalybuka@chromium.org | 2010-12-16 | 3 | -0/+6 |
* | Fix to FF CEEE windows.getCurrent implementation. | ericdingle@chromium.org | 2010-12-16 | 2 | -1/+3 |
* | Revert 69167, itself a revert of 69165 - Merge the installer, installer_util ... | robertshield@chromium.org | 2010-12-15 | 2 | -5/+5 |
* | Fixed unittests. | vitalybuka@chromium.org | 2010-12-14 | 2 | -2/+2 |
* | These DCHECKs are sort-of expected in a fast startup sequence. | motek@chromium.org | 2010-12-14 | 3 | -5/+10 |
* | Revert 69165 - Merge the installer, installer_util and setup_util namespaces ... | robertshield@chromium.org | 2010-12-14 | 2 | -5/+5 |
* | Merge the installer, installer_util and setup_util namespaces into a single i... | robertshield@chromium.org | 2010-12-14 | 2 | -5/+5 |
* | Pin the Module after we register a hook. | mad@google.com | 2010-12-13 | 1 | -0/+6 |
* | Rename all methods accessing Singleton<T> as GetInstance(). | satish@chromium.org | 2010-12-13 | 3 | -8/+12 |
* | Added refreshing of elevation policy on first run of new version for all users. | vitalybuka@chromium.org | 2010-12-12 | 8 | -29/+75 |
* | Fixed unittests broken by misplaced BrokerRpcClient::Connect call. | vitalybuka@chromium.org | 2010-12-09 | 8 | -15/+56 |
* | Call IERefreshElevationPolicy after changing the policy. | joi@chromium.org | 2010-12-09 | 1 | -1/+6 |
* | Prevent the IE CEEE from creating a new renderer process for each new tab | rogerta@chromium.org | 2010-12-09 | 2 | -4/+16 |
* | Add a registry flag, so that we can enable/disable webRequest and webNavigati... | joi@chromium.org | 2010-12-09 | 6 | -8/+37 |
* | Get rid of std::wstring version of HasSwitch. | tfarina@chromium.org | 2010-12-08 | 1 | -2/+2 |
* | Add one more error posting... | mad@google.com | 2010-12-08 | 1 | -0/+1 |
* | Don't get tab id until tab window handle is ready. | mad@google.com | 2010-12-08 | 1 | -0/+5 |
* | Some installer cleanup: introduced ChannelInfo class for fiddling with "ap" C... | grt@chromium.org | 2010-12-08 | 1 | -54/+12 |
* | Small fix to properly return the appropriate type. | mad@google.com | 2010-12-08 | 1 | -1/+6 |
* | Fix a crash where the chrome_frame_ gets used after it was released. | mad@google.com | 2010-12-08 | 1 | -0/+6 |
* | Add a new GetInstance() method for singleton classes, take 2. | satish@chromium.org | 2010-12-08 | 13 | -51/+70 |
* | Provide a safety net for Windows hooks. | mad@google.com | 2010-12-08 | 5 | -8/+58 |
* | Decrease warning severity in ApiDispatcher::InvocationResult::PostError. | motek@chromium.org | 2010-12-07 | 1 | -1/+1 |
* | Quick fix to properly report error to Chrome Extensions... | mad@google.com | 2010-12-07 | 1 | -1/+2 |
* | Yet another attempt at landing http://src.chromium.org/viewvc/chrome?view=rev... | mad@google.com | 2010-12-05 | 4 | -3/+64 |
* | Reverting rev 68315... | mad@google.com | 2010-12-05 | 4 | -64/+3 |
* | Relanding of http://src.chromium.org/viewvc/chrome?view=rev&revision=68298... | mad@google.com | 2010-12-05 | 4 | -3/+64 |
* | Use the RPC channel to set the ID <-> handle mapping. | mad@google.com | 2010-12-05 | 6 | -29/+108 |
* | Revert 68298 - Make sure we don't keep tab id - handles mapping when a dread ... | joi@chromium.org | 2010-12-04 | 4 | -64/+3 |
* | Make sure we don't keep tab id - handles mapping when a dread dies. | mad@google.com | 2010-12-04 | 4 | -3/+64 |
* | Revert 68292 - Revert 68291 - DCHECK to detect invalid BrokerRpcClient usage. | joi@chromium.org | 2010-12-04 | 1 | -1/+3 |
* | Revert 68293 - Revert 68290 - Restored missing BrokerRpcClient::Connect. | joi@chromium.org | 2010-12-04 | 5 | -5/+28 |
* | Revert 68290 - Restored missing BrokerRpcClient::Connect. | joi@chromium.org | 2010-12-04 | 5 | -28/+5 |
* | Revert 68291 - DCHECK to detect invalid BrokerRpcClient usage. | joi@chromium.org | 2010-12-04 | 1 | -3/+1 |
* | DCHECK to detect invalid BrokerRpcClient usage. | vitalybuka@chromium.org | 2010-12-04 | 1 | -1/+3 |
* | Restored missing BrokerRpcClient::Connect. | vitalybuka@chromium.org | 2010-12-04 | 5 | -5/+28 |
* | Adde histograms for addon NavTime. | vitalybuka@chromium.org | 2010-12-03 | 5 | -20/+42 |
* | Avoid unwind in function using __try | joi@chromium.org | 2010-12-03 | 1 | -1/+9 |
* | Branding support for FF CEEE. | joi@chromium.org | 2010-12-03 | 8 | -31/+102 |
* | Fixed histogram name. | vitalybuka@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Don't even try to create a window executor if we are given not given an IEFra... | mad@google.com | 2010-12-02 | 2 | -10/+28 |
* | Reverting histogram name change. | vitalybuka@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Silence superfluous DCHECK in BrowserHelperObject::HandleNavigateComplete | alekseys@chromium.org | 2010-12-02 | 1 | -2/+2 |
* | Add dummy user-level registration entry points to the CEEE dlls. This allows ... | robertshield@chromium.org | 2010-12-02 | 5 | -11/+43 |
* | We need to pin Chrome Frame so that it doesn't get stuck on releasing Breakpad. | mad@google.com | 2010-12-02 | 1 | -0/+13 |
* | Add implementation of tabs.getCurrent() API, and correct implementation of | cindylau@google.com | 2010-12-02 | 5 | -9/+56 |
* | Avoid double-setting of the tool band ID in the CEEE executors manager. | cindylau@google.com | 2010-12-02 | 3 | -5/+27 |
* | Restart of ceee_broker on crash. | vitalybuka@chromium.org | 2010-12-02 | 15 | -146/+290 |