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
*
Offload disk accesses to WorkerPool in ExtensionProtocolHandler
paivanof@gmail.com
2012-07-23
5
-19
/
+28
*
ash: Record some additional information about the gestures.
sadrul@chromium.org
2012-07-23
2
-8
/
+4
*
mac: Components build fix after r147843
thakis@chromium.org
2012-07-23
1
-2
/
+3
*
Initialize the shared memory to appease Valgrind.
tommi@chromium.org
2012-07-23
2
-4
/
+32
*
Use cached composition bounds for firstRectForCharacterRange if possible.
nona@chromium.org
2012-07-23
3
-5
/
+508
*
Move VideoRenderer out of Filter heirarchy.
scherkus@chromium.org
2012-07-23
1
-2
/
+0
*
Copy the test data in chrome\test\data\npapi to content\test\data\npapi in pr...
jam@chromium.org
2012-07-23
47
-0
/
+1418
*
Revert 147799 - landed without owners approval
jam@chromium.org
2012-07-21
2
-25
/
+2
*
Prevent loading libffmpegsumo.so to python (autotests) process.
glotov@google.com
2012-07-21
2
-2
/
+25
*
Add more unit tests for AudioDevice.
tommi@chromium.org
2012-07-21
3
-38
/
+194
*
Set GestureEvent.globalX/Y properly in popup windows.
girard@chromium.org
2012-07-21
1
-4
/
+14
*
Add new text input types for android (step 1 of 3).
japhet@chromium.org
2012-07-21
1
-1
/
+1
*
Move more files into the content namespace.
darin@chromium.org
2012-07-21
53
-378
/
+429
*
Enable global GL context sharing on Android.
sievers@chromium.org
2012-07-21
1
-1
/
+1
*
use NOTIFICATION_RENDERER_PROCESS_TERMINATED, not CLOSED for gamepad notifica...
scottmg@chromium.org
2012-07-21
2
-9
/
+10
*
Move input event simulation functions from ui_test_utils.h to browser_test_ut...
jam@chromium.org
2012-07-20
3
-3
/
+115
*
mac: Remove code that was only needed on 10.5
thakis@chromium.org
2012-07-20
5
-39
/
+9
*
Make delegate checks consistent in WebContentsImpl.
leandrogracia@chromium.org
2012-07-20
1
-7
/
+24
*
Remove AURA ifdefs around AcceleratedSurfaceNew/Release.
sievers@chromium.org
2012-07-20
3
-27
/
+5
*
content: Make sure the renderer notifies the browser about touch-event handle...
sadrul@chromium.org
2012-07-20
5
-0
/
+16
*
Adding WAKE_LOCK permission to content_shell_apk.
aurimas@chromium.org
2012-07-20
1
-0
/
+1
*
Fix failing GpuMemoryManagerTest.StubMemoryStatsForLastManageTests on Android.
mmocny@chromium.org
2012-07-20
1
-3
/
+12
*
Make ContentBrowserTest look for the title. This is now a basic test that ens...
jam@chromium.org
2012-07-20
1
-2
/
+8
*
More -Wunused-private-field cleanups.
thakis@chromium.org
2012-07-20
2
-3
/
+1
*
views: Does not need net/ in order to compile/link anymore.
tfarina@chromium.org
2012-07-20
1
-0
/
+1
*
Add net library for content unit test and enable related test cases on Android.
shouqun.liu@intel.com
2012-07-20
2
-0
/
+4
*
Move files related to registry-controlled domains into a new net/base/registr...
pam@chromium.org
2012-07-20
4
-4
/
+4
*
Pass the RVH to RVHD::OnMessageReceived and make WCImpl forward it for load s...
jochen@chromium.org
2012-07-20
6
-14
/
+44
*
[cros/aura] Prevent white splash on boot for OOBE WebUI.
nkostylev@chromium.org
2012-07-20
1
-1
/
+1
*
Use display_name in webdropdata if it already has non-empty name
kinuko@chromium.org
2012-07-20
1
-2
/
+6
*
Move TitleWatcher from ui_test_utils.h to browser_test_utils.h so it can be r...
jam@chromium.org
2012-07-20
9
-14
/
+140
*
Fix the invalid jni header in native_test_launcher on Android.
shouqun.liu@intel.com
2012-07-20
1
-1
/
+1
*
[Mac] In all the plists, define the LSMinimumSystemVersion based on MACOSX_DE...
rsesek@chromium.org
2012-07-20
2
-2
/
+2
*
Create content\public\test\test_utils.h to hold common test classes that are ...
jam@chromium.org
2012-07-20
13
-88
/
+258
*
Pass intVersion along with the rest of the IDB metadata
dgrogan@chromium.org
2012-07-20
3
-0
/
+3
*
[Mac] Change PowerSaveBlocker to not use the deprecated IOPMAssertionCreate f...
rsesek@chromium.org
2012-07-19
1
-5
/
+3
*
InProcessBrowserTest.Empty is only valid for browser_tests, so ask the test d...
jam@chromium.org
2012-07-19
3
-29
/
+29
*
Allow blacklisting just sharing textures between processes.
jbauman@chromium.org
2012-07-19
3
-2
/
+7
*
DevTools: stopping in debugger should not prevent RenderWidget::Close from be...
pfeldman@chromium.org
2012-07-19
2
-6
/
+8
*
Tweak the way we use the third_party\amd videocard code
cpu@chromium.org
2012-07-19
2
-2
/
+2
*
Uses gyp "rules" rather than "actions" templates for the JNI generator.
bulach@chromium.org
2012-07-19
24
-76
/
+51
*
Update media OWNERS.
scherkus@chromium.org
2012-07-19
4
-12
/
+8
*
Fixes bug where RenderWidgetHostViewAura could drop an update request
sky@chromium.org
2012-07-19
2
-9
/
+14
*
Initialize StatisticsRecorder in Child Process to hold
rtenneti@chromium.org
2012-07-19
3
-12
/
+4
*
Rename bounds accessors to be intuitive and consistent
oshima@chromium.org
2012-07-19
13
-18
/
+18
*
Revert 147328 - Current status of patch:
gman@chromium.org
2012-07-19
6
-41
/
+11
*
Revert 147474 - Added ARB_get_program_binary extension to the bindings, now w...
gman@chromium.org
2012-07-19
1
-6
/
+6
*
Fix memory leak in TraceSubscriberStdioImpl.
husky@chromium.org
2012-07-19
1
-3
/
+6
*
Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket
rch@chromium.org
2012-07-19
1
-0
/
+10
*
Provide stub implementations of GetStubStats and related functions in GpuMemo...
mmocny@chromium.org
2012-07-19
4
-17
/
+199
[next]