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
*
mac: Remove InitWebCoreSystemInterface() calls from many random places.
thakis@chromium.org
2012-02-14
1
-5
/
+1
*
Prefer ScopedNestableTaskAllower over manual save/restore
dhollowa@chromium.org
2012-02-14
1
-3
/
+1
*
Stop the audio thread from within Stop (and not from the IO thread).
tommi@chromium.org
2012-02-14
4
-46
/
+17
*
Add a stackframe named 'CrashIntentionally' to crashes from about:crash.
eroman@chromium.org
2012-02-14
1
-8
/
+8
*
Refactoring: Split more accessibility code into separate files.
dmazzoni@chromium.org
2012-02-13
2
-42
/
+44
*
Extends error handling for audio capture and rendering.
henrika@chromium.org
2012-02-13
9
-11
/
+25
*
Add a switch to invert web contents (non-accel only).
dmazzoni@google.com
2012-02-13
2
-1
/
+55
*
Move ContextMenuParams struct from webkit/glue to content/public/common. The ...
jam@chromium.org
2012-02-12
5
-17
/
+39
*
Move indexed db files from content/renderer to content/common.
dgrogan@chromium.org
2012-02-12
20
-2109
/
+18
*
Revert -Wformat workaround that should no longer be neccessary.
thakis@chromium.org
2012-02-11
1
-4
/
+0
*
Post a notification when accessible scroll requests complete.
dmazzoni@chromium.org
2012-02-11
1
-1
/
+1
*
Introduce a new class to manage the threads for AudioDevice and AudioInputDev...
tommi@chromium.org
2012-02-10
6
-305
/
+486
*
Revert 121541 - Add a switch to invert web contents (non-accel only).
dmazzoni@chromium.org
2012-02-10
2
-55
/
+1
*
Add a switch to invert web contents (non-accel only).
dmazzoni@chromium.org
2012-02-10
2
-1
/
+55
*
Prevent SendPendingAccessibilityNotifications from calling itself recursively.
dmazzoni@chromium.org
2012-02-10
1
-19
/
+30
*
Fix pepper flash fullscreen.
ihf@chromium.org
2012-02-10
2
-0
/
+6
*
Signal to the damage tracker that the entire frame was damaged.
backer@chromium.org
2012-02-10
1
-0
/
+1
*
Add error messages when plug-in loading fails.
bauerb@chromium.org
2012-02-10
2
-3
/
+14
*
Add BrowserGpuChannelHostFactory
piman@chromium.org
2012-02-10
2
-2
/
+3
*
* Pass the incoming frame's timestamp to the renderer.
ronghuawu@chromium.org
2012-02-10
2
-8
/
+27
*
Fix broken resize box appearance after download shelf open/close.
thakis@chromium.org
2012-02-10
1
-2
/
+11
*
Ensure that navigations are not ignored due to incomplete unload requests.
creis@chromium.org
2012-02-09
3
-28
/
+66
*
disable media stream creation when enable_webrtc=0
wjia@chromium.org
2012-02-09
3
-141
/
+6
*
Removes usage of the term low-latency in AudioInputRendererHost.
henrika@chromium.org
2012-02-09
5
-32
/
+28
*
Change Web Intents delivery sequence to avoid race of page render
gbillock@chromium.org
2012-02-09
1
-2
/
+1
*
Adds a stub method & classes for those which aren't used in android.
satish@chromium.org
2012-02-08
3
-2
/
+25
*
Fix asserts with compositor thread
piman@chromium.org
2012-02-08
1
-2
/
+0
*
Revert 120928 - Add a switch to invert web contents (non-accel only).
hbono@chromium.org
2012-02-08
2
-53
/
+1
*
Add a switch to invert web contents (non-accel only).
dmazzoni@chromium.org
2012-02-08
2
-1
/
+53
*
Move handling of debug urls like chrome://crash, chrome://gpuclean to content...
jam@chromium.org
2012-02-08
1
-0
/
+24
*
Add ObserverListThreadSafe::IsEmpty().
sergeyu@chromium.org
2012-02-08
2
-6
/
+1
*
Add a 'invalidate resize rect' IPC message.
thakis@chromium.org
2012-02-07
2
-0
/
+12
*
Defer render_widget draw until host window is available
jamesr@chromium.org
2012-02-07
4
-12
/
+36
*
Try to fix 10.6 build after clang revert.
thakis@chromium.org
2012-02-07
1
-0
/
+4
*
Removed CHECKs used for bug investigation.
xhwang@chromium.org
2012-02-07
2
-9
/
+5
*
Fix build (missing NON_EXPORTED_BASE)
tommi@chromium.org
2012-02-07
2
-2
/
+2
*
Provide a hint for the idle notification handler.
ulan@chromium.org
2012-02-07
1
-1
/
+4
*
Monitor the IO message loop in the AudioDevice classes.
tommi@chromium.org
2012-02-07
6
-74
/
+176
*
WebSpeechInputResult::set() was renamed to assign()
hans@chromium.org
2012-02-07
1
-1
/
+1
*
Move gpu client files to content_common, in content/common/gpu/client
piman@chromium.org
2012-02-07
26
-3773
/
+56
*
Early-return in RenderViewImpl::DidFlushPaint() if there is no WebView.
wez@chromium.org
2012-02-07
1
-0
/
+5
*
Fix windows build
piman@chromium.org
2012-02-07
1
-1
/
+2
*
Remove renderer dependencies from the GPU client classes.
piman@chromium.org
2012-02-07
11
-146
/
+212
*
Add DCHECK to ensure proper destruction order of P2PSocketDispatcher.
sergeyu@chromium.org
2012-02-05
3
-2
/
+9
*
Provide WillInitiatePaint() as well as DidInitiatePaint() and tweak semantics.
wez@chromium.org
2012-02-04
8
-22
/
+53
*
MakeContextCurrent before querying for swapbuffers_complete GL extension
jamesr@chromium.org
2012-02-04
1
-0
/
+2
*
Move DOMAutomationController code from chrome to content. This is needed by i...
jam@chromium.org
2012-02-03
6
-5
/
+700
*
Remove "high"-latency audio code path
vrk@chromium.org
2012-02-03
6
-183
/
+64
*
Refactor WebGraphicsContext3DInProcess and TestWebGraphicsContext3D
piman@chromium.org
2012-02-03
3
-40
/
+13
*
Store the UploadData identifier in NavigationEntryImpl.
cbentzel@chromium.org
2012-02-03
1
-1
/
+14
[next]