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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the use of typedef Language in Spell Check files back to std::string. ...
sidchat@google.com
2009-07-07
10
-50
/
+46
*
linux: OOP windowed plugins
evan@chromium.org
2009-07-07
17
-35
/
+173
*
Crashers from the field indicate the navigation entry can be NULL. This is no...
jcampan@chromium.org
2009-07-07
1
-0
/
+13
*
Fix a typo. TextDirection is the name of the enum, while GetTextDirection re...
jhawkins@chromium.org
2009-07-07
1
-2
/
+4
*
Fix the GC of workers. When Worker object is GC'ed in the renderer, we need t...
dimich@google.com
2009-07-07
2
-5
/
+16
*
Disable ExtensionBrowserTest.Incognito because it fails too often.
nsylvain@chromium.org
2009-07-07
1
-0
/
+3
*
Theme window control buttons.
mirandac@chromium.org
2009-07-07
11
-19
/
+71
*
Adds a couple of keybindings.
sky@chromium.org
2009-07-07
4
-0
/
+26
*
DevTools: store devtools split offset only when devtools is being hidden.
pfeldman@chromium.org
2009-07-07
1
-3
/
+6
*
Use native Cocoa tooltips instead of Mozilla's ToolTip class.
pinkerton@chromium.org
2009-07-07
3
-38
/
+201
*
DevTools: Add global eval sanity test.
pfeldman@chromium.org
2009-07-07
1
-1
/
+1
*
DevTools: Add more sanity tests.
pfeldman@chromium.org
2009-07-07
2
-3
/
+39
*
DevTools: Preserve devtools window contents on dock/undock.
pfeldman@chromium.org
2009-07-07
3
-209
/
+179
*
GTK: first cut at web contents as drag destination.
estade@chromium.org
2009-07-07
2
-2
/
+205
*
Clean up contents creation in BrowserView
ben@chromium.org
2009-07-07
1
-3
/
+1
*
Fix issue once and for all where distributor logo overlays window controls. N...
ben@chromium.org
2009-07-07
2
-0
/
+19
*
Popup changes
davemoore@chromium.org
2009-07-07
7
-11
/
+400
*
GTK Themes: Set the text color of bookmark buttons to theme color.
erg@google.com
2009-07-07
8
-55
/
+103
*
Have the ApplyEdit* bookmark utilities return the BookmarkNode pointer
tim@chromium.org
2009-07-07
2
-37
/
+42
*
Only force-abort popup render views on mousedown.
estade@chromium.org
2009-07-07
1
-6
/
+6
*
Make default extension for downloading html "html" rather than "htm" on non-w...
estade@chromium.org
2009-07-07
3
-15
/
+39
*
The default ping delay should be 90 seconds.
kuchhal@chromium.org
2009-07-07
1
-0
/
+3
*
Revert "linux: OOP windowed plugins"
evan@chromium.org
2009-07-06
17
-173
/
+35
*
Fixing a crash in RenderViewGone.
finnur@chromium.org
2009-07-06
1
-4
/
+7
*
Extend the no-match red background to take up more space
finnur@chromium.org
2009-07-06
1
-10
/
+23
*
linux: OOP windowed plugins
evan@chromium.org
2009-07-06
17
-35
/
+173
*
Do some refactoring of renderer_host.
brettw@chromium.org
2009-07-06
40
-279
/
+363
*
Activate the currently selected process when the user double clicks the task ...
jhawkins@chromium.org
2009-07-06
2
-1
/
+30
*
Add support for extended tooltips.
arv@google.com
2009-07-06
2
-3
/
+18
*
Add a ping delay time master preference.
kuchhal@chromium.org
2009-07-06
5
-21
/
+69
*
Fix the current remaining Views-GTK compile and linker errors.
brettw@chromium.org
2009-07-06
7
-8
/
+78
*
Make default browser path check case insensitive.
kuchhal@chromium.org
2009-07-06
2
-3
/
+9
*
Don't install the RWHVMac into the view hierarchy until everything has been p...
pinkerton@chromium.org
2009-07-06
3
-3
/
+18
*
Updating trunk VERSION build from 192.0 to 193.0
laforge@chromium.org
2009-07-06
1
-1
/
+1
*
Add a bunch of CHECKs to RenderViewHost trying to track down a crash.
mpcomplete@chromium.org
2009-07-06
2
-1
/
+40
*
GTK: Give the aboot dialog a facelift.
estade@chromium.org
2009-07-06
3
-63
/
+140
*
GTK: Improve look of find in page failure label.
estade@chromium.org
2009-07-06
1
-1
/
+7
*
Add an exact search method to the Keychain adapter, and modify unit tests to ...
stuartmorgan@chromium.org
2009-07-06
3
-243
/
+230
*
Reapply r19950. Turns out it wasn't at fault for breaking the vista tests.
willchan@chromium.org
2009-07-06
2
-0
/
+18
*
Revert r19950 since it broke vista tests.
willchan@chromium.org
2009-07-06
2
-18
/
+0
*
Add a context menu to the gtk task manager.
jhawkins@chromium.org
2009-07-06
2
-0
/
+133
*
Add checks to track down crashes in URLRequestChromeJob.
willchan@chromium.org
2009-07-06
2
-0
/
+18
*
Re-enable BlockedPopupContainerView tests (Disabled earlier in r19942)
nirnimesh@chromium.org
2009-07-06
1
-4
/
+0
*
Makes unit tests compilable for linux2.
sky@chromium.org
2009-07-06
1
-1
/
+1
*
Make two IPC messages async.
stoyan@chromium.org
2009-07-06
1
-4
/
+4
*
Fixes two documentation bugs in property_bag.
sky@chromium.org
2009-07-06
1
-4
/
+2
*
Add remaining functionality for popup blocker: popup menu to unblock individu...
pinkerton@chromium.org
2009-07-06
5
-20
/
+181
*
Move Emf class to the printing library. Also creates a platform agnostic Nat...
sverrir@google.com
2009-07-06
18
-701
/
+77
*
Disable BlockedPopupContainerView tests on Mac Valgrind
nirnimesh@chromium.org
2009-07-06
1
-0
/
+4
*
DevTools: preserve focus on activating dev tools window.
pfeldman@chromium.org
2009-07-06
8
-1
/
+32
[next]