| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Histogram safe_browsing BloomFilter::LoadFile(). | shess@chromium.org | 2010-10-19 | 2 | -6/+49 |
* | Revert revert 62918 - net: clean up SSLHostInfo construction." | agl@chromium.org | 2010-10-19 | 51 | -99/+246 |
* | [cros] Fix multiple issues for OOBE/login. | nkostylev@chromium.org | 2010-10-19 | 10 | -15/+51 |
* | Remove direct dependency of extensions on NSS library | joth@chromium.org | 2010-10-19 | 2 | -7/+18 |
* | Update V8 to version 2.5.0. BUG=none TEST=green | whesse@chromium.org | 2010-10-19 | 1 | -1/+1 |
* | WebKit merge 70011:70030 | hayato@chromium.org | 2010-10-19 | 1 | -1/+1 |
* | For the Mac, if there is no default search provider, don't show a selection i... | jeanluc@google.com | 2010-10-19 | 3 | -13/+16 |
* | Updating trunk VERSION from 558.0 to 559.0 | chrome-release@google.com | 2010-10-19 | 1 | -1/+1 |
* | GTTF: Remove flaky and/or useless UI tests. | phajdan.jr@chromium.org | 2010-10-19 | 1 | -31/+1 |
* | Revert 63030 - For the Mac, if there is no default search provider, don't sho... | phajdan.jr@chromium.org | 2010-10-19 | 3 | -17/+14 |
* | Minor cleanup of AccessibilityEvents: | finnur@chromium.org | 2010-10-19 | 2 | -34/+41 |
* | For the Mac, if there is no default search provider, don't show a selection i... | jeanluc@google.com | 2010-10-19 | 3 | -14/+17 |
* | [cros] Fix layout issues on welcome screen. | nkostylev@chromium.org | 2010-10-19 | 5 | -52/+53 |
* | Fix a bug that caused the update status message in about: to be incorrect | satorux@chromium.org | 2010-10-19 | 1 | -3/+10 |
* | Switch system logs on user log earlier | dpolukhin@chromium.org | 2010-10-19 | 1 | -5/+7 |
* | Add Ability to pass in allowed extensions to GPU contexts. | gman@chromium.org | 2010-10-19 | 34 | -231/+384 |
* | GTTF: Make test_shell_tests use base/test_suite.h | phajdan.jr@chromium.org | 2010-10-19 | 2 | -53/+60 |
* | If default search is managed, we should not asked the user to choose it at Fi... | jeanluc@google.com | 2010-10-19 | 8 | -49/+95 |
* | Stability fix: do not access Browser* during its destruction | phajdan.jr@chromium.org | 2010-10-19 | 2 | -19/+11 |
* | Suppress crash in v8::internal::GetHiddenProperties found by reliability bot | tyoshino@chromium.org | 2010-10-19 | 1 | -0/+3 |
* | Add the dependency with safebrowsing's test suite server and make safebrowsin... | lzheng@chromium.org | 2010-10-19 | 2 | -48/+472 |
* | disable websocket live experiment by default | ukai@chromium.org | 2010-10-19 | 1 | -0/+2 |
* | Add function to convert from a url to a known search engine. | levin@chromium.org | 2010-10-19 | 3 | -63/+213 |
* | Disable TestEnableResourcesTab. | levin@chromium.org | 2010-10-19 | 1 | -1/+8 |
* | Test Shell: implement hasSpellingMarker() to make tests pass. | morrita@chromium.org | 2010-10-19 | 2 | -0/+11 |
* | Revert 63005 - If default search is managed, we should not asked the user to ... | tyoshino@chromium.org | 2010-10-19 | 9 | -97/+51 |
* | Revert 63011 - Convert a lot of DCHECK()s to DCHECK_EQ() and similar, so that... | dpranke@chromium.org | 2010-10-19 | 1 | -46/+45 |
* | Convert a lot of DCHECK()s to DCHECK_EQ() and similar, so that when they fail... | pkasting@chromium.org | 2010-10-19 | 1 | -45/+46 |
* | Roll Skia to r607 to pick up font fixes. | cevans@chromium.org | 2010-10-19 | 1 | -1/+1 |
* | Reland r62959 without the changes to histogram.cc, in hopes it won't break ta... | pkasting@chromium.org | 2010-10-19 | 12 | -42/+36 |
* | Use JoinString from string_util.h instead of a custom function. | tfarina@chromium.org | 2010-10-19 | 2 | -25/+6 |
* | WebFileWriterBase unit tests | michaeln@chromium.org | 2010-10-19 | 3 | -5/+429 |
* | DOMUI: Change the UTH Privacy section text 'Google Chrome may use web service... | tfarina@chromium.org | 2010-10-19 | 1 | -1/+1 |
* | If default search is managed, we should not asked the user to choose it at Fi... | jeanluc@google.com | 2010-10-19 | 9 | -51/+97 |
* | Make the TemplateURL test code less likley to crash if various failures happen. | levin@chromium.org | 2010-10-19 | 2 | -6/+9 |
* | Support sync file io for pepper, to support LSOs | piman@chromium.org | 2010-10-19 | 15 | -8/+879 |
* | WebKit roll 69808:70011 | jamesr@chromium.org | 2010-10-19 | 1 | -1/+1 |
* | Convert LOG(INFO) to VLOG(1) - webkit/. | pkasting@chromium.org | 2010-10-19 | 7 | -35/+33 |
* | Convert LOG(INFO) to VLOG(1) - app/. | pkasting@chromium.org | 2010-10-19 | 5 | -10/+10 |
* | Fix the initial clipping of accelerated plugins on the Mac | stuartmorgan@chromium.org | 2010-10-19 | 2 | -1/+3 |
* | Clear AutoFill data along with Form Autocomplete data from Clear Browsing Dat... | isherman@chromium.org | 2010-10-19 | 11 | -29/+496 |
* | Undo spacing change from r62977 that had a bad side effect. | aa@chromium.org | 2010-10-19 | 1 | -4/+0 |
* | Moving the disable test to correct file. | oshima@chromium.org | 2010-10-19 | 2 | -2/+3 |
* | Fix GCC 4.3.4 Release build failure due to warning about potentially uninitia... | tschmelcher@chromium.org | 2010-10-19 | 1 | -12/+10 |
* | Change a raw "Google Chrome" to $PRODUCT_NAME in generated_resources.grd. | mpcomplete@chromium.org | 2010-10-18 | 2 | -2/+3 |
* | Fix Valgrind unittests by forcing illegal memory accesses to happen unconditi... | pkasting@chromium.org | 2010-10-18 | 1 | -2/+4 |
* | Removing unused code in RenderView (that code actually does not compile when ... | jcivelli@chromium.org | 2010-10-18 | 2 | -13/+0 |
* | Disable preloading domui menu page | oshima@chromium.org | 2010-10-18 | 1 | -0/+4 |
* | Suppression for memory leak in SyncMessage::GenerateReply | oshima@chromium.org | 2010-10-18 | 1 | -1/+11 |
* | Optimistic Fix for an error on AutomationProvider destructor. | nirnimesh@chromium.org | 2010-10-18 | 1 | -2/+5 |