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
...
*
WebKit roll from 79111 to 79199
morrita@chromium.org
2011-02-21
1
-1
/
+1
*
[cros] Run canonicalize when adding/removing whitelisted user.
nkostylev@chromium.org
2011-02-21
1
-2
/
+3
*
Remove valgrind suppression for bug 49262 (outdated).
battre@chromium.org
2011-02-21
1
-12
/
+0
*
Remove a suppression for a fixed use-after-free
timurrrr@chromium.org
2011-02-21
1
-15
/
+0
*
Updating trunk VERSION from 679.0 to 680.0
chrome-release@google.com
2011-02-21
1
-1
/
+1
*
Get rid of browser_prefs::RegisterAllPrefs()
mnissler@chromium.org
2011-02-21
15
-64
/
+67
*
Update the Windows minimum QuickTime version. Unfortunately, we can't do this
cevans@chromium.org
2011-02-21
1
-1
/
+1
*
Embedded systems have smaller limit on number of GL contexts. Sometimes
jnd@chromium.org
2011-02-21
1
-3
/
+19
*
Call the parent class's OnBoundsChanged so that the Auxiliary text window sho...
zork@chromium.org
2011-02-21
1
-0
/
+1
*
When user "discards history," discard speculative data as well
jar@chromium.org
2011-02-20
6
-19
/
+46
*
Code to test download shelf equivalent activities on ChromeOS.
rdsmith@chromium.org
2011-02-20
1
-30
/
+73
*
Mark PrenderBrowserTest.PrerenderRedirectToHttps flaky.
cbentzel@chromium.org
2011-02-20
1
-1
/
+2
*
Cancel prerender if any of the visited URLs are https, part 3.
cbentzel@chromium.org
2011-02-20
9
-40
/
+131
*
Updating trunk VERSION from 678.0 to 679.0
chrome-release@google.com
2011-02-20
1
-1
/
+1
*
Fix DCHECK and remove moot DECLSPEC_IMPORT.
msw@chromium.org
2011-02-20
2
-6
/
+8
*
Register Application Restart with Windows Restart Manager on browser_main sta...
msw@chromium.org
2011-02-20
5
-65
/
+137
*
Implement several ChromeDriver commands based on the javascript atoms.
kkania@chromium.org
2011-02-20
6
-22
/
+715
*
Fix conversion from double to int warning.
kkania@chromium.org
2011-02-20
1
-1
/
+1
*
Fix build by updating implicit_wait_command_unittest to use new Response clas...
kkania@chromium.org
2011-02-20
1
-5
/
+4
*
Fix a bug in ImplicitWaitCommand: we must explicitly check if the ms param
kkania@chromium.org
2011-02-20
7
-28
/
+137
*
Fix build. Forgot to explictly add file while patching.
kkania@chromium.org
2011-02-19
1
-0
/
+78
*
Cleaning up response.h and moving all of the logic into the .cc file.
kkania@chromium.org
2011-02-19
30
-161
/
+141
*
Update the WebDriver atoms to r11476 so we can pick up a bug fix for the togg...
kkania@chromium.org
2011-02-19
2
-595
/
+795
*
WebUI: Delete stub chrome/browser/dom_ui/options/* headers
tfarina@chromium.org
2011-02-19
82
-394
/
+95
*
UDT: UDP Data Transfer Protocol
mbelshe@chromium.org
2011-02-19
101
-0
/
+19652
*
wk roll: 79006->79111
atwilson@chromium.org
2011-02-19
1
-1
/
+1
*
Prevent unused normal SiteInstances from being used for extensions.
creis@google.com
2011-02-19
3
-32
/
+38
*
Track which apps the user has re-ordered on the NTP.
jstritar@chromium.org
2011-02-19
6
-7
/
+73
*
WebUI: Move chrome/browser/dom_ui/options/ to chrome/browser/webui/options.
tfarina@chromium.org
2011-02-19
78
-1510
/
+1809
*
Updating trunk VERSION from 677.0 to 678.0
chrome-release@google.com
2011-02-19
1
-1
/
+1
*
Fix checkdeps failure and Linux shared dbg-shlib build.
jam@chromium.org
2011-02-19
2
-0
/
+9
*
Revert 75430 because it's causing failures in dom_checker_tests.
sadrul@chromium.org
2011-02-19
1
-1
/
+1
*
Move core pieces of browser\renderer_host to src\content.
jam@chromium.org
2011-02-19
142
-7025
/
+7563
*
Revert 75476 - Roll ffmpeg DEPS to 75440
akalin@chromium.org
2011-02-19
1
-1
/
+1
*
Callbacks: Replumb the type-inference.
ajwong@chromium.org
2011-02-19
5
-644
/
+407
*
Defend against selectCache() being called multiple times. There is a bug file...
michaeln@google.com
2011-02-19
3
-21
/
+13
*
Reland "WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/w...
tfarina@chromium.org
2011-02-19
105
-205
/
+210
*
Run event executor on the ui thread to remove the need to explicitly XFlush()...
ajwong@chromium.org
2011-02-19
19
-70
/
+82
*
Roll ffmpeg DEPS to 75440
scherkus@chromium.org
2011-02-19
1
-1
/
+1
*
Linux: Refactor printing to be more linux Windows/Mac.
thestig@chromium.org
2011-02-19
17
-228
/
+452
*
Cleanup PrintWebViewHelper.
thestig@chromium.org
2011-02-19
3
-36
/
+12
*
Collect as much GPU information as possible without creating a GL/D3D context...
zmo@google.com
2011-02-19
10
-30
/
+131
*
Retry: Move MockFFmpeg instance setting into the constructor/destructor.
scherkus@chromium.org
2011-02-19
9
-191
/
+106
*
Fix pyauto tests broken on Mac by r75344
nirnimesh@chromium.org
2011-02-18
1
-1
/
+0
*
Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in...
ajwong@chromium.org
2011-02-18
10
-97
/
+79
*
[Sync] Clean up about:sync
akalin@chromium.org
2011-02-18
6
-211
/
+169
*
Take out incorrect usage of MessageLoop::SetNestableTasksAllowed.
jam@chromium.org
2011-02-18
1
-2
/
+8
*
Cloud print options fix.
scottbyer@chromium.org
2011-02-18
5
-18
/
+8
*
Remove Wine + Valgrind code since nobody is working on it.
thestig@chromium.org
2011-02-18
13
-6459
/
+10
*
Revert 75453 - WebUI: Move more files from chrome/browser/dom_ui to chrome/br...
scherkus@chromium.org
2011-02-18
104
-209
/
+204
[prev]
[next]