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
/
tab_contents
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup some forward declared structs that are not being used.
thestig@chromium.org
2009-02-05
1
-1
/
+0
*
Fix the build from my previous file move.
brettw@chromium.org
2009-02-05
1
-1
/
+1
*
Move resource_message_filter and resource_request_details to the renderer_host.
brettw@chromium.org
2009-02-05
2
-3
/
+21
*
Add in NavigationController to linux and mac.
pinkerton@chromium.org
2009-02-05
4
-8
/
+27
*
Finish taking out render_messages.h includes from headers.
jam@chromium.org
2009-02-05
11
-12
/
+17
*
Commiting the changes from my previous cl that are specific to not including ...
jam@chromium.org
2009-02-04
2
-0
/
+2
*
Make autofill_manager compile on POSIX.
thestig@chromium.org
2009-02-04
1
-2
/
+2
*
Enable render_widget_host, render_view_host and backing_store. Remove the Ren...
pinkerton@chromium.org
2009-02-04
3
-2
/
+5
*
Commit just the changes to make creating new IPC channel types easier.
jam@chromium.org
2009-02-04
1
-16
/
+17
*
Make render_view_host_manager.cc compile on POSIX.
thestig@chromium.org
2009-02-04
1
-8
/
+3
*
Bring many of the template_url classes into the fold for the Mac. Note that t...
avi@google.com
2009-02-04
1
-1
/
+1
*
Revert my change to get the tree green. Not sure why the tests became flaky....
jam@chromium.org
2009-02-04
3
-19
/
+16
*
Make it easier/less work/less error-prone to create new IPC channel types (i....
jam@chromium.org
2009-02-04
3
-16
/
+19
*
Reverting 9090.
ojan@google.com
2009-02-03
6
-0
/
+625
*
Move the about:ipc tab to a dialog. This patch is kind of a hack, the Windows
brettw@chromium.org
2009-02-03
6
-625
/
+0
*
first stab at scaffolding WebContents.
pinkerton@chromium.org
2009-02-03
2
-30
/
+87
*
Remove old web app code it's no longer needed. Simplifies startup a little.
ben@chromium.org
2009-02-02
2
-75
/
+3
*
Fix a bunch of header includes. I removed some unnecessary headers from a
brettw@chromium.org
2009-02-01
3
-9
/
+0
*
Remove most header file dependencies on the notification type list. It is
brettw@chromium.org
2009-02-01
5
-90
/
+102
*
Random bits of de-Winification for WebContents.
brettw@chromium.org
2009-01-30
3
-2
/
+11
*
Allow porting of the JS message boxes. I split out the implementation into
brettw@chromium.org
2009-01-30
1
-9
/
+4
*
Clean up the Windows-ness in the sizing of new views. Write a bunch of comments
brettw@chromium.org
2009-01-29
4
-21
/
+16
*
Provide the option for HTTPServer to be created with a specific
sky@google.com
2009-01-29
1
-4
/
+4
*
Make the shared shell dialog not use Windows types, as well as the web contents
brettw@chromium.org
2009-01-29
4
-3
/
+11
*
Re-land revision 8821 with the ui test fixed.
maruel@chromium.org
2009-01-29
1
-10
/
+3
*
Remove the Windows set focus call and bad-design browser call from the new tab
brettw@chromium.org
2009-01-29
1
-0
/
+5
*
Generate a proper file name when dragging an image from a
paulg@google.com
2009-01-29
1
-2
/
+12
*
Rename RenderWidgetHostView::GetPluginHWND to GetPluginNativeView
brettw@chromium.org
2009-01-29
1
-5
/
+7
*
Roll back r8821
mark@chromium.org
2009-01-28
1
-3
/
+10
*
This prevents an occasional DCHECK seen during the SSL UI test that happened
creis@google.com
2009-01-28
1
-8
/
+26
*
Disconnect the "browser controlled printing" and always delegate the control ...
maruel@chromium.org
2009-01-28
1
-10
/
+3
*
Make WebContentsView portable by using the native view types.
brettw@chromium.org
2009-01-28
4
-29
/
+29
*
Context menus for text selections in editable boxes and links should include ...
pkasting@chromium.org
2009-01-28
3
-31
/
+28
*
Two things:
ben@chromium.org
2009-01-24
1
-1
/
+2
*
Create a dialog box for the about:network view and kill the tab type.
brettw@chromium.org
2009-01-24
4
-442
/
+0
*
This CL makes the safe browsing interstitial page support multiple unsafe res...
jcampan@chromium.org
2009-01-23
2
-11
/
+51
*
Move security style into the tab_contents directory. This is the last part of
brettw@chromium.org
2009-01-23
2
-1
/
+35
*
Backs out 8523 in hopes of a greener tree.
sky@google.com
2009-01-23
3
-48
/
+19
*
Changes to insure that when in app-mode, links open in the default browser. ...
brg@chromium.com
2009-01-23
3
-19
/
+48
*
Move files out of browser and into either renderer_host or tab_contents.
brettw@chromium.org
2009-01-22
18
-21
/
+1552
*
The WebContents CL broke unit tests
cpu@google.com
2009-01-22
1
-0
/
+3
*
Factor out the test web contents from the WebContents unit test so that it can
brettw@chromium.org
2009-01-21
5
-312
/
+327
*
Fix issue 6520 by ensuring that InfoBarClosed is called whenever a tab is clo...
tim@chromium.org
2009-01-21
2
-0
/
+11
*
Get browser window showing using a Browser object and accompanying scaffoldin...
pinkerton@google.com
2009-01-21
1
-4
/
+2
*
A crasher would happen if you navigate to a page triggering an interstitial f...
jcampan@chromium.org
2009-01-21
1
-11
/
+2
*
Make CommandLine into a normal object, with some statics for getting at the c...
evan@chromium.org
2009-01-21
1
-1
/
+1
*
Remove the about:internets view :(
brettw@chromium.org
2009-01-20
4
-119
/
+0
*
Reverting 8263.
brettw@chromium.org
2009-01-20
1
-147
/
+7
*
Porting in chrome/browser/
phajdan.jr@chromium.org
2009-01-20
4
-8
/
+7
*
Fix issue 6296 by using a dedicated delegate instance for each infobar that t...
tim@chromium.org
2009-01-16
1
-0
/
+17
[next]