| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes two related bugs: | sky@chromium.org | 2009-12-18 | 3 | -6/+31 |
* | Remove IsPrefRegistered function from PrefService API and fix the callers to | tony@chromium.org | 2009-12-07 | 1 | -1/+1 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-12-02 | 2 | -0/+2 |
* | Remove std::wstring from most of net/base/escape.h. | darin@chromium.org | 2009-11-30 | 1 | -8/+11 |
* | Use plain strings instead of wstrings for UMA actions | evan@chromium.org | 2009-11-17 | 2 | -4/+4 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 7 | -17/+17 |
* | More search engine prepopulate data updating. | estade@chromium.org | 2009-11-11 | 1 | -1167/+702 |
* | A large number of style nits in preparation for turning on automated cpplint.py. | erg@google.com | 2009-11-11 | 2 | -2/+2 |
* | Start to update search engine prepopulate data: Hungary and UAE. | estade@chromium.org | 2009-11-10 | 1 | -28/+38 |
* | Landing georgey's CL | jcampan@chromium.org | 2009-11-09 | 1 | -4/+6 |
* | Unittest for fix to allow navigation when there is no history DB. | pkasting@chromium.org | 2009-11-02 | 1 | -1/+1 |
* | Remove tapuz.co.il from search provider list since it isn't a search provider. | jeremy@chromium.org | 2009-11-02 | 1 | -12/+2 |
* | If we remove a search engine from our prepopulate data, remove it from the us... | pkasting@chromium.org | 2009-10-29 | 3 | -10/+77 |
* | Remove some #includes where possible. | pkasting@chromium.org | 2009-10-23 | 5 | -32/+15 |
* | Make PNGCodec::Decode(...) not make an intermediary copy of the decoded data; | erg@google.com | 2009-10-22 | 1 | -2/+2 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 2 | -2/+2 |
* | Remove the dependency on i18n/icu_string_conversions from base/string_util.h. | brettw@chromium.org | 2009-10-10 | 1 | -6/+8 |
* | Coverity: check file_util::ReadFileToString return. | mattm@chromium.org | 2009-10-08 | 1 | -1/+1 |
* | Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes | brettw@chromium.org | 2009-10-03 | 1 | -2/+2 |
* | Convert history to use new sql wrappers. Enhance wrappers in several ways to | brettw@chromium.org | 2009-10-02 | 1 | -0/+2 |
* | posix: fix a bug estade found in the review but I misunderstood his comment | evan@chromium.org | 2009-09-25 | 1 | -1/+1 |
* | linux: unittest fix | evan@chromium.org | 2009-09-25 | 1 | -2/+2 |
* | linux: drop temp_scaffolding_stubs | evan@chromium.org | 2009-09-25 | 2 | -1/+12 |
* | [Mac] Polish the search engine manager | rsesek@chromium.org | 2009-09-19 | 2 | -0/+12 |
* | Implement GetCurrentCountryID() for Linux. | suzhe@chromium.org | 2009-09-18 | 1 | -1/+28 |
* | Don't allow updating tabs to javascript URLs without host | aa@chromium.org | 2009-09-11 | 1 | -7/+2 |
* | Fix to use FilePath version of PathService::Get. | thestig@chromium.org | 2009-09-09 | 1 | -13/+13 |
* | Adds a FaviconService class tied to the profile. | arv@google.com | 2009-08-28 | 1 | -6/+6 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 3 | -14/+8 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 3 | -8/+14 |
* | Cleaning up lines longer than 80 chars under src/chrome/browser. | mark@chromium.org | 2009-08-17 | 1 | -1/+2 |
* | Changes Live Search to Bing for en_US only. A full worldwide review is in pr... | pkasting@chromium.org | 2009-08-17 | 1 | -13/+13 |
* | Revert of r22559. | aa@chromium.org | 2009-08-06 | 1 | -1/+1 |
* | Bunch of Coverity fixes, rather minor severity. | phajdan.jr@chromium.org | 2009-08-06 | 1 | -1/+1 |
* | Fix some character literals to use the right escape string. | pkasting@chromium.org | 2009-07-31 | 1 | -2/+2 |
* | Fixes bug in creating search terms where we weren't unescaping | sky@chromium.org | 2009-07-31 | 2 | -1/+6 |
* | Fix search engine manager allowing you to remove the current default search e... | mattm@chromium.org | 2009-07-30 | 2 | -3/+3 |
* | Refactorings surrounding HostResolver: | ericroman@google.com | 2009-07-15 | 1 | -4/+4 |
* | Moved typedef of RedirectList from HistoryService class to history namespace. | meelapshah@chromium.org | 2009-07-01 | 2 | -2/+2 |
* | Fix: Certain redirections remove sites from the history | yuzo@chromium.org | 2009-07-01 | 2 | -2/+3 |
* | Refactor the win KeywordEditorView for cross platform friendliness. | mattm@chromium.org | 2009-06-26 | 5 | -0/+797 |
* | Replace std:;wstring with std::string and string16 in locale-name related APIs. | jshin@chromium.org | 2009-06-24 | 2 | -2/+3 |
* | Rejiggers the keyword editor so that the UI is independent of the model rathe... | ben@chromium.org | 2009-06-23 | 5 | -163/+174 |
* | Second attempt to land this. This time it compiles on windows, too. | ben@chromium.org | 2009-06-19 | 1 | -0/+2 |
* | Reverting 18865. | ben@chromium.org | 2009-06-19 | 1 | -2/+0 |
* | Fixes for TOOLKIT_VIEWS build. Disable stuff that we know isn't working so far. | ben@chromium.org | 2009-06-19 | 1 | -0/+2 |
* | Add gtk EditKeywordController. | mattm@chromium.org | 2009-06-18 | 2 | -15/+13 |
* | Pass a gfk::NativeWindow instead of gfx::NativeView for TemplateURLFetcher. | mattm@chromium.org | 2009-06-17 | 2 | -4/+4 |
* | Refactor platform-independent stuff out of EditKeywordController. | mattm@chromium.org | 2009-06-17 | 2 | -0/+221 |
* | Fixes bug where keyword editor would end up prefixing all keyword urls | sky@chromium.org | 2009-06-15 | 6 | -37/+38 |