- af7b4c8 base/i18n: Make BreakIterator::IsWord() more readable. by tfarina@chromium.org · 13 years ago
- 4d4231f base/i18n: Pass |str| as const reference in BreakIterator::Init(). by tfarina@chromium.org · 13 years ago
- 8bf5bc4 base/i18n: Put break_iterator* into namespace i18n. by tfarina@chromium.org · 13 years ago
- b5c2bef Make 'dangerous download warning' visible in Japanese UI on Windows. by jshin@chromium.org · 14 years ago
- b446a3a Add BREAK_NEWLINE mode to break_iterator.cc by tsepez@chromium.org · 14 years ago
- 79f2490 Commiting second word iterator patch for tsepez. this was originally reviewed at http://codereview.chromium.org/5796003/ by cdn@chromium.org · 14 years ago[Renamed (67%) from base/i18n/word_iterator.h]
- fe13946 Remove ICU header dependencies outside of /i18n directory. by cdn@chromium.org · 14 years ago
- 9fc8707 Reland r62959 without the changes to histogram.cc, in hopes it won't break tab_switching_test, and without the changes to tools_sanity_unittest.cc, which have already been relanded separately. by pkasting@chromium.org · 14 years ago
- 99d88cd ** Think this may have caused TabSwitchingTest to fail, as it is parsing log files. ** by tim@chromium.org · 14 years ago
- 819a34e Convert LOG(INFO) to VLOG(1) - base/. by pkasting@chromium.org · 14 years ago
- 6bde7e8 FBTF: Remove unneeded #includes of <string> and <vector> from src/app and src/base. by viettrungluu@chromium.org · 14 years ago
- 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
- 0c5f8a7 Make it possible to compile word_iterator.h on Gentoo when using system ICU. by phajdan.jr@chromium.org · 14 years ago
- dd06b7b Replace wstring with string16 in history. The only time wstring is used now in history is for bookmark-related stuff (the bookmarks system is still wstring-based). by brettw@chromium.org · 14 years ago
- a52632f Move more ICU-dependent stuff from base into base/i18n. Some test stuff also by brettw@chromium.org · 15 years ago[Renamed (91%) from base/word_iterator.h]
- ad8855a NO CODE CHANGE by deanm@chromium.org · 16 years ago
- 876ce9e Make WordIterator and Snippet::MatchPositions use size_t instead of int for offsets into strings. This avoids some casts. I also added a typedef for Snippet::MatchPosition which cleans up a bit of the calling code a little. by pkasting@chromium.org · 16 years ago
- f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
- 9713786 Add a trailing EOL to source files. This eliminates warnings in GCC. by deanm@google.com · 16 years ago
- 3948d4d Fixes word_iterator to actually compile. Next time, never just paste code in that _should_ fix things without actually compiling :( by avi@google.com · 16 years ago
- 26e717a Add a unit test for WordIterator. Fix word_iterator.* includes at the same time. by maruel@google.com · 16 years ago
- a6d844f Fix an issue where U_WCHAR_IS_UTF16 would not be defined systematically. This would result in WordIterator definition not being consistent and random crashes would occur. by maruel@google.com · 16 years ago
- 4fc32c0 UTF16 vs 32 issues. Review URL: http://chrome-reviews.prom.corp.google.com/1091 by avi@google.com · 16 years ago
- 3f4a732 Add base to the repository. by initial.commit · 16 years ago