summaryrefslogtreecommitdiffstats
path: root/ceee
Commit message (Expand)AuthorAgeFilesLines
* Add missing base::lock usage.brettw@chromium.org2011-01-213-3/+3
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-2112-50/+50
* Syntax checker for policy_templates.jsonjkummerow@chromium.org2011-01-191-7/+9
* Regkey functions return error code instead of boolamit@chromium.org2011-01-198-68/+91
* 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
* Typedef for readability.vitalybuka@chromium.org2011-01-141-9/+11
* Clang: enable -Wbool-conversions and -Wunused-variables on Linux.hans@chromium.org2011-01-141-16/+8
* Revert 71377 - Added loading of nested BHO.vitalybuka@chromium.org2011-01-145-65/+1
* Fixed initial rendering of toolbar.vitalybuka@chromium.org2011-01-142-34/+31
* Added loading of nested BHO.vitalybuka@chromium.org2011-01-135-1/+65
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-113-3/+6
* Change #ifdef _DEBUG test to #ifndef NDEBUG test.tfarina@chromium.org2011-01-101-2/+2
* Revert 70920 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-103-6/+3
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-103-3/+6
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-093-12/+13
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-073-13/+12
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-073-12/+13
* Revert 70782 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-073-6/+3
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-073-3/+6
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-012-2/+2
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-313-4/+2
* Change "enable-ceee" to "ceee" to match the installer.tommi@chromium.org2010-12-315-16/+17
* Move rgs_helper out of base to ceee since it's not used anywhere else.brettw@chromium.org2010-12-296-4/+94
* ceee: Include base/win/scope_comptr.h instead of base/scoped_comptr_win.htfarina@chromium.org2010-12-217-35/+34
* Updated comments around create tab API.motek@chromium.org2010-12-162-7/+13
* Added string to VERSIONINFO.vitalybuka@chromium.org2010-12-163-0/+6
* Fix to FF CEEE windows.getCurrent implementation.ericdingle@chromium.org2010-12-162-1/+3
* Revert 69167, itself a revert of 69165 - Merge the installer, installer_util ...robertshield@chromium.org2010-12-152-5/+5
* 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