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
*
_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
*
Make registerProtocolHandler() infobars replace existing infobars for equival...
koz@chromium.org
2012-01-06
2
-0
/
+16
*
Make registerProtocolHandler() infobars use the default expiry logic.
koz@chromium.org
2012-01-06
2
-10
/
+1
*
Convert the remaining trivial tab_contents.h includes in chrome to use web_co...
jam@chromium.org
2012-01-05
1
-1
/
+1
*
Dismiss registerProtocolHandlers infobars on navigation to prevent zombie bars.
koz@chromium.org
2012-01-05
1
-5
/
+4
*
Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...
jam@chromium.org
2012-01-04
1
-1
/
+1
*
Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...
jam@chromium.org
2012-01-03
1
-3
/
+3
*
Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...
jam@chromium.org
2012-01-03
1
-2
/
+4
*
Convert a few methods in NavigationController to return a content::Navigation...
jam@chromium.org
2011-12-28
1
-1
/
+1
*
Move the PageNavigator interface and GlobalRequestID struct to content\public...
jam@chromium.org
2011-12-28
1
-3
/
+9
*
Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...
jam@chromium.org
2011-12-27
1
-0
/
+1
*
Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...
bauerb@chromium.org
2011-12-27
1
-1
/
+0
*
Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...
jam@chromium.org
2011-12-25
1
-1
/
+1
*
Create a Content API around NavigationEntry that's in content/public/browser....
jam@chromium.org
2011-12-25
1
-1
/
+1
*
Revert 115346. The change didn't break anything, the test was faulty. Will di...
jam@chromium.org
2011-12-21
1
-1
/
+1
*
Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests
thakis@chromium.org
2011-12-21
1
-1
/
+1
*
Rename TabContents::controller() to GetController and put it into the WebCont...
jam@chromium.org
2011-12-21
1
-1
/
+1
*
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
[next]