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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make FormField be a struct rather than a class per c++ standards.
tsepez@chromium.org
2011-03-08
1
-1
/
+1
*
Make GPUInfo a struct, which it should be according to the C++ guidelines. T...
jam@chromium.org
2011-03-08
5
-18
/
+16
*
Revert 77296 -
zea@chromium.org
2011-03-08
1
-1
/
+1
*
Convert autofill messages to use the new IPC macros. This requires
tsepez@chromium.org
2011-03-08
1
-1
/
+1
*
Add a unittest to make sure changes made to software_rendering_list.json are ...
zmo@google.com
2011-03-08
1
-0
/
+25
*
Remove IDBCallbacks::OnSucess(IDBObjectStore*)
andreip@chromium.org
2011-03-08
1
-4
/
+0
*
Remove obsoleted interface for fallback font selection on Linux.
kochi@chromium.org
2011-03-08
1
-3
/
+3
*
Fix dbg-shlib build
jam@chromium.org
2011-03-08
1
-0
/
+1
*
Move ChildThread and ChildProcess to content. Also move remaining code that ...
jam@chromium.org
2011-03-08
17
-0
/
+1616
*
Reland r76840 with fix for webkit_gpu dependencies.
apatrick@chromium.org
2011-03-08
2
-4
/
+0
*
Print Preview: Generate the print preview after the print preview renderer ha...
thestig@chromium.org
2011-03-08
1
-3
/
+1
*
Pepper: Store file extensions and description on a per-mime-type basis.
viettrungluu@chromium.org
2011-03-08
1
-14
/
+3
*
Move the common child process messages into their own file.
jam@chromium.org
2011-03-07
3
-0
/
+31
*
Put file_system messages in their own file and move them to content, in prepa...
jam@chromium.org
2011-03-07
7
-32
/
+211
*
Add set of prerendering RenderViewHosts to allow setting of PRERENDER load fl...
dominich@google.com
2011-03-07
2
-0
/
+35
*
Fix crash in P2P IPC host.
sergeyu@chromium.org
2011-03-07
2
-2
/
+3
*
Remove invalid DCHECK in TabContents::CloseConstrainedWindows
sail@chromium.org
2011-03-07
1
-1
/
+0
*
Fix dbg-shlib build by removing dependency on webkit_glue from content\common.
jam@chromium.org
2011-03-07
1
-3
/
+0
*
Move ResourceDispatcher to content. I've moved the Chrome-specific SecurityF...
jam@chromium.org
2011-03-07
5
-0
/
+1152
*
Better error messages for speech input errors.
satish@chromium.org
2011-03-07
3
-4
/
+65
*
Adds a lab that prefers switching to an existing tab rather than
sky@chromium.org
2011-03-07
3
-7
/
+46
*
Fix missing change notifications of UserPrefStore
battre@chromium.org
2011-03-07
1
-2
/
+3
*
Pass around preferred language to font fallback selection.
kochi@chromium.org
2011-03-07
1
-0
/
+6
*
Revert 77075 - Don't block on stream requests on Alternate-Protocol.
jochen@chromium.org
2011-03-07
1
-0
/
+2
*
Move notification service code to content. We'll need to figure out how to s...
jam@chromium.org
2011-03-07
16
-5
/
+2162
*
Don't block on stream requests on Alternate-Protocol.
willchan@chromium.org
2011-03-06
1
-2
/
+0
*
Really need a clang trybot
jam@chromium.org
2011-03-05
1
-0
/
+4
*
Fix clang build again
jam@chromium.org
2011-03-05
3
-3
/
+12
*
Fix clang build
jam@chromium.org
2011-03-05
1
-0
/
+3
*
Move resource related IPCs to their own file in content. I added a IPC_STRUC...
jam@chromium.org
2011-03-05
20
-64
/
+782
*
autofill: Rename AutoFillManager to AutofillManager.
tfarina@chromium.org
2011-03-05
2
-5
/
+5
*
NSS: Unlock crypto devices when populating cert manager.
mattm@chromium.org
2011-03-05
2
-3
/
+23
*
Don't try to convert text/html URLs ending in .user.js.
aa@chromium.org
2011-03-05
1
-1
/
+1
*
Move socket stream messages to content, in preparation for moving its dispatc...
jam@chromium.org
2011-03-05
13
-81
/
+283
*
Make IndexedDB obey the SpecialStoragePolicy.
jorlow@chromium.org
2011-03-05
6
-23
/
+58
*
fix display of filenames in file:/// URLs
evan@chromium.org
2011-03-05
3
-11
/
+13
*
(1) Hook up the print button to send the pages to the default printer for pri...
kmadhusu@chromium.org
2011-03-05
2
-4
/
+6
*
Move infobar_delegate.[cc,h] back to chrome/browser/tab_contents.
tfarina@chromium.org
2011-03-04
5
-205
/
+2
*
Stream speech audio to server as it gets recorded, instead of waiting until e...
satish@chromium.org
2011-03-04
8
-43
/
+72
*
Register "filesystem:" as a "WebSafeScheme" to let ResourceDispatcherHost ser...
adamk@chromium.org
2011-03-04
2
-0
/
+5
*
Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enabling
adamk@chromium.org
2011-03-04
2
-1
/
+14
*
ui_tests: use proper API for getting tab title
evan@chromium.org
2011-03-04
1
-21
/
+23
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
1
-1
/
+1
*
Get rid of the extension dependency in ResourceDispatcher by calling out to a...
jam@chromium.org
2011-03-04
6
-73
/
+5
*
This is the first CL for a sequence of CLs that will add in the display infra...
rharrison@chromium.org
2011-03-04
1
-0
/
+3
*
Enable speech input by default and remove unused code.
satish@chromium.org
2011-03-04
3
-28
/
+16
*
Take out the is_content_filtered bool that gets passed around betwen renderer...
jam@chromium.org
2011-03-04
6
-16
/
+3
*
Remove FileSystemQuotaManager class
kinuko@chromium.org
2011-03-04
1
-2
/
+0
*
Adding multisampling to GPU software rendering list feature sets. Allow muti...
zmo@google.com
2011-03-04
3
-52
/
+111
*
Revert 76840 - Removed GPU plugin.
jcivelli@chromium.org
2011-03-04
2
-0
/
+4
[next]