| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compilation bug on ARM | jar@chromium.org | 2011-02-28 | 2 | -3/+3 |
* | Crash when we notice a corruption of the histogram range-vector | jar@chromium.org | 2011-02-28 | 3 | -60/+170 |
* | Callback support for __fastcall and __stdcall functions. | ajwong@chromium.org | 2011-02-27 | 6 | -24/+236 |
* | Removed the command line from ServiceProcessState::AddToAutoRun() and had the... | sanjeevr@chromium.org | 2011-02-25 | 2 | -0/+12 |
* | Fix style mistakes in r75477. | ajwong@chromium.org | 2011-02-25 | 2 | -10/+17 |
* | Minor fixes in FieldTrial. | cbentzel@chromium.org | 2011-02-25 | 2 | -2/+4 |
* | Comment out unused parameter names in function definitions, | joi@chromium.org | 2011-02-25 | 3 | -3/+3 |
* | Roll gtest 492:539 and gmock 300:358 | thakis@chromium.org | 2011-02-24 | 1 | -0/+3 |
* | Mac specific chromium-style issues now that the trybot is sane. | erg@google.com | 2011-02-24 | 2 | -2/+3 |
* | Get service process running standalone on the mac by hooking it into launchd. | dmaclach@chromium.org | 2011-02-24 | 4 | -12/+101 |
* | Prevent compiling cpu_unittest on i386 (Take 2). | hbono@chromium.org | 2011-02-24 | 1 | -1/+1 |
* | Prevent compiling cpu_unittest on i386. | hbono@chromium.org | 2011-02-24 | 1 | -1/+1 |
* | Add a unittest for the CPU class. | hbono@chromium.org | 2011-02-24 | 2 | -2/+94 |
* | Pull in ICU 4.6 | jshin@chromium.org | 2011-02-24 | 1 | -2/+3 |
* | Added CHECKs to make sure histogram caller's don't create | rtenneti@chromium.org | 2011-02-23 | 2 | -2/+8 |
* | Make MemoryMappedFile::IsValid const | tommi@chromium.org | 2011-02-23 | 2 | -2/+2 |
* | Dup command-buffer SHM handle before auto-closing. | piman@google.com | 2011-02-23 | 2 | -7/+15 |
* | Mac: Don't show dialogs for debug messages. | thakis@chromium.org | 2011-02-23 | 1 | -11/+0 |
* | Fix Downloads Windows Zone identifier test. | rdsmith@chromium.org | 2011-02-23 | 2 | -34/+23 |
* | Fix null-termination on string copy in debug-on-start code. | evan@chromium.org | 2011-02-22 | 1 | -1/+1 |
* | Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav... | bryner@chromium.org | 2011-02-22 | 3 | -0/+24 |
* | Do not block in OwnershipService::IsAlreadyOwned on UI thread. | dilmah@chromium.org | 2011-02-22 | 1 | -1/+14 |
* | Re-enable positive OOB write tests under Dr. Memory and add the suppression f... | timurrrr@chromium.org | 2011-02-22 | 1 | -8/+0 |
* | Add MoveToThread method to PrefMember to make it safe to read pref values fro... | bauerb@chromium.org | 2011-02-21 | 2 | -3/+40 |
* | Register Application Restart with Windows Restart Manager on browser_main sta... | msw@chromium.org | 2011-02-20 | 2 | -56/+78 |
* | Callbacks: Replumb the type-inference. | ajwong@chromium.org | 2011-02-19 | 5 | -644/+407 |
* | Run event executor on the ui thread to remove the need to explicitly XFlush()... | ajwong@chromium.org | 2011-02-19 | 2 | -0/+17 |
* | Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in... | ajwong@chromium.org | 2011-02-18 | 10 | -97/+79 |
* | Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> cal... | ajwong@chromium.org | 2011-02-18 | 10 | -76/+97 |
* | Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in... | ajwong@chromium.org | 2011-02-18 | 10 | -97/+76 |
* | Revert 75405 - Register Application Restart with Windows Restart Manager on b... | msw@chromium.org | 2011-02-18 | 2 | -78/+56 |
* | Register Application Restart with Windows Restart Manager on browser_main sta... | msw@chromium.org | 2011-02-18 | 2 | -56/+78 |
* | Temp dir cleanup: | grt@chromium.org | 2011-02-18 | 1 | -3/+1 |
* | Emptiness, Reset, and Comparison API for Callbacks. | ajwong@chromium.org | 2011-02-18 | 4 | -112/+268 |
* | Intergration of the client-side phishing detection. | noelutz@google.com | 2011-02-17 | 2 | -0/+22 |
* | MessagePump implementations should call DoWork and DoDelayedWork at equal | mark@chromium.org | 2011-02-17 | 4 | -95/+101 |
* | Fix is_convertible for windows. | ajwong@chromium.org | 2011-02-16 | 2 | -16/+17 |
* | detect cpu feature for all x64 and x86 platforms (no longer windows only). | jiesun@chromium.org | 2011-02-16 | 3 | -5/+91 |
* | Initialize members in Encryptor constructors. | finnur@chromium.org | 2011-02-16 | 4 | -8/+16 |
* | Revert r74850 and r74865: | ajwong@chromium.org | 2011-02-15 | 2 | -26/+11 |
* | Remove obsolete dependencies that create needless recompiling. | jeanluc@chromium.org | 2011-02-15 | 1 | -1/+0 |
* | Clang doesn't like EXPECT_EQ with false and a template value. | ajwong@chromium.org | 2011-02-15 | 1 | -7/+7 |
* | Unified callback system based on tr1::function/tr1::bind and Google's interna... | ajwong@chromium.org | 2011-02-15 | 14 | -214/+4103 |
* | Redo "Add extra heap-allocation to refcounting. For perf test only." | ajwong@chromium.org | 2011-02-14 | 2 | -11/+26 |
* | Initialize SecureHashAlgorithm members. | finnur@chromium.org | 2011-02-14 | 1 | -1/+6 |
* | Initialize EventRecorder member. | finnur@chromium.org | 2011-02-14 | 1 | -1/+4 |
* | Revert "Add extra heap-allocation to refcounting. For perf test only. Will Re... | ajwong@chromium.org | 2011-02-13 | 2 | -26/+11 |
* | Add extra heap-allocation to refcounting. For perf test only. Will Revert aft... | ajwong@chromium.org | 2011-02-13 | 2 | -11/+26 |
* | Fix *RegValueWorkItem to handle a case where previous value is empty. | amit@chromium.org | 2011-02-11 | 1 | -1/+1 |
* | GTTF: Prefetch the browser with a longer timeout before running browser tests. | phajdan.jr@chromium.org | 2011-02-11 | 1 | -1/+1 |