| Commit message (Expand) | Author | Age | Files | Lines |
* | Pulling in operator=() to ScopedComPtr. | tommi@chromium.org | 2009-03-07 | 2 | -0/+8 |
* | Start the crash_service on windows when running ui tests, if it's not running... | jam@chromium.org | 2009-03-06 | 1 | -1/+1 |
* | Build test_shell and test_shell_tests on Linux from gyp-generated scons files: | sgk@google.com | 2009-03-06 | 1 | -2/+9 |
* | In preparation for making changes to worker_pool_linux.cc. | willchan@chromium.org | 2009-03-06 | 5 | -41/+41 |
* | I verified that the Visual C++ 2005 bug has been fixed in | wtc@chromium.org | 2009-03-06 | 1 | -1/+1 |
* | Cleanup in {test_,}file_util_posix.cc | phajdan.jr@chromium.org | 2009-03-06 | 2 | -6/+10 |
* | Reverting 11102. | phajdan.jr@chromium.org | 2009-03-06 | 2 | -10/+6 |
* | Make CrashAwareSleep more accurate on POSIX (checking if the process exists). | phajdan.jr@chromium.org | 2009-03-06 | 1 | -8/+20 |
* | first cut | phajdan.jr@chromium.org | 2009-03-06 | 2 | -6/+10 |
* | An assert was being hit because WaitableEvent's dtor was calling CloseHandle ... | jam@chromium.org | 2009-03-06 | 2 | -0/+9 |
* | Added a new method CreateNonJoinable() to PlatformThread. Added the windows ... | willchan@chromium.org | 2009-03-05 | 3 | -6/+41 |
* | POSIX: Rewrite IPC's interaction with FileDescriptor | agl@chromium.org | 2009-03-05 | 1 | -0/+4 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-05 | 2 | -4/+6 |
* | Make UTF8ToWide take a StringPiece, to avoid copying to a std::string. | deanm@chromium.org | 2009-03-05 | 2 | -2/+3 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 6 | -32/+32 |
* | Make startup_tests build and run on Linux (except reference tests). | phajdan.jr@chromium.org | 2009-03-05 | 3 | -1/+120 |
* | Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85 (Take 2) | hbono@chromium.org | 2009-03-05 | 4 | -7/+85 |
* | Make file_version_info work even without including windows.h | brettw@chromium.org | 2009-03-05 | 1 | -1/+4 |
* | Expose the iostream (logging) interfaces of some gfx:: classes. | evan@chromium.org | 2009-03-04 | 3 | -17/+3 |
* | Make UITest::CrashAwareSleep portable. | phajdan.jr@chromium.org | 2009-03-04 | 3 | -4/+29 |
* | Add trivial theming support in extensions. | erikkay@google.com | 2009-03-04 | 1 | -3/+0 |
* | Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs | brettw@chromium.org | 2009-03-04 | 2 | -2/+17 |
* | Update clipboard classes to use string16 and FilePath instead of wstring. | estade@chromium.org | 2009-03-04 | 10 | -107/+158 |
* | revert broken change 10833 | nsylvain@chromium.org | 2009-03-03 | 10 | -162/+131 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 10 | -131/+162 |
* | Revert dsh's change 10818 | nsylvain@chromium.org | 2009-03-03 | 10 | -223/+131 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 10 | -131/+223 |
* | Add a macutil for the main app bundle and override | thomasvl@chromium.org | 2009-03-03 | 2 | -0/+42 |
* | Fix a second error in the build bustage, still about constness. | maruel@chromium.org | 2009-03-03 | 1 | -1/+1 |
* | Remove an extra const keyword which caused a build break. | maruel@chromium.org | 2009-03-03 | 1 | -1/+1 |
* | NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons... | maruel@chromium.org | 2009-03-03 | 77 | -369/+363 |
* | Lint fix in comment | jar@chromium.org | 2009-03-03 | 1 | -2/+2 |
* | Avoid a crash in mktime() when Visual C++ 2005 is | wtc@chromium.org | 2009-03-03 | 2 | -6/+65 |
* | Port Replace(First)SubstringsAfterOffset to string16. | dsh@google.com | 2009-03-03 | 3 | -55/+57 |
* | Start stitching GYP-generated files into the Linux build: | sgk@google.com | 2009-03-03 | 4 | -510/+512 |
* | Improve comments in FieldTrial class. | jar@chromium.org | 2009-03-02 | 1 | -13/+7 |
* | Convert encryptor.cc and friends to string16. | thestig@chromium.org | 2009-03-02 | 2 | -0/+8 |
* | Merge the latest version of PR_ParseTimeString. This | wtc@chromium.org | 2009-03-02 | 2 | -148/+456 |
* | Fix linux tree (move static const definition out of class and into cc file) | jar@chromium.org | 2009-03-02 | 2 | -1/+4 |
* | Renovate FieldTrial class to better bit with histogram usage. | jar@chromium.org | 2009-03-02 | 3 | -47/+236 |
* | Add missing tests to the GYP+Xcode build. | mark@chromium.org | 2009-03-02 | 1 | -47/+37 |
* | GYP it, GYP it good. | mark@chromium.org | 2009-03-02 | 1 | -1893/+0 |
* | Instead of appending "Downloads" to the user document directory, let each pla... | estade@chromium.org | 2009-02-28 | 1 | -4/+4 |
* | Get rid of wstring variants of StringToFoo. | dsh@google.com | 2009-02-28 | 4 | -51/+88 |
* | Add ToUpperASCII and StringToUpperASCII. | wtc@chromium.org | 2009-02-27 | 2 | -2/+49 |
* | Revert "Revert "ASCII <-> UTF16 conversion functions. These are just copies ... | kuchhal@chromium.org | 2009-02-26 | 2 | -8/+29 |
* | Add a test to DelayTimer ensure that the callback is never | agl@chromium.org | 2009-02-26 | 2 | -0/+34 |
* | Convert FileVersionInfo NOTIMPLEMENTED()s into a bug. | evan@chromium.org | 2009-02-26 | 1 | -25/+5 |
* | Revert "ASCII <-> UTF16 conversion functions. These are just copies of WideT... | kuchhal@chromium.org | 2009-02-26 | 2 | -29/+8 |
* | ASCII <-> UTF16 conversion functions. These are just copies of WideToASCII and | darin@chromium.org | 2009-02-26 | 2 | -8/+29 |