summaryrefslogtreecommitdiffstats
path: root/ceee/ie/plugin
Commit message (Expand)AuthorAgeFilesLines
* Restart of ceee_broker on crash.vitalybuka@chromium.org2010-12-026-8/+13
* Add a lock to the cookie accountant to prevent race conditions in patchingcindylau@google.com2010-12-022-1/+25
* 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-2927-266/+287
* 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-274-2/+28
* Submitting this for motek@google.com. Original code review: http://codereview...hansl@google.com2010-11-271-28/+49
* Added histograms with addons load time.vitalybuka@chromium.org2010-11-272-1/+34
* Remove another redunant DCHECK that's taken to tripping.siggi@chromium.org2010-11-261-1/+0
* Fix a unittest in content script manager I broke in an earlier change.siggi@chromium.org2010-11-262-0/+3
* Fail BHO construction if Toolband is disabled. siggi@chromium.org2010-11-263-21/+61
* Make sure we don't crash on NULL pointer reference on late port open notifica...siggi@chromium.org2010-11-263-3/+21
* Use BRANDING settings for IE CEEE. Simplify chrome_dll_version handling.joi@chromium.org2010-11-266-17/+27
* Removed cached reference to BrokerRegistrar.vitalybuka@chromium.org2010-11-263-41/+70
* A few fixes for IE CEEE BHO stability:cindylau@google.com2010-11-253-86/+185
* Fixed flaky test.vitalybuka@chromium.org2010-11-251-2/+1
* Check if the frame belongs to the browser tree associated with the BHO before...siggi@chromium.org2010-11-254-88/+183
* Hide the GCF window until we get an OnLoad/OnLoadError from GCF.siggi@chromium.org2010-11-252-2/+34
* Fix location of EnsureTabId and DCHECK.joi@chromium.org2010-11-241-10/+10
* Fix a stupid thing I did this morning...mad@google.com2010-11-241-14/+5
* Implements tabs.getCurrent, and fixes windows.getCurrent, in IE CEEE.cindylau@google.com2010-11-247-19/+156
* Don't try to use the RPC on teh Broker BEFORE the Broker gets CoCreated.mad@google.com2010-11-241-40/+49
* Stop using Hard Coded copies of GUID strings in RGS files.mad@google.com2010-11-2310-25/+42
* Attempt to recommit r67153 with successful tries.hansl@google.com2010-11-234-27/+67
* Revert 67153 - Ajusted the BrokerRpcClient, BHO and mediumtests to correctly ...rsimha@chromium.org2010-11-234-67/+27
* Ajusted the BrokerRpcClient, BHO and mediumtests to correctly EXPECT on Rpc c...hansl@google.com2010-11-234-27/+67
* Unset accidental +x flag on file.evan@chromium.org2010-11-231-0/+0
* Revert 67103 - Revert 67102 - Use async COM to service tab executor requests.siggi@chromium.org2010-11-2316-26/+1498
* Fix include problem in .rc file.joi@chromium.org2010-11-231-4/+4
* Revert 67102 - Use async COM to service tab executor requests.siggi@chromium.org2010-11-2316-1498/+26
* Use async COM to service tab executor requests.siggi@chromium.org2010-11-2316-26/+1498
* Working around library->library dependency issues by adding explicitjoi@chromium.org2010-11-233-3/+9
* Add UMA histograms services to CEEE. The histograms are aggregated in the bro...hansl@google.com2010-11-233-1/+29
* IE CEEE: Revert content script injection back to no isolation mode.ericdingle@chromium.org2010-11-223-80/+3
* Make sure tasks retain ownership of arguments for deferred execution, take two.siggi@chromium.org2010-11-221-2/+2
* Firing event to broker without worker thread.siggi@chromium.org2010-11-2213-246/+136
* Always use flag needed by CEEE. Now that we use the same profile forjoi@chromium.org2010-11-214-26/+0
* Make sure tasks retain ownership of arguments for deferred execution.siggi@chromium.org2010-11-193-74/+149
* Make ceee_ie_lib explicitly depend on initializing_coclass.siggi@chromium.org2010-11-181-0/+1
* Set version string for Breakpad reporting by ceee_ie.dlljoi@chromium.org2010-11-182-3/+10
* Manually instantiate the BHO at need from the Toolband.siggi@chromium.org2010-11-184-5/+206
* Remove now-redundant precompile headers and builders, take two.siggi@chromium.org2010-11-173-8/+0
* IE CEEE: Wrap frameElement access in ceee_bootstrap.js to prevent access deni...ericdingle@chromium.org2010-11-171-1/+8
* IE CEEE: Release native_api_ in ContentScriptManager when script host initial...ericdingle@chromium.org2010-11-171-0/+1
* Committing for Vadim:mad@google.com2010-11-177-36/+535
* IE CEEE: Add another layer of isolation to content scripts execution through ...ericdingle@chromium.org2010-11-173-40/+51
* IE CEEE: Explicitly assign window properties/methods into the script host glo...ericdingle@chromium.org2010-11-153-23/+83