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
*
Revert 179298
sievers@chromium.org
2013-02-14
1
-0
/
+13
*
Re-enable OverscrollNavigation tests on aura.
sadrul@chromium.org
2013-02-14
1
-4
/
+2
*
gpu: Remove viewport from Android memory limit.
epenner@chromium.org
2013-02-14
3
-54
/
+6
*
Dismiss context menu on mousewheel not over menu for Win Aura
scottmg@chromium.org
2013-02-14
2
-3
/
+31
*
Fix dependency on scoped_ptr::reset sequencing in IndexedDB code.
dcheng@chromium.org
2013-02-14
2
-0
/
+10
*
Implement Websettings.[get/set]DatabaseEnabled
sgurun@chromium.org
2013-02-14
2
-0
/
+41
*
Adding missing UpdateTextInputState calls after each ime event.
aurimas@chromium.org
2013-02-14
5
-32
/
+47
*
Fix for a DCHECK in device orientation Android code.
jcivelli@chromium.org
2013-02-14
3
-19
/
+21
*
We only need the larger 16GB RLIMIT_AS for web processes.
cevans@chromium.org
2013-02-14
1
-10
/
+14
*
Fix visibility in compositing.
alexst@chromium.org
2013-02-14
3
-0
/
+9
*
Remove deprecated code in webkit/fileapi
kinuko@chromium.org
2013-02-14
1
-1
/
+0
*
[Android WebView] Implement WebSettings.setTextZoom for legacy layout modes
mnaganov@chromium.org
2013-02-14
2
-2
/
+13
*
aura: Populate and use the newly added acceleration ratio fields in wheel-eve...
sadrul@chromium.org
2013-02-14
3
-2
/
+36
*
Disabled OverscrollNavigation tests on aura
atwilson@chromium.org
2013-02-14
1
-2
/
+4
*
[content shell] add stubs for all missing WebTestDelegate methods
jochen@chromium.org
2013-02-14
3
-34
/
+273
*
[content shell] remove paint methods from WebKitTestRunner
jochen@chromium.org
2013-02-14
2
-101
/
+2
*
Revert "content: convert accessibility notifications to callbacks"
phajdan.jr@chromium.org
2013-02-14
5
-41
/
+42
*
content: convert accessibility notifications to callbacks
phajdan.jr@chromium.org
2013-02-14
5
-42
/
+41
*
Fix NULL ptr with short-lived TextureImageTransportSurfaces
sievers@chromium.org
2013-02-14
1
-4
/
+1
*
Proxy WebData-based WebIDBDatabase::put
alecflett@chromium.org
2013-02-14
8
-14
/
+149
*
overscroll: Show a shadow for the sliding window during nav gesture.
sadrul@chromium.org
2013-02-14
2
-11
/
+230
*
Update some #includes in content/browser/dom_storage for headers that have be...
pilgrim@chromium.org
2013-02-14
1
-1
/
+1
*
Do a giant svn propset svn:eol-style LF on .cc and .h files that
jln@chromium.org
2013-02-14
2
-136
/
+136
*
Add a method to tab_utils.h to find out whether a tab is playing audio.
bauerb@chromium.org
2013-02-14
3
-2
/
+49
*
Fix naming of DevToolsAgentHostImpl::DipatchOnInspectorBackend (Dipatch -> Di...
kkania@chromium.org
2013-02-14
5
-5
/
+12
*
Only allow one frontbuffer on Android.
ccameron@chromium.org
2013-02-14
1
-2
/
+2
*
Have a common implementation of cc::OutputSurface instead of multiple duplica...
skaslev@chromium.org
2013-02-13
4
-108
/
+15
*
Adding IME test changes to make it easier to test.
aurimas@chromium.org
2013-02-13
4
-22
/
+186
*
Set AVFMT_FLAG_GENPTS when demuxing AVI content.
scherkus@chromium.org
2013-02-13
1
-4
/
+1
*
Add a flag for enabling the threaded parser
abarth@chromium.org
2013-02-13
3
-0
/
+6
*
Browser Plugin: Navigating to the same URL after crash should load a new guest
fsamuel@chromium.org
2013-02-13
3
-5
/
+26
*
[Android] Cancel long press on ACTION_CANCEL as well
boliu@chromium.org
2013-02-13
2
-9
/
+25
*
Add didChangeVisibleSSLState() to WebContentsObserverAndroid.
pliard@chromium.org
2013-02-13
3
-0
/
+16
*
Possible solution to synchronization problems in webrtc audio capturer.
phoglund@chromium.org
2013-02-13
3
-48
/
+109
*
Make content static and release builds work on Win64
jschuh@chromium.org
2013-02-13
1
-0
/
+8
*
Minimize PowerSaveBlocker usage during uploading data.
hashimoto@chromium.org
2013-02-13
3
-10
/
+31
*
Coalesce scrollUpdate and pinchUpdate on gesture_event queue
yusufo@chromium.org
2013-02-13
3
-27
/
+385
*
Retry: Introduce AsyncFileTestHelper for testing with async file/quota operat...
kinuko@chromium.org
2013-02-13
1
-0
/
+2
*
Implement Pepper proxy for PPB_DirectoryReader
nhiroki@chromium.org
2013-02-13
4
-0
/
+289
*
content: convert SSL notifications to observer usage (take 2)
phajdan.jr@chromium.org
2013-02-13
7
-69
/
+74
*
Set the device scale factor from the compositor interface
jscholler@chromium.org
2013-02-13
3
-0
/
+8
*
cc: Fix resource provider fences and add DCHECKs.
epenner@chromium.org
2013-02-13
1
-2
/
+2
*
cc: remove FontAtlas
egraether@chromium.org
2013-02-13
4
-23
/
+0
*
Remove OVERRIDE annotations from implementations of WebKit APIs
jamesr@chromium.org
2013-02-13
1
-1
/
+1
*
Revert 182106
nduca@chromium.org
2013-02-13
7
-36
/
+3
*
Expose the capturePicture feature in RenderView for Android WebView legacy AP...
leandrogracia@chromium.org
2013-02-13
7
-3
/
+36
*
Fix backing store scrolling on Windows in high-DPI mode.
kevers@chromium.org
2013-02-13
3
-14
/
+15
*
Only allow one frontbuffer on Android
ccameron@chromium.org
2013-02-13
1
-0
/
+4
*
Distribute extra memory evenly among visible clients
ccameron@chromium.org
2013-02-13
3
-37
/
+111
*
cc: Disable memory management in the browser compositor.
epenner@chromium.org
2013-02-13
1
-0
/
+1
[next]