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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Created a new process type called the service process to host background task...
sanjeevr@chromium.org
2010-05-12
3
-1
/
+22
*
Disallow display of multiple experimental.extension.popup(...) windows
ericdingle@google.com
2010-05-12
5
-65
/
+72
*
Fix the TestRendererAccessibilityTree browser test so that it's not flaky.
ctguil@chromium.org
2010-05-12
1
-0
/
+5
*
Hide NTP app launcher debug link behind a flag.
rafaelw@chromium.org
2010-05-12
2
-1
/
+5
*
Step 1: Changing CommandBufferHelper to only use a portion
gman@chromium.org
2010-05-12
1
-2
/
+2
*
Remove the dirfd parameter from all Chromium code. The POSIX VFS
dumi@chromium.org
2010-05-12
3
-23
/
+3
*
Fixed destruction race bug in FakeNetworkChangeNotifierThread.
akalin@chromium.org
2010-05-11
3
-10
/
+60
*
Added AuthenticateToUnlock which is to be used for screen lock.
oshima@chromium.org
2010-05-11
2
-8
/
+0
*
Reimplement accessibility of web content by caching the entire
dmazzoni@chromium.org
2010-05-11
3
-89
/
+170
*
Revert r46909: "Reland r46681: Use IPC to wait for download in DownloadTest."
bauerb@chromium.org
2010-05-11
1
-6
/
+0
*
Reland r46681: Use IPC to wait for download in DownloadTest.
bauerb@chromium.org
2010-05-11
1
-0
/
+6
*
Reduce header dependencies in chrome/
phajdan.jr@chromium.org
2010-05-11
4
-2
/
+8
*
Replace about:net-internals with the javascript-based frontend.
eroman@chromium.org
2010-05-10
1
-3
/
+2
*
Revert 46842 - Reimplement accessibility of web content by caching the entire
dmazzoni@chromium.org
2010-05-10
3
-170
/
+89
*
TTF: Re-enable URLFetcherHeadersTest.Headers, which was disabled without any
jhawkins@chromium.org
2010-05-10
1
-1
/
+1
*
Reimplement accessibility of web content by caching the entire
dmazzoni@chromium.org
2010-05-10
3
-89
/
+170
*
TTF: Re-enable ActiveNotificationTrackerTest.TestLookupAndClear. The test was
jhawkins@chromium.org
2010-05-10
1
-1
/
+1
*
Add first cut at gallery integration.
aa@chromium.org
2010-05-10
2
-0
/
+8
*
Rename a pref name for kLanguageHotkeyNextEngine.
yusukes@google.com
2010-05-10
1
-1
/
+1
*
Disable extension app tab throbber if command line flag set.
finnur@chromium.org
2010-05-08
2
-0
/
+5
*
Add some more IPC plumbing and scaffolding to support having appcache work in...
michaeln@chromium.org
2010-05-08
2
-5
/
+56
*
Pass HttpRequestHeaders to URLRequest::SetExtraRequestHeaders().
willchan@chromium.org
2010-05-07
1
-7
/
+7
*
Moved URLFetcher and related classes to chrome/common/net.
sanjeevr@chromium.org
2010-05-07
9
-0
/
+1682
*
Adding a new IPC message to notify the browser process when a render widget i...
vangelis@chromium.org
2010-05-07
1
-0
/
+5
*
Revert 46681 - Add AutomationMsg_WaitForDownloadShelfVisibilityChange and use...
bauerb@chromium.org
2010-05-07
1
-6
/
+0
*
Add AutomationMsg_WaitForDownloadShelfVisibilityChange and use it in UITestBa...
bauerb@chromium.org
2010-05-07
1
-0
/
+6
*
Moved GaiaAuthenticator from chrome/browser/sync/engine/net to chrome/common/...
sanjeevr@chromium.org
2010-05-07
5
-0
/
+819
*
Revert 46567 - Reimplement accessibility of web content by caching the entire
zork@chromium.org
2010-05-07
3
-170
/
+89
*
Revert 46592 - Disallow display of multiple experimental.extension.popup(...)...
zork@chromium.org
2010-05-06
5
-72
/
+65
*
Moved everything in browser/sync/net to common/net.
akalin@chromium.org
2010-05-06
15
-52
/
+1263
*
Add Chromium side implementation for WebFileSystem interface in WebKit.
jianli@chromium.org
2010-05-06
1
-0
/
+7
*
More groundwork for making appcache work in workers.
michaeln@chromium.org
2010-05-06
1
-0
/
+7
*
Disallow display of multiple experimental.extension.popup(...) windows.
ericdingle@google.com
2010-05-06
5
-65
/
+72
*
The app launcher had a height of zero as it was not getting preferred size up...
jcivelli@google.com
2010-05-06
2
-9
/
+0
*
Reimplement accessibility of web content by caching the entire
dmazzoni@chromium.org
2010-05-06
3
-89
/
+170
*
Initial support for web-extent background pages.
rafaelw@chromium.org
2010-05-06
6
-4
/
+22
*
Update Mac plugins for SetFocus changes, and remove old workaround messages
stuartmorgan@chromium.org
2010-05-05
1
-14
/
+5
*
Make disabled internal plugins stay disabled even when the version of Chrome ...
viettrungluu@chromium.org
2010-05-05
4
-0
/
+11
*
Enable WorkerTest.WorkerContextMultiPort.
dimich@chromium.org
2010-05-05
1
-0
/
+5
*
Tell the app launcher about any newly installed apps. This is intended to be ...
aa@chromium.org
2010-05-05
1
-1
/
+1
*
Kernel zombie death race!
mark@chromium.org
2010-05-05
1
-82
/
+132
*
Revert 46384 - Fix race in zygote_host_linux where socket was being read from...
kkania@chromium.org
2010-05-05
1
-9
/
+3
*
Moved XMPP notifier library from chrome/browser/sync to chrome/common/net.
sanjeevr@chromium.org
2010-05-04
81
-0
/
+8800
*
Fix race in zygote_host_linux where socket was being read from and written to...
kkania@chromium.org
2010-05-04
1
-3
/
+9
*
Use NSS for SSL by default in chrome.exe.
wtc@chromium.org
2010-05-04
2
-4
/
+3
*
Checking in chat_manager built-in extension, this time behind --enable-chat-m...
scherkus@chromium.org
2010-05-04
2
-0
/
+4
*
Remove unneeded clipboard command line switch.
inferno@chromium.org
2010-05-04
2
-4
/
+0
*
Update Webkit 58626:58719. Make use of new setting for disabling clipboard ac...
inferno@chromium.org
2010-05-04
3
-0
/
+6
*
CrOS: Disable failing RendererCrashTest.Crash test.
thestig@chromium.org
2010-05-03
1
-0
/
+3
*
Enable Core Animation for Flash by default
stuartmorgan@chromium.org
2010-05-03
2
-4
/
+4
[next]