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
*
Remove chrome dependency on PepperPluginRegistry. This was used only by exten...
jam@chromium.org
2011-11-29
1
-3
/
+6
*
Remove base::Bind() from cpp_bound_class.h
dcheng@chromium.org
2011-11-29
2
-6
/
+16
*
Make JavaType a struct and move it to its own file
steveblock@chromium.org
2011-11-29
6
-95
/
+103
*
Remove custom Task implementations in content renderer_host and tab_contents.
dcheng@chromium.org
2011-11-29
9
-344
/
+139
*
Revert 111988 - Land change for grunell@: "Adding support for MediaStream and...
tommi@chromium.org
2011-11-29
26
-1760
/
+42
*
Revert 111994 - Adding missing OVERRIDE tags.
tommi@chromium.org
2011-11-29
1
-3
/
+3
*
Adding missing OVERRIDE tags.
tommi@chromium.org
2011-11-29
1
-3
/
+3
*
Land change for grunell@: "Adding support for MediaStream and PeerConnection ...
tommi@chromium.org
2011-11-29
26
-42
/
+1760
*
Force annotation of overridden methods with OVERRIDE.
avi@chromium.org
2011-11-29
1
-1
/
+2
*
Use callback_forward.h instead of callback.h where possible.
erikwright@chromium.org
2011-11-29
13
-10
/
+13
*
Move the RendererProcessType enum out of ChildProcessInfo. It's actually neve...
jam@chromium.org
2011-11-29
2
-61
/
+2
*
aura: #include a header used. This caused a compilation error from r111936.
sadrul@chromium.org
2011-11-29
1
-0
/
+5
*
Revert 111936 - Use callback_forward.h instead of callback.h where possible.
jstritar@chromium.org
2011-11-29
13
-13
/
+10
*
Use callback_forward.h instead of callback.h where possible.
erikwright@chromium.org
2011-11-29
13
-10
/
+13
*
Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES()
robertshield@chromium.org
2011-11-29
2
-7
/
+7
*
Add url and is_main_frame to DidFinishLoad and DidFailLoad.
mkosiba@chromium.org
2011-11-29
6
-9
/
+75
*
Add UserMetrics for OpenFileSystem
kinuko@chromium.org
2011-11-29
1
-0
/
+6
*
Trigger pepper ViewDidFlushPaint on draw of compositor frame
jbauman@chromium.org
2011-11-29
1
-5
/
+5
*
Make content::DialogDelegate::GetDialogRootWindow() const.
thestig@chromium.org
2011-11-29
3
-3
/
+3
*
Re-land http://codereview.chromium.org/8586008/
yzshen@chromium.org
2011-11-29
7
-938
/
+868
*
aura: fix switching off accelerated compositing
piman@chromium.org
2011-11-29
2
-3
/
+29
*
Implements the PowerSaveBlocker::ApplyBlock method for Linux systems. It uses
cristian.patrasciuc@gmail.com
2011-11-29
3
-20
/
+461
*
Added UMA statistics to see what servers accept range requests.
ahendrickson@chromium.org
2011-11-29
4
-1
/
+46
*
Remove section_util_win since it had two functions that were used in three pl...
jam@chromium.org
2011-11-28
6
-71
/
+10
*
Revert 110287 - Return a specific error code for unknown URL schemes.
rvargas@google.com
2011-11-28
2
-35
/
+1
*
Move SpeechInputResult into content/public since it's used in chrome. Also ma...
jam@chromium.org
2011-11-28
17
-97
/
+124
*
Rename the external popup menu test from unittest to browsertest, as it is a ...
jochen@chromium.org
2011-11-28
1
-0
/
+0
*
Enable WebKitBrowserTest.XsltBadImport
japhet@chromium.org
2011-11-28
1
-9
/
+1
*
Fix the RenderViewImpl to adapt to the Chromium API change for Web Intents.
gbillock@chromium.org
2011-11-28
5
-40
/
+34
*
Revert 111773 - Land change for grunell@: "Adding support for MediaStream and...
tommi@chromium.org
2011-11-28
25
-1754
/
+40
*
Land change for grunell@: "Adding support for MediaStream and PeerConnection ...
tommi@chromium.org
2011-11-28
25
-40
/
+1754
*
Cleanup SiteInstanceTest a bit
jochen@chromium.org
2011-11-28
1
-16
/
+5
*
Move RenderViewHostManagerTest to content
jochen@chromium.org
2011-11-28
2
-26
/
+111
*
Add OVERRIDE to content/.
avi@chromium.org
2011-11-28
12
-41
/
+53
*
Remove DOMStorage histograms.
cbentzel@chromium.org
2011-11-28
1
-12
/
+14
*
Handled failed IDB object lookup in IPC.
jsbell@chromium.org
2011-11-28
2
-2
/
+27
*
Fix a regression in chrome://gpucrash etc.
zmo@google.com
2011-11-28
2
-0
/
+13
*
base::Bind: Convert a use of Task in worker_process_host.cc.
jhawkins@chromium.org
2011-11-28
1
-19
/
+8
*
Adds sample-rate verification to WebRTC unit tests to ensure that we
henrika@chromium.org
2011-11-28
1
-7
/
+40
*
Have content/ create and destroy its own threads. (Re-land)
joi@chromium.org
2011-11-28
15
-164
/
+541
*
Move NavigationControllerTest to content
jochen@chromium.org
2011-11-28
5
-17
/
+21
*
Revert 111695 - Have content/ create and destroy its own threads.
joi@chromium.org
2011-11-28
15
-541
/
+164
*
Have content/ create and destroy its own threads.
joi@chromium.org
2011-11-28
15
-164
/
+541
*
Resolves crash related to conflict with latest WebRTC (1008) and the WebRTCAu...
henrika@chromium.org
2011-11-28
1
-5
/
+4
*
Revert 111666 - Move PepperTCPSocket and PepperUDPSocket from pepper_message_...
rsleevi@chromium.org
2011-11-28
7
-865
/
+938
*
Move PepperTCPSocket and PepperUDPSocket from pepper_message_filter to separa...
yzshen@chromium.org
2011-11-28
7
-938
/
+865
*
Refactor the AudioInputDeviceManager by removing the device thread.
xians@chromium.org
2011-11-26
3
-374
/
+258
*
Delete DevToolsAgent::frontendLoaded related plumbing
yurys@chromium.org
2011-11-26
6
-19
/
+0
*
Message receiver on browser side that holds/starts the gamepad data provider
scottmg@chromium.org
2011-11-26
4
-0
/
+75
*
Remove unused method RVHD::RendererManagement::OnCrossSiteNavigationCanceled().
dcheng@chromium.org
2011-11-25
3
-12
/
+0
[next]