summaryrefslogtreecommitdiffstats
path: root/chrome_frame
Commit message (Expand)AuthorAgeFilesLines
* Merge 48177 - Another try at correcting VTable pointer checkamit@chromium.org2010-05-251-1/+1
* Merge 47957 - In ChromeFrame in the IInternetProtocolRoot::ReportProgress pat...ananta@chromium.org2010-05-212-19/+15
* Merge 47890 - Initialize the ChromeFrame request manager with the container i...ananta@chromium.org2010-05-211-1/+2
* Merge 47813 - Avoid wrapping callbacks for network requests not coming from M...stoyan@chromium.org2010-05-201-0/+19
* Merge 47846 - Fix a ChromeFrame crash caused when the cookie policy is set to...ananta@chromium.org2010-05-204-2/+26
* Merge 47744 - Check correct offset to avoid crashamit@chromium.org2010-05-201-2/+3
* Merge 47696 - Fix false positive reporting of exceptions picked up during cal...robertshield@chromium.org2010-05-191-0/+8
* Merge 47422 - Perform breakpad shutdown when returning from the chrome launch...robertshield@chromium.org2010-05-182-5/+12
* Merge 47306 - Candidate fix for bug 44108. The FromBindContext function was i...tommi@chromium.org2010-05-149-54/+89
* Merge 47232 - Not using std::wstring to store progress status text because ms...tommi@chromium.org2010-05-142-14/+65
* Merge 47160 - Use an interface to get to the C++ object pointer instead of ca...tommi@chromium.org2010-05-142-9/+68
* Merge 47184 - Fix crash in CacheStream::Readamit@chromium.org2010-05-142-10/+23
* Merge 45831 - Fix a ChromeFrame crash reported on the crash server while proc...ananta@chromium.org2010-05-131-3/+8
* Merge 47113 - Fix a ChromeFrame regression introduced by the fix for bug htt...ananta@chromium.org2010-05-131-0/+4
* Merge 46742 - Another attempt to reduce the number of false positive crashes ...ananta@chromium.org2010-05-122-8/+17
* Merge 47088 - In ChromeFrame's bind status callback functions we should alway...ananta@chromium.org2010-05-121-1/+6
* Merge 47086 - ChromeFrame would not switch to Chrome at times. The navigation...ananta@chromium.org2010-05-123-12/+2
* Merge 47085 - Fix a chrome frame crash reported on the crash server in our bi...ananta@chromium.org2010-05-121-0/+5
* Merge 46738 - Change to a simpler upgrade scheme for Chrome Frame whereby we ...robertshield@chromium.org2010-05-085-405/+90
* Merge 46683 - Add ExceptionBarrier to module scanning in the hope of reducing...robertshield@chromium.org2010-05-081-10/+22
* Merge 46715 - Cache progress notifications only if necessaryamit@chromium.org2010-05-072-9/+64
* Merge 46643 - Opening new chrome frame tabs would fail randomly. This was bec...ananta@chromium.org2010-05-071-0/+3
* Merge 46523 - Cookies would not get set correctly in ChromeFrame in full tab ...ananta@chromium.org2010-05-064-26/+85
* Merge 46525 - Do not wrap the original callback if we can;t initialize sniffi...amit@chromium.org2010-05-063-16/+20
* Merge 46499 - Fix a chrome frame crash reported on the crash server. This occ...ananta@chromium.org2010-05-051-1/+1
* Merge 46498 - Fix a chrome frame crash reported on the crash server. The cras...ananta@chromium.org2010-05-051-5/+1
* Merge 46200 - Fixes to address code review comments from tommi from CL http:/...ananta@chromium.org2010-05-025-20/+7
* Merge 46176 - Avoid reporting crashes for exceptions that hit our SEH from ca...robertshield@chromium.org2010-05-018-142/+301
* Merge 46107 - Adding missing line ending which breaks the trybots..robertshield@chromium.org2010-05-011-1/+1
* Merge 45859 - Some cleanup regarding Siggi's comments on http://codereview.ch...robertshield@chromium.org2010-05-015-7/+370
* Merge 46165 - The chrome frame install script instantiates the chrome frame a...ananta@chromium.org2010-05-015-14/+33
* Merge 46072 - Ignore EndRequest() for a urlmon urlrequest from Chrome, if ter...stoyan@chromium.org2010-04-301-0/+5
* Merge 45860 - Nicely steal moniker and bind context from the urlmon url request.stoyan@chromium.org2010-04-303-19/+49
* Merge 45969 - Fresh ChromeFrame installs triggered via wave required IE to be...ananta@chromium.org2010-04-293-1/+68
* Merge 45764 - Add an ExceptionBarrier around outbound calls to patched method...robertshield@chromium.org2010-04-288-14/+276
* Merge 45646 - Fix a chrome frame crasher reported on the crash server. It occ...ananta@chromium.org2010-04-271-4/+14
* Merge 45117 - In ChromeFrame with the moniker patch enabled we should not pro...ananta@chromium.org2010-04-205-16/+25
* Merge 45114 - In ChromeFrame with the IMoniker patch on, we should save away ...ananta@chromium.org2010-04-204-19/+55
* Merge 44988 - Make XFrameOptions detection in Chrome Frame noncasesensitive, ...robertshield@chromium.org2010-04-202-1/+8
* Merge 44991 - Enable the ChromeFrame IMoniker patch by default now.ananta@chromium.org2010-04-202-2/+2
* Merge 44951 - Context menu operations like Cut/Copy/Paste etc would not work ...ananta@chromium.org2010-04-192-5/+6
* Merge 44855 - Pass HTTP headers to Chrome in the initial pending request init...ananta@chromium.org2010-04-161-1/+6
* Merge 44846 - We need to specify at least one entry in the COM map of the bin...ananta@chromium.org2010-04-161-0/+1
* Merge 44828 - Disable the following net tests for ChromeFrame as they rely on...ananta@chromium.org2010-04-161-0/+5
* Merge 44735 - With the ChromeFrame moniker patch on, the data cache maintaine...ananta@chromium.org2010-04-164-13/+16
* Merge 44733 - With the ChromeFrame IMoniker patch in the referrer would not p...ananta@chromium.org2010-04-169-117/+103
* Merge 44713 - Disable a failing test temporarilyananta@chromium.org2010-04-161-1/+2
* Merge 44604 - Avoid a crash in ChromeFrame in the BindToStorage call initiate...amit@chromium.org2010-04-159-116/+188
* Merge 44567 - Sniff data for the chrome meta tag as in comes in.amit@chromium.org2010-04-152-9/+8
* Merge 44522 - Recommit of the illfated r44474, this time with new compiling g...amit@chromium.org2010-04-1511-5/+489