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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extensions: Use the async version of ImporterHost in order to not hit the disk
jhawkins@chromium.org
2011-02-01
2
-10
/
+28
*
RGB to YUV conversion using SSE2
hclam@chromium.org
2011-02-01
7
-0
/
+514
*
wstring: use FilePath instead of std::string for a path
evan@chromium.org
2011-02-01
3
-5
/
+17
*
Disable screen saver on login screen.
oshima@google.com
2011-02-01
1
-5
/
+1
*
Add more clarification to subversion/config error.
maruel@chromium.org
2011-02-01
1
-1
/
+1
*
WebKit Roll 77251:77261.
dglazkov@chromium.org
2011-02-01
1
-1
/
+1
*
Suppress Valgrind / Heapchecker leaks in SyncInternalsUITest.
thestig@chromium.org
2011-02-01
2
-0
/
+28
*
Remove unused variable to fix the Clang build.
brettw@chromium.org
2011-02-01
1
-2
/
+1
*
Silence testserver logs when tests are run in non-verbose mode
rsimha@chromium.org
2011-02-01
2
-1
/
+13
*
Revert 73304 (broke clang/linux) - Use early expansion for debug_optimize and...
thakis@chromium.org
2011-02-01
1
-2
/
+2
*
Make AutomationProvider RefCountedThreadSafe instead of RefCounted
phajdan.jr@chromium.org
2011-02-01
3
-4
/
+14
*
- Add ChromeOS login and lock screen automation hooks.
dtu@chromium.org
2011-02-01
12
-110
/
+205
*
Show user list only to owner (settings->users).
xiyuan@chromium.org
2011-02-01
1
-3
/
+5
*
Disable login panel correctly for chromoting client plugin
hclam@chromium.org
2011-02-01
1
-1
/
+1
*
Re-land 73197: Support Mozilla's GUID for ISimpleDOM and add a unit test for it.
dmazzoni@chromium.org
2011-02-01
3
-13
/
+88
*
Fixed leak and DCHECK()
davemoore@chromium.org
2011-02-01
2
-7
/
+4
*
Reland 73220 - GpuProcessHost does not relaunch GPU process after threshold n...
apatrick@chromium.org
2011-02-01
1
-5
/
+12
*
Fixed null dereference in RenderWidget::UpdateAnimationsIfNeeded.
apatrick@chromium.org
2011-02-01
1
-1
/
+1
*
Release all Object PP_Vars when an instance goes away. This prevents a crash
brettw@chromium.org
2011-02-01
7
-90
/
+226
*
Copy binary files from src/gfx to src/gfx/ui/
sail@chromium.org
2011-02-01
17
-0
/
+0
*
DevTools: fix host parameter in the remote debugger link.
pfeldman@chromium.org
2011-02-01
1
-1
/
+1
*
Fix crash in BookmarkMenuController::GetTooltipText that occurred
sky@chromium.org
2011-02-01
1
-0
/
+5
*
Add a grit define for enabling third_party translations.
tony@chromium.org
2011-02-01
9
-52
/
+93
*
Don't create bg pages if the opener doesn't have a background permission.
atwilson@chromium.org
2011-02-01
5
-14
/
+40
*
Ensure that desktop notifications display for the background page. This regre...
ananta@chromium.org
2011-02-01
2
-0
/
+14
*
Add python tests for chromedriver and small test fixes.
kkania@chromium.org
2011-02-01
6
-102
/
+204
*
Reapply and fix r73019. BalloonViewImpl has a different implemementation on
erg@google.com
2011-02-01
7
-380
/
+400
*
Mark all history tests as flaky. They no longer time out or crash, but still...
skerner@chromium.org
2011-02-01
1
-2
/
+4
*
Created test case for posting a form 1000 times to test autofill crowd source...
dyu@chromium.org
2011-02-01
4
-0
/
+55
*
Revert 73294 - Move find-in-page from TabContents to TabContentsWrapper.
davemoore@chromium.org
2011-02-01
31
-553
/
+349
*
Update GetWebKitRootDirFilePath to handle the move of WebKit/ into Source/.
mihaip@chromium.org
2011-02-01
1
-3
/
+4
*
Removed icon from View Background Pages menu item in wrench menu.
atwilson@chromium.org
2011-02-01
4
-23
/
+0
*
Use early expansion for debug_optimize and release_optimize
timurrrr@chromium.org
2011-02-01
1
-2
/
+2
*
Add some logging to pyauto downloads test testNoUnsafeDownloadsOnRestart.
rdsmith@chromium.org
2011-02-01
1
-1
/
+7
*
Ignore memory accesses below mbsrtowcs under ThreadSanitizer
timurrrr@chromium.org
2011-02-01
1
-0
/
+3
*
Check for NULL view before passing plugin focus and IME messages
stuartmorgan@chromium.org
2011-02-01
1
-2
/
+4
*
Fix and refactor for ProxyLauncher browser disconnect.
dtu@chromium.org
2011-02-01
7
-33
/
+65
*
Small "fix" to make window deallocation similar to window allocation.
backer@chromium.org
2011-02-01
1
-7
/
+9
*
Another Windows TTS fix; handle the case where we call GetStatus while it's s...
dmazzoni@chromium.org
2011-02-01
1
-2
/
+6
*
[Chrome OS] Allow +suffix in email addreses
cmasone@chromium.org
2011-02-01
2
-9
/
+4
*
The CEEE project is now deprecated.
mad@chromium.org
2011-02-01
342
-69135
/
+0
*
Makes sure we don't copy over the default suggest text if
sky@chromium.org
2011-02-01
5
-12
/
+49
*
Move find-in-page from TabContents to TabContentsWrapper.
avi@chromium.org
2011-02-01
31
-349
/
+553
*
Split history tests into parts that run in under 6 seconds.
skerner@chromium.org
2011-02-01
14
-526
/
+576
*
Roll WebKit 77243:77251
yurys@chromium.org
2011-02-01
1
-1
/
+1
*
Test NamedInterfaceTest.BasicNamedInterface hangs on Mac Valgrind
dhollowa@chromium.org
2011-02-01
1
-0
/
+4
*
Enable and implement account creation through Guest mode.
avayvod@chromium.org
2011-02-01
7
-12
/
+41
*
BrowserTest to make sure plugins aren't loaded on prerendered pages
mmenke@chromium.org
2011-02-01
3
-4
/
+42
*
Adds basic error text for all errors with a 1% or greater
mmenke@chromium.org
2011-02-01
2
-2
/
+71
*
TabContents::OnStartDownload crash.
pfeldman@chromium.org
2011-02-01
2
-1
/
+13
[next]