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
*
Ignore paths when matching patterns for extensions.
dcheng@chromium.org
2011-11-02
1
-1
/
+1
*
Relanding this with the touch UI compile fixes.
ananta@chromium.org
2011-11-02
1
-0
/
+6
*
Send the index in the canonical list over IPC when using the OOP plugin loader.
rsesek@chromium.org
2011-11-02
1
-2
/
+4
*
Use WebFileChooserParams::accpetMIMETypes instead of acceptTypes.
tkent@chromium.org
2011-11-02
1
-3
/
+3
*
Revert 108232 - Add support for touch based zoom gesture on Windows. This cha...
jamescook@chromium.org
2011-11-02
1
-6
/
+0
*
Add support for touch based zoom gesture on Windows. This change also handles...
iyengar@google.com
2011-11-02
1
-0
/
+6
*
Add a command line flag (--enable-fixed-position-compositing) for enabling co...
vangelis@chromium.org
2011-11-01
1
-0
/
+1
*
Support dispositon attribute.
gbillock@chromium.org
2011-10-31
2
-7
/
+8
*
Move RendererPreferences to content/public/common and also put in the content...
jam@chromium.org
2011-10-31
3
-114
/
+8
*
Move content_restriction.h and main_function_params.h to content/public/commo...
jam@chromium.org
2011-10-31
2
-68
/
+0
*
Expose the sandbox related code through the content API. I did a bit of clean...
jam@chromium.org
2011-10-29
6
-146
/
+92
*
Temporary code to track down increase in renderer crashes.
jam@chromium.org
2011-10-29
1
-0
/
+5
*
Convert some non-debug logging on content/common to debug logging.
brettw@chromium.org
2011-10-29
21
-110
/
+111
*
Revert 107815 - Convert the non-debug logging in chrome/common to debug logging.
brettw@chromium.org
2011-10-28
21
-110
/
+110
*
Convert the non-debug logging in chrome/common to debug logging.
brettw@chromium.org
2011-10-28
21
-110
/
+110
*
Move PageZoom enum into content/public/common and into the content namespace....
jam@chromium.org
2011-10-28
4
-104
/
+3
*
Add histogram to measure string response size of URLFetcher.
skerner@chromium.org
2011-10-28
1
-0
/
+4
*
Removing dedicated worker-related IPC codei (second round).
dslomov@chromium.org
2011-10-28
1
-13
/
+0
*
Add gamepad IPC message definitions, not in-use yet.
scottmg@chromium.org
2011-10-28
2
-0
/
+29
*
IndexedDB: Wrong exception types thrown for invalid keys
jsbell@chromium.org
2011-10-28
3
-12
/
+4
*
Handle additional feedback from http://codereview.chromium.org/8395038/.
jam@chromium.org
2011-10-28
2
-4
/
+4
*
Move cloud_print_class_mac files from content/common to chrome/common/cloud_p...
jam@chromium.org
2011-10-27
2
-30
/
+0
*
Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...
jam@chromium.org
2011-10-27
3
-124
/
+126
*
more content exports.
dpranke@chromium.org
2011-10-27
1
-0
/
+3
*
Removing dedicated worker-related IPC codei (first round).
dslomov@chromium.org
2011-10-27
1
-5
/
+0
*
Make test URLFetcher implementations not derive from the URLFetcher implement...
jam@chromium.org
2011-10-26
2
-60
/
+20
*
Reland 107243 - Added GLSurfaceAdapter, an implementation of GLSurface that f...
apatrick@chromium.org
2011-10-26
1
-4
/
+4
*
Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...
jam@chromium.org
2011-10-26
1
-0
/
+9
*
Create a content::UrlFetcher interface that lives in content/public/common an...
jam@chromium.org
2011-10-25
3
-278
/
+149
*
Move ZygoteForkDelegateLinux to content/public/common.
jam@chromium.org
2011-10-25
1
-57
/
+0
*
Move resource_codes to content/public/common.
jam@chromium.org
2011-10-25
3
-44
/
+3
*
Switch ChildProcess.* enum histograms from COUNTS to ENUMERATION.
petkov@chromium.org
2011-10-24
1
-1
/
+2
*
Convert URLFetcher::Delegates to use an interface in content/public/common. A...
jam@chromium.org
2011-10-24
3
-245
/
+91
*
Internalize JSON chunk merging to trace_event.h API (retry).
jbates@chromium.org
2011-10-24
2
-4
/
+4
*
Low-latency AudioInputStream implementation based on WASAPI for Windows.
henrika@chromium.org
2011-10-24
1
-0
/
+4
*
Enable privileged WebGL extensions for Chrome extensions.
zmo@google.com
2011-10-22
1
-0
/
+1
*
Revert: Internalize JSON chunk merging to trace_event.h API.
mpcomplete@chromium.org
2011-10-22
2
-4
/
+4
*
Internalize JSON chunk merging to trace_event.h API.
jbates@chromium.org
2011-10-21
2
-4
/
+4
*
Move content_paths.h to content/public/common.
jam@chromium.org
2011-10-21
3
-35
/
+2
*
Make pepper_messages.h be included by content's message_generator instead of ...
jam@chromium.org
2011-10-21
2
-6
/
+1
*
Move SerializedScriptValue to content/public/common and put it into the conte...
jam@chromium.org
2011-10-21
6
-103
/
+22
*
Move common_param_traits and webkit_param_traits to content/public/common.
jam@chromium.org
2011-10-21
19
-1428
/
+18
*
More groundwork for filestream based response storage.
michaeln@google.com
2011-10-21
1
-0
/
+1
*
Gracefully handle child process death in out-of-process plugin loading.
rsesek@chromium.org
2011-10-21
1
-10
/
+12
*
Move PepperPluginInfo to content/public/common and put it into the content na...
jam@chromium.org
2011-10-21
2
-53
/
+16
*
Move SecurityStyle enum into content/public/common and put it into the conten...
jam@chromium.org
2011-10-21
1
-35
/
+0
*
Move GPUInfo to content/public/common and put it into the content namespace.
jam@chromium.org
2011-10-20
7
-203
/
+8
*
Adds the renderer component of the Java Bridge
steveblock@chromium.org
2011-10-20
2
-0
/
+29
*
Add UMA reports for Linux nacl_helper startup status
mcgrathr@chromium.org
2011-10-20
1
-6
/
+14
*
Remove RemoteAccessClientFirewallTraversal policy and code paths.
wez@chromium.org
2011-10-20
1
-12
/
+0
[next]