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
/
components
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert the re2 GYP targets to be generated by GN.
brettw@chromium.org
2014-01-17
2
-2
/
+2
*
Move the Autofill and URLBlacklist policy handlers to the component.
joaodasilva@chromium.org
2014-01-17
9
-1
/
+251
*
Enable building with configuration_policy==1 on ios.
joaodasilva@chromium.org
2014-01-17
10
-18
/
+18
*
Implement nacl_irt_clock for non-sfi mode.
hidehiko@chromium.org
2014-01-17
7
-6
/
+105
*
Make per-file message file reviewers consistent across owners.
tsepez@chromium.org
2014-01-17
4
-0
/
+19
*
Refactor base/safe_numerics.h
jschuh@chromium.org
2014-01-17
2
-6
/
+6
*
Move AutofillProfileSyncableService into the Autofill component.
blundell@chromium.org
2014-01-16
5
-9
/
+1788
*
Fix memory leak in readingListPrivate api test.
yfriedman@chromium.org
2014-01-16
4
-6
/
+6
*
Revert of Convert the re2 GYP targets to be generated by GN. (https://coderev...
brettw@chromium.org
2014-01-16
2
-2
/
+2
*
Convert the re2 GYP targets to be generated by GN.
brettw@chromium.org
2014-01-16
2
-2
/
+2
*
Implement nacl_irt_futex for non-sfi mode.
hidehiko@chromium.org
2014-01-16
4
-0
/
+85
*
Removed the old policy protobufs location.
joaodasilva@chromium.org
2014-01-16
1
-67
/
+0
*
Implement nacl_irt_thread and nacl_irt_tls for non-sfi mode.
hidehiko@chromium.org
2014-01-16
4
-0
/
+131
*
Implement nacl_irt_fdio for non-sfi mode.
hidehiko@chromium.org
2014-01-15
6
-1
/
+198
*
Generate windows policy files only on windows.
thakis@chromium.org
2014-01-15
1
-110
/
+112
*
Sanitize the referrer when loading a serialized navigation entry
jochen@chromium.org
2014-01-15
3
-0
/
+71
*
Don't try to load a plugin after the webview plugin is gone
jochen@chromium.org
2014-01-14
1
-0
/
+2
*
[rAc] - default to the sandbox for unofficial builds
estade@chromium.org
2014-01-14
2
-1
/
+32
*
Implement initial of chrome.readingListPrivate api.
yfriedman@chromium.org
2014-01-14
8
-29
/
+51
*
Ensure WeakPtrFactories are at the end of their owning classes and refer
pkasting@chromium.org
2014-01-14
2
-37
/
+21
*
Move the guts of user_metrics to a new static lib in //base/metrics.
ben@chromium.org
2014-01-13
1
-2
/
+2
*
Fix schema for AutoCleanUpStrategy policy
bartfab@chromium.org
2014-01-13
1
-3
/
+1
*
Explicitly cut link between WebViewPlugin and PluginPlaceholder
jochen@chromium.org
2014-01-13
4
-3
/
+11
*
Update WebFrameClient::didClearWindowObject signature.
jochen@chromium.org
2014-01-13
2
-2
/
+2
*
Add CookieStoreConfig to unify API for in-memory and persistent CookieStore C...
ajwong@chromium.org
2014-01-11
1
-2
/
+4
*
Move TranslateURLFetcher to the translate component
droger@chromium.org
2014-01-10
5
-0
/
+198
*
Android: moves autofill to use long for JNI.
bulach@chromium.org
2014-01-10
1
-0
/
+1
*
Initial implementation of IRT for non-SFI mode.
hidehiko@chromium.org
2014-01-10
5
-0
/
+176
*
Move SigninManagerDelegate into the Signin component.
blundell@chromium.org
2014-01-10
2
-0
/
+20
*
[Password Autofill] Trigger onChange events in JavaScript when autofilling pa...
isherman@chromium.org
2014-01-10
2
-5
/
+11
*
Allow multiple NaCl modules to be debugged.
bradnelson@google.com
2014-01-10
1
-8
/
+15
*
Add autofill preview support for Textarea
ziran.sun@samsung.com
2014-01-09
1
-37
/
+57
*
Move LanguageUsageMetrics and TranslateBrowserMetrics to components
droger@chromium.org
2014-01-09
12
-1
/
+621
*
Allow Win64 build of base library even in a Win32 build.
petewil@chromium.org
2014-01-09
1
-2
/
+2
*
Android: moves navigation_interception to use long for JNI.
bulach@chromium.org
2014-01-09
1
-0
/
+1
*
Android: moves web_contents_delegate_android to use long for JNI.
bulach@chromium.org
2014-01-09
2
-4
/
+5
*
Create signin component and componentize TokenWebData.
blundell@chromium.org
2014-01-09
14
-2
/
+522
*
Don't try to access the plugin_ after we deleted in the in plugin placeholder
jochen@chromium.org
2014-01-09
1
-0
/
+4
*
Autofill popup should not be presented when autocomplete='off', even if
jww@chromium.org
2014-01-09
1
-15
/
+25
*
[Autofill] Sanitize all data that comes in over IPC.
isherman@chromium.org
2014-01-09
12
-45
/
+217
*
Add managed policies for Native Messaging
sergeyu@chromium.org
2014-01-09
1
-1
/
+59
*
Disable wallet in countries where it's not supported, take 2.
estade@chromium.org
2014-01-09
4
-10
/
+52
*
rAc: support street-address.
estade@chromium.org
2014-01-09
2
-6
/
+8
*
posix LaunchProcess: remove more iterator usage that was missed in r243401
mattm@chromium.org
2014-01-09
1
-2
/
+2
*
Include the referrer policy in sync'd tab navigations
jochen@chromium.org
2014-01-08
2
-5
/
+6
*
Revert of https://codereview.chromium.org/109783003/
noamsml@chromium.org
2014-01-08
14
-522
/
+2
*
Move the plugin placeholder from CppBoundClass to gin::Wrappable
jochen@chromium.org
2014-01-08
8
-55
/
+72
*
Implement initial version of VariationSeedSimulator.
asvitkine@chromium.org
2014-01-08
5
-0
/
+534
*
Break dependency of chrome.gyp:common on content.gyp:content_browser.
joaodasilva@chromium.org
2014-01-08
8
-216
/
+308
*
Create signin component and componentize TokenWebData.
blundell@chromium.org
2014-01-08
14
-2
/
+522
[next]