summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_tab.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* chrome_frame: Get rid of all occurrences of the deprecated ToWStringHack func...tfarina@chromium.org2010-06-081-2/+2
* Rewrite of chrome_launcher.exe. ETW-based perf tests suggest that this is on ...robertshield@chromium.org2010-05-281-1/+1
* Fix false positive reporting of exceptions picked up during calls to LoadLibr...robertshield@chromium.org2010-05-191-0/+8
* Change to a simpler upgrade scheme for Chrome Frame whereby we register a win...robertshield@chromium.org2010-05-071-17/+23
* Fix a chrome frame crash reported on the crash server. The crash occurs in th...ananta@chromium.org2010-05-051-5/+1
* Recommit of the ill-fated r44474, this time with new compiling goodness.robertshield@chromium.org2010-04-141-5/+28
* Revert 44473 (build breakage on bots) - Add multiversion delegation to Chrome...robertshield@chromium.org2010-04-141-28/+5
* Add multi-version delegation to Chrome Frame such that CF will scan for older...robertshield@chromium.org2010-04-141-5/+28
* Sidestep a race in GoogleUrl by forcing initialization of the offending point...siggi@chromium.org2010-03-251-0/+17
* Remove cf: protocolamit@chromium.org2010-02-031-1/+25