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
/
browser
/
renderer_host
Commit message (
Expand
)
Author
Age
Files
Lines
*
Raise an infobar and deny access to WebGL if a GPU reset was detected while a...
kbr@chromium.org
2012-11-20
2
-0
/
+86
*
Fix the html select tag showing up at the wrong position. This was a regressi...
jam@chromium.org
2012-11-20
1
-1
/
+1
*
overscroll-aura: Discard synthetic mouse-move events during a trackpad oversc...
sadrul@chromium.org
2012-11-20
1
-0
/
+15
*
On receiving the WM_SETTINGCHANGE message originated from the change of the
hongbo.min@intel.com
2012-11-20
1
-2
/
+2
*
Stop using URLRequest::AppendBytesToUpload from src/content
hashimoto@chromium.org
2012-11-20
1
-1
/
+3
*
AwContents Compositor bring up
joth@chromium.org
2012-11-20
1
-1
/
+2
*
overscroll: A couple of behavioural changes in the overscroll controller.
sadrul@chromium.org
2012-11-20
2
-2
/
+276
*
ImageTransportSurface::CreateSurface on Windows handles the following cases:
scottmg@chromium.org
2012-11-20
1
-5
/
+1
*
Consolidate SetDeviceScaleFactor into ScreenInfoChanged
oshima@chromium.org
2012-11-20
4
-16
/
+3
*
Revert 168558 - Fix the html select tag showing up at the wrong position. Thi...
rbyers@chromium.org
2012-11-19
1
-1
/
+1
*
Hook up swap_client for android browser compositor
jamesr@chromium.org
2012-11-19
2
-5
/
+30
*
Fix the html select tag showing up at the wrong position. This was a regressi...
jam@chromium.org
2012-11-19
1
-1
/
+1
*
[Mac] Prevent ppapi fullscreen window from dealloc while on stack.
shess@chromium.org
2012-11-17
2
-1
/
+34
*
Revert r168447 "Makes windows obey their maximum size constraints on chromeos."
oshima@chromium.org
2012-11-17
2
-5
/
+0
*
[Mac] Fix issue where rubber-banding may get sporadically stuck.
asvitkine@chromium.org
2012-11-17
3
-12
/
+81
*
Makes windows obey their maximum size constraints on chromeos.
koz@chromium.org
2012-11-17
2
-0
/
+5
*
Move readback to present thread.
nick@chromium.org
2012-11-17
1
-4
/
+4
*
overscroll: Make sure the overscroll gesture interacts properly with touch ev...
sadrul@chromium.org
2012-11-17
3
-2
/
+77
*
Android: SurfaceTexture-based image transport
sievers@chromium.org
2012-11-16
8
-71
/
+367
*
overscroll: Add experimental overscroll navigation support for aura.
sadrul@chromium.org
2012-11-16
4
-6
/
+20
*
Merge branch 'master' into perms_print
brettw@chromium.org
2012-11-16
1
-7
/
+14
*
Fix Android webview instrumentation tests.
sievers@chromium.org
2012-11-16
1
-5
/
+0
*
This patch implements a device selection UI to chrome content setting, and th...
xians@chromium.org
2012-11-16
3
-53
/
+71
*
Workaround for IOSurface leak.
ccameron@chromium.org
2012-11-16
2
-0
/
+36
*
Making it easier to hook a ContentViewCore to the SurfaceView.
jcivelli@chromium.org
2012-11-16
6
-39
/
+12
*
Increase Windows XP hardware buffer size to 4096.
dalecurtis@google.com
2012-11-16
1
-0
/
+1
*
content: Add stub implementation for overscroll gesture.
sadrul@chromium.org
2012-11-16
8
-1
/
+699
*
Fix Cross-Process Redirect Navigation
irobert@chromium.org
2012-11-15
4
-13
/
+13
*
Switch swappedout:// CHECK to DCHECK.
creis@chromium.org
2012-11-15
1
-3
/
+4
*
Initialize device scale factor correctly on Android
skyostil@chromium.org
2012-11-15
2
-0
/
+2
*
Avoid using WebKit compositorSupport in Android browser process.
aelias@chromium.org
2012-11-15
3
-30
/
+22
*
Revert 167800 - Fix Cross-Process Redirect Navigation
creis@chromium.org
2012-11-15
4
-13
/
+13
*
cc: Visualize non-occluding rects in composited layers.
danakj@chromium.org
2012-11-15
1
-0
/
+1
*
Expose the RWHVA's WebLayer.
dtrainor@chromium.org
2012-11-15
2
-0
/
+6
*
Add an experimental --site-per-process flag.
creis@chromium.org
2012-11-15
3
-5
/
+6
*
Fix Cross-Process Redirect Navigation
irobert@chromium.org
2012-11-15
4
-13
/
+13
*
Fix PPB_HostResolver_Private for NaCl plugins.
bbudge@chromium.org
2012-11-14
1
-5
/
+4
*
aura: Dispatch the trackpad scroll events from the OnScrollEvent overrides now.
sadrul@chromium.org
2012-11-14
2
-15
/
+23
*
Revert 167727 - Add PPAPI permissions for file chooser, PDF, testing, video c...
brettw@chromium.org
2012-11-14
1
-14
/
+7
*
cc: Remove cc::settings, move them to LayerTreeSettings.
danakj@chromium.org
2012-11-14
1
-3
/
+0
*
Add Android owners for renderer_host code.
sievers@chromium.org
2012-11-14
1
-0
/
+4
*
Move eintr_wrapper.h from base to base/posix
brettw@chromium.org
2012-11-14
2
-2
/
+2
*
JS console output should honor minimum log level
dpolukhin@chromium.org
2012-11-14
1
-2
/
+4
*
Add PPAPI permissions for file chooser, PDF, testing, video capture, and vide...
brettw@chromium.org
2012-11-14
1
-7
/
+14
*
Add CHECKs to ensure swappedout:// URLs aren't sent to the browser.
creis@chromium.org
2012-11-14
1
-0
/
+4
*
cc: remove jank instead of checkerboard setting
enne@chromium.org
2012-11-14
1
-1
/
+0
*
- Move DisplayManager and DisplayChangeObserverX11 from aura
oshima@chromium.org
2012-11-14
3
-15
/
+14
*
ui: Remove implicit flooring in skia rect conversion methods.
danakj@chromium.org
2012-11-14
1
-1
/
+2
*
linux: Remove --scroll-pixels flag.
derat@chromium.org
2012-11-14
1
-26
/
+5
*
re-re-land of https://codereview.chromium.org/11364053/
scottmg@chromium.org
2012-11-14
1
-2
/
+4
[next]