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
*
Speculative fix for race condition in URLFetcher.
mirandac@google.com
2011-09-07
1
-2
/
+1
*
[Mac] Chromium side of ATS*() -> CGFont Conversion for OOP font loading.
jeremy@chromium.org
2011-09-07
3
-59
/
+46
*
Revert change because one of the previous changes it depends on was reverted.
enal@chromium.org
2011-09-07
2
-4
/
+4
*
Start moving code from BrowserMain to content, so that it can be reused by al...
jam@chromium.org
2011-09-07
4
-5
/
+49
*
Get the rest of the chrome target to build (but not link) with USE_AURA.
ben@chromium.org
2011-09-06
1
-1
/
+24
*
Clean up old dead code.
ericu@chromium.org
2011-09-06
3
-138
/
+13
*
Trim content/common/DEPS to allow just the specific file needed.
fischman@chromium.org
2011-09-04
1
-1
/
+1
*
Enhance the dll blocking heuristics
cpu@chromium.org
2011-09-02
1
-16
/
+23
*
Adds a global keyboard shortcut to trigger speech input in the currently
dmazzoni@chromium.org
2011-09-02
1
-0
/
+4
*
Remove support for switching draw surfaces on a context.This was originally i...
apatrick@chromium.org
2011-09-02
6
-154
/
+0
*
Add PluginServiceFilter interface and ChromePluginServiceFilter.
bauerb@chromium.org
2011-09-02
2
-9
/
+4
*
Update Chrome to use WebKitPlatformSupport instead of WebKitClient.
abarth@chromium.org
2011-09-02
2
-6
/
+6
*
Enable low-latency audio by default.
enal@chromium.org
2011-09-02
2
-4
/
+4
*
Enable nacl_helper by default.
bradchen@google.com
2011-09-02
2
-8
/
+0
*
When the user navigates to the home page, make sure to set the RLZ string
rogerta@chromium.org
2011-09-02
2
-2
/
+5
*
Move web intents switch to content_switches.
gbillock@chromium.org
2011-09-02
2
-0
/
+4
*
Revert 99283 - When the user navigates to the home page, make sure to set the...
rogerta@chromium.org
2011-09-02
2
-5
/
+2
*
When the user navigates to the home page, make sure to set the RLZ string
rogerta@chromium.org
2011-09-02
2
-2
/
+5
*
Enable smooth scrolling on mac
thakis@chromium.org
2011-09-01
2
-0
/
+4
*
Add a big grab bag of missing web accessibility
dmazzoni@chromium.org
2011-09-01
3
-11
/
+61
*
Replace the use of an int32* with an explicit profile for decoder configuration.
fischman@chromium.org
2011-09-01
9
-89
/
+47
*
Reduce number of unnamed-type-template-args violations (mostly when passing v...
pkasting@chromium.org
2011-09-01
4
-4
/
+7
*
Moved the following IPC messages used by the chrome NPAPI plugin installer ou...
ananta@chromium.org
2011-08-31
4
-19
/
+8
*
Treat files downloaded from the address bar as "always safe" (including exten...
pkasting@chromium.org
2011-08-30
6
-11
/
+26
*
Added GPU process "echo" IPC message.
apatrick@chromium.org
2011-08-30
5
-14
/
+28
*
Stop using the default profile's proxy service for plugin proxy requests, and...
jam@chromium.org
2011-08-29
3
-11
/
+12
*
turn on --enable-accelerated-plugins by default
bbudge@chromium.org
2011-08-29
2
-4
/
+4
*
Add GPU job object restriction
jschuh@chromium.org
2011-08-29
1
-5
/
+17
*
Move native_web_keyboard_event_views.cc to chrome, so that we don't have any ...
jam@chromium.org
2011-08-27
2
-107
/
+0
*
ovda: allow the setting of profile to be optional
ashokm@nvidia.com
2011-08-27
1
-1
/
+2
*
Remove --unlimited-quota-for-indexeddb. Increase incognito quota.
dgrogan@chromium.org
2011-08-26
3
-8
/
+0
*
Revert 98518 - turn on --enable-accelerated-plugins by default
arv@chromium.org
2011-08-26
2
-4
/
+4
*
turn on --enable-accelerated-plugins by default
bbudge@chromium.org
2011-08-26
2
-4
/
+4
*
Add support for exporting IPC messages from component DLLs.
darin@chromium.org
2011-08-26
3
-0
/
+4
*
Remove some overly verbose logging.
isherman@chromium.org
2011-08-26
1
-3
/
+1
*
Make Chromium disable the fullscreen API if --enable-fullscreen is absent from
koz@chromium.org
2011-08-26
2
-0
/
+4
*
Move P2P code to content namespace.
sergeyu@chromium.org
2011-08-25
2
-2
/
+6
*
Fullscreen JS API implementation.
koz@chromium.org
2011-08-25
1
-0
/
+8
*
Move more files to content_unittests.
phajdan.jr@chromium.org
2011-08-24
1
-2
/
+1
*
Make ChildProcessHost::GetChildPath append the Mac feature suffixes ("NP" and
mark@chromium.org
2011-08-24
1
-5
/
+4
*
Pass per-script fonts to WebKit settings.
falken@chromium.org
2011-08-24
1
-0
/
+6
*
Give plug-in processes an executable heap and disable PIE/ASLR for Native
mark@chromium.org
2011-08-24
3
-11
/
+110
*
The resize callbacks were fighting.
backer@chromium.org
2011-08-23
1
-0
/
+5
*
ovda: check the resource availability with hw decoder
ashokm@nvidia.com
2011-08-23
3
-13
/
+93
*
Moving the ViewHostMsg_PDFHasUnsupportedFeature IPC message to Chrome as PDF ...
ananta@chromium.org
2011-08-23
1
-3
/
+0
*
content: Move render_widget_host_view_gtk to content/ try 2.
erg@google.com
2011-08-23
4
-1
/
+28
*
When JavaScript call WebSocket.close() before onopen event happens,
toyoshim@chromium.org
2011-08-23
1
-1
/
+10
*
(shlib failure) Revert 97750 - content: Move render_widget_host_view_gtk to c...
erg@google.com
2011-08-22
4
-28
/
+1
*
content: Move render_widget_host_view_gtk to content/
erg@google.com
2011-08-22
4
-1
/
+28
*
Try to catch dlls that crash the plugin process.
cpu@chromium.org
2011-08-22
1
-17
/
+33
[next]