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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor plugin process code in the browser process so that the browser/about...
jam@chromium.org
2009-02-11
1
-4
/
+3
*
Make session_service.cc compile on Mac and Linux.
jhawkins@chromium.org
2009-02-11
1
-1
/
+1
*
Implement more of the TabContentsDelegate to hook up loading URLs from the lo...
pinkerton@chromium.org
2009-02-11
1
-4
/
+2
*
This CL ensures we don't store empty values in the autofill form DB.
jcampan@chromium.org
2009-02-11
1
-3
/
+0
*
Move opener/group relationship forgetting on navigation into TabStripModel fr...
ben@chromium.org
2009-02-10
1
-30
/
+2
*
Reverting 9493.
kuchhal@chromium.org
2009-02-10
1
-6
/
+2
*
Relanding of http://codereview.chromium.org/16488.
mad@chromium.org
2009-02-10
1
-2
/
+6
*
Hook up the browser bar just a little bit more.
jrg@chromium.org
2009-02-09
1
-5
/
+1
*
Reverting 9408.
brettw@chromium.org
2009-02-09
1
-6
/
+2
*
Add a new resizer corner.
mad@chromium.org
2009-02-09
1
-2
/
+6
*
Enable/disable buttons when the corresponding command updates in the model.
pinkerton@chromium.org
2009-02-06
1
-2
/
+6
*
Remove many more ifdefs around un-used methods to enable more functionality f...
pinkerton@chromium.org
2009-02-06
1
-21
/
+19
*
Make the new linux browser shut down cleanly.
erg@google.com
2009-02-06
1
-0
/
+4
*
New menu item for personalization project.
munjal@chromium.org
2009-02-06
1
-0
/
+7
*
Attempt to fix a crash in case the TabContents gets destroyed somehow.
ben@chromium.org
2009-02-04
1
-4
/
+12
*
first stab at scaffolding WebContents.
pinkerton@chromium.org
2009-02-03
1
-6
/
+2
*
Remove old web app code it's no longer needed. Simplifies startup a little.
ben@chromium.org
2009-02-02
1
-44
/
+7
*
Remove most header file dependencies on the notification type list. It is
brettw@chromium.org
2009-02-01
1
-21
/
+30
*
hookup tabs to the model and handle new tab creation
pinkerton@google.com
2009-01-29
1
-2
/
+12
*
Remove the Windows set focus call and bad-design browser call from the new tab
brettw@chromium.org
2009-01-29
1
-0
/
+7
*
Add browser files to the linux build that mac has already
tc@google.com
2009-01-28
1
-2
/
+4
*
Porting profiles to the Mac.
avi@chromium.org
2009-01-28
1
-1
/
+1
*
Re-land this from earlier... unit tests no longer crash.
ben@chromium.org
2009-01-27
1
-28
/
+10
*
remove scaffolding mock of TabStripModel and replace it with the real deal. R...
pinkerton@google.com
2009-01-27
1
-8
/
+14
*
Revert change 8693 because it breaks the unit_tests.
nsylvain@chromium.org
2009-01-27
1
-10
/
+28
*
Extract a cross-platform LocationBar interface accessible via the BrowserWind...
ben@chromium.org
2009-01-27
1
-28
/
+10
*
Two things:
ben@chromium.org
2009-01-24
1
-8
/
+51
*
Don't expose the go and star button views directly through the BrowserWindow ...
ben@chromium.org
2009-01-23
1
-42
/
+9
*
Backs out 8523 in hopes of a greener tree.
sky@google.com
2009-01-23
1
-19
/
+5
*
Changes to insure that when in app-mode, links open in the default browser. ...
brg@chromium.com
2009-01-23
1
-5
/
+19
*
Make the browser talk to the status bubble through an abstract interface to r...
ben@chromium.org
2009-01-22
1
-1
/
+1
*
More scaffolding for back/forward/reload/home, start of WebContents
pinkerton@google.com
2009-01-22
1
-11
/
+32
*
add basic command handling for browser window and for where there are no wind...
pinkerton@google.com
2009-01-21
1
-1
/
+15
*
Get browser window showing using a Browser object and accompanying scaffoldin...
pinkerton@google.com
2009-01-21
1
-13
/
+29
*
Make CommandLine into a normal object, with some statics for getting at the c...
evan@chromium.org
2009-01-21
1
-3
/
+3
*
Rework the command updater to not be dependent on views::Button (needed for p...
ben@chromium.org
2009-01-20
1
-152
/
+140
*
Move url_* to net subdir
ben@chromium.org
2009-01-16
1
-1
/
+1
*
Move all the SSL stuff into its own subdir
ben@chromium.org
2009-01-16
1
-1
/
+1
*
Move metrics files into a subdir
ben@chromium.org
2009-01-16
1
-1
/
+1
*
Move a bunch of TabContents related files into a tab_contents subdir
ben@chromium.org
2009-01-15
1
-5
/
+5
*
When opening a new tab by pressing CTRL-T in app mode, the location bar would...
jcampan@chromium.org
2009-01-14
1
-0
/
+5
*
Provides the infrastructure for Browser unit tests that create a
sky@google.com
2009-01-14
1
-8
/
+29
*
Checking in a patch from m0interactive, reviewed by pkasting. Quote:
finnur@google.com
2009-01-05
1
-1
/
+1
*
Reverting my landing (of a patch by external contributer).
finnur@google.com
2008-12-23
1
-4
/
+1
*
Landing a patch for m0interactive (already in the AUTHORS list):
finnur@google.com
2008-12-23
1
-1
/
+4
*
Fixes bug where we wouldn't necessarily start throbber timer on drop
sky@google.com
2008-12-19
1
-0
/
+7
*
Review URL: http://codereview.chromium.org/14809
jcampan@chromium.org
2008-12-19
1
-2
/
+5
*
This fixes a crash while trying to duplicate an application window.
erg@google.com
2008-12-18
1
-1
/
+4
*
Duplicate popup window should have same size and scroll
erg@google.com
2008-12-18
1
-0
/
+6
*
Reverting 7149.
jcampan@chromium.org
2008-12-17
1
-5
/
+2
[next]