summaryrefslogtreecommitdiffstats
path: root/ceee
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* We must return an error if we fail to validate a tab while trying to validate...mad@google.com2010-11-302-55/+80
* Add new scripts to build ceee and to register components after build.joi@chromium.org2010-11-306-46/+205
* Give CEEE's Chrome Frame more screen real estate in browser tool bands to ren...cindylau@google.com2010-11-302-5/+18
* 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-296-53/+132
* 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
* Added histograms with addons load time.vitalybuka@chromium.org2010-11-277-3/+231
* Exctracted helper to override registry.vitalybuka@chromium.org2010-11-273-34/+62
* No need to wait for a window to completely die anymore.mad@google.com2010-11-271-26/+17
* Remove another redunant DCHECK that's taken to tripping.siggi@chromium.org2010-11-261-1/+0
* IE CEEE: Validate tab IDs passed into all chrome.tabs.* APIs that take a tab ...ericdingle@chromium.org2010-11-268-0/+159
* Fix a unittest in content script manager I broke in an earlier change.siggi@chromium.org2010-11-262-0/+3
* Add a --solution command line param to smoke_tests.siggi@chromium.org2010-11-261-7/+43
* Fix smoke_test presubmit match expression to work non-cygwin.siggi@chromium.org2010-11-261-1/+1
* Fail BHO construction if Toolband is disabled. siggi@chromium.org2010-11-264-21/+62
* 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-269-22/+34
* Indent fix.vitalybuka@chromium.org2010-11-262-4/+10
* Fixed rpc broker interface.vitalybuka@chromium.org2010-11-267-39/+51
* Removed cached reference to BrokerRegistrar.vitalybuka@chromium.org2010-11-267-62/+91
* A few fixes for IE CEEE BHO stability:cindylau@google.com2010-11-253-86/+185
* We used to got through some hoops to validate that tab and frame windows were...mad@google.com2010-11-2516-133/+414
* Fixed flaky test.vitalybuka@chromium.org2010-11-252-6/+5
* Move ceee watch list to src/WATCHLISTS (which will make it actually work).joi@chromium.org2010-11-251-14/+0
* 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-242-16/+5
* Implements tabs.getCurrent, and fixes windows.getCurrent, in IE CEEE.cindylau@google.com2010-11-2424-138/+732
* 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-2312-28/+51
* Attempt to recommit r67153 with successful tries.hansl@google.com2010-11-238-43/+87
* Revert 67153 - Ajusted the BrokerRpcClient, BHO and mediumtests to correctly ...rsimha@chromium.org2010-11-238-87/+43
* Ajusted the BrokerRpcClient, BHO and mediumtests to correctly EXPECT on Rpc c...hansl@google.com2010-11-238-43/+87
* Fix presubmit script so smoke_test check works after move. Also let itjoi@chromium.org2010-11-231-1/+3
* 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-2319-26/+1529