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
*
Basic download shelf implementation on linux.
estade@chromium.org
2009-03-04
1
-18
/
+28
*
Fixing WebKeyboardEvent.
avi@chromium.org
2009-03-04
1
-3
/
+3
*
Fix stupid typo causing the navigation entry unit tests to fail.
brettw@chromium.org
2009-03-04
1
-1
/
+1
*
Fix 16/wide build bustange on non-Windows.
brettw@chromium.org
2009-03-04
2
-2
/
+2
*
Fix the build with some forgotten string conversions on non-Windows.
brettw@chromium.org
2009-03-04
2
-3
/
+3
*
Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs
brettw@chromium.org
2009-03-04
8
-36
/
+67
*
Fix back button behavior for DOMUI contents (or at least make it as not-broke...
glen@chromium.org
2009-03-04
1
-0
/
+1
*
Update clipboard classes to use string16 and FilePath instead of wstring.
estade@chromium.org
2009-03-04
2
-4
/
+5
*
Add FilePath setter/getter to pref service. Change callers to use it rather t...
estade@chromium.org
2009-03-04
1
-4
/
+3
*
Remove NativeUI, HistoryTabUI, DownloadsTabUI since they've been superceded.
ben@chromium.org
2009-03-03
4
-973
/
+0
*
Reverting 10794.
avi@chromium.org
2009-03-03
1
-2
/
+2
*
Fixing WebKeyboardEvent. Third time's the charm.
avi@chromium.org
2009-03-03
1
-2
/
+2
*
Remove some instances of NOTIMPLEMENTED in favor of hooking up functionality ...
pinkerton@chromium.org
2009-03-03
1
-8
/
+0
*
Make it so that dropdown selects don't deactivate the main frame when opened ...
ben@chromium.org
2009-03-03
2
-0
/
+6
*
Enable focus-change via tabbing on Linux.
estade@chromium.org
2009-03-02
1
-1
/
+22
*
Fix compilations errors introduced by revision 10712.
maruel@chromium.org
2009-03-02
1
-4
/
+4
*
Refactor download shelf and prepare for porting.
estade@chromium.org
2009-02-28
4
-32
/
+32
*
Prototype extension process. This is a proof of concept, with a lot of
mpcomplete@google.com
2009-02-27
1
-1
/
+1
*
Enable new tab page for Mac and Linux
pinkerton@chromium.org
2009-02-27
1
-2
/
+3
*
Back out r10487 too
mark@chromium.org
2009-02-26
2
-8
/
+7
*
Relanding the following:
jcampan@chromium.org
2009-02-26
1
-6
/
+6
*
More URL constants replacement.
brettw@chromium.org
2009-02-26
2
-7
/
+8
*
Make render_view_context_menu.cc compile on Posix.
jhawkins@chromium.org
2009-02-26
2
-8
/
+17
*
Reverting key change (again); this breaks every keyboard layout test there is...
avi@chromium.org
2009-02-26
1
-2
/
+2
*
Fixing WebKeyboardEvent. For reals this time.
avi@chromium.org
2009-02-26
1
-2
/
+2
*
Developer tools messages are forwarded as wrapped IPC::Messages(previously th...
yurys@google.com
2009-02-26
8
-0
/
+63
*
Make web_drag_source.cc compile on Posix.
jhawkins@chromium.org
2009-02-26
2
-18
/
+38
*
Linux: add splash screen
agl@chromium.org
2009-02-26
1
-3
/
+8
*
Linux: fixes for tab contents switching
agl@chromium.org
2009-02-26
1
-0
/
+1
*
Coalesce more hardcoded schemes to using predefined constants.
brettw@chromium.org
2009-02-26
3
-4
/
+7
*
Add an identity (id) to system drag & drop.
tc@google.com
2009-02-26
1
-1
/
+7
*
Don't send the receiver function name in the ExternalHostBindings::ForwardMes...
ananta@chromium.org
2009-02-25
3
-7
/
+4
*
Revert "Implement accelerators in the gtk port" at avi's request.
erg@google.com
2009-02-25
1
-22
/
+5
*
Reverting 10400.
jcampan@chromium.org
2009-02-25
1
-6
/
+6
*
When restoring a session, the browser is shown after a tab is selected causin...
jcampan@chromium.org
2009-02-25
1
-6
/
+6
*
Add the hunspell project to Chrome.app and get spellchecker compiling
shess@chromium.org
2009-02-25
1
-1
/
+1
*
Implement accelerators in the gtk port.
erg@google.com
2009-02-25
1
-5
/
+22
*
This CL causes the autofill popup to hide when the browser window is moved or...
jcampan@chromium.org
2009-02-25
1
-0
/
+4
*
Revert "Fixing WebKeyboardEvent."
kuchhal@chromium.org
2009-02-25
1
-2
/
+2
*
Fixing WebKeyboardEvent.
avi@chromium.org
2009-02-25
1
-2
/
+2
*
Delete the ViewSourceTabContents.
brettw@chromium.org
2009-02-25
16
-85
/
+103
*
Enable history and downloads by default, port NewTabUI from DOMUIHost to DOMUI.
glen@chromium.org
2009-02-25
1
-5
/
+1
*
This make accelerators work in interstitial pages.
jcampan@chromium.org
2009-02-25
2
-2
/
+105
*
Taking out unfinished code. I don't understand what role these functions play...
avi@chromium.org
2009-02-24
1
-46
/
+14
*
The find bar should be owned and managed from the BrowserView, not the WebCon...
finnur@google.com
2009-02-24
5
-141
/
+138
*
Clear out the vbox before adding a new widget.
erg@google.com
2009-02-23
1
-0
/
+10
*
Make plugin_installer.cc compile on Posix.
jhawkins@chromium.org
2009-02-23
1
-1
/
+1
*
Update include paths for grit files. Go ahead and resort
tc@google.com
2009-02-22
7
-13
/
+7
*
Bring download_file, download_manager into POSIX build.
estade@chromium.org
2009-02-22
2
-6
/
+6
*
Show page icons on back/forward menu lists on linux.
estade@chromium.org
2009-02-20
1
-4
/
+17
[next]