| Commit message (Expand) | Author | Age | Files | Lines |
* | Finally flip safe-browsing to SafeBrowsingStoreFile. | shess@chromium.org | 2010-09-24 | 1 | -6/+0 |
* | base: Finish moving the SplitString functions from string_util.h to string_sp... | tfarina@chromium.org | 2010-09-24 | 2 | -2/+4 |
* | FBTF: Move virtual methods to implementation files. | erg@google.com | 2010-09-23 | 2 | -45/+76 |
* | Make SafeBrowsingStoreFile the default store for developers. | shess@chromium.org | 2010-09-23 | 1 | -0/+6 |
* | Short-circuit safe-browsing updates once corruption is detected. | shess@chromium.org | 2010-09-21 | 8 | -31/+487 |
* | Suppress safe-browsing perf logging. | shess@chromium.org | 2010-09-18 | 3 | -14/+13 |
* | Create test for safebrowsing_test | lzheng@chromium.org | 2010-09-17 | 1 | -0/+0 |
* | Add database_update_in_progress_ in SafeBrowsingService to indicate if the | lzheng@chromium.org | 2010-09-09 | 3 | -19/+52 |
* | Relax DCHECK in SafeBrowsingDatabaseNew::CacheHashResults(). | shess@chromium.org | 2010-09-09 | 1 | -5/+10 |
* | Add a command line switch "--disable-background-networking", to be used in | mbelshe@chromium.org | 2010-09-08 | 1 | -1/+3 |
* | Add "?" to query strings if original url has no query string. | lzheng@chromium.org | 2010-09-07 | 3 | -11/+26 |
* | Enable SafeBrowsingDatabaseNew. | shess@chromium.org | 2010-09-04 | 3 | -7/+16 |
* | Final fixes for new safe-browsing storage. | shess@chromium.org | 2010-09-02 | 7 | -116/+164 |
* | Fix safe-browsing prefix comparator to sort stably. | shess@chromium.org | 2010-09-01 | 1 | -4/+14 |
* | Move Google-specific code under browser/ into browser/google/. | evan@chromium.org | 2010-08-30 | 2 | -2/+2 |
* | Refactor version-getting info into a chrome::VersionInfo object. | evan@chromium.org | 2010-08-27 | 1 | -4/+3 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -1/+1 |
* | FBTF: Minor cleanup to testing headers. | erg@google.com | 2010-08-25 | 1 | -0/+2 |
* | FBTF: Move individual XXXMsg_Params structs to a new file. | erg@google.com | 2010-08-24 | 1 | -0/+1 |
* | Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}. | viettrungluu@chromium.org | 2010-08-19 | 4 | -1/+3 |
* | FBTF: Remove unneeded headers from base/ (part 6) | thestig@chromium.org | 2010-08-19 | 3 | -1/+6 |
* | Refactor SafeBrowsingDatabase for transition to new file format. | shess@chromium.org | 2010-08-18 | 9 | -223/+2112 |
* | Fix the urls reported as page_url and referer_url when a redirect is involved. | panayiotis@google.com | 2010-08-18 | 2 | -4/+29 |
* | Incrementally bring SafeBrowsingDatabaseTest into the modern age. | shess@chromium.org | 2010-08-17 | 1 | -53/+41 |
* | Remove deprecated wstring Get(As)String() methods from Value, etc. | viettrungluu@chromium.org | 2010-08-16 | 1 | -48/+51 |
* | Report malware redirectors as well. | panayiotis@google.com | 2010-08-12 | 5 | -23/+37 |
* | FBTF: Remove unneeded headers from base/ (part 5) | thestig@chromium.org | 2010-08-07 | 1 | -0/+2 |
* | Minor header cleanup of chrome/browser/[st]*/*.h minus c/b/sync/*.h. | viettrungluu@chromium.org | 2010-08-06 | 7 | -13/+4 |
* | Remove GetSwitchValue() from chrome/* where easy. | evan@chromium.org | 2010-08-06 | 1 | -2/+3 |
* | Revert 55138 - Full end to end test using safebrowsing test server suite. | lzheng@chromium.org | 2010-08-05 | 1 | -394/+31 |
* | Full end to end test using safebrowsing test server suite. | lzheng@google.com | 2010-08-05 | 1 | -31/+394 |
* | base: rename Environment::HasEnv to Environment::HasVar. | tfarina@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | Revert "Remove GetSwitchValue() from chrome/* where easy." | evan@chromium.org | 2010-08-04 | 1 | -3/+2 |
* | Remove GetSwitchValue() from chrome/* where easy. | evan@chromium.org | 2010-08-04 | 1 | -2/+3 |
* | Build fix. | evan@chromium.org | 2010-08-04 | 1 | -5/+5 |
* | Remove usage of GetSwitchValue for most of chrome/browser/. | evan@chromium.org | 2010-08-04 | 1 | -12/+13 |
* | Fix the Windows build. | brettw@chromium.org | 2010-08-03 | 1 | -7/+11 |
* | base: Rename EnvVarGetter to Environment. | tfarina@chromium.org | 2010-08-03 | 1 | -2/+2 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -2/+3 |
* | Add undeclared virtual destructors part 3 | ziadh@chromium.org | 2010-07-30 | 2 | -2/+2 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -1/+2 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 1 | -0/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 13 | -0/+13 |
* | Cleanup: Break another common->app dependency. | thestig@chromium.org | 2010-07-20 | 1 | -2/+2 |
* | Remove <iostream> where possible. | erg@google.com | 2010-07-20 | 1 | -1/+0 |
* | First change to add safebrowsing service test. | lzheng@chromium.org | 2010-07-16 | 3 | -0/+198 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 1 | -0/+1 |
* | Moved InitNavigationParams to test_render_view_host so that other test can us... | oshima@chromium.org | 2010-07-14 | 1 | -21/+1 |
* | Revert everything related to the relanding. | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | Reland r52336. | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |