| Commit message (Expand) | Author | Age | Files | Lines |
* | First set of string changes for after beta. | tc@google.com | 2008-08-26 | 2 | -9/+19 |
* | need to include config.h first | pinkerton@google.com | 2008-08-26 | 1 | -1/+1 |
* | Another attempt at enabling stderr logging for ERROR and FATAL logs. This wi... | erikkay@google.com | 2008-08-26 | 1 | -2/+2 |
* | Undo a change which had added /PROFILE to purify builds. | erikkay@google.com | 2008-08-26 | 1 | -1/+0 |
* | Mac-ify webinputevent | avi@google.com | 2008-08-26 | 6 | -22/+220 |
* | Disable linker warning LNK4221: "no public symbols found; archive member will... | maruel@google.com | 2008-08-26 | 1 | -1/+2 |
* | Hopefully, this will be the final attempt to fix | kasperl@google.com | 2008-08-26 | 1 | -1/+1 |
* | Stop passing all the shell arguments as a single | kasperl@google.com | 2008-08-26 | 1 | -2/+2 |
* | Add a trailing EOL to tracked_objects_unittest, elimates a GCC warning. | deanm@google.com | 2008-08-26 | 1 | -1/+1 |
* | Move process_util.cc to process_util_win.cc to make way for posix. | deanm@google.com | 2008-08-26 | 3 | -2/+2 |
* | Update debugger tests to use the new (old) way of passing | kasperl@google.com | 2008-08-26 | 1 | -2/+2 |
* | Move unittests that had a _test filename to _unittest. Update some missing t... | deanm@google.com | 2008-08-26 | 7 | -9/+11 |
* | Update V8 used in Chrome to pull in Bill's latest | kasperl@google.com | 2008-08-26 | 1 | -1/+1 |
* | Disable the interceptor DCHECK that we are only called from a single thread. | darin@google.com | 2008-08-26 | 1 | -1/+6 |
* | Disable this DCHECK since too many consumers expect to be able to | darin@google.com | 2008-08-26 | 1 | -1/+3 |
* | fix unit tests | darin@google.com | 2008-08-26 | 4 | -16/+79 |
* | fix test running to not spawn another AtExitManager | darin@google.com | 2008-08-26 | 1 | -6/+0 |
* | fix broken test that assumed it could cache MessageLoop::current() in a stati... | darin@google.com | 2008-08-26 | 1 | -2/+1 |
* | revert to using MessagePumpWin on all threads | darin@google.com | 2008-08-26 | 1 | -12/+3 |
* | fix build | darin@google.com | 2008-08-26 | 1 | -1/+1 |
* | fix unit test that was missing a MessageLoop allocation | darin@google.com | 2008-08-26 | 1 | -6/+5 |
* | fix build bustage | darin@google.com | 2008-08-26 | 2 | -5/+1 |
* | fix linux build | darin@google.com | 2008-08-26 | 1 | -1/+1 |
* | Chrome changes corresponding to my message_loop_type CL. | darin@google.com | 2008-08-26 | 103 | -236/+341 |
* | Allow consumers of MessageLoop to specify the type of MessageLoop they want. | darin@google.com | 2008-08-26 | 24 | -254/+632 |
* | Second attempt to fix p13n breakage. | ericcheng@google.com | 2008-08-26 | 1 | -0/+2 |
* | Fix build break caused by some functions not ifdef CHROME_PERSONALIZATION'd out. | ericcheng@google.com | 2008-08-26 | 5 | -11/+20 |
* | Some more glue code for the personalization module. | ericcheng@google.com | 2008-08-26 | 9 | -2/+67 |
* | Move subdirectory skipping from being in the DEPS file of the directory to sk... | brettw@google.com | 2008-08-26 | 8 | -24/+29 |
* | Remove all concept of deferredness since it no longer has any meaning now tha... | ojan@google.com | 2008-08-26 | 4 | -352/+264 |
* | An earlier change I made sent all logging output to stderr. The webkit layou... | erikkay@google.com | 2008-08-25 | 1 | -2/+11 |
* | Sets the visibility bool of the Home button. | klink@google.com | 2008-08-25 | 1 | -0/+2 |
* | Remove the profiling system. This wasn't being used and complicated some part... | brettw@google.com | 2008-08-25 | 16 | -1544/+8 |
* | Make the AeroGlassFrame better: | beng@google.com | 2008-08-25 | 15 | -216/+307 |
* | Create a unit test for making sure constrined popup windows close when their ... | erg@google.com | 2008-08-25 | 1 | -2/+56 |
* | Fix bug in constrained windows where the close box was detaching instead of c... | beng@google.com | 2008-08-25 | 1 | -1/+2 |
* | Bring in newer icu for crosstool compile error fix. | dkegel@google.com | 2008-08-25 | 1 | -1/+1 |
* | Implement SSL tunneling through a proxy server. | wtc@google.com | 2008-08-25 | 4 | -20/+191 |
* | Second attempt at fixing task manager crash. Provide a protected ReleaseWindo... | beng@google.com | 2008-08-25 | 3 | -2/+14 |
* | Make tabs highlight and accept clicks based on the shape of the rendered tab,... | beng@google.com | 2008-08-25 | 4 | -0/+91 |
* | Fix flicker of hover state on mouseover of tabs. The pulsating code was a lit... | beng@google.com | 2008-08-25 | 1 | -6/+3 |
* | When we're only outputting to a log file, above a certain log level, we shoul... | erikkay@google.com | 2008-08-25 | 1 | -2/+10 |
* | Fixup some nits from brett | pinkerton@google.com | 2008-08-25 | 2 | -3/+4 |
* | Fix a leak in HistoryProfileTest.TypicalProfileVersion. | erikkay@google.com | 2008-08-25 | 1 | -8/+9 |
* | Simplify and unify some calls to yacc, making them work on Linux too. | evanm@google.com | 2008-08-25 | 1 | -27/+14 |
* | Add some new tests for NavigationController for navigations that come in when... | brettw@google.com | 2008-08-25 | 2 | -13/+224 |
* | Remove obsolete project so it doesn't confuse new developers | pinkerton@google.com | 2008-08-25 | 1 | -649/+0 |
* | We can link with secur32.lib and call the SSPI functions directly. | wtc@google.com | 2008-08-25 | 2 | -48/+19 |
* | Updated comment in thread naming. | avi@google.com | 2008-08-25 | 1 | -1/+6 |
* | a filename changed in this stack | erikkay@google.com | 2008-08-25 | 1 | -2/+2 |