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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Linux: implement automation for modal dialogs.
agl@chromium.org
2009-04-26
2
-5
/
+18
*
Fix a crash I introduced in r14053. It removed the setting of the controller in
brettw@chromium.org
2009-04-25
1
-6
/
+10
*
Show icons in the new omnibox popup.
ben@chromium.org
2009-04-25
2
-37
/
+107
*
Fix sudden termination after the latest WebKit merge.
jam@chromium.org
2009-04-25
11
-54
/
+99
*
Port unload_uitest.cc and enable some of the tests on linux.
estade@chromium.org
2009-04-24
1
-7
/
+17
*
Passing correct HWND to CreateChromeWindow(). The HWND of the toplevel window
estade@chromium.org
2009-04-24
1
-1
/
+5
*
Gtk file selection filters, first cut.
estade@chromium.org
2009-04-24
2
-6
/
+78
*
Revert "POSIX: Don't spawn zombies." (r14488)
agl@chromium.org
2009-04-24
1
-13
/
+2
*
Reverting 14489.
jcampan@chromium.org
2009-04-24
2
-12
/
+2
*
This CL makes sure we unregister our Windows window classes when shut-down.
jcampan@chromium.org
2009-04-24
2
-2
/
+12
*
POSIX: Don't spawn zombies.
agl@chromium.org
2009-04-24
1
-2
/
+13
*
No code change, just converting CRLF to LF to prevent changes
finnur@chromium.org
2009-04-24
1
-156
/
+156
*
Fix word wrapping on the license label.
erg@google.com
2009-04-24
1
-0
/
+11
*
Fix for minimum size check
evan@chromium.org
2009-04-24
1
-2
/
+5
*
Pass the ExtensionID to the ExtensionFunctionDispatcher.
finnur@chromium.org
2009-04-24
6
-8
/
+30
*
Revert "Do not send stats from Chromium builds."
kuchhal@chromium.org
2009-04-24
3
-17
/
+7
*
Fix build break.
kuchhal@chromium.org
2009-04-24
1
-1
/
+1
*
Add a gcc warning if we don't check the results of ReadParam. Some
tc@google.com
2009-04-24
1
-2
/
+2
*
Do not send stats from Chromium builds.
kuchhal@chromium.org
2009-04-24
3
-7
/
+17
*
Make uninstall dialog handle keyboard events (TAB).
kuchhal@chromium.org
2009-04-24
1
-1
/
+1
*
Implement HTML selects as native Cocoa controls for Chrome.
paul@chromium.org
2009-04-24
7
-3
/
+87
*
Fix DCHECK when typing certain kinds of input on certain profiles.
pkasting@chromium.org
2009-04-24
1
-1
/
+3
*
The accidental search infobar was almost never appearing. Fix that regressio...
pkasting@chromium.org
2009-04-24
6
-103
/
+87
*
Create an about dialog for GTK Chromium.
erg@google.com
2009-04-24
5
-4
/
+176
*
Override GtkTextView's size request width in the Linux Omnibox.
deanm@chromium.org
2009-04-24
2
-0
/
+21
*
First cut at adding a map between strings names and resource ids.
tc@google.com
2009-04-24
4
-0
/
+113
*
Removes FindBar cruft from TabContentsViewMac.
rohitrao@chromium.org
2009-04-24
2
-69
/
+2
*
Make messages in javascript's alert copyable.
tc@google.com
2009-04-24
1
-1
/
+2
*
Linux: fix root window co-ordinates.
agl@chromium.org
2009-04-24
1
-2
/
+2
*
Chrome side of using WebPluginListBuilder.
darin@chromium.org
2009-04-24
4
-4
/
+5
*
Adding missing null check in case of missing file version info.
robertshield@google.com
2009-04-24
1
-1
/
+4
*
Fixes issue where the placeholder text was not shown because there is no DOM
arv@chromium.org
2009-04-24
1
-2
/
+3
*
Use the NotificationRegistrar for the remaining TAB_CONTENTS_DESTROYED
brettw@chromium.org
2009-04-24
4
-38
/
+29
*
Linux: Stop hitting a DCHECK in GoButtonGtk on shutdown.
willchan@chromium.org
2009-04-24
1
-1
/
+8
*
Add CSS to make toolstrip buttons look closer to native ones.
aa@chromium.org
2009-04-24
2
-1
/
+46
*
Disable TabDraggingTest.Tab1Tab3 due to flakiness.
dglazkov@chromium.org
2009-04-24
1
-1
/
+2
*
Unittest for FindBarCocoaController.
rohitrao@chromium.org
2009-04-24
6
-11
/
+114
*
Kill WebContents by moving the remaining methods to TabContents. WebContents
brettw@chromium.org
2009-04-24
5
-1879
/
+1884
*
Move another batch of functions for WebContents to TabContents. This also
brettw@chromium.org
2009-04-24
6
-478
/
+447
*
Crude text style rendering in the omnibox 2 popup. I copied most of the DrawS...
ben@chromium.org
2009-04-24
1
-4
/
+192
*
Remove deprecated file_util::GetFilenameWithoutExtensionFromPath(), also conv...
thestig@chromium.org
2009-04-24
2
-11
/
+13
*
Linux: stop popups from flickering
agl@chromium.org
2009-04-24
1
-1
/
+1
*
Linux: use opaque NativeViewIds
agl@chromium.org
2009-04-24
1
-25
/
+38
*
Remove unused bits and pieces of #ifdefed code that isn't used.
tim@chromium.org
2009-04-24
6
-108
/
+7
*
Port and enable most of TabRestoreUITest on linux.
estade@chromium.org
2009-04-24
3
-9
/
+44
*
Remove a function that is no longer used.
jhawkins@chromium.org
2009-04-23
1
-18
/
+0
*
Check for view source mode in DOM UI mode.
thestig@chromium.org
2009-04-23
2
-7
/
+37
*
Add transparency support to RenderWidgetHostView.
aa@chromium.org
2009-04-23
11
-32
/
+215
*
Allow Flash (and other plugins) to be installed without restarting the browse...
jam@chromium.org
2009-04-23
2
-2
/
+63
*
Re-enable all tests. Disable CheckActiveWindow() instead. The sporadic
pam@chromium.org
2009-04-23
1
-4
/
+9
[prev]
[next]