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
*
Small extra validations on permission checks: reject "0" as a valid permission
cevans@chromium.org
2013-01-07
3
-41
/
+46
*
Track input latency with UMA stats
davemoore@chromium.org
2013-01-07
3
-14
/
+91
*
Implement a TODO in the media code: Change a "const MediaStreamRequest*" arg ...
pkasting@chromium.org
2013-01-07
5
-5
/
+5
*
Revert 174920
jamesr@chromium.org
2013-01-07
1
-24
/
+27
*
DEFINE_WEB_CONTENTS_USER_DATA_KEY now requires a semicolon.
avi@chromium.org
2013-01-07
2
-4
/
+4
*
Remove unnecessary comments
davemoore@chromium.org
2013-01-07
1
-11
/
+0
*
Remove the DownloadItem::TogglePause() interface.
rdsmith@chromium.org
2013-01-07
6
-17
/
+32
*
Roll speex, flac, libvpx DEPS to get shim header changes.
phajdan.jr@chromium.org
2013-01-07
1
-2
/
+2
*
Avoids crash in WebRTC audio clients for 96kHz render rate on Mac OSX.
henrika@chromium.org
2013-01-07
1
-3
/
+3
*
content: Fix typo from r175076 causing GL_CHROMIUM_texture_from_image not to ...
reveman@google.com
2013-01-07
1
-1
/
+1
*
Revert 175303
jamesr@chromium.org
2013-01-06
4
-68
/
+10
*
Make RenderWidget responsible for the composited view's lifetime
jamesr@chromium.org
2013-01-06
4
-10
/
+68
*
Revert 175201 due to failures in official build.
dharani@google.com
2013-01-06
2
-0
/
+22
*
Update some #includes in content/browser/ for headers in the new Platform
pilgrim@chromium.org
2013-01-05
11
-15
/
+15
*
Update some #includes in content/public/ for new Platform directory
pilgrim@chromium.org
2013-01-05
6
-9
/
+9
*
Update some #includes in content/ppapi_plugin for new Platform directory
pilgrim@chromium.org
2013-01-05
1
-5
/
+5
*
Log statistics of TabCapture API through UMA
hclam@chromium.org
2013-01-05
1
-18
/
+46
*
Enable Pepper threading on all channels.
shess@chromium.org
2013-01-05
2
-8
/
+2
*
Fix indentation of some functions defined inside a class
mseaborn@chromium.org
2013-01-04
1
-20
/
+19
*
Cleanup: Fix some lint errors in content/.
thestig@chromium.org
2013-01-04
21
-47
/
+53
*
Windows: Remove content's dependency on d3dx9_43.dll.
apatrick@chromium.org
2013-01-04
2
-22
/
+0
*
Add history popup when long pressing on the back key.
tedchoc@chromium.org
2013-01-04
9
-77
/
+263
*
Use an explicit PID for duplicating Pepper handles rather than the Channel's.
brettw@chromium.org
2013-01-04
23
-44
/
+96
*
Fix typo in comment: "habe" -> "have"
mseaborn@chromium.org
2013-01-04
1
-1
/
+1
*
Roll libjingle 254:257
sergeyu@chromium.org
2013-01-04
5
-16
/
+8
*
Simplify ExecuteJavaScript* functions.
darin@chromium.org
2013-01-04
14
-224
/
+234
*
Fix onKeyAdded check causing flakiness in the tests, and enabling relevant di...
shadi@chromium.org
2013-01-04
2
-4
/
+5
*
IndexedDB: Re-enable intversion-close-between-events test
jsbell@chromium.org
2013-01-04
1
-2
/
+1
*
Validate texture sizes given to VDA
sheu@chromium.org
2013-01-04
1
-0
/
+7
*
Remove some usage of the ENABLE_GPU macro.
apatrick@chromium.org
2013-01-04
11
-50
/
+0
*
Fix a problem that background can sometimes be seen when playing fullscreen v...
qinmin@chromium.org
2013-01-04
1
-1
/
+1
*
Delete code / cleanup in GpuProcessHost.
apatrick@chromium.org
2013-01-04
3
-155
/
+96
*
Proxy new objectstore/index methods through IPC
alecflett@chromium.org
2013-01-04
9
-7
/
+715
*
RenderViewImplTest.LastCommittedUpdateState is flaky
michaeln@google.com
2013-01-03
1
-1
/
+2
*
Introduce callback interface for running Javascript asynchronously in the ren...
avi@chromium.org
2013-01-03
6
-23
/
+78
*
Allow Plugin placeholders to be shown when plugins are disabled.
nileshagrawal@chromium.org
2013-01-03
1
-1
/
+1
*
Revert "Reuse the URL pasteboard code, gain more types."
avi@chromium.org
2013-01-03
2
-27
/
+36
*
Disable accelerated_video_decode on windows that's earlier than win7.
zmo@chromium.org
2013-01-03
1
-2
/
+18
*
Pull delegate check back into IsDownloadReadyForCompletion so that if
rdsmith@chromium.org
2013-01-03
7
-34
/
+28
*
Switch GetScaledContentTexture to scale from Size
dtrainor@chromium.org
2013-01-03
5
-7
/
+25
*
Temporarilty turn off a DCHECK that's getting hit on ungraceful test harness ...
michaeln@google.com
2013-01-03
1
-1
/
+3
*
Replace all uses of base/mac/crash_logging.h with base/debug/crash_logging.h.
rsesek@chromium.org
2013-01-03
3
-15
/
+15
*
Remove checks for transitional WebKit #defines that are always set
jamesr@chromium.org
2013-01-03
1
-6
/
+0
*
Number of small improvements to CleanupReference
joth@chromium.org
2013-01-03
1
-12
/
+42
*
Cleanup: Remove unneeded browser_thread.h includes in contents.
thestig@chromium.org
2013-01-03
33
-30
/
+19
*
Reland 174257 with fix for win_aura
apatrick@chromium.org
2013-01-03
1
-27
/
+24
*
Increase GPU watchdog timeout after resume.
jbauman@chromium.org
2013-01-03
2
-9
/
+19
*
Remove OVERRIDE keyword from functions that don't really need it
pilgrim@chromium.org
2013-01-03
1
-34
/
+34
*
Undo change to render_view_impl.cc for crbug.com/153907 (Request Table Site n...
sschmitz@chromium.org
2013-01-03
1
-2
/
+0
*
chromeos: Update focus ring color in WebKit.
derat@chromium.org
2013-01-02
1
-6
/
+7
[next]