| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not duplicate custom dictionary words on disk. | rouslan | 2015-06-03 | 5 | -45/+43 |
* | Remove rlp from all OWNERS files. | mgiuca | 2015-06-01 | 1 | -1/+0 |
* | Move Tuple to base namespace. | brettw | 2015-05-29 | 1 | -4/+4 |
* | Rename third_party/hunspell_new back to third_party/hunspell. | tfarina | 2015-05-18 | 1 | -1/+1 |
* | Update Chromium to use hunspell from third_party/hunspell_new. | tfarina | 2015-05-07 | 1 | -1/+1 |
* | Update {virtual,override} to follow C++11 style in chrome. | nick | 2015-04-24 | 3 | -14/+12 |
* | Revert "Remove spellcheck feedback." | rouslan | 2015-03-25 | 2 | -0/+33 |
* | Bump en-us/ca spellcheck dictionaries used. | rouslan | 2015-03-12 | 1 | -0/+3 |
* | partial PageClickTracker migration to RenderFrameObserver | estade | 2015-01-30 | 1 | -11/+9 |
* | Remove spellcheck feedback. | rouslan | 2015-01-21 | 2 | -33/+0 |
* | replace COMPILE_ASSERT with static_assert in chrome/[r-z]*/ | mostynb | 2015-01-05 | 2 | -8/+10 |
* | Make callers of CommandLine use it via the base:: namespace, and remove the g... | avi | 2014-12-25 | 1 | -1/+2 |
* | Update legacy Tuple-using code. | Avi Drissman | 2014-12-22 | 1 | -4/+4 |
* | Cleanup: Fix some chrome's includes that were not using qualified path. | tfarina | 2014-12-09 | 1 | -1/+1 |
* | Standardize usage of virtual/override/final specifiers. | dcheng | 2014-10-28 | 2 | -3/+2 |
* | Cleanup: Better constify some strings in chrome. | thestig | 2014-10-22 | 1 | -2/+1 |
* | Standardize usage of virtual/override/final in chrome/renderer/ | dcheng | 2014-10-21 | 6 | -25/+23 |
* | Convert ARRAYSIZE_UNSAFE -> arraysize in chrome/, outside of chrome/browser/. | viettrungluu | 2014-10-16 | 2 | -10/+10 |
* | Replacing the OVERRIDE with override and in chrome/renderer | mohan.reddy | 2014-10-10 | 7 | -29/+29 |
* | Change base/file_utils.h includes to base/files/file_utils.h in chrome/ | thestig | 2014-08-26 | 1 | -1/+1 |
* | Add LOCAL_ prefix to non-UMA histogram macros. | asvitkine | 2014-08-26 | 1 | -7/+0 |
* | Adding a word to dictionary should remove spelling markers | klemen.forstneric@gmail.com | 2014-08-21 | 1 | -0/+29 |
* | Cleanup: Remove obsolete references to webkit_glue namespace. | tfarina@chromium.org | 2014-08-09 | 1 | -1/+1 |
* | Cleanup: Remove unneeded #includes for grit/, ui/base/l10n/l10n_util.h and ui... | thestig@chromium.org | 2014-08-08 | 1 | -1/+0 |
* | Roll ICU to icu52 | jshin@chromium.org | 2014-07-18 | 1 | -2/+6 |
* | Revert 277111 "Roll ICU to icu52" | sorin@chromium.org | 2014-06-13 | 1 | -6/+2 |
* | Roll ICU to icu52 | jshin@chromium.org | 2014-06-13 | 1 | -2/+6 |
* | Refactor code to avoid direct dependency upon ICU: spellcheck_worditerator | andrewhayden@chromium.org | 2014-06-13 | 2 | -49/+37 |
* | Add support for passing an arbitrary parameter to an IPC message handler. The... | jam@chromium.org | 2014-05-13 | 2 | -38/+22 |
* | Remove stray platform_file.h from chrome and components | rvargas@chromium.org | 2014-05-13 | 1 | -1/+0 |
* | Remove PlatformFile from spell checker | rvargas@chromium.org | 2014-03-25 | 10 | -35/+34 |
* | Use Tajik dictionary in Chrome | rouslan@chromium.org | 2014-03-19 | 1 | -2/+16 |
* | Replace WebDocument::focusedNode to focusedElement | mahesh.kk@samsung.com | 2014-02-27 | 1 | -3/+4 |
* | Convert base::MemoryMappedFile to use File instead of PlatformFile. | rvargas@chromium.org | 2014-01-03 | 1 | -1/+3 |
* | Remove UTF string conversion functions from the global namespace. | avi@chromium.org | 2013-12-26 | 1 | -0/+1 |
* | Update some uses of char16 to use the base:: namespace. | avi@chromium.org | 2013-12-25 | 8 | -12/+12 |
* | Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/s... | avi@chromium.org | 2013-12-25 | 9 | -52/+56 |
* | Use base namespace for string16 in chrome/renderer. | brettw@chromium.org | 2013-12-04 | 22 | -113/+124 |
* | Cleanup: Remove unused includes of webkit/glue/webkit_glue.h | tfarina@chromium.org | 2013-11-12 | 1 | -2/+0 |
* | Rename WebKit namespace to blink (part 4) | abarth@chromium.org | 2013-11-07 | 9 | -91/+91 |
* | [spell] Stop using deprecated Blink API get/setDecoration() | rouslan@chromium.org | 2013-10-12 | 2 | -5/+4 |
* | [spell] Use TextDecoration instead of TextChecking for markers | rouslan@chromium.org | 2013-10-10 | 4 | -21/+21 |
* | [spell] Prepare for switch from TextChecking to TextDecoration | rouslan@chromium.org | 2013-10-05 | 1 | -3/+8 |
* | Replace third_party/icu/public with third_party/icu/source in the include dir... | jshin@chromium.org | 2013-07-18 | 2 | -6/+6 |
* | Use a direct include of the message_loop header in chrome/app, chrome/common,... | avi@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | Handle null char in the middle of text in custom spellcheck dictionary engine | rouslan@chromium.org | 2013-07-11 | 4 | -12/+14 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -1/+1 |
* | Revert 211050 "Handle null char in the middle of text in custom ..." | hashimoto@chromium.org | 2013-07-11 | 2 | -8/+7 |
* | Handle null char in the middle of text in custom spellcheck dictionary engine | rouslan@chromium.org | 2013-07-11 | 2 | -7/+8 |
* | Use a direct include of time headers in chrome/common/, chrome/installer, chr... | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |