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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-1
/
+15
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-3
/
+3
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
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
/
+30
*
Make calls to registerProtocolHandler() update already registered handlers.
koz@chromium.org
2011-09-28
1
-0
/
+37
*
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
/
+6
*
Handle OS registration failure when registering protocol handlers
benwells@chromium.org
2011-07-22
1
-14
/
+43
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Implement default protocol handler fallback.
koz@chromium.org
2011-07-19
1
-5
/
+22
*
Canary versions no longer always remove protocol handlers at startup.
benwells@chromium.org
2011-07-18
1
-1
/
+2
*
Move protocol_handler from chrome/browser to chrome/common so that extensions...
yoz@chromium.org
2011-07-13
1
-1
/
+1
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-1
/
+2
*
Change ProtocolHandlerRegistry from locks to message passing.
koz@chromium.org
2011-07-05
1
-141
/
+143
*
Don't remove protocol handlers on Linux when the OS registration is removed.
benwells@chromium.org
2011-07-05
1
-5
/
+20
*
Revert 91246 - Replace locks with message passing in ProtocolHandlerRegistry.
dpapad@chromium.org
2011-07-01
1
-143
/
+141
*
Replace locks with message passing in ProtocolHandlerRegistry.
koz@chromium.org
2011-07-01
1
-141
/
+143
*
Automatic testing for using registered protocol handlers at startup.
benwells@chromium.org
2011-06-24
1
-10
/
+18
*
Coverity: Check a return value in ProtocolHandlerRegistry.
thestig@chromium.org
2011-06-22
1
-1
/
+2
*
Uninitialized member in ProtocolHandlerRegistry class.
finnur@chromium.org
2011-06-12
1
-1
/
+2
*
Cause enabled state in ProtocolHandlerRegistry to persist.
koz@chromium.org
2011-06-07
1
-0
/
+2
*
Register handlers with operating system when there is a new default handler.
benwells@chromium.org
2011-05-31
1
-4
/
+7
*
Fix memory leak in unit tests for ProtocolHandlerRegistry introduced by obser...
willchan@chromium.org
2011-05-31
1
-15
/
+80
*
Revert 87296 - Check for OS unregistered protocol handlers at startup
willchan@chromium.org
2011-05-31
1
-79
/
+15
*
Check for OS unregistered protocol handlers at startup
willchan@chromium.org
2011-05-31
1
-15
/
+79
*
Make ProtocolHandlerRegistry return false in IsHandledProtocol() if it is dis...
koz@chromium.org
2011-05-31
1
-1
/
+1
*
Fixes for the registerProtocolHandler settings UI.
koz@chromium.org
2011-05-31
1
-57
/
+73
*
Add locks to ProtocolHandlerRegistry to make it threadsafe.
koz@chromium.org
2011-05-31
1
-23
/
+91
*
Hook up register protocol handler with OS default protocol client.
koz@chromium.org
2011-05-27
1
-0
/
+12
*
Prevent registerProtocolHandler from nagging the user after they say no.
koz@chromium.org
2011-05-26
1
-37
/
+23
*
Handler settings page.
koz@chromium.org
2011-05-26
1
-29
/
+87
*
Create a URLRequestJobFactory to replace the URLRequest globals.
willchan@chromium.org
2011-05-14
1
-39
/
+35
*
Refactor preference syncing.
zea@chromium.org
2011-05-09
1
-3
/
+6
*
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
-35
/
+101
*
Convert ProtocolHandler to value semantics.
koz@chromium.org
2011-05-04
1
-50
/
+35
*
Make pointer to bool conversion explicit.
koz@chromium.org
2011-05-02
1
-1
/
+1
*
Add unit test and 'ignore' functionality to ProtocolHandlerRegistry.
koz@chromium.org
2011-05-02
1
-33
/
+194
*
Revert 81538 - Add unit test and 'ignore' functionality to ProtocolHandlerReg...
koz@chromium.org
2011-04-14
1
-194
/
+33
*
Add unit test and 'ignore' functionality to ProtocolHandlerRegistry.
koz@chromium.org
2011-04-14
1
-33
/
+194
*
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
-14
/
+14
*
Delete the temporary headers left behind in chrome\browser. I've left browse...
jam@chromium.org
2011-03-01
1
-1
/
+1
*
Fix OOL issues for linux from the last few days.
erg@google.com
2011-02-23
1
-0
/
+2
*
Adds navigator.registerProtocolHandler.
tony@chromium.org
2011-02-23
1
-0
/
+129