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
/
renderer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the Java Bridge to support non-array renderer-side objects
steveblock@chromium.org
2011-12-20
3
-12
/
+14
*
Replace AudioDecoder::ProduceAudioSamples/ConsumeAudioSamples with read callb...
scherkus@chromium.org
2011-12-20
1
-12
/
+0
*
base::Bind: Fixes in content/
jhawkins@chromium.org
2011-12-19
1
-15
/
+6
*
Make page IDs be specific to a RenderView rather than global to its process.
creis@chromium.org
2011-12-16
4
-53
/
+22
*
Chromium side of IDBIndex.count() and IDBObjectStore.count()
jsbell@chromium.org
2011-12-16
6
-1
/
+91
*
Async IDB host messages now contain a thread_id corresponding to the requesti...
dgrogan@chromium.org
2011-12-16
12
-109
/
+264
*
Don't call renderView methods in threaded mode
nduca@chromium.org
2011-12-15
2
-0
/
+11
*
Group forms-related files in webkit/glue in a forms/ subdirectory.
isherman@chromium.org
2011-12-15
1
-15
/
+15
*
Fix a stack overflow crash in the accessibility code in the renderer. The cra...
ananta@chromium.org
2011-12-15
1
-3
/
+5
*
Rolling new libjingle revision 100
mallinath@google.com
2011-12-15
1
-1
/
+2
*
Fix resize with --enable-threaded-compositing
piman@chromium.org
2011-12-13
1
-1
/
+1
*
Add IPC to allow gpu process to send message for console back to renderer
gman@chromium.org
2011-12-13
2
-0
/
+10
*
<video> decode in hardware!
fischman@chromium.org
2011-12-13
10
-13
/
+149
*
first cut at uber page
estade@chromium.org
2011-12-13
1
-1
/
+1
*
Send the pending input event ack before the UpdateRect message
jamesr@chromium.org
2011-12-13
1
-2
/
+12
*
Compile fix for gcc 4.6 (unused variable).
joi@chromium.org
2011-12-13
1
-2
/
+0
*
Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...
gman@chromium.org
2011-12-12
3
-70
/
+13
*
Remove the AudioManager singleton.
tommi@chromium.org
2011-12-12
1
-39
/
+6
*
EarlyOut_AnimatedTooRecently should only be done in software mode
nduca@chromium.org
2011-12-12
1
-1
/
+1
*
remove the race related to output_delay_ms_ in ADM and races in the unittests.
xians@chromium.org
2011-12-12
3
-16
/
+52
*
Fix page zoom for plug-in documents (PDF, etc.)
csilv@chromium.org
2011-12-10
1
-5
/
+8
*
Revert 113895 - <video> decode in hardware!
fischman@chromium.org
2011-12-10
11
-147
/
+16
*
Revert 113899 - Add missing 'virtual'.
fischman@chromium.org
2011-12-10
1
-1
/
+1
*
Add missing 'virtual'.
fischman@chromium.org
2011-12-10
1
-1
/
+1
*
<video> decode in hardware!
fischman@chromium.org
2011-12-10
11
-16
/
+147
*
Removing MessageLoop::QuitTask() from content/
dcheng@chromium.org
2011-12-10
2
-7
/
+7
*
Delay UpdateRect until the SwapBuffers callback when accelerated compositing ...
piman@chromium.org
2011-12-09
2
-44
/
+98
*
Remove some now unused fullscreen plumbing.
darin@chromium.org
2011-12-09
2
-12
/
+0
*
Add CONTENT_EXPORT to AudioDevice::RenderCallback class.
vrk@google.com
2011-12-09
1
-1
/
+1
*
Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().
ajwong@chromium.org
2011-12-09
3
-25
/
+15
*
Simplify AudioRendererImpl by using AudioDevice.
vrk@google.com
2011-12-09
5
-715
/
+337
*
Revert 113794 - Revert 113785 - Enable TransferNavigationResourceHandler
battre@chromium.org
2011-12-09
1
-3
/
+1
*
Fix a race condition in the Java Bridge when adding objects
steveblock@chromium.org
2011-12-09
4
-8
/
+20
*
Revert 113785 - Enable TransferNavigationResourceHandler
battre@chromium.org
2011-12-09
1
-1
/
+3
*
Enable TransferNavigationResourceHandler
battre@chromium.org
2011-12-09
1
-3
/
+1
*
[Web Intents] Make IntentInjector adapt to the new content API
gbillock@chromium.org
2011-12-09
3
-23
/
+8
*
Defer loading of audio/video tags while prerendering.
shishir@chromium.org
2011-12-09
3
-11
/
+38
*
Remove special casing for firing load completes.
dtseng@chromium.org
2011-12-09
2
-21
/
+7
*
Revert r112160 ("Send one WebKeyboardEvent to the RenderWidget at a time.")
apavlov@chromium.org
2011-12-08
2
-2
/
+20
*
Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"
rsimha@google.com
2011-12-08
3
-13
/
+70
*
Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"
gman@chromium.org
2011-12-07
3
-70
/
+13
*
Revert 113267 - Attempt fixes at chrome frame tests redness.
dtseng@chromium.org
2011-12-07
1
-1
/
+1
*
Replace media::Limits struct with media::limits namespace and update document...
scherkus@chromium.org
2011-12-07
2
-3
/
+1
*
Initialize the CPU usage variable.
brettw@chromium.org
2011-12-07
1
-1
/
+1
*
There is a racing between SyncSocket::Receive in audio_thread_ and SyncSocket...
xians@chromium.org
2011-12-07
6
-72
/
+81
*
Include the referrer header everywhere instead of directly including the webk...
jochen@chromium.org
2011-12-07
1
-1
/
+0
*
views: Add an Options enum to MessageBoxView control.
tfarina@chromium.org
2011-12-07
2
-13
/
+15
*
Enable RenderViewImplTest.{OnHandleKeyboardEvent,InsertCharacters} for Aura o...
mazda@chromium.org
2011-12-07
1
-18
/
+4
*
Repurpose obsolete IndexedDB commandline switch to control idb for workers.
dgrogan@chromium.org
2011-12-07
1
-1
/
+1
*
[Mac] Remove content/ CrApplication.
shess@chromium.org
2011-12-06
1
-4
/
+3
[next]