summaryrefslogtreecommitdiffstats
path: root/ceee
Commit message (Expand)AuthorAgeFilesLines
* Fixed unittests.vitalybuka@chromium.org2010-12-142-2/+2
* These DCHECKs are sort-of expected in a fast startup sequence.motek@chromium.org2010-12-143-5/+10
* Revert 69165 - Merge the installer, installer_util and setup_util namespaces ...robertshield@chromium.org2010-12-142-5/+5
* Merge the installer, installer_util and setup_util namespaces into a single i...robertshield@chromium.org2010-12-142-5/+5
* Pin the Module after we register a hook.mad@google.com2010-12-131-0/+6
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-133-8/+12
* Added refreshing of elevation policy on first run of new version for all users.vitalybuka@chromium.org2010-12-128-29/+75
* 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
* Get rid of std::wstring version of HasSwitch.tfarina@chromium.org2010-12-081-2/+2
* 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
* Some installer cleanup: introduced ChannelInfo class for fiddling with "ap" C...grt@chromium.org2010-12-081-54/+12
* 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
* Branding support for FF CEEE.joi@chromium.org2010-12-038-31/+102
* 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-025-11/+43
* We need to pin Chrome Frame so that it doesn't get stuck on releasing Breakpad.mad@google.com2010-12-021-0/+13
* Add implementation of tabs.getCurrent() API, and correct implementation ofcindylau@google.com2010-12-025-9/+56
* 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