index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
spellchecker
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
9
-9
/
+0
*
Disable the spellcheck service when asynchronous spellchecking is disabled.
hbono@chromium.org
2012-07-11
1
-0
/
+8
*
clang: -Wunused-private-field cleanups, linux edition
thakis@chromium.org
2012-07-03
2
-3
/
+1
*
Use the type parameter.
hbono@chromium.org
2012-06-28
2
-6
/
+41
*
Disable using the Spelling service when spellchecking text on Mac.
hbono@chromium.org
2012-06-28
2
-1
/
+12
*
Remove unused member variables found by clang's -Wunused-private-field
thakis@chromium.org
2012-06-22
2
-2
/
+8
*
Rename SpellCheckCommon namespace to chrome.
tfarina@chromium.org
2012-06-20
4
-5
/
+5
*
Remove message_loop_helpers.h and update the includes to point to the new loc...
tfarina@chromium.org
2012-06-20
1
-1
/
+1
*
Move test_url_fetcher_factory.* from content/ to net/url_request
akalin@chromium.org
2012-06-19
1
-4
/
+4
*
Move content::URLFetcher static functions to net::URLFetcher
akalin@chromium.org
2012-06-19
3
-6
/
+6
*
Add SpellingServiceClient::IsAvailable().
hbono@chromium.org
2012-06-14
3
-1
/
+74
*
Implement a request cache and disble retrieving a sub-region.
hbono@chromium.org
2012-06-12
1
-0
/
+3
*
Move the rest of the content\test headers that are used by embedders to conte...
jam@chromium.org
2012-06-04
1
-1
/
+1
*
Move test_browser_thread.h from content\test to content\public\test. This way...
jam@chromium.org
2012-06-04
1
-1
/
+1
*
CHECKED_RETURN test ::DuplicateHandle
scr@chromium.org
2012-05-30
1
-7
/
+8
*
Use grammar markers for contextually-misspelled words.
hbono@chromium.org
2012-05-28
5
-3
/
+14
*
Change most content::URLFetcher references to net::URLFetcher
akalin@chromium.org
2012-05-23
3
-3
/
+3
*
Remove content::URLFetcherDelegate
akalin@chromium.org
2012-05-22
5
-13
/
+21
*
Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/
akalin@chromium.org
2012-05-11
4
-6
/
+6
*
Avoid using TestURLRequestContextGetter in SpellingServiceClientTest.
hbono@chromium.org
2012-05-08
2
-7
/
+2
*
Notify the text-check result
hbono@chromium.org
2012-05-02
5
-18
/
+312
*
RefCounted types should not have public destructors, chrome/browser/ part 5
rsleevi@chromium.org
2012-04-25
5
-22
/
+20
*
This patch implements asynchronous spellchecker on Windows and Linux.
shinyak@chromium.org
2012-04-19
1
-0
/
+4
*
Add a "Use a web service for spelling suggestions" option (Take 3)
hbono@chromium.org
2012-04-19
1
-0
/
+3
*
Modify the base::JSONReader interface to take a set of options rather than a ...
rsesek@chromium.org
2012-04-11
1
-1
/
+2
*
Add a 'version' parameter to SpellingServiceClient::RequestTextCheck().
hbono@chromium.org
2012-04-07
3
-2
/
+16
*
Disable sending cookies from the SpellingServiceClient class.
hbono@chromium.org
2012-03-22
1
-1
/
+2
*
Stopped sending cookie for downloading spellcheck dictionaries.
morrita@chromium.org
2012-03-22
1
-1
/
+2
*
Profiles: Really fix refcounted services.
erg@chromium.org
2012-03-16
1
-1
/
+1
*
Disable storing cookies from URLFetchers that run with a profile's cookie jar.
jochen@chromium.org
2012-02-29
2
-0
/
+4
*
Removed WebTextCheckingResult legacy API use.
morrita@chromium.org
2012-02-17
6
-30
/
+24
*
Profiles: Generalize ProfileKeyedServiceFactory into a base class and the par...
erg@chromium.org
2012-02-13
1
-1
/
+1
*
Use the Spelling service when we paste text.
hbono@chromium.org
2012-02-06
2
-2
/
+105
*
Refactor the SpellingMenuObserver class.
hbono@chromium.org
2012-02-03
2
-0
/
+284
*
Profiles: Move the Spelling system onto a ProfileKeyedServiceFactory.
erg@chromium.org
2012-01-27
8
-185
/
+411
*
Convert the remaining trivial tab_contents.h includes in chrome to use web_co...
jam@chromium.org
2012-01-05
1
-1
/
+0
*
Base::Bind - Convert chrome/browser/spellchecker/spellcheck_platform_mac.mm.
hbono@chromium.org
2012-01-05
1
-11
/
+6
*
Remove DeleteTask and convert remaining users.
dcheng@chromium.org
2012-01-02
1
-1
/
+2
*
base::Bind() and custom Task conversion for chrome/browser/spellchecker
dcheng@chromium.org
2011-12-22
1
-58
/
+42
*
Remove Hunspell on OS X - step 4
jeremy@chromium.org
2011-12-21
5
-93
/
+126
*
Move BrowserMessageFilter to public, and into content namespace.
joi@chromium.org
2011-12-16
3
-5
/
+8
*
Remove Hunspell on OS X - step 2
jeremy@chromium.org
2011-12-12
8
-176
/
+56
*
Removing MessageLoop::QuitTask() from chrome/
dcheng@chromium.org
2011-12-10
1
-1
/
+1
*
[Mac] Ignore spell-checker exceptions.
shess@chromium.org
2011-12-10
1
-22
/
+32
*
Remove code to collect spellchecker stats
jeremy@chromium.org
2011-12-06
1
-36
/
+0
*
Switch to IWYU for files that previously were getting a bunch of
joi@chromium.org
2011-12-01
1
-0
/
+1
*
callback_forward.h forward-declares base::Callback and base::Closure.
erikwright@chromium.org
2011-11-28
1
-2
/
+2
*
Add OVERRIDE to chrome/browser/.
avi@chromium.org
2011-11-21
2
-7
/
+8
*
Define the public interface for content browser RenderProcessHost. This inter...
ananta@chromium.org
2011-11-18
5
-16
/
+24
*
chrome: Remove 11 exit time destructors and 4 static initializers.
thakis@chromium.org
2011-11-17
1
-1
/
+1
[next]