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
/
extensions
/
extension_browser_event_router.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
TabContentsWrapper -> TabContents, part 12.
avi@chromium.org
2012-06-12
1
-18
/
+17
*
Moving the tabs_module API into a separate directory in api/
vabr@chromium.org
2012-06-08
1
-2
/
+2
*
Pull browser action click logic into ToolbarModelController, so that the upco...
kalman@chromium.org
2012-05-25
1
-2
/
+1
*
Make NetworkProfileBubble not use BrowserList::GetLastActive() as much. Inste...
ben@chromium.org
2012-05-23
1
-8
/
+8
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
1
-1
/
+1
*
browser: Rename Browser::tabstrip_model to Browser::tab_strip_model.
tfarina@chromium.org
2012-05-12
1
-5
/
+5
*
browser: Move the tabs directory into ui.
tfarina@chromium.org
2012-05-11
1
-1
/
+1
*
Clean up comments from r134097.
kalman@chromium.org
2012-04-30
1
-1
/
+1
*
Make extension page actions be automatically converted into browser actions
kalman@chromium.org
2012-04-26
1
-5
/
+34
*
Have UIs call BrowserActionExecuted through ExtensionToolbarModel.
yoz@chromium.org
2012-04-19
1
-11
/
+13
*
TabContents -> WebContentsImpl, part 18.
avi@chromium.org
2012-04-17
1
-2
/
+2
*
Refactor browserAction API and pageAction API
cduvall@chromium.org
2012-03-17
1
-2
/
+2
*
JSONWriter cleanup: integrate pretty print into write options.
ericdingle@chromium.org
2012-03-16
1
-15
/
+15
*
Create BaseWindow and ExtensionWindowWrapper for extension API access to Panels
stevenjb@chromium.org
2012-02-28
1
-2
/
+4
*
Experimental Extension Keybinding (first cut).
finnur@chromium.org
2012-02-23
1
-0
/
+15
*
Rename tabs.onActiveChanged and tabs.onHighlightChanged.
jstritar@chromium.org
2012-01-23
1
-12
/
+21
*
Get rid of content::NavigationController in cc file and use "using" instead.
jam@chromium.org
2012-01-04
1
-8
/
+6
*
Convert WebContents to return a content::NavigationController instead of the ...
jam@chromium.org
2012-01-04
1
-1
/
+1
*
Convert all the notifications which use NavigationController to content::Navi...
jam@chromium.org
2012-01-03
1
-5
/
+8
*
Convert chrome users of NavigationController::tab_contents() to use GetWebCon...
jam@chromium.org
2012-01-02
1
-34
/
+38
*
Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...
jam@chromium.org
2011-12-25
1
-8
/
+10
*
Create a Content API around NavigationEntry that's in content/public/browser....
jam@chromium.org
2011-12-25
1
-1
/
+0
*
Rename TabContents::browser_context() to GetBrowserContext and put it into th...
jam@chromium.org
2011-12-21
1
-2
/
+2
*
Revert 115346. The change didn't break anything, the test was faulty. Will di...
jam@chromium.org
2011-12-21
1
-4
/
+5
*
Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests
thakis@chromium.org
2011-12-21
1
-5
/
+4
*
Rename TabContents::controller() to GetController and put it into the WebCont...
jam@chromium.org
2011-12-21
1
-4
/
+5
*
Fixing browser crash in extension_browser_event_router.cc.
dpapad@chromium.org
2011-12-14
1
-2
/
+4
*
Have panels respond to changes in work area on Linux. This includes switching...
prasadt@chromium.org
2011-11-22
1
-0
/
+4
*
Add DidChangeFocus to FocusChangeListener.
alicet@chromium.org
2011-11-10
1
-1
/
+1
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-2
/
+2
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-14
/
+15
*
Extend chrome.tabs* API to support multiple tabs.
jstritar@chromium.org
2011-09-28
1
-0
/
+33
*
Refactor ExtensionTabUtil-namespaced functions into their own file.
miket@chromium.org
2011-09-27
1
-0
/
+1
*
views: Factor WidgetFocusManager out of FocusManager class.
tfarina@chromium.org
2011-09-14
1
-2
/
+2
*
Removal of Profile from content part 3.
avi@chromium.org
2011-07-28
1
-3
/
+4
*
Ensures history tab displays a throbber when searching.
beaudoin@chromium.org
2011-07-21
1
-1
/
+1
*
Start the extension event routers for each profile, not just at browser startup.
yoz@chromium.org
2011-07-19
1
-2
/
+2
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-14
/
+15
*
Multi-tab: Adding new Notification when tab selection changes (again).
dpapad@chromium.org
2011-06-23
1
-3
/
+0
*
More correct window focus changes for multi-profile and incognito.
yoz@chromium.org
2011-06-23
1
-13
/
+53
*
Revert 89752 - Multi-tab: Adding new Notification when tab selection changes.
dpapad@chromium.org
2011-06-20
1
-0
/
+3
*
Multi-tab: Adding new Notification when tab selection changes.
dpapad@chromium.org
2011-06-20
1
-3
/
+0
*
Use active information fromTabInsertedAt in browser event router so that the ...
yoz@chromium.org
2011-06-10
1
-8
/
+10
*
Fix duplicate tab and window events on Chrome OS.
jstritar@chromium.org
2011-05-28
1
-46
/
+55
*
Multi-tab selection: Renaming TabStripModelObserver::TabSelectedAt to ActiveT...
dpapad@chromium.org
2011-05-24
1
-1
/
+1
*
Renames TabStripModel and Browser's selected_index to
sky@chromium.org
2011-04-12
1
-2
/
+1
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-08
1
-3
/
+3
*
Changes semantics of TabSelectedAt. For multi-selection the TabStrip
sky@chromium.org
2011-03-02
1
-0
/
+3
*
Update more includes that were pointing to the old locations.
jam@chromium.org
2011-03-02
1
-2
/
+2
*
Move a bunch of random other files to src/ui/base
ben@chromium.org
2011-01-20
1
-2
/
+2
[next]