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
*
More WebView / WebViewDelegate cleanup.
darin@chromium.org
2009-10-03
3
-6
/
+6
*
Move the clipboard stuff out of base and into app/clipboard. I renamed
brettw@chromium.org
2009-10-03
2
-7
/
+7
*
Pass unhandled keyup messages coming in from the renderer to the underlying v...
ananta@chromium.org
2009-10-03
1
-1
/
+4
*
Add histograms that track how long it takes to open the new tab page.
tony@chromium.org
2009-10-02
2
-0
/
+31
*
Do not discount a MANUAL_SUBFRAME load just because it involved
darin@chromium.org
2009-10-02
1
-4
/
+0
*
Any time we are shutting down a tab, try to use fast shutdown.
estade@chromium.org
2009-10-02
1
-1
/
+1
*
Don't send tab switching/killing/creating keyboard accelerators to pages. Th...
jam@chromium.org
2009-10-02
4
-5
/
+19
*
The "Copy URL" link is always greyed out in the Chrome menu on popups [crbug....
ericu@google.com
2009-10-01
4
-36
/
+4
*
Added command line argument --enable-webgl to facilitate turning on
kbr@google.com
2009-09-30
1
-0
/
+2
*
Cleanup some code in the render_view_host_manager unittest.
brg@chromium.com
2009-09-29
1
-4
/
+3
*
Use Mac fonts in Mac Chrome.
mark@chromium.org
2009-09-29
1
-1
/
+6
*
Coverity: Initialize all member variables in the default constructor.
jhawkins@chromium.org
2009-09-29
1
-1
/
+7
*
Remove the enable-sync flag from the Chrome command line and enable sync by d...
brg@chromium.com
2009-09-29
2
-0
/
+15
*
Use favicon for application shortcut icon.
estade@chromium.org
2009-09-28
2
-1
/
+19
*
Fix deadlock when plugin puts an alert and right afterwards the browser proce...
jam@chromium.org
2009-09-28
13
-48
/
+24
*
Moving ContextualAction class to common/extensions and in the process renamin...
finnur@chromium.org
2009-09-28
2
-10
/
+10
*
Update the TabContents::SavePage parameter to take FilePath instead of wstrin...
rsesek@chromium.org
2009-09-26
2
-7
/
+3
*
Update our mixed content state with information from the new mixed content
abarth@chromium.org
2009-09-26
1
-2
/
+2
*
Implement Browser Actions extensions.
finnur@chromium.org
2009-09-26
2
-7
/
+8
*
Plumb the new mixed content API callbacks to the tab contents. We'll actually
abarth@chromium.org
2009-09-25
2
-0
/
+10
*
Hook up external protocol handler to user gestures to prevent malicious sites...
estade@chromium.org
2009-09-25
1
-0
/
+2
*
Makes it so that you shouldn't be able to get a big fat bookmark
sky@chromium.org
2009-09-25
6
-39
/
+63
*
Allow the initial size of TabContentViews to be based on the
tony@chromium.org
2009-09-25
12
-21
/
+30
*
Changes the main menu to do the following:
sky@chromium.org
2009-09-25
1
-1
/
+1
*
Implemented upload progress indicator in status bar.
darin@chromium.org
2009-09-25
2
-3
/
+21
*
Initialize user_gesture_observed_ in NavigationController constructor.
mattm@chromium.org
2009-09-24
2
-1
/
+46
*
Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...
pkasting@chromium.org
2009-09-24
1
-4
/
+3
*
Reverting 26975.
pkasting@chromium.org
2009-09-23
1
-3
/
+4
*
Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...
pkasting@chromium.org
2009-09-23
1
-4
/
+3
*
Coverity: Initialize ssl_cert_id_, ssl_cert_status_, and ssl_security_bits_ i...
jhawkins@chromium.org
2009-09-23
2
-1
/
+6
*
Remove a DCHECK that was firing in legitimate cases. The cases are described in
brettw@chromium.org
2009-09-23
1
-5
/
+18
*
Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test flakiness.
phajdan.jr@chromium.org
2009-09-21
1
-4
/
+2
*
[Mac] Save/restore focus in TabContentsViewMac.
rohitrao@chromium.org
2009-09-21
2
-17
/
+14
*
This CL makes the browser focus tests faster by replacing
jcampan@chromium.org
2009-09-18
3
-2
/
+12
*
Size the render widget host view when the browser tries to set it to a partic...
tony@chromium.org
2009-09-18
2
-14
/
+13
*
Try again to land "Implement script API:executeScript"
aa@chromium.org
2009-09-18
2
-0
/
+11
*
linux: add names to some widgets for parasite's benefit
evan@chromium.org
2009-09-17
1
-0
/
+1
*
Escape ampersands in web view text selection for right click context menu so ...
estade@chromium.org
2009-09-16
1
-6
/
+25
*
Rename test_web_contents.* to test_tab_contents.*
tony@chromium.org
2009-09-16
3
-5
/
+5
*
Replace a bunch of hardcoded URLs with constants from url_constants.h
brettw@chromium.org
2009-09-15
2
-4
/
+5
*
This CL adds a test to insure we are not regressing on http://crbug.com/19941
jcampan@chromium.org
2009-09-15
1
-0
/
+4
*
mac: drop NOTIMPLEMENTED in GotFocus()
avi@chromium.org
2009-09-15
2
-2
/
+3
*
linux: drop NOTIMPLEMENTED in GotFocus()
evan@chromium.org
2009-09-15
1
-1
/
+2
*
Fix for bug 2932: Chrome should not trigger page reloading when turn off auto...
jshin@chromium.org
2009-09-14
1
-0
/
+9
*
linux: enable plugins by default
evan@chromium.org
2009-09-14
1
-6
/
+0
*
Try to fix build.
thakis@chromium.org
2009-09-12
2
-0
/
+4
*
Let cmd-e write the selection into the find pasteboard.
thakis@chromium.org
2009-09-12
3
-0
/
+9
*
First cut at implementation of FindBar for views / gtk
davemoore@chromium.org
2009-09-09
2
-2
/
+2
*
Adds support for the os x spelling panel to chromium. Users can
pinkerton@chromium.org
2009-09-09
1
-0
/
+14
*
Remove unused ATL headers.
jhawkins@chromium.org
2009-09-09
1
-6
/
+0
[next]