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
/
web_contents.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a comment. This was brought up by Ojan in a review for my previous patch,...
brettw@google.com
2008-12-02
1
-2
/
+0
*
Remove the URL and title from the state getting functions and IPC messages.
brettw@google.com
2008-12-02
1
-20
/
+3
*
Fix window.open()/window.close() regression by disabling window.close() until...
erg@google.com
2008-12-01
1
-5
/
+6
*
Attempt at fixing crash in WebContents::ShowWidget. I suspect this is
sky@google.com
2008-11-25
1
-0
/
+9
*
Re-land 5929 (r5882) with crash fix and also this change:
ben@chromium.org
2008-11-25
1
-4
/
+3
*
Beginnings of a new InfoBar system.
ben@chromium.org
2008-11-21
1
-5
/
+5
*
Re-land this change: http://codereview.chromium.org/10967/show
ben@chromium.org
2008-11-19
1
-3
/
+2
*
Rollback! Now with 25% more HWND.
ben@chromium.org
2008-11-17
1
-2
/
+3
*
Remove HWND from TabContents creation.
ben@chromium.org
2008-11-17
1
-3
/
+2
*
Add Terminate() to the Process object, have RenderProcessHost use this to avo...
brettw@google.com
2008-11-14
1
-2
/
+2
*
Adds the ability for save dialogs to take a default extension.
sky@google.com
2008-11-12
1
-2
/
+3
*
Remove some Windows-specific stuff from RenderProcessHost by having callers g...
brettw@google.com
2008-11-11
1
-1
/
+1
*
Only block alert() requests from blocked popups; not all popups.
erg@google.com
2008-11-11
1
-1
/
+2
*
Review URL: http://codereview.chromium.org/10005
petersont@google.com
2008-11-11
1
-0
/
+11
*
Review URL: http://codereview.chromium.org/10237
petersont@google.com
2008-11-08
1
-11
/
+0
*
Entries in a form get recorded when the user submits the form. Database and ...
petersont@google.com
2008-11-08
1
-0
/
+11
*
Continue with crosssite navigations if alerts are suppressed
ojan@google.com
2008-11-07
1
-1
/
+4
*
Prevent window.close() working from Javascript when a blocked popup notificat...
erg@google.com
2008-11-07
1
-2
/
+5
*
Bandaid patch so that we continue with crosssite navigations instead of clos...
ojan@google.com
2008-11-06
1
-1
/
+19
*
Added functions to WebDatabase and WebDataService for recording frequent entr...
petersont@google.com
2008-11-05
1
-0
/
+12
*
Evil hack to prevent a crash with interstitials across different tab contents...
brettw@google.com
2008-11-05
1
-0
/
+23
*
Fix for HTTP AUTH prompts allowing save-password infobars to be shown after a...
glen@chromium.org
2008-10-30
1
-0
/
+5
*
Plumb the referrer throughout the OpenURL APIs.
ericroman@google.com
2008-10-27
1
-2
/
+2
*
Move Time, TimeDelta and TimeTicks into namespace base.
dsh@google.com
2008-10-27
1
-0
/
+3
*
Update contents_mime_type_ of WebContents only for the main frame. RenderView...
jungshik@google.com
2008-10-27
1
-1
/
+5
*
Set |contents_mime_type| early enough so that the encoding menu is enabled on...
jungshik@google.com
2008-10-23
1
-3
/
+7
*
Disable link doctor when in off the record/incognito mode.
tc@google.com
2008-10-23
1
-0
/
+4
*
Reduce header dependencies.
evanm@google.com
2008-10-22
1
-0
/
+1
*
Make the character encoding override work again. There are two other bugs wit...
jungshik@google.com
2008-10-22
1
-2
/
+2
*
Factor find in page out of WebContents and into the view, since it is almost
brettw@google.com
2008-10-21
1
-119
/
+13
*
Move more platform-specific stuff from WebContents to the view.
brettw@google.com
2008-10-18
1
-93
/
+48
*
Remove throttling code from the Browser process and implement throttling in t...
erg@google.com
2008-10-17
1
-0
/
+4
*
Adds the anti-carpet bombing dialog. More specifically a new
sky@google.com
2008-10-17
1
-0
/
+8
*
Separate out most view creation from WebContents. This adds a new sub-delegat...
brettw@google.com
2008-10-17
1
-102
/
+11
*
Rename ChromeViews namespace to views
ben@chromium.org
2008-10-16
1
-2
/
+2
*
Rename RenderWidgetHostHWND to RenderWidgetHostViewWin for consistency with o...
brettw@google.com
2008-10-14
1
-8
/
+12
*
Move more view stuff out of WebContents. This moves context menus and info
brettw@google.com
2008-10-14
1
-99
/
+25
*
This is the first pass at refactoring the interstitial page.
jcampan@chromium.org
2008-10-13
1
-4
/
+4
*
Start splitting out view-related stuff from WebContents into a new class WebC...
brettw@google.com
2008-10-10
1
-329
/
+61
*
Port some more of chrome/ to Linux.
deanm@google.com
2008-10-02
1
-0
/
+1
*
Add a command line switch for fastback work.
darin@google.com
2008-09-29
1
-0
/
+2
*
Reorganize the declarations to have some grouping and logical ordering in tab...
brettw@google.com
2008-09-26
1
-971
/
+942
*
Move a bunch of stuff out of WebContents. I removed a bunch of render view ho...
brettw@google.com
2008-09-25
1
-158
/
+5
*
Add a command-line switch to change the user agent.BUG=757345
pkasting@chromium.org
2008-09-24
1
-4
/
+0
*
This CL adds new UI tests for the SSL UI.
jcampan@chromium.org
2008-09-24
1
-2
/
+2
*
Fix bottom right resize corner flicker during size.
joshia@google.com
2008-09-23
1
-0
/
+5
*
Changes the bookmark model to allow more than one bookmark to
sky@google.com
2008-09-19
1
-1
/
+1
*
NULL check the return value during navigation to prevent a crash.
brettw@google.com
2008-09-18
1
-0
/
+2
*
Add support for "Add to dictionary" in the context menu.
sidchat@google.com
2008-09-17
1
-2
/
+10
*
Touchpad support for laptops
joshia@google.com
2008-09-16
1
-21
/
+60
[next]