index
:
external_chromium.git
master
external chromium
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
android
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Remove code to detect if we have the private autofill header"
Ben Murdoch
2011-06-15
2
-83
/
+0
|
\
|
*
Remove code to detect if we have the private autofill header
Ben Murdoch
2011-06-16
2
-83
/
+0
*
|
Removing all prefs usage for Android in autofill
Kristian Monsen
2011-06-15
1
-4
/
+1
|
/
*
Merge Chromium at r11.0.672.0: Compile fix in profile_android.h
Kristian Monsen
2011-06-14
1
-1
/
+8
*
Merge Chromium at r11.0.672.0: Compile fix in android_url_request_context_get...
Kristian Monsen
2011-06-14
2
-4
/
+4
*
Merge Chromium at r11.0.672.0: Compile fix in url_fetcher_proxy.h
Kristian Monsen
2011-06-14
1
-2
/
+2
*
Merge Chromium at r11.0.672.0: Files moved upstream
Kristian Monsen
2011-06-14
2
-1
/
+1
*
Merge bd61185cb9da2edfd394e469f2db9291cbfaf238
Jean-Baptiste Queru
2011-05-31
1
-1
/
+3
|
\
|
*
Fix build. Switch to a new way of spoofing prctl.
Jean-Baptiste Queru
2011-05-31
1
-1
/
+3
*
|
Merge Chromium at 10.0.634.0: Fix link errors
Kristian Monsen
2011-05-25
2
-3
/
+20
*
|
Merge Chromium at 10.0.634.0: Fix conflict and compile from thread.h move
Kristian Monsen
2011-05-25
2
-2
/
+2
*
|
Merge Chromium at 10.0.634.0: Fix conflicts in autofill
Kristian Monsen
2011-05-25
1
-1
/
+2
*
|
Merge Chromium at 10.0.621.0: Fix linker error
Kristian Monsen
2011-05-20
1
-0
/
+10
*
|
Merge Chromium at 10.0.621.0: profile.h moved upstream
Kristian Monsen
2011-05-20
1
-1
/
+1
*
|
Merge Chromium at 10.0.621.0: Compile fix for profile_android.h
Kristian Monsen
2011-05-20
1
-1
/
+3
*
|
Merge Chromium at 10.0.621.0: Compile fix, CreateUserPrefService removed upst...
Kristian Monsen
2011-05-20
1
-1
/
+1
|
/
*
Remove native localised strings cache.
Ben Murdoch
2011-02-28
1
-6
/
+0
*
Localise autofill regular expressions
Ben Murdoch
2011-02-28
1
-1
/
+37
*
Do not cache the JNIEnv pointer.
Ben Murdoch
2011-02-28
1
-19
/
+20
*
Fix for bug 3360824, warning when opening tab
Kristian Monsen
2011-01-25
1
-2
/
+3
*
Merge "Use current thread's JNIEnv." into honeycomb
Shimeng (Simon) Wang
2011-01-14
1
-2
/
+7
|
\
|
*
Use current thread's JNIEnv.
Shimeng (Simon) Wang
2011-01-13
1
-2
/
+7
*
|
Renamed JavaInputStreamWrapper to JavaISWrapper
Kristian Monsen
2011-01-14
2
-6
/
+6
|
/
*
Uploads for content uri's
Kristian Monsen
2011-01-13
2
-0
/
+91
*
Merge Chromium at 9.0.597.55: Add missing Profile stubs.
Ben Murdoch
2011-01-11
1
-0
/
+8
*
Fix crash in AutoFill
Ben Murdoch
2010-12-20
5
-32
/
+18
*
Update Chromium to use timegm()
Steve Block
2010-12-07
1
-12
/
+0
*
Merge Chromium at r66597: Stub new Profile methods on Android
Ben Murdoch
2010-12-03
1
-2
/
+4
*
Provide a URLRequestContext directly to AutoFill, rather than a factory function
Steve Block
2010-11-30
2
-9
/
+6
*
Fix bug in URLFetcherProxy
Ben Murdoch
2010-11-22
1
-2
/
+3
*
Merge Chromium at r65505: OpenSSL support
Ben Murdoch
2010-11-19
4
-0
/
+201
*
Merge Chromium at r65505: Add new Profile functions to ProfileAndroid
Ben Murdoch
2010-11-19
1
-4
/
+10
*
Merge Chromium at r65505: GetIOMessageLoopProxy now const
Ben Murdoch
2010-11-19
2
-3
/
+3
*
Fix crash in AutoFill
Ben Murdoch
2010-11-18
2
-1
/
+39
*
Revert "Merge Chromium at r63472 : Workaround for compiler bug."
Iain Merrick
2010-11-09
1
-147
/
+0
*
Merge Chromium at r63472 : Workaround for compiler bug.
Iain Merrick
2010-11-03
1
-0
/
+147
*
Merge Chromium at r63472 : Fix profile_android.h
Iain Merrick
2010-11-03
1
-0
/
+2
*
Fix chromium code to use timegm64()
Steve Block
2010-11-02
1
-0
/
+12
*
Remove a superfluous extern declaration for timegm(), which we don't use on A...
Steve Block
2010-11-02
1
-1
/
+0
*
Implement l10n_util functions needed for AutoFill previews.
Ben Murdoch
2010-10-29
4
-0
/
+151
*
Syncing external/chromium with chromium release 61029, sdch
Kristian Monsen
2010-10-25
1
-0
/
+3
*
Merge "Hide details of private browsing for URLRequestContext from Chromium A...
Steve Block
2010-10-25
2
-2
/
+2
|
\
|
*
Hide details of private browsing for URLRequestContext from Chromium AutoFill...
Steve Block
2010-10-22
2
-2
/
+2
*
|
Add Android MIME types to Chrome HTTP stack.
Iain Merrick
2010-10-22
4
-0
/
+141
|
/
*
Fix Chromium HTTP request context getters to use raw pointers
Steve Block
2010-10-21
2
-2
/
+2
*
Merge Chromium at 7.0.540.0 : Fix Android autofill code.
Iain Merrick
2010-10-19
2
-4
/
+9
*
Build fixes for the simulator.
Patrick Scott
2010-10-01
1
-1
/
+1
*
Merge changes I8627d6ea,I257f519a
Steve Block
2010-10-01
2
-15
/
+11
|
\
|
*
Update AndroidURLRequestContextGetter to take a pointer to the getter function
Steve Block
2010-09-30
2
-6
/
+10
|
*
Remove an unused setter and getter from AndroidURLRequestContextGetter
Steve Block
2010-09-30
1
-9
/
+1
[next]