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
*
[content shell] disable appcache console logging for layout tests
jochen@chromium.org
2012-12-12
5
-0
/
+23
*
Include <dialog> in --enable-experimental-webkit-features flag
falken@chromium.org
2012-12-12
1
-0
/
+3
*
Always launch unsandboxed gpu process.
hshi@google.com
2012-12-12
1
-4
/
+0
*
Revert 172627
shawnsingh@google.com
2012-12-12
6
-182
/
+36
*
Add a switch to enable compositing for scrollable frames.
wangxianzhu@chromium.org
2012-12-12
3
-5
/
+12
*
Cache GL strings from GPU process and use them at next browser startup.
zmo@chromium.org
2012-12-12
6
-36
/
+182
*
This CL is part of https://codereview.chromium.org/11316275/, but only contai...
xians@chromium.org
2012-12-12
8
-157
/
+138
*
The test has been kept failing after webkit roll in r172605
xians@chromium.org
2012-12-12
1
-1
/
+7
*
History: Integrate synced history visits from the server with local history r...
dubroy@chromium.org
2012-12-12
2
-33
/
+0
*
[content shell] correctly register the testRunner stubs
jochen@chromium.org
2012-12-12
1
-5
/
+5
*
[content shell] add further methods to the testRunner's proxy object
jochen@chromium.org
2012-12-12
1
-0
/
+11
*
In media_stream_dispatcher.cc line 284, it has comments:
xians@chromium.org
2012-12-12
1
-0
/
+3
*
Fix PopupZoomer addView/removeView
aruslan@chromium.org
2012-12-12
1
-12
/
+23
*
Ignore autocomplete=off when password manager is saving the generated passwor...
zysxqn@google.com
2012-12-12
3
-0
/
+7
*
Enable virtual context on IMG devices only.
aelias@chromium.org
2012-12-12
1
-2
/
+4
*
[RDS] Temporary workaround for black tabs
dfalcantara@chromium.org
2012-12-12
1
-1
/
+2
*
Fix windows mouse lock when fullscreening window.
scheib@chromium.org
2012-12-12
2
-1
/
+16
*
Propagate Tab Capture GenerateStream error to renderer.
justinlin@chromium.org
2012-12-12
2
-16
/
+18
*
Browser Plugin: Fix <select> popup positioning on Mac
fsamuel@chromium.org
2012-12-12
9
-3
/
+118
*
Roll libjingle 248:249.
sergeyu@chromium.org
2012-12-12
2
-7
/
+19
*
Add insertion handle tests
cjhopman@chromium.org
2012-12-12
7
-38
/
+284
*
Plumb glDiscardFramebufferEXT entry point through command buffer
jamesr@chromium.org
2012-12-12
1
-2
/
+1
*
[content shell] implement testRunner.setGamepadData
jochen@chromium.org
2012-12-11
5
-5
/
+37
*
Show interrupted downloads as well as regular downloads in the browser.
asanka@chromium.org
2012-12-11
2
-11
/
+41
*
Prevent cross-site pages if the --site-per-process flag is passed
irobert@chromium.org
2012-12-11
6
-0
/
+461
*
Minor style cleanups in MediaStreamUIController and MediaStreamManager.
sergeyu@chromium.org
2012-12-11
4
-61
/
+67
*
Browser Plugin: Request MouseWheel events when thread-compositor enabled
fsamuel@chromium.org
2012-12-11
1
-0
/
+1
*
Fix CompositorSoftwareOutputDeviceGLAdapter for ensureFramebuffer -> ensureBa...
jamesr@chromium.org
2012-12-11
1
-2
/
+2
*
Fix certificate and keychain installation on Android.
digit@chromium.org
2012-12-11
5
-64
/
+74
*
Remove transition to INITIALIZED & clearing of end_of_stream_ on seek.
acolwell@chromium.org
2012-12-11
2
-2
/
+4
*
[content shell] when running in layout test mode, create the temp directory u...
jochen@chromium.org
2012-12-11
3
-10
/
+13
*
[content shell] hook up support for inspector tests
jochen@chromium.org
2012-12-11
9
-7
/
+111
*
Implement stats passing between libjingle and Webkit.
hta@chromium.org
2012-12-11
7
-10
/
+417
*
Add missing lazy instance initializer
jochen@chromium.org
2012-12-11
1
-1
/
+1
*
[content shell] don't pass around raw char pointers, but std::string refs
jochen@chromium.org
2012-12-11
2
-2
/
+3
*
Sync Ime and Keyboard events.
aurimas@chromium.org
2012-12-11
2
-0
/
+41
*
DevTools: add /json/activate/ command to the discovery protocol.
pfeldman@chromium.org
2012-12-11
2
-107
/
+159
*
Unlock the proxy lock when loading fonts.
brettw@chromium.org
2012-12-11
1
-1
/
+5
*
Add traits for PointF and Vector2dF.
aelias@chromium.org
2012-12-11
2
-0
/
+58
*
Garbage Collect the Storage directory on next profile start after an extensio...
ajwong@chromium.org
2012-12-11
8
-56
/
+192
*
Consolidates activation and focus change observers a bit.
ben@chromium.org
2012-12-11
4
-53
/
+65
*
TextureImageTransport: Remove some debug code in OnMakeCurrent().
sievers@chromium.org
2012-12-11
1
-10
/
+0
*
Add UMA histograms for GPU memory usage at GPU process exit.
ccameron@chromium.org
2012-12-11
9
-6
/
+114
*
We're removing the sharedWorkerRepository() function from WebKit
pilgrim@chromium.org
2012-12-11
7
-20
/
+3
*
IndexedDB: Re-enable possibly no longer flaky test.
jsbell@chromium.org
2012-12-10
1
-2
/
+1
*
Several updates to canPlayType() results for EME
ddorwin@chromium.org
2012-12-10
1
-0
/
+2
*
Add PopupZoomer view to hierarchy only when necessary.
aruslan@chromium.org
2012-12-10
6
-17
/
+192
*
Introduce PPB_VideoCapture_Dev v0.3:
yzshen@chromium.org
2012-12-10
2
-62
/
+24
*
IndexedDB: Tests for unknown serialized data versions in backing stores.
jsbell@chromium.org
2012-12-10
1
-0
/
+16
*
Implement an IsAllowed function in the pepper PPB_Broker_Trusted API
raymes@chromium.org
2012-12-10
12
-63
/
+161
[next]