summaryrefslogtreecommitdiffstats
path: root/ceee
Commit message (Expand)AuthorAgeFilesLines
* Merge 67961 - Add implementation of tabs.getCurrent() API, and correct implem...joi@chromium.org2010-12-025-9/+56
* Merge 67960 - Avoid double-setting of the tool band ID in the CEEE executors ...joi@chromium.org2010-12-023-5/+27
* Merge 67926 - Add a lock to the cookie accountant to prevent race conditions ...joi@chromium.org2010-12-022-1/+25
* Merge 67767 - We must return an error if we fail to validate a tab while tryi...joi@chromium.org2010-12-022-55/+80
* Merge 67770 - Build break fix, missing a file from previous commit...joi@chromium.org2010-12-021-1/+10
* Merge 67905 - Ensure that just started broker doesn't get events addressed to...joi@chromium.org2010-12-024-4/+8
* Merge 67890 - Always use persistent profile for CF+CEEE installs.joi@chromium.org2010-12-025-7/+111
* Merge 67867 - Remove a couple of spurious test dependencies injoi@chromium.org2010-12-021-3/+0
* 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
* 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-2319-1529/+26
* Use async COM to service tab executor requests.siggi@chromium.org2010-11-2319-26/+1529