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
/
custom_handlers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move core url data manager classes to content.
jam@chromium.org
2013-01-24
1
-0
/
+1
*
Make ProtocolHandlerRegistry use 307 to redirect instead of 302.
koz@chromium.org
2013-01-10
1
-1
/
+1
*
Convert ProtocolHandlerRegistry::Interceptor to a net::URLRequestJobFactory.
pauljensen@chromium.org
2013-01-08
3
-92
/
+210
*
Change infobar creation to use a public static Create() method on the infobar...
pkasting@chromium.org
2013-01-08
2
-15
/
+41
*
Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.
joi@chromium.org
2012-12-22
3
-8
/
+16
*
Add a UMA stat to track whether Chrome is the default browser.
robertshield@chromium.org
2012-12-11
1
-2
/
+2
*
POSTs to HSTS domains are no longer converted to GETs
mmenke@chromium.org
2012-11-28
1
-1
/
+2
*
chrome/browser: Update calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-17
1
-2
/
+2
*
GTTF: remove FAILS_ prefix, part 1
phajdan.jr@chromium.org
2012-11-01
1
-1
/
+1
*
Fix registerProtocolHandler OS registration on Windows 8
benwells@chromium.org
2012-09-25
2
-0
/
+7
*
Cleanup: Constify some ProfileKeyedBaseFactory methods and all overrides. Rem...
thestig@chromium.org
2012-09-06
2
-6
/
+6
*
Rename InfoBarTabService -> InfoBarService.
joi@chromium.org
2012-08-30
2
-4
/
+4
*
Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...
shalev@chromium.org
2012-08-24
2
-9
/
+16
*
Introduce InfoBarTabService API.
joi@chromium.org
2012-08-20
2
-5
/
+6
*
Create chrome/browser/api directory. Move infobar delegates used by Autofill ...
joi@chromium.org
2012-08-13
1
-1
/
+1
*
Clean-up inline members of nested classes (chrome/)
hans@chromium.org
2012-08-10
2
-1
/
+6
*
Correct const accessors in base/values.(h|cc), Part II (ListValue)
vabr@chromium.org
2012-08-03
1
-1
/
+1
*
Cleanup URLInterceptors in test methods.
smckay@chromium.org
2012-07-24
1
-14
/
+13
*
Convert ProtocolHandlerRegistry to be a ProfileKeyedService.
smckay@chromium.org
2012-07-21
5
-198
/
+494
*
A Speculative Revert for r147597 - Convert ProtocolHandlerRegistry to be a Pr...
hbono@chromium.org
2012-07-20
5
-478
/
+198
*
Convert ProtocolHandlerRegistry to be a ProfileKeyedService.
smckay@chromium.org
2012-07-20
5
-198
/
+478
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
2
-2
/
+0
*
Move tab functions off Browser into browser_tabstrip and browser_tabrestore.
ben@chromium.org
2012-06-29
1
-3
/
+4
*
Prototype version of the first-run dialog for Windows 8.
motek@chromium.org
2012-06-22
1
-2
/
+4
*
Disables flaky ProtocolHandlerRegistryTest tests
pkotwicz@chromium.org
2012-06-22
1
-2
/
+7
*
Added URLRequestContext to constructor for URLRequest.
erikwright@chromium.org
2012-06-22
1
-1
/
+3
*
Fix typo in disabled test.
creis@chromium.org
2012-06-20
1
-1
/
+1
*
_DISABLE a bunch of ProtocolHandlerRegistryTests on Linux & OS_CHROMEOS.
mad@chromium.org
2012-06-18
1
-5
/
+33
*
TabContentsWrapper -> TabContents, part 56.
avi@chromium.org
2012-06-13
1
-3
/
+3
*
The CL adds to ShellUtil and ShellIntegration and adjusts invocations of the ...
motek@chromium.org
2012-06-08
2
-2
/
+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
-2
/
+1
*
Replacing the default handler for mailto and webcal
saintlou@chromium.org
2012-05-08
3
-1
/
+39
*
Reland 135113 - Add a way to programmatically close context menus.
jochen@chromium.org
2012-05-04
1
-1
/
+2
*
Revert 135113 - Add a way to programmatically close context menus.
finnur@chromium.org
2012-05-03
1
-2
/
+1
*
Add a way to programmatically close context menus.
jochen@chromium.org
2012-05-03
1
-1
/
+2
*
Revert 134283. Speculative revert, it looks like this caused many leaks (http...
thakis@chromium.org
2012-04-30
3
-39
/
+1
*
Preventing our default handlers for ChromeOS to show up or confuse the user
skuhne@chromium.org
2012-04-27
3
-1
/
+39
*
RefCounted types should not have public destructors, chrome/browser/ part 6
rsleevi@chromium.org
2012-04-27
3
-414
/
+413
*
Added type enum to the base class with a getter virtual method. This prevents...
dyu@chromium.org
2012-04-07
2
-0
/
+7
*
Renable the ProtocolHandlerRegistry tests on Windows. I tracked down the dche...
jam@chromium.org
2012-04-05
2
-19
/
+26
*
Disable CustomHandler test while I investigate why it's crashing on bot
jam@chromium.org
2012-04-05
1
-0
/
+4
*
Convert the CustomHandler ui_test to a browser_test. There were two cases for...
jam@chromium.org
2012-04-04
3
-129
/
+18
*
Introduce abstractions to allow embedders to test RenderViewHost
joi@chromium.org
2012-03-12
1
-2
/
+2
*
Update clients to use new TestServer constructor.
erikwright@chromium.org
2012-02-24
1
-1
/
+2
*
Move ContextMenuParams struct from webkit/glue to content/public/common. The ...
jam@chromium.org
2012-02-12
1
-2
/
+3
*
Create a content public browser API around the ChildProcessSecurityPolicy cla...
ananta@chromium.org
2012-02-09
1
-2
/
+3
*
Update a bunch of help center URLs.
derat@chromium.org
2012-01-29
1
-3
/
+1
*
Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto Web...
jam@chromium.org
2012-01-20
1
-0
/
+1
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
1
-1
/
+0
[next]