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
/
browser.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Relanding this, it was missing the Mac unit-test change, that was breaking th...
jcampan@chromium.org
2009-04-30
1
-0
/
+1
*
Reverting 14948.
jcampan@chromium.org
2009-04-30
1
-1
/
+0
*
Closing the last tab with a download in-progress would cause the tab to be
jcampan@chromium.org
2009-04-30
1
-0
/
+1
*
Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...
rafaelw@chromium.org
2009-04-28
1
-0
/
+3
*
Now that we have file dialogs, we might as well hook up "Open File" on the Mac.
avi@google.com
2009-04-27
1
-2
/
+0
*
Create an about dialog for GTK Chromium.
erg@google.com
2009-04-24
1
-1
/
+1
*
Move Browser implementation of callback interfaces into the private section.
stoyan@chromium.org
2009-04-23
1
-9
/
+39
*
Re-land my change to clean up TabContents/WebContents ownership. This
brettw@chromium.org
2009-04-20
1
-15
/
+12
*
Reverting 14005.
brettw@chromium.org
2009-04-18
1
-12
/
+15
*
Fix the ownership model of TabContents and NavigationController. Previously the
brettw@chromium.org
2009-04-18
1
-15
/
+12
*
Makes SupportsFeature virtual and adds a virtual destructor to Browser.
sky@chromium.org
2009-04-17
1
-2
/
+2
*
Make Browser::set_window defined all the time, and adds the ability to
sky@chromium.org
2009-04-16
1
-1
/
+3
*
Remove TabContnetsType from everywhere.
brettw@chromium.org
2009-04-15
1
-1
/
+0
*
Fix regression I introduced where Stop/Go button would toggle state instantly...
pkasting@chromium.org
2009-04-15
1
-3
/
+4
*
Add a Cocoa file picker.
avi@google.com
2009-04-14
1
-9
/
+1
*
Added undo tab closing item to Tab menu.
idanan@chromium.org
2009-04-14
1
-0
/
+3
*
This CL adds a confirmation box when closing the browser with in-progress dow...
jcampan@chromium.org
2009-04-09
1
-0
/
+28
*
revert until I can figure out why the tests are hanging
ben@chromium.org
2009-04-09
1
-0
/
+2
*
Distributor logo and " - App Name" shouldn't be shown on app frame windows.
ben@chromium.org
2009-04-08
1
-0
/
+3
*
Support the new popup and new window dispositions in the external tab contain...
ananta@chromium.org
2009-04-08
1
-0
/
+7
*
Re-land popup routing fix for browser.
ben@chromium.org
2009-04-07
1
-5
/
+5
*
First implementation of a bookmark bar.
erg@google.com
2009-04-06
1
-2
/
+0
*
First pass of refactoring dialogs.
avi@chromium.org
2009-04-06
1
-1
/
+1
*
Moving the Find bar ownership to the Browser object for portability and testa...
finnur@chromium.org
2009-04-05
1
-1
/
+8
*
Move HTML dialogs out of their own tab contents type. Moved functions to new
brettw@chromium.org
2009-04-03
1
-1
/
+1
*
Revert until sequencing issue fixed.
ben@chromium.org
2009-04-02
1
-2
/
+0
*
Fix a case where non-tabbed browser windows could open tabs. Also includes UI...
ben@chromium.org
2009-04-02
1
-0
/
+2
*
Remove Windows "Save As" dialogs from Save Page code.In this change:- convert...
paulg@google.com
2009-03-30
1
-1
/
+1
*
Allow live tabs to be dragged out of a window. Change TabStripModel such that
pinkerton@chromium.org
2009-03-26
1
-3
/
+3
*
Cleanup in chrome/browser
phajdan.jr@chromium.org
2009-03-25
1
-5
/
+2
*
Redone http://codereview.chromium.org/42571
idanan@chromium.org
2009-03-24
1
-4
/
+7
*
Reverting r12383, caused a build breakage on all platforms.
maruel@chromium.org
2009-03-24
1
-7
/
+4
*
Issue 6477: Support modifier clicks on UI elements
idanan@chromium.org
2009-03-24
1
-4
/
+7
*
Implement focusing location bar with cmd-L on mac. Removes some more platform...
pinkerton@chromium.org
2009-03-19
1
-2
/
+0
*
Plumb up mouse motion for the status bubbles.
avi@google.com
2009-03-19
1
-3
/
+3
*
Mac bookmark work.
jrg@chromium.org
2009-03-18
1
-0
/
+6
*
Linux accelerators cleanup:
estade@chromium.org
2009-03-16
1
-0
/
+6
*
Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...
thestig@chromium.org
2009-03-13
1
-0
/
+1
*
Gtk dialogs, first cut.
estade@chromium.org
2009-03-12
1
-2
/
+2
*
Remove TabContents from scaffolding. Yay!
pinkerton@chromium.org
2009-03-11
1
-1
/
+1
*
First cut at the find bar.
tc@google.com
2009-03-10
1
-3
/
+1
*
Fixes session restore bug where we wouldn't necessarily correctly
sky@google.com
2009-03-09
1
-3
/
+16
*
hook up history and download menu items
tc@google.com
2009-03-09
1
-4
/
+4
*
Enable the character encoding menu, zoom menu, and the help menu item.
tc@google.com
2009-03-06
1
-1
/
+5
*
Take 2 at moving SupportsWindowFeature from BrowserView
tc@google.com
2009-03-04
1
-0
/
+14
*
Revert "Use grit to generate locale rc files and remove the old locale rc fil...
tc@google.com
2009-03-03
1
-14
/
+0
*
Move SupportsWindowFeature from BrowserView to Browser so
tc@google.com
2009-03-03
1
-0
/
+14
*
Make history and downloads open once per window unless the user modifies thei...
glen@chromium.org
2009-03-03
1
-2
/
+2
*
Make it so that dropdown selects don't deactivate the main frame when opened ...
ben@chromium.org
2009-03-03
1
-0
/
+1
*
Refactor download shelf and prepare for porting.
estade@chromium.org
2009-02-28
1
-1
/
+6
[next]