| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add a lock to the cookie accountant to prevent race conditions in patching | cindylau@google.com | 2010-12-02 | 2 | -1/+25 |
* | Ensure that just started broker doesn't get events addressed to dead instance. | vitalybuka@chromium.org | 2010-12-01 | 4 | -4/+8 |
* | Always use persistent profile for CF+CEEE installs. | joi@chromium.org | 2010-12-01 | 5 | -7/+111 |
* | Remove a couple of spurious test dependencies in production code. | joi@chromium.org | 2010-12-01 | 1 | -3/+0 |
* | Build break fix, missing a file from previous commit... | mad@google.com | 2010-11-30 | 1 | -1/+10 |
* | We must return an error if we fail to validate a tab while trying to validate... | mad@google.com | 2010-11-30 | 2 | -55/+80 |
* | Add new scripts to build ceee and to register components after build. | joi@chromium.org | 2010-11-30 | 6 | -46/+205 |
* | Give CEEE's Chrome Frame more screen real estate in browser tool bands to ren... | cindylau@google.com | 2010-11-30 | 2 | -5/+18 |
* | Small fix to make sure we always start connection ID sequences to the same va... | mad@google.com | 2010-11-29 | 1 | -3/+6 |
* | Remove an unnecessary DCHECK. IEIsProtectedModeProcess can fail if the call i... | hansl@google.com | 2010-11-29 | 1 | -3/+5 |
* | Switch from having decoupled funnels and notifiers to a single RpcClient whic... | hansl@google.com | 2010-11-29 | 30 | -268/+306 |
* | Require a flag --enable-ff-ceee to register for Firefox. | joi@chromium.org | 2010-11-29 | 6 | -53/+132 |
* | Commit for siggi, original http://codereview.chromium.org/5385004/ | joi@chromium.org | 2010-11-27 | 1 | -1/+1 |
* | Modify the cookies API implementation in IE CEEE to account for the fact that... | cindylau@google.com | 2010-11-27 | 12 | -277/+696 |
* | Submitting this for motek@google.com. Original code review: http://codereview... | hansl@google.com | 2010-11-27 | 1 | -28/+49 |
* | Added histograms with addons load time. | vitalybuka@chromium.org | 2010-11-27 | 7 | -3/+231 |
* | Exctracted helper to override registry. | vitalybuka@chromium.org | 2010-11-27 | 3 | -34/+62 |
* | No need to wait for a window to completely die anymore. | mad@google.com | 2010-11-27 | 1 | -26/+17 |
* | Remove another redunant DCHECK that's taken to tripping. | siggi@chromium.org | 2010-11-26 | 1 | -1/+0 |
* | IE CEEE: Validate tab IDs passed into all chrome.tabs.* APIs that take a tab ... | ericdingle@chromium.org | 2010-11-26 | 8 | -0/+159 |
* | Fix a unittest in content script manager I broke in an earlier change. | siggi@chromium.org | 2010-11-26 | 2 | -0/+3 |
* | Add a --solution command line param to smoke_tests. | siggi@chromium.org | 2010-11-26 | 1 | -7/+43 |
* | Fix smoke_test presubmit match expression to work non-cygwin. | siggi@chromium.org | 2010-11-26 | 1 | -1/+1 |
* | Fail BHO construction if Toolband is disabled. | siggi@chromium.org | 2010-11-26 | 4 | -21/+62 |
* | Make sure we don't crash on NULL pointer reference on late port open notifica... | siggi@chromium.org | 2010-11-26 | 3 | -3/+21 |
* | Use BRANDING settings for IE CEEE. Simplify chrome_dll_version handling. | joi@chromium.org | 2010-11-26 | 9 | -22/+34 |