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
/
infobars
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename InfoBarTabService -> InfoBarService.
joi@chromium.org
2012-08-30
2
-4
/
+4
*
Introduce InfoBarTabService API.
joi@chromium.org
2012-08-20
6
-45
/
+43
*
Create chrome/browser/api directory. Move infobar delegates used by Autofill ...
joi@chromium.org
2012-08-13
11
-272
/
+154
*
Moved CrxInstaller and CrxInstallerError into extensions namespace
rdevlin.cronin@chromium.org
2012-07-24
1
-2
/
+2
*
Create content\public\test\test_utils.h to hold common test classes that are ...
jam@chromium.org
2012-07-20
1
-5
/
+5
*
Move ExtensionWindowController and related into extensions namespace
rdevlin.cronin@chromium.org
2012-07-17
1
-1
/
+1
*
Added support for multiple parameters to Extension API callbacks.
mtytel@chromium.org
2012-07-12
1
-1
/
+1
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
5
-5
/
+0
*
Move application creation and extension install prompt showing off Browser an...
ben@chromium.org
2012-07-03
1
-1
/
+2
*
Move tab functions off Browser into browser_tabstrip and browser_tabrestore.
ben@chromium.org
2012-06-29
1
-2
/
+3
*
Upstream changes needed by Android auto-login.
pliard@chromium.org
2012-06-29
2
-0
/
+6
*
Simplify overriding ShouldExpire() a bit by allowing classes to override Shou...
pkasting@chromium.org
2012-06-22
1
-5
/
+12
*
Rename IPC Sender and Listener in ppapi, content/public, and content/renderer
brettw@chromium.org
2012-06-20
1
-0
/
+1
*
Remove BrowserList::GetLastActive from extensions install dialog code by plum...
jam@chromium.org
2012-06-15
1
-1
/
+1
*
TabContentsWrapper -> TabContents, part 17.
avi@chromium.org
2012-06-11
3
-7
/
+7
*
Refactoring ExtensionInstallUI to abstract the Browser references.
jcivelli@chromium.org
2012-06-08
1
-2
/
+2
*
Moving the tabs_module API into a separate directory in api/
vabr@chromium.org
2012-06-08
1
-2
/
+2
*
Improve the UI for disabling off-store extension install.
aa@chromium.org
2012-05-27
1
-0
/
+6
*
Cleanup: Remove unneeded scoped_ptr.h includes from chrome/browser.
thestig@chromium.org
2012-05-26
1
-2
/
+2
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
1
-0
/
+2
*
Fix unsafe infobar usage pattern in ExtensionDevToolsClientHost. Listening f...
pkasting@chromium.org
2012-05-04
2
-10
/
+14
*
A few small tweaks based on further analysis of GoogleURLTracker:
pkasting@chromium.org
2012-05-03
2
-22
/
+18
*
Refactor media stream infobar delegate code and also fix a typo
yujie.mao@intel.com
2012-04-28
2
-2
/
+2
*
Convert the infobars ui_test to a browser_test. Remove the ExtensionProxy cla...
jam@chromium.org
2012-04-18
2
-52
/
+81
*
TabContents -> WebContentsImpl, part 18.
avi@chromium.org
2012-04-17
1
-2
/
+2
*
Added type enum to the base class with a getter virtual method. This prevents...
dyu@chromium.org
2012-04-07
2
-12
/
+15
*
Add the ability to identify the one-click login infobar through infobar_type ...
dyu@chromium.org
2012-04-01
2
-0
/
+7
*
Remove infobar from helper list before notifying observers.
jknotten@chromium.org
2012-03-31
1
-14
/
+17
*
Add a type for the password infobar to support test automation.
dyu@chromium.org
2012-03-21
2
-0
/
+6
*
Revert 124235 - Re-enable tests that were broken due to WebKit rename of DOMW...
mattm@chromium.org
2012-02-29
1
-1
/
+1
*
Re-enable tests that were broken due to WebKit rename of DOMWindow to Window
arv@chromium.org
2012-02-29
1
-1
/
+1
*
Adding a new InfoBar that will be displayed when a webpage requests access to
macourteau@chromium.org
2012-02-29
2
-0
/
+6
*
Create BaseWindow and ExtensionWindowWrapper for extension API access to Panels
stevenjb@chromium.org
2012-02-28
1
-2
/
+4
*
Disable browser tests that WebKit r108729 breaks
enne@chromium.org
2012-02-24
1
-2
/
+2
*
Update clients to use new TestServer constructor.
erikwright@chromium.org
2012-02-24
1
-1
/
+2
*
Remove the default plugin.
bauerb@chromium.org
2012-01-24
2
-6
/
+0
*
Make registerProtocolHandler() infobars replace existing infobars for equival...
koz@chromium.org
2012-01-06
2
-2
/
+10
*
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
*
Get rid of content::NavigationController in cc file and use "using" instead.
jam@chromium.org
2012-01-04
1
-3
/
+4
*
Convert WebContents to return a content::NavigationController instead of the ...
jam@chromium.org
2012-01-04
2
-2
/
+2
*
Convert all the notifications which use NavigationController to content::Navi...
jam@chromium.org
2012-01-03
1
-3
/
+4
*
Create a Content API interface around NavigationController, and move all the ...
jam@chromium.org
2011-12-29
2
-0
/
+2
*
Rename NavigationController to NavigationControllerImpl and put it into the c...
jam@chromium.org
2011-12-28
1
-1
/
+3
*
Convert a few methods in NavigationController to return a content::Navigation...
jam@chromium.org
2011-12-28
1
-2
/
+2
*
Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...
jam@chromium.org
2011-12-27
2
-5
/
+7
*
Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...
jam@chromium.org
2011-12-25
3
-7
/
+7
*
Create a Content API around NavigationEntry that's in content/public/browser....
jam@chromium.org
2011-12-25
1
-3
/
+4
*
Move TabContentsObserver to content/public, rename it to WebContentsObserver,...
jam@chromium.org
2011-12-22
2
-6
/
+5
*
Move navigation_details.h to content/public/browser.
jam@chromium.org
2011-12-22
1
-1
/
+1
*
Revert 115346. The change didn't break anything, the test was faulty. Will di...
jam@chromium.org
2011-12-21
2
-5
/
+8
[next]