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
/
web_contents.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge DOMUIContents into WebContents.
brettw@chromium.org
2009-03-17
1
-10
/
+95
*
SSL Fix: Step 4.
abarth@chromium.org
2009-03-17
1
-1
/
+4
*
Change a function name.
estade@chromium.org
2009-03-16
1
-1
/
+1
*
RSS feed support (part 1), 2nd attempt.
finnur@chromium.org
2009-03-13
1
-0
/
+24
*
Reverting 11640.
finnur@chromium.org
2009-03-13
1
-20
/
+0
*
RSS feed support (part 1)
finnur@chromium.org
2009-03-13
1
-0
/
+20
*
Stop having renderers use both pids and a monotonically increasing "host_id"....
jam@chromium.org
2009-03-12
1
-1
/
+4
*
Changing ForwardMessageToExternalHost to postMessage and passing a proper
tommi@chromium.org
2009-03-09
1
-2
/
+4
*
Enable the character encoding menu, zoom menu, and the help menu item.
tc@google.com
2009-03-06
1
-1
/
+1
*
Try #2 of "make JavaScript alerts reflect the URL of the frame they came from,
brettw@chromium.org
2009-03-05
1
-4
/
+6
*
Reverting 11002.
brettw@chromium.org
2009-03-05
1
-6
/
+4
*
Make JavaScript alerts reflect the URL of the frame they came from, not the
brettw@chromium.org
2009-03-05
1
-4
/
+6
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
1
-1
/
+1
*
Fix 16/wide build bustange on non-Windows.
brettw@chromium.org
2009-03-04
1
-1
/
+1
*
Fix the build with some forgotten string conversions on non-Windows.
brettw@chromium.org
2009-03-04
1
-2
/
+2
*
Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs
brettw@chromium.org
2009-03-04
1
-1
/
+1
*
Remove some instances of NOTIMPLEMENTED in favor of hooking up functionality ...
pinkerton@chromium.org
2009-03-03
1
-8
/
+0
*
Don't send the receiver function name in the ExternalHostBindings::ForwardMes...
ananta@chromium.org
2009-02-25
1
-3
/
+2
*
Delete the ViewSourceTabContents.
brettw@chromium.org
2009-02-25
1
-4
/
+26
*
The find bar should be owned and managed from the BrowserView, not the WebCon...
finnur@google.com
2009-02-24
1
-11
/
+71
*
Make plugin_installer.cc compile on Posix.
jhawkins@chromium.org
2009-02-23
1
-1
/
+1
*
Bring download_file, download_manager into POSIX build.
estade@chromium.org
2009-02-22
1
-2
/
+2
*
Remove a workaround made obsolete by Tony's l10n work.
evan@chromium.org
2009-02-19
1
-1
/
+1
*
Send over the HTTP status code in the ViewHostMsg_FrameNavigate message comin...
ananta@chromium.org
2009-02-19
1
-1
/
+2
*
Super-simplistic status bubble on Linux.
evan@chromium.org
2009-02-19
1
-3
/
+0
*
Add locale_settings.grd to the build. This generates
tc@google.com
2009-02-18
1
-2
/
+2
*
Make gears_integration.cc compile on Posix. Change the GearsCreateShortcut c...
jhawkins@chromium.org
2009-02-17
1
-6
/
+3
*
Make password_manager.cc compile on Posix.
jhawkins@chromium.org
2009-02-15
1
-1
/
+1
*
Port most of MetricsService to Mac and linux.
paul@chromium.org
2009-02-13
1
-1
/
+1
*
Fix tiny fonts in Mac/Linux. Tony deserves credit for this.
evan@chromium.org
2009-02-13
1
-0
/
+9
*
Porting in chrome/
phajdan.jr@chromium.org
2009-02-12
1
-1
/
+1
*
This is an attempt at finding the reason for the page_cycler slowness caused by
mad@chromium.org
2009-02-12
1
-14
/
+19
*
Port some strings in download/save_package.cc
estade@chromium.org
2009-02-11
1
-5
/
+10
*
Reverting 9493.
kuchhal@chromium.org
2009-02-10
1
-19
/
+14
*
Switch from HWNDs to NativeViews, take 2. (First attempt was r9409, in which ...
avi@chromium.org
2009-02-10
1
-4
/
+4
*
Relanding of http://codereview.chromium.org/16488.
mad@chromium.org
2009-02-10
1
-14
/
+19
*
Try reverting r9409 to see if it fixes crashes on chromebot.
kuchhal@chromium.org
2009-02-10
1
-4
/
+4
*
Reverting 9408.
brettw@chromium.org
2009-02-09
1
-19
/
+14
*
Switch from HWNDs to NativeViews.
avi@chromium.org
2009-02-09
1
-4
/
+4
*
Add a new resizer corner.
mad@chromium.org
2009-02-09
1
-14
/
+19
*
Add a command line option --disable-web-security. People can use this option...
abarth@chromium.org
2009-02-06
1
-0
/
+5
*
Initial Mac port of web_contents_view and render_widget_host_view.
avi@google.com
2009-02-06
1
-1
/
+4
*
Stub out web_contents_view_gtk.
estade@chromium.org
2009-02-06
1
-2
/
+6
*
Commiting the changes from my previous cl that are specific to not including ...
jam@chromium.org
2009-02-04
1
-0
/
+1
*
Make autofill_manager compile on POSIX.
thestig@chromium.org
2009-02-04
1
-2
/
+2
*
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
1
-1
/
+0
*
Make it easier/less work/less error-prone to create new IPC channel types (i....
jam@chromium.org
2009-02-04
1
-0
/
+1
*
first stab at scaffolding WebContents.
pinkerton@chromium.org
2009-02-03
1
-29
/
+56
*
Remove old web app code it's no longer needed. Simplifies startup a little.
ben@chromium.org
2009-02-02
1
-50
/
+1
[next]