| Commit message (Expand) | Author | Age | Files | Lines |
* | Use scoped_array (not scoped_ptr) with new[]. | kuchhal@chromium.org | 2009-10-23 | 2 | -2/+2 |
* | Somewhat useful hack to have the chrome frame integration test run in server ... | robertshield@chromium.org | 2009-10-22 | 1 | -0/+25 |
* | Remove old ap-value munging code in Chrome Frame. | robertshield@chromium.org | 2009-10-21 | 4 | -170/+0 |
* | Give ourselves 20 seconds for Chrome startup vs 4 to help alleviate intermitt... | slightlyoff@chromium.org | 2009-10-21 | 1 | -1/+4 |
* | For Steven Truong (stevet@) | mad@chromium.org | 2009-10-20 | 4 | -187/+215 |
* | Removing hard-coded Chrome Frame output path. | robertshield@chromium.org | 2009-10-20 | 1 | -2/+2 |
* | Assigning INFINITE (which is 0xFFFFFFFF) to an int, is not a very good idea... | mad@chromium.org | 2009-10-19 | 1 | -4/+8 |
* | Correcting name of data file used for CF protocol test. | robertshield@chromium.org | 2009-10-19 | 1 | -1/+1 |
* | If we fail to launch a browser during an integration test, fail the test imme... | robertshield@chromium.org | 2009-10-19 | 1 | -1/+1 |
* | When Chrome hands off a URL to be opened by the external host by the ViewHost... | ananta@chromium.org | 2009-10-19 | 13 | -24/+160 |
* | Simplification, generalization (and perhaps additional mystification) of gmoc... | stoyan@google.com | 2009-10-19 | 2 | -460/+495 |
* | Adding files containing archive paths for Chrome Frame. | robertshield@chromium.org | 2009-10-19 | 3 | -0/+8 |
* | Add the chromeframe tag to the user agent header at runtime instead of static... | tommi@chromium.org | 2009-10-17 | 14 | -817/+1500 |
* | Pick up version number from resources for crash dumps. | stoyan@google.com | 2009-10-16 | 2 | -7/+22 |
* | ChromeFrame perf tests should use the reference builds checked in under chrom... | ananta@chromium.org | 2009-10-16 | 1 | -2/+2 |
* | Committing for Steven who got LGTM from here: | mad@chromium.org | 2009-10-15 | 13 | -358/+455 |
* | Fixing a tiny bit of silliness in chrome_frame_automation.cc. | robertshield@chromium.org | 2009-10-15 | 1 | -2/+1 |
* | Re-try r29078: Remove some deprecated file_util wstring functions. | estade@chromium.org | 2009-10-15 | 6 | -20/+26 |
* | Revert wstring patch (r29078 and follow up commits). It is causing failures o... | estade@chromium.org | 2009-10-15 | 5 | -23/+19 |
* | Try to fix chrome frame build again. | estade@chromium.org | 2009-10-15 | 2 | -8/+11 |
* | Fix chrome frame build, take 3. | estade@chromium.org | 2009-10-15 | 1 | -0/+2 |
* | Chrome frame compile fix, take 2. | estade@chromium.org | 2009-10-15 | 2 | -49/+49 |
* | Fix chrome frame build. | estade@chromium.org | 2009-10-15 | 1 | -5/+4 |
* | Remove the base_gfx project since it no longer has an external dependencies. | brettw@chromium.org | 2009-10-14 | 1 | -1/+1 |
* | Fix ChromeFrame build caused by http://src.chromium.org/viewvc/chrome?view=re... | stoyan@google.com | 2009-10-13 | 1 | -2/+2 |
* | Re-adding vim/emacs stuff to Chrome Frame's rename_me_to_supplement.gypi. Thi... | robertshield@chromium.org | 2009-10-13 | 1 | -0/+5 |
* | This CL is for the needs of ChromeFrame. | stoyan@google.com | 2009-10-13 | 4 | -0/+18 |
* | MOve user agent regisration to HKLM | stoyan@google.com | 2009-10-13 | 1 | -1/+1 |
* | More build a-fixin for GCF related to base/test move. | slightlyoff@chromium.org | 2009-10-13 | 1 | -2/+2 |
* | Use ASCII strings for switch names. | evan@chromium.org | 2009-10-13 | 1 | -2/+2 |
* | Fix chrome frame build. | ananta@chromium.org | 2009-10-12 | 2 | -732/+732 |
* | Add kNoErrorDialogs to the list of allowed switches to prevent the chrome lau... | ananta@chromium.org | 2009-10-12 | 1 | -0/+1 |
* | Fix a crash in IEExec of SBCMDID_MIXEDZONE for setting URL zone | amit@chromium.org | 2009-10-09 | 1 | -1/+1 |
* | Fix an include. | brettw@chromium.org | 2009-10-09 | 1 | -1/+1 |
* | Move more ICU-dependent stuff from base into base/i18n. Some test stuff also | brettw@chromium.org | 2009-10-09 | 1 | -1/+1 |
* | Remove the reference to Google Chrome branding from the supplement.gypi place... | robertshield@chromium.org | 2009-10-08 | 1 | -30/+24 |
* | Turn off Chrome error dialogs when it is launched by Chrome Frame. | robertshield@chromium.org | 2009-10-07 | 1 | -0/+4 |
* | Register ActiveDocument in "Secure Mime Handlers" key in HKLM! | stoyan@google.com | 2009-10-06 | 2 | -18/+188 |
* | Add comments setting emacs and vim tab width and expansion variables. | sgk@google.com | 2009-10-06 | 3 | -2/+18 |
* | Added support for specifying the BrowserFlags DWORD value when we register th... | ananta@chromium.org | 2009-10-06 | 9 | -210/+295 |
* | Pass the renderer a11y flag to Chrome Frame-created renderers. | slightlyoff@chromium.org | 2009-10-06 | 2 | -1/+4 |
* | Fixes svn:eol-style property on chrome_launcher.cc | slightlyoff@chromium.org | 2009-10-06 | 1 | -125/+125 |
* | Fixes a compile error due to an call to an incorrect function to get the length. | ananta@chromium.org | 2009-10-05 | 1 | -6/+6 |
* | Allow building chrome_frame on a system without python in path. | joi@chromium.org | 2009-10-04 | 1 | -1/+12 |
* | Fixes the following issue | ananta@chromium.org | 2009-10-02 | 4 | -34/+47 |
* | Fixing CRLF -> LF for the test directory. | tommi@chromium.org | 2009-10-01 | 2 | -540/+540 |
* | Adding the LF tag so that patches will work on the trybots. | tommi@chromium.org | 2009-10-01 | 2 | -401/+401 |
* | Committing patch 256001 for Roger:http://codereview.chromium.org/256001Allow ... | tommi@chromium.org | 2009-10-01 | 11 | -25/+64 |
* | CRLF->LF to avoid future patch failures on the try bots. | tommi@chromium.org | 2009-09-30 | 1 | -105/+105 |
* | CRLF->LF | tommi@chromium.org | 2009-09-30 | 1 | -11/+11 |