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
*
Split UserMetrics into API vs. implementation. Move API to content/public.
joi@chromium.org
2011-12-14
1
-4
/
+6
*
Removing MessageLoop::QuitTask() from chrome/
dcheng@chromium.org
2011-12-10
1
-3
/
+3
*
Remove "open in new tab" items from context menu if the process doesn't
tsepez@chromium.org
2011-12-09
1
-0
/
+1
*
Add OVERRIDE to chrome/browser/.
avi@chromium.org
2011-11-21
1
-2
/
+2
*
NewRunnableMethod/Function to base::Bind in register protocol handler code.
benwells@chromium.org
2011-11-04
2
-13
/
+13
*
Switch to composition for TestBrowserThread.
joi@chromium.org
2011-11-03
1
-5
/
+2
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
3
-2
/
+6
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
3
-10
/
+11
*
Calls to rph updating existing handlers are ignored.
benwells@chromium.org
2011-10-25
3
-1
/
+53
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
3
-5
/
+5
*
Namespacing helper classes/functions for protocol_handler_registry_unittest.cc
groby@chromium.org
2011-10-19
1
-0
/
+4
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
2
-13
/
+14
*
Move PageTransition into content namespace. While I'm touching all these file...
jam@chromium.org
2011-10-13
1
-1
/
+1
*
Ignore title when determining if protocol handler is already registered or ig...
benwells@chromium.org
2011-10-06
3
-2
/
+64
*
Move infobar handling to a tab helper.
avi@chromium.org
2011-09-30
2
-7
/
+5
*
Make calls to registerProtocolHandler() update already registered handlers.
koz@chromium.org
2011-09-28
3
-2
/
+108
*
Switch ChromeTestSuite to the same convention as ContentTestSuite:
phajdan.jr@chromium.org
2011-08-27
1
-2
/
+1
*
Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)
thestig@chromium.org
2011-08-18
1
-1
/
+0
*
Add UMA metrics for register protocol handler, part 2.
isherman@chromium.org
2011-08-12
1
-6
/
+6
*
Reorganize chrome/test, part #9
phajdan.jr@chromium.org
2011-08-11
1
-2
/
+2
*
Add UMA for register protocol handler.
koz@chromium.org
2011-08-11
1
-0
/
+7
*
GTTF: Use a fresh TestingBrowserProcess for each test, part #4
phajdan.jr@chromium.org
2011-08-03
1
-1
/
+1
*
Profiles: Fix AllSources usage with NOTIFICATION_PROTOCOL_HANDLER_REGISTRY_CH...
erg@google.com
2011-08-02
1
-12
/
+7
*
Unify infobars' link-opening behavior to respect user-requested dispositions ...
pkasting@chromium.org
2011-08-02
1
-3
/
+5
*
Move more files from chrome/test to chrome/test/base, part #5
phajdan.jr@chromium.org
2011-08-01
1
-1
/
+1
*
Move more files from chrome/test to chrome/test/base, part #4
phajdan.jr@chromium.org
2011-08-01
1
-1
/
+1
*
Fix memory leak in ProtocolHandlerRegistry unit test.
koz@chromium.org
2011-08-01
1
-1
/
+2
*
Move in_process_browser_test and ui_test_utils to chrome/test/base
phajdan.jr@chromium.org
2011-07-29
1
-2
/
+2
*
Protocol handler infobar should show elevation shield on action button.
tfarina@chromium.org
2011-07-26
2
-0
/
+6
*
Fixed memory problem in ProtocolHandlerRegistry unit tests.
benwells@chromium.org
2011-07-26
1
-5
/
+5
*
Makes it so that when a user clicks "No" in the infobar that asks if they wan...
koz@chromium.org
2011-07-22
3
-2
/
+11
*
Handle OS registration failure when registering protocol handlers
benwells@chromium.org
2011-07-22
3
-40
/
+191
*
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
3
-10
/
+69
*
Add special case protocol names for mailto and webcal.
koz@chromium.org
2011-07-19
2
-2
/
+13
*
Add 'Learn more' link to the RPH infobars.
koz@chromium.org
2011-07-18
1
-2
/
+6
*
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
6
-143
/
+4
*
Revert "Fix a memory leak in ProtocolHandlerRegistryTest."
koz@chromium.org
2011-07-12
1
-2
/
+1
*
Fix a memory leak in ProtocolHandlerRegistryTest.
koz@chromium.org
2011-07-12
1
-1
/
+2
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
2
-6
/
+8
*
Run registerProtocolHandler startup tests on Linux.
koz@chromium.org
2011-07-06
1
-11
/
+2
*
Change ProtocolHandlerRegistry from locks to message passing.
koz@chromium.org
2011-07-05
3
-170
/
+259
*
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
3
-270
/
+168
*
Replace locks with message passing in ProtocolHandlerRegistry.
koz@chromium.org
2011-07-01
3
-168
/
+270
*
Fix formatting nit I forgot to fix during code review.
koz@chromium.org
2011-06-29
1
-2
/
+1
*
Add a browser test for the context menu that appears for links that have prot...
koz@chromium.org
2011-06-29
1
-0
/
+81
*
Fix TODO(evanm) about only having ui_test.h forward declare AutomationProxy.
darin@chromium.org
2011-06-27
1
-0
/
+1
*
Add a context menu for opening links that have protocol handlers registered.
koz@chromium.org
2011-06-27
2
-1
/
+6
[next]