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
...
*
Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos.
brettw@chromium.org
2009-07-08
1
-1
/
+1
*
Remove url_constants dependency from tab_contents.h.
brettw@chromium.org
2009-07-08
2
-12
/
+4
*
Split out some of the RVHDelegate functions into separate sub-classes. To limit
brettw@chromium.org
2009-07-08
2
-268
/
+263
*
Make the cancelling of drag and drop match Safari for Windows. This is
arv@google.com
2009-07-08
1
-2
/
+2
*
GTK: Support for more drag targets in renderer destination.
estade@chromium.org
2009-07-08
1
-12
/
+46
*
Reverting 20097.
meelapshah@chromium.org
2009-07-08
1
-2
/
+2
*
Change ThumbnailStore to use sqlite instead of individual files.
meelapshah@chromium.org
2009-07-07
1
-2
/
+2
*
Sprinkle some defensiveness into the UI tests so that they don't explode if t...
stuartmorgan@chromium.org
2009-07-07
1
-0
/
+1
*
GTK Themes: Theme the popup notification.
erg@google.com
2009-07-07
2
-1
/
+23
*
This CL makes sure JavaScript alerts are not shown while an interstitial is s...
jcampan@chromium.org
2009-07-07
3
-2
/
+41
*
Revert r19752. Caused regression in tabs closing.
rafaelw@chromium.org
2009-07-07
2
-16
/
+1
*
Change the use of typedef Language in Spell Check files back to std::string. ...
sidchat@google.com
2009-07-07
1
-3
/
+3
*
Crashers from the field indicate the navigation entry can be NULL. This is no...
jcampan@chromium.org
2009-07-07
1
-0
/
+13
*
GTK: first cut at web contents as drag destination.
estade@chromium.org
2009-07-07
2
-2
/
+205
*
Do some refactoring of renderer_host.
brettw@chromium.org
2009-07-06
9
-95
/
+112
*
Add an ExtensionBrowserTest base class that allows in-process browser tests o...
aa@chromium.org
2009-07-04
2
-10
/
+0
*
Fix Acid3 Test 48: LINKTEST, Chromium side....
dglazkov@chromium.org
2009-07-03
1
-12
/
+14
*
Move RenderViewHostManager back to tab_contents. Moving it to renderer_host
brettw@chromium.org
2009-07-03
5
-1
/
+1149
*
Initializing the struct before using it, as mandated by
finnur@chromium.org
2009-07-03
1
-9
/
+9
*
GTK: when doing a drag from a web page, pass a recent mouse down to gtk_drag_...
estade@chromium.org
2009-07-02
2
-6
/
+12
*
PageActions can now specify multiple icons and switch between them
finnur@chromium.org
2009-07-01
2
-17
/
+35
*
Try to track down the cause of the Drag&Drop crash seen in bug 12524.
finnur@chromium.org
2009-07-01
1
-0
/
+5
*
First cut at popup blocking for Mac. Remove ifdefs in cross-platform code. Im...
pinkerton@chromium.org
2009-07-01
3
-11
/
+7
*
Converts BaseView to be non-opaque, which will fix drawing of
rohitrao@chromium.org
2009-07-01
1
-0
/
+10
*
In this episode, we implement the DOMUI interface for extension views that ar...
aa@chromium.org
2009-07-01
3
-29
/
+17
*
Fix: Certain redirections remove sites from the history
yuzo@chromium.org
2009-07-01
4
-13
/
+28
*
Move GetTabContentsID out of tab util because it has nothing to do with tabs or
brettw@chromium.org
2009-06-30
2
-24
/
+0
*
Fix for pressing escape during a drag and drop operation.
arv@google.com
2009-06-30
2
-0
/
+9
*
Enable "Save As" on Mac.
paul@chromium.org
2009-06-30
1
-1
/
+0
*
More web contents dragging.
estade@chromium.org
2009-06-29
2
-8
/
+65
*
Let RenderProcessHost provide a method HasConnection() instead of exposing
brettw@chromium.org
2009-06-29
1
-2
/
+2
*
Move render_view_host_manager* and site_instance* from tab_contents to render...
brettw@chromium.org
2009-06-29
10
-1801
/
+4
*
Linux web drag first cut.
estade@chromium.org
2009-06-27
2
-7
/
+61
*
Simple clean-up of the ssl_manager.h includes.
jcampan@chromium.org
2009-06-26
2
-0
/
+2
*
Do some minor cleanup I noticed in SiteInstance. Before, we would parse and
brettw@chromium.org
2009-06-26
1
-18
/
+17
*
Remove dependency on NavigationEntry from RenderViewHost. The code for
brettw@chromium.org
2009-06-26
1
-1
/
+14
*
Integrating GtkIMContext into the RenderWidgetHostViewGtk class (Take 2).
hbono@chromium.org
2009-06-25
1
-0
/
+8
*
Merging r18584 into chrome/browser/views/tab_contents/tab_contents_view_win.cc.
yusukes@google.com
2009-06-24
1
-617
/
+0
*
Fix a bug generating thumbnails. We would only use a stashed thumbnail when it
brettw@chromium.org
2009-06-24
1
-6
/
+13
*
Replace std:;wstring with std::string and string16 in locale-name related APIs.
jshin@chromium.org
2009-06-24
6
-45
/
+49
*
Fix interstitial crash.
willchan@chromium.org
2009-06-24
2
-6
/
+36
*
DevTools: remove ShowJavaScriptConsole / InspectElementAt methods from render...
pfeldman@chromium.org
2009-06-24
2
-2
/
+4
*
DevTools: Nuke legacy debugger.
pfeldman@chromium.org
2009-06-24
2
-9
/
+0
*
Fix: Omnibox is not updated properly when the main frame results in a file do...
yuzo@chromium.org
2009-06-24
1
-8
/
+4
*
Build fix, use the correct define for mac.
brettw@chromium.org
2009-06-23
1
-2
/
+2
*
Add Linux support for getting the thumbnail and wire into the switcher.
brettw@chromium.org
2009-06-23
1
-23
/
+50
*
Fix crasher where we tried to access a destroyed render widget host view.
estade@chromium.org
2009-06-23
5
-18
/
+18
*
Plumb a command line argument to enable the XSSAuditor.
abarth@chromium.org
2009-06-23
1
-0
/
+2
*
Rejiggers the keyword editor so that the UI is independent of the model rathe...
ben@chromium.org
2009-06-23
2
-5
/
+12
*
Remove TOOLKI_VIEWS cruft from tab_contents_view_gtk.cc now that it has its o...
jhawkins@chromium.org
2009-06-23
1
-4
/
+0
[prev]
[next]