summaryrefslogtreecommitdiffstats
path: root/ceee/ie
Commit message (Expand)AuthorAgeFilesLines
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-4/+2
* Added refreshing of elevation policy on first run of new version for all users.vitalybuka@chromium.org2010-12-127-29/+72
* Fixed unittests broken by misplaced BrokerRpcClient::Connect call.vitalybuka@chromium.org2010-12-098-15/+56
* Call IERefreshElevationPolicy after changing the policy.joi@chromium.org2010-12-091-1/+6
* Prevent the IE CEEE from creating a new renderer process for each new tabrogerta@chromium.org2010-12-092-4/+16
* Add a registry flag, so that we can enable/disable webRequest and webNavigati...joi@chromium.org2010-12-096-8/+37
* Add one more error posting...mad@google.com2010-12-081-0/+1
* Don't get tab id until tab window handle is ready.mad@google.com2010-12-081-0/+5
* Small fix to properly return the appropriate type.mad@google.com2010-12-081-1/+6
* Fix a crash where the chrome_frame_ gets used after it was released.mad@google.com2010-12-081-0/+6
* Add a new GetInstance() method for singleton classes, take 2.satish@chromium.org2010-12-0813-51/+70
* Provide a safety net for Windows hooks.mad@google.com2010-12-085-8/+58
* Decrease warning severity in ApiDispatcher::InvocationResult::PostError.motek@chromium.org2010-12-071-1/+1
* Quick fix to properly report error to Chrome Extensions...mad@google.com2010-12-071-1/+2
* Yet another attempt at landing http://src.chromium.org/viewvc/chrome?view=rev...mad@google.com2010-12-054-3/+64
* Reverting rev 68315... mad@google.com2010-12-054-64/+3
* Relanding of http://src.chromium.org/viewvc/chrome?view=rev&revision=68298...mad@google.com2010-12-054-3/+64
* Use the RPC channel to set the ID <-> handle mapping.mad@google.com2010-12-056-29/+108
* Revert 68298 - Make sure we don't keep tab id - handles mapping when a dread ...joi@chromium.org2010-12-044-64/+3
* Make sure we don't keep tab id - handles mapping when a dread dies.mad@google.com2010-12-044-3/+64
* Revert 68292 - Revert 68291 - DCHECK to detect invalid BrokerRpcClient usage.joi@chromium.org2010-12-041-1/+3
* Revert 68293 - Revert 68290 - Restored missing BrokerRpcClient::Connect.joi@chromium.org2010-12-045-5/+28
* Revert 68290 - Restored missing BrokerRpcClient::Connect.joi@chromium.org2010-12-045-28/+5
* Revert 68291 - DCHECK to detect invalid BrokerRpcClient usage.joi@chromium.org2010-12-041-3/+1
* DCHECK to detect invalid BrokerRpcClient usage.vitalybuka@chromium.org2010-12-041-1/+3
* Restored missing BrokerRpcClient::Connect.vitalybuka@chromium.org2010-12-045-5/+28
* Adde histograms for addon NavTime.vitalybuka@chromium.org2010-12-035-20/+42
* Avoid unwind in function using __tryjoi@chromium.org2010-12-031-1/+9
* Fixed histogram name.vitalybuka@chromium.org2010-12-021-1/+1
* Don't even try to create a window executor if we are given not given an IEFra...mad@google.com2010-12-022-10/+28
* Reverting histogram name change.vitalybuka@chromium.org2010-12-021-1/+1
* Silence superfluous DCHECK in BrowserHelperObject::HandleNavigateCompletealekseys@chromium.org2010-12-021-2/+2
* Add dummy user-level registration entry points to the CEEE dlls. This allows ...robertshield@chromium.org2010-12-022-4/+20
* We need to pin Chrome Frame so that it doesn't get stuck on releasing Breakpad.mad@google.com2010-12-021-0/+13
* Avoid double-setting of the tool band ID in the CEEE executors manager.cindylau@google.com2010-12-023-5/+27
* Restart of ceee_broker on crash.vitalybuka@chromium.org2010-12-0215-146/+290
* Add a lock to the cookie accountant to prevent race conditions in patchingcindylau@google.com2010-12-022-1/+25
* Ensure that just started broker doesn't get events addressed to dead instance.vitalybuka@chromium.org2010-12-014-4/+8
* Always use persistent profile for CF+CEEE installs.joi@chromium.org2010-12-015-7/+111
* Remove a couple of spurious test dependencies in production code.joi@chromium.org2010-12-011-3/+0
* Build break fix, missing a file from previous commit...mad@google.com2010-11-301-1/+10
* We must return an error if we fail to validate a tab while trying to validate...mad@google.com2010-11-302-55/+80
* Give CEEE's Chrome Frame more screen real estate in browser tool bands to ren...cindylau@google.com2010-11-301-2/+15
* Small fix to make sure we always start connection ID sequences to the same va...mad@google.com2010-11-291-3/+6
* Remove an unnecessary DCHECK. IEIsProtectedModeProcess can fail if the call i...hansl@google.com2010-11-291-3/+5
* Switch from having decoupled funnels and notifiers to a single RpcClient whic...hansl@google.com2010-11-2930-268/+306
* Require a flag --enable-ff-ceee to register for Firefox.joi@chromium.org2010-11-291-17/+18
* Commit for siggi, original http://codereview.chromium.org/5385004/joi@chromium.org2010-11-271-1/+1
* Modify the cookies API implementation in IE CEEE to account for the fact that...cindylau@google.com2010-11-2712-277/+696
* Submitting this for motek@google.com. Original code review: http://codereview...hansl@google.com2010-11-271-28/+49