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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of unused WebData (de)serializer.
cdn@chromium.org
2012-12-14
2
-35
/
+0
*
Speculative fix for compiler warnings
boliu@chromium.org
2012-12-14
1
-4
/
+4
*
Remove unused gpu message fields.
sievers@chromium.org
2012-12-14
3
-14
/
+0
*
Revert 172805
apatrick@google.com
2012-12-14
7
-87
/
+172
*
ipc: Use existing [de]serializer for WebInputEvent.
sadrul@chromium.org
2012-12-14
4
-43
/
+73
*
Add new IPC for searchbox to pipe SearchBox NavigateContentWindow calls to th...
shishir@chromium.org
2012-12-13
1
-2
/
+0
*
[content shell] on all platforms but Mac OSX, use Windows editing behavior fo...
jochen@chromium.org
2012-12-13
1
-0
/
+2
*
Combine mask texture parameters into single gfx::RectF
jamesr@chromium.org
2012-12-13
2
-13
/
+3
*
Made the registration and deletion of transfer buffers async.
apatrick@chromium.org
2012-12-13
7
-172
/
+87
*
Aggressively discard tiles on OS X to see if it improves
ccameron@chromium.org
2012-12-13
1
-0
/
+7
*
Track managed memory usage in the command buffer.
ccameron@chromium.org
2012-12-13
5
-17
/
+52
*
Enable virtual context on IMG devices only.
aelias@chromium.org
2012-12-12
1
-2
/
+4
*
Plumb glDiscardFramebufferEXT entry point through command buffer
jamesr@chromium.org
2012-12-12
1
-2
/
+1
*
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
6
-5
/
+88
*
Implement an IsAllowed function in the pepper PPB_Broker_Trusted API
raymes@chromium.org
2012-12-10
3
-9
/
+80
*
Implement TextureImageTransportSurface using texture mailbox
sievers@chromium.org
2012-12-10
11
-343
/
+268
*
[CSS Regions] Use the new RuntimeEnabledFeatures flag instead of the one in S...
mmaerean@adobe.com
2012-12-08
1
-1
/
+0
*
Sizes going across an IPC should be uint32.
cevans@chromium.org
2012-12-08
5
-9
/
+9
*
Add tracing support to NaCl
jbauman@chromium.org
2012-12-08
5
-200
/
+4
*
Send notification from GPU process to browser process of offscreen context cr...
kbr@chromium.org
2012-12-08
3
-3
/
+33
*
Rename discardFramebufferEXT to discardBackbufferCHROMIUM to avoid collision ...
jamesr@chromium.org
2012-12-08
2
-2
/
+8
*
Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource m...
raymes@chromium.org
2012-12-08
2
-1
/
+4
*
Propagate transaction id through IDBFactory::open() IPC
alecflett@chromium.org
2012-12-07
5
-1
/
+73
*
This is a revert of 171414 with a different workaround to get the view in Web...
jam@chromium.org
2012-12-07
1
-8
/
+0
*
Browser Plugin: Use asynchronous input events
fsamuel@chromium.org
2012-12-07
3
-2
/
+18
*
Revert 171569 as it broke some browser_tests on win_aura.
sky@chromium.org
2012-12-07
12
-268
/
+344
*
Rename int-based IPC variables to have ipc_ prefix
alecflett@chromium.org
2012-12-06
15
-445
/
+453
*
Implement TextureImageTransportSurface using texture mailbox
sievers@chromium.org
2012-12-06
12
-344
/
+268
*
Revert 171408
raymes@chromium.org
2012-12-06
2
-4
/
+1
*
Lower RLIMIT_AS to 4GB after discussion with jschuh.
cevans@chromium.org
2012-12-06
1
-2
/
+2
*
Temporary workaround for getting the screen rects synchronously from the rend...
oshima@chromium.org
2012-12-06
1
-0
/
+8
*
move favicon download code from chrome/ into content/
caitkp@chromium.org
2012-12-06
2
-0
/
+47
*
Revert 171389
raymes@chromium.org
2012-12-06
2
-1
/
+4
*
Revert 171080
raymes@chromium.org
2012-12-06
2
-4
/
+1
*
[autofill] Pass along frame URL and SSL status, only allow requests for credi...
dbeam@chromium.org
2012-12-06
1
-9
/
+0
*
Support disowning window.opener across processes.
creis@chromium.org
2012-12-06
1
-0
/
+7
*
Add a gyp flag to allow removing dependency on ppapi.
nileshagrawal@chromium.org
2012-12-05
1
-0
/
+2
*
The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. C...
raymes@chromium.org
2012-12-04
2
-1
/
+4
*
Revert 170701 since the WebKit change has now been rolled in again.
tommi@chromium.org
2012-12-04
1
-3
/
+3
*
Associate audio streams with their source/destination RenderView.
miu@chromium.org
2012-12-04
1
-0
/
+10
*
Revert an occasional change of Trap to UnsafeTrap
glider@chromium.org
2012-12-04
1
-3
/
+3
*
cc: Use skia::RefPtr in place of raw pointers and SkAutoTUnref.
danakj@chromium.org
2012-12-04
2
-3
/
+7
*
Fix the sandbox to actually allow __NR_sched_getaffinity under ASan.
glider@google.com
2012-12-04
1
-7
/
+7
*
cc: Add CompositorFrame class with IPC param traits for it
danakj@chromium.org
2012-12-04
3
-3
/
+181
*
Allow ASanified Chrome to use sched_getaffinity
glider@google.com
2012-12-03
1
-0
/
+8
*
Revert 170668
tasak@google.com
2012-12-03
1
-3
/
+3
*
Update the Speech Api to support array(s) of result items
tommi@chromium.org
2012-12-01
1
-3
/
+3
*
Aura: Fix poster circle resize on Alex.
backer@chromium.org
2012-11-30
1
-1
/
+1
*
Let content_unittests almost build with the components build on android
thakis@chromium.org
2012-11-30
3
-15
/
+22
[next]