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
/
content
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Asynchronously create the ppapi broker.
ddorwin@chromium.org
2011-04-14
3
-2
/
+20
*
Renamed raw_data_length to encoded_data_length
vsevik@chromium.org
2011-04-13
4
-13
/
+13
*
More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where
ericu@google.com
2011-04-13
8
-67
/
+70
*
Adds GLContext::LosesAllContextsOnContextLost.
amarinichev@chromium.org
2011-04-13
5
-2
/
+35
*
Suppress login prompting for favicons.
asanka@chromium.org
2011-04-13
1
-0
/
+24
*
Add enableReferrers and enableHyperlinkAuditing to contentSettings.misc exten...
bauerb@chromium.org
2011-04-13
3
-3
/
+8
*
Add IPC plumbing code for Quota API
kinuko@chromium.org
2011-04-13
7
-0
/
+227
*
Fix build.
apatrick@chromium.org
2011-04-13
1
-1
/
+1
*
Moved TextureTransport into content/common/gpu.
apatrick@chromium.org
2011-04-13
2
-0
/
+205
*
Move code that talks to spelling and translate out of content. I create Chro...
jam@chromium.org
2011-04-13
1
-8
/
+0
*
Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...
ericu@google.com
2011-04-12
8
-70
/
+67
*
More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where
ericu@google.com
2011-04-12
8
-67
/
+70
*
Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.
tfarina@chromium.org
2011-04-12
1
-2
/
+2
*
implemented latch support in renderer process. this corresponds with a webkit...
jbates@chromium.org
2011-04-12
3
-6
/
+13
*
Implement easy GPU feature status summary.
nduca@chromium.org
2011-04-12
3
-3
/
+73
*
Rework the in-browser thumbnailing by doing everything in ThumbnailGenerator.
satorux@chromium.org
2011-04-12
1
-9
/
+0
*
[cros] Adding mobile connection "security" tab (change RequirePin pref/change...
nkostylev@chromium.org
2011-04-12
1
-0
/
+7
*
Add IPC messages and renderer process side API for video capture.
wjia@google.com
2011-04-12
2
-0
/
+55
*
Add a path for a web page to request the enumeration of a directory. This, t...
johnnyg@chromium.org
2011-04-12
1
-0
/
+13
*
Fix the issue that context menu doesn't show on fullscreen Pepper Flash.
yzshen@chromium.org
2011-04-11
1
-0
/
+1
*
Implements audio capturing support in Chromium renderer process.
scherkus@chromium.org
2011-04-11
1
-0
/
+47
*
Pass over the log level of console.* JS calls from renderer to browser.
dtseng@chromium.org
2011-04-11
1
-1
/
+2
*
Cleanup RenderMessageFilter.
jam@chromium.org
2011-04-11
1
-3
/
+3
*
Revert 81028 - It broke LayoutTests/ fast/filesystem/op-copy.html on Windows ...
tkent@chromium.org
2011-04-11
8
-70
/
+67
*
More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where
ericu@google.com
2011-04-09
8
-67
/
+70
*
Revert 80982, tests failing on Win XP
dmichael@chromium.org
2011-04-08
8
-70
/
+67
*
More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where
ericu@google.com
2011-04-08
8
-67
/
+70
*
Enabled actual transfer size in chromium
vsevik@chromium.org
2011-04-08
4
-12
/
+31
*
After reviewing the frequency list for 3rd party crashers there are a few
finnur@chromium.org
2011-04-08
1
-4
/
+3
*
Moved code that runs in both the browser and GPU process from content/gpu to ...
apatrick@chromium.org
2011-04-08
29
-7
/
+2847
*
Revert 80833 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...
ericu@google.com
2011-04-07
8
-70
/
+67
*
More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where
ericu@google.com
2011-04-07
8
-67
/
+70
*
Added a command-line flag to enable h/w accelerated rendering of content layers.
alokp@chromium.org
2011-04-07
3
-0
/
+8
*
New notification sent when extension uninstall is not allowed.
dennisjeffrey@google.com
2011-04-07
1
-0
/
+5
*
Basic support for ppapi trusted broker process: --type=ppapi-broker.
ddorwin@chromium.org
2011-04-07
2
-0
/
+4
*
Define TransportTexture for 'sharing' texture between gpu and renderer
hclam@chromium.org
2011-04-06
1
-0
/
+39
*
Histogram added: GPU.GPUProcessLaunchCause
scheib@chromium.org
2011-04-06
2
-3
/
+31
*
Add OWNERS for file_path_watcher
dmaclach@chromium.org
2011-04-05
1
-0
/
+2
*
Fix up leak in FilePathWatcherTest and UserStyleSheetTest
dmaclach@chromium.org
2011-04-05
1
-1
/
+1
*
Added another constructor to MRUCacheBase that specifies the deletor.
amarinichev@chromium.org
2011-04-05
1
-1
/
+5
*
Move dispatching and sending of the last extension specific messages out of T...
jam@chromium.org
2011-04-05
1
-3
/
+0
*
Revert 80318 - Detach the PromoResourceService and WebResourceService from th...
cmp@chromium.org
2011-04-04
1
-5
/
+1
*
New notification when an extension install is skipped due to being disallowed.
dennisjeffrey@google.com
2011-04-04
1
-0
/
+5
*
Detach the PromoResourceService and WebResourceService from the Profile; have...
mirandac@chromium.org
2011-04-04
1
-1
/
+5
*
Get rid of extensions dependency from content\browser.
jam@chromium.org
2011-04-04
1
-1
/
+1
*
apps: Notify the user if an app's background page crashes.
sadrul@chromium.org
2011-04-02
1
-0
/
+4
*
Refactor RenderWidgetHostViewViews to use the new input method API for Views.
suzhe@google.com
2011-04-01
2
-1
/
+113
*
Changes to WebDatabaseObserverImpl and SimpleDatabaseSystem required to have ...
michaeln@google.com
2011-04-01
2
-16
/
+12
*
kqueue implementation of FilePathWatcher on Mac.
dmaclach@chromium.org
2011-04-01
6
-271
/
+593
*
Revert 80128 - apps: Notify the user if an app's background page crashes.
sadrul@chromium.org
2011-04-01
1
-4
/
+0
[next]