summaryrefslogtreecommitdiffstats
path: root/ceee/ie/broker
Commit message (Expand)AuthorAgeFilesLines
* The CEEE project is now deprecated.mad@chromium.org2011-02-0156-13925/+0
* Rename Real* to Double* in values.* and dependent filesarv@chromium.org2011-02-013-3/+3
* Add missing base::lock usage.brettw@chromium.org2011-01-211-1/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-214-24/+24
* Fix LOG_IF check.tommi@chromium.org2011-01-181-1/+1
* Made return types of various Value::DeepCopy() implementations more specificakalin@chromium.org2011-01-181-1/+1
* Clang: enable -Wbool-conversions and -Wunused-variables on Linux.hans@chromium.org2011-01-141-16/+8
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-111-1/+2
* Revert 70920 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-2/+1
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-1/+2
* Revert 70782 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-2/+1
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-1/+2
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-312-3/+2
* Move rgs_helper out of base to ceee since it's not used anywhere else.brettw@chromium.org2010-12-291-1/+1
* ceee: Include base/win/scope_comptr.h instead of base/scoped_comptr_win.htfarina@chromium.org2010-12-214-20/+20
* Updated comments around create tab API.motek@chromium.org2010-12-161-3/+1
* Added string to VERSIONINFO.vitalybuka@chromium.org2010-12-161-0/+2
* Fixed unittests.vitalybuka@chromium.org2010-12-141-1/+1
* These DCHECKs are sort-of expected in a fast startup sequence.motek@chromium.org2010-12-141-3/+5
* 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-123-19/+30
* Call IERefreshElevationPolicy after changing the policy.joi@chromium.org2010-12-091-1/+6
* Add one more error posting...mad@google.com2010-12-081-0/+1
* Add a new GetInstance() method for singleton classes, take 2.satish@chromium.org2010-12-088-34/+40
* 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-051-0/+51
* 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 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
* Avoid unwind in function using __tryjoi@chromium.org2010-12-031-1/+9
* Don't even try to create a window executor if we are given not given an IEFra...mad@google.com2010-12-022-10/+28
* We need to pin Chrome Frame so that it doesn't get stuck on releasing Breakpad.mad@google.com2010-12-021-0/+13
* Restart of ceee_broker on crash.vitalybuka@chromium.org2010-12-027-137/+273
* Ensure that just started broker doesn't get events addressed to dead instance.vitalybuka@chromium.org2010-12-014-4/+8
* 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
* Switch from having decoupled funnels and notifiers to a single RpcClient whic...hansl@google.com2010-11-291-2/+11
* Modify the cookies API implementation in IE CEEE to account for the fact that...cindylau@google.com2010-11-275-257/+642
* Added histograms with addons load time.vitalybuka@chromium.org2010-11-271-0/+2
* No need to wait for a window to completely die anymore.mad@google.com2010-11-271-26/+17
* IE CEEE: Validate tab IDs passed into all chrome.tabs.* APIs that take a tab ...ericdingle@chromium.org2010-11-267-0/+158
* Use BRANDING settings for IE CEEE. Simplify chrome_dll_version handling.joi@chromium.org2010-11-263-5/+7
* Indent fix.vitalybuka@chromium.org2010-11-262-4/+10