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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make common utility to load views from nibs.
avi@chromium.org
2012-04-05
1
-22
/
+9
*
Restored NaCl test for TCPServerSocketPrivate. It was already restored
ygorshenin@chromium.org
2012-04-05
1
-2
/
+1
*
Disabled rename/delete on offline GData
kaznacheev@chromium.org
2012-04-05
2
-25
/
+36
*
Mac content shell: HTTP auth.
avi@chromium.org
2012-04-05
1
-1
/
+1
*
History Tab: Un-bookmarking the page on clicking star icon.
dubroy@chromium.org
2012-04-05
3
-6
/
+33
*
Revert 130675 - Reapply Wei Li's patch
dubroy@chromium.org
2012-04-05
12
-184
/
+11
*
Adds the spelling service to the `chrome.privacy` extension API.
mkwst@chromium.org
2012-04-05
4
-2
/
+35
*
Add calls to store/retrieve user policy to SessionManagerClient.
mnissler@chromium.org
2012-04-05
9
-60
/
+111
*
Fix naming in release_channel_delegated comment.
mnissler@chromium.org
2012-04-05
1
-2
/
+2
*
Include policy caption and descriptions in cloud_policy.proto
mnissler@chromium.org
2012-04-05
1
-0
/
+37
*
Ignore shared policy-pushed non-WiFi networks.
mnissler@chromium.org
2012-04-05
1
-0
/
+12
*
Remove orphaned policy-pushed remembered networks.
mnissler@chromium.org
2012-04-05
4
-9
/
+56
*
DevTools: migrate devtools window to the InspectorFrontendAPI.
pfeldman@chromium.org
2012-04-05
1
-5
/
+5
*
Canonicalize user names on whitelist checks.
mnissler@chromium.org
2012-04-05
2
-11
/
+58
*
Fix race on enterprise enrollment.
mnissler@chromium.org
2012-04-05
5
-1
/
+20
*
Plug leak in ExtensionAPI unit test.
aa@chromium.org
2012-04-05
1
-0
/
+3
*
BrowsingData::IsValidScheme should respect --enable-file-cookies CLI flag.
mkwst@chromium.org
2012-04-05
2
-7
/
+17
*
In addition to the request URL we now also pass the first party URL (the URL ...
markusheintz@chromium.org
2012-04-05
6
-21
/
+55
*
Add #include <iterator> to files that use std::back_inserter.
halyavin@google.com
2012-04-05
2
-1
/
+3
*
Replaced CHECK with DCHECK. This case should not be fatal.
vitalybuka@chromium.org
2012-04-05
1
-1
/
+4
*
Use unified indexes in ArrayDataModel.splice.
serya@google.com
2012-04-05
2
-20
/
+50
*
Added an app icon for Audio Player
kaznacheev@chromium.org
2012-04-05
2
-0
/
+1
*
Add message about incognito mode to chrome://history confirmation dialog
dubroy@chromium.org
2012-04-05
2
-2
/
+18
*
Reenable GeolocationBrowserTest.TabDestroyed browser test.
jknotten@chromium.org
2012-04-05
1
-2
/
+1
*
Make URLMatcherConditionSet refcounted
battre@chromium.org
2012-04-05
7
-88
/
+71
*
Add a CHECK when PluginFinder::FindPluginWithIdentifier fails.
bauerb@chromium.org
2012-04-05
1
-0
/
+3
*
Refactoring in NaClProcessHost::DebugContext.
halyavin@google.com
2012-04-05
1
-13
/
+9
*
Add #include <iterator> to files that use std::back_inserter.
halyavin@google.com
2012-04-05
1
-0
/
+1
*
Use Entry.copyTo to move files inside any volume.
serya@google.com
2012-04-05
1
-17
/
+22
*
Tiny typo in browser/ui/content_settings/OWNERS
mkwst@chromium.org
2012-04-05
1
-1
/
+1
*
Updating trunk VERSION from 1092.0 to 1093.0
chrome-release@google.com
2012-04-05
1
-1
/
+1
*
Introduce label related unittests.
nona@chromium.org
2012-04-05
4
-94
/
+267
*
Pass localized font name of prefs to font settings.
falken@chromium.org
2012-04-05
1
-4
/
+31
*
Migrate AutofillManager to use the SequencedWorkerPool rather than the FILE t...
isherman@chromium.org
2012-04-05
1
-7
/
+4
*
Hook up WebRequestRulesRegistry into old WebRequest API
battre@chromium.org
2012-04-05
38
-232
/
+767
*
Don't cache JSON objects in SimpleFeatureProvider
aa@chromium.org
2012-04-05
9
-96
/
+98
*
Revert 130860 - chromeos: add client support for debugd systrace support
rsleevi@chromium.org
2012-04-05
10
-397
/
+0
*
Migrate the MetricsService UI test to a BrowserTest.
isherman@chromium.org
2012-04-05
3
-130
/
+101
*
Migrate LOG_IF to VLOG_IF in Breakpad code.
isherman@chromium.org
2012-04-05
1
-1
/
+1
*
chromeos: add client support for debugd systrace support
sleffler@chromium.org
2012-04-05
10
-0
/
+397
*
Remove session/tab restore code that depends on browser for Android.
yfriedman@chromium.org
2012-04-05
6
-4
/
+93
*
Add experiments info to crash dumps.
mad@chromium.org
2012-04-05
18
-23
/
+444
*
Split SchemaGeneratedBindings up into smaller, more targetted native handlers.
koz@chromium.org
2012-04-05
17
-302
/
+347
*
Refactor ProcessSingleton so that it may be used distinctly from a full brows...
erikwright@chromium.org
2012-04-05
8
-123
/
+129
*
Add probability of culling if sync is enabled to https://chromiumcodereview.a...
georgey@chromium.org
2012-04-05
12
-99
/
+432
*
Increase kShutdownDetectorThreadStackSize under AddressSanitizer to avoid hit...
glider@chromium.org
2012-04-05
1
-0
/
+6
*
Add FirstRun.SearchEngineBubble UMA histogram counts.
msw@chromium.org
2012-04-05
5
-0
/
+30
*
Rename 3 structures name for Android provider.
michaelbai@chromium.org
2012-04-05
20
-281
/
+288
*
Do not compile virtual_keyboard_manager_handler2.* unless use_virtual_keyboar...
yusukes@google.com
2012-04-05
3
-0
/
+11
*
sync: Don't sound the INVALID_GAIA_CREDENTIALS alarm if credentials are avail...
tim@chromium.org
2012-04-05
1
-1
/
+8
[next]