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
/
protocol_handler_registry.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add OVERRIDE to chrome/browser/.
avi@chromium.org
2011-11-21
1
-2
/
+2
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-2
/
+2
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-1
/
+1
*
Calls to rph updating existing handlers are ignored.
benwells@chromium.org
2011-10-25
1
-0
/
+6
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-1
/
+1
*
Ignore title when determining if protocol handler is already registered or ig...
benwells@chromium.org
2011-10-06
1
-1
/
+7
*
Make calls to registerProtocolHandler() update already registered handlers.
koz@chromium.org
2011-09-28
1
-0
/
+9
*
Makes it so that when a user clicks "No" in the infobar that asks if they wan...
koz@chromium.org
2011-07-22
1
-0
/
+3
*
Handle OS registration failure when registering protocol handlers
benwells@chromium.org
2011-07-22
1
-15
/
+25
*
Implement default protocol handler fallback.
koz@chromium.org
2011-07-19
1
-0
/
+4
*
Move protocol_handler from chrome/browser to chrome/common so that extensions...
yoz@chromium.org
2011-07-13
1
-1
/
+1
*
Change ProtocolHandlerRegistry from locks to message passing.
koz@chromium.org
2011-07-05
1
-24
/
+25
*
Revert 91246 - Replace locks with message passing in ProtocolHandlerRegistry.
dpapad@chromium.org
2011-07-01
1
-22
/
+23
*
Replace locks with message passing in ProtocolHandlerRegistry.
koz@chromium.org
2011-07-01
1
-23
/
+22
*
Fix memory leak in unit tests for ProtocolHandlerRegistry introduced by obser...
willchan@chromium.org
2011-05-31
1
-0
/
+39
*
Revert 87296 - Check for OS unregistered protocol handlers at startup
willchan@chromium.org
2011-05-31
1
-39
/
+0
*
Check for OS unregistered protocol handlers at startup
willchan@chromium.org
2011-05-31
1
-0
/
+39
*
Fixes for the registerProtocolHandler settings UI.
koz@chromium.org
2011-05-31
1
-2
/
+3
*
Add locks to ProtocolHandlerRegistry to make it threadsafe.
koz@chromium.org
2011-05-31
1
-16
/
+46
*
Hook up register protocol handler with OS default protocol client.
koz@chromium.org
2011-05-27
1
-0
/
+1
*
Prevent registerProtocolHandler from nagging the user after they say no.
koz@chromium.org
2011-05-26
1
-7
/
+0
*
Handler settings page.
koz@chromium.org
2011-05-26
1
-9
/
+18
*
Create a URLRequestJobFactory to replace the URLRequest globals.
willchan@chromium.org
2011-05-14
1
-22
/
+16
*
Remove unnecessary const.
koz@chromium.org
2011-05-06
1
-1
/
+1
*
Add the abililty to have multiple handlers and default handlers for a protocol.
koz@chromium.org
2011-05-06
1
-14
/
+37
*
Convert ProtocolHandler to value semantics.
koz@chromium.org
2011-05-04
1
-12
/
+15
*
Add unit test and 'ignore' functionality to ProtocolHandlerRegistry.
koz@chromium.org
2011-05-02
1
-9
/
+74
*
Revert 81538 - Add unit test and 'ignore' functionality to ProtocolHandlerReg...
koz@chromium.org
2011-04-14
1
-74
/
+9
*
Add unit test and 'ignore' functionality to ProtocolHandlerRegistry.
koz@chromium.org
2011-04-14
1
-9
/
+74
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Extends NetworkDelegate to avoid use of static_cast<> when handling RegisterP...
tony@chromium.org
2011-03-10
1
-5
/
+4
*
Makes ProtocolHandlerRegistry RefCountedThreadSafe.
tony@chromium.org
2011-03-02
1
-2
/
+2
*
Fix OOL issues for linux from the last few days.
erg@google.com
2011-02-23
1
-3
/
+3
*
Adds navigator.registerProtocolHandler.
tony@chromium.org
2011-02-23
1
-0
/
+93