summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_tab.cc
Commit message (Expand)AuthorAgeFilesLines
* Unconditionally send Chrome and Chrome Frame events through ETW machinery.grt@chromium.org2012-03-151-5/+1
* Adding FieldTrial support for Chrome Frame to allow measurement of startup ti...robertshield@chromium.org2012-03-101-2/+14
* Generate ETW events in Chrome Frame under the control of the same env var as ...grt@chromium.org2012-03-011-3/+14
* Remove remaining references to CEEE.rogerta@chromium.org2011-12-201-4/+4
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-291-1/+2
* Allow GCF installation on machine with old IE 7 installs.grt@chromium.org2011-11-251-1/+3
* Have Chrome Frame build its .idl artifacts into a sub-folder of SHARED_INTERM...robertshield@chromium.org2011-10-191-2/+2
* base/win: small improvement to RegKey API.tfarina@chromium.org2011-10-181-1/+1
* Fix in-use updates for Chrome Frame.grt@chromium.org2011-09-231-5/+10
* Make Chrome Frame registration and unregistration more robust and make it ret...robertshield@chromium.org2011-09-081-290/+397
* Rename CommandLine::GetCommandLineString().msw@chromium.org2011-07-201-1/+1
* Convert the remaining callers of LaunchApp to LaunchProcess.evan@chromium.org2011-07-181-1/+3
* Remove 1) NPAPI support from Chrome Frame and 2) Firefox/Opera/Safari tests.grt@chromium.org2011-06-291-48/+5
* Add a self-destruct mechanism to user-level Chrome Frame when it detects that...robertshield@chromium.org2011-05-271-2/+7
* Fix platform_util::GetChannel on Windows.mark@chromium.org2011-05-021-2/+2
* Added support in chrome frame for registering and unregistering the NPAPI plu...ananta@chromium.org2011-02-041-2/+12
* Invoke the OaEnablePerUserTLibRegistration function in oleaut32.dll during Ch...ananta@chromium.org2011-02-041-0/+13
* Move elevation registration into a separate rgs script and leave removal of i...tommi@chromium.org2011-02-031-3/+9
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-1/+0
* Regkey functions return error code instead of boolamit@chromium.org2011-01-191-16/+18
* Hopefully the last of the changes to fix the ChromeFrame InstallFlowTest fail...ananta@chromium.org2011-01-141-8/+8
* Unregister previous ChromeFrame UA strings registered under the PostPlatform ...ananta@chromium.org2011-01-141-3/+25
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-111-2/+6
* Revert 70920 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-6/+2
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-2/+6
* Revert 70782 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-6/+2
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-2/+6
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-311-3/+3
* Add the ChromeFrame UA in the post platform section in the IE user agent stri...ananta@chromium.org2010-12-161-0/+36
* Add a new GetInstance() method for singleton classes, take 2.satish@chromium.org2010-12-081-2/+2
* Rename module_utils.cc|h and associated test to dll_redirector.cc|h etc. to m...robertshield@chromium.org2010-12-031-3/+3
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-0/+2
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-2/+0
* Fix NPAPI registrationgrt@chromium.org2010-11-271-2/+2
* Enable boot-time prefetching for Chrome Frame for all dev and CEEE channels o...robertshield@chromium.org2010-11-181-20/+33
* Implementation of single-module-per-logon-session-per-profile implementation ...robertshield@chromium.org2010-11-051-15/+14
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-171-1/+3
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-151-3/+3
* Call Chrome Frame's user-level bho registration code when registering as user...robertshield@chromium.org2010-09-101-1/+2
* Add startup registration and shutdown of the long-running helper process to C...robertshield@chromium.org2010-09-071-3/+80
* Correct a problem whereby the prefetching experiment would never be scheduled...robertshield@chromium.org2010-09-031-1/+8
* Fix BHO registration snafu caused by r58197.robertshield@chromium.org2010-09-021-1/+1
* Add two new entry points to the Chrome Frame DLL to allow for non-admin regis...robertshield@chromium.org2010-09-011-15/+67
* Bring back RefreshElevationPolicy to avoid prompts on Vista and Win7amit@chromium.org2010-08-111-0/+3
* Remove number conversion functions from string_util. These moved to string_nu...brettw@chromium.org2010-08-031-1/+2
* Convert a bunch of easy AppendSwitchWithValue to *ASCII.evan@chromium.org2010-07-301-2/+2
* CommandLine: add a CopySwitchesFrom() and AppendSwitchPath()evan@chromium.org2010-07-291-1/+1
* Fine grained registration for various Chrome Frame objects.stoyan@chromium.org2010-07-211-28/+78
* First step for cleaning registration code for ChromeFrame.stoyan@chromium.org2010-07-201-61/+5
* Boot prefetch optimization for Chrome Frame (experimental)amit@chromium.org2010-07-151-45/+49