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
/
public
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Download] Return DownloadInterruptReason from OnStartedCallback
asanka@chromium.org
2014-01-14
6
-18
/
+29
*
Move LinkDoctor out of content and into chrome.
mmenke@chromium.org
2014-01-13
3
-4
/
+3
*
Move the guts of user_metrics to a new static lib in //base/metrics.
ben@chromium.org
2014-01-13
6
-78
/
+17
*
Clean up TestLauncherDelegate.
phajdan.jr@chromium.org
2014-01-13
1
-16
/
+4
*
Remove some code left over after r191766.
jam@chromium.org
2014-01-13
3
-7
/
+0
*
Update WebFrameClient::didClearWindowObject signature.
jochen@chromium.org
2014-01-13
1
-1
/
+1
*
Don't enable alpha blending for legacy fullscreen video implementation
qinmin@chromium.org
2014-01-12
1
-0
/
+4
*
Add CookieStoreConfig to unify API for in-memory and persistent CookieStore C...
ajwong@chromium.org
2014-01-11
1
-23
/
+74
*
Remove vestigal traces of the TLS Cached Info Extension support
rsleevi@chromium.org
2014-01-11
2
-4
/
+0
*
Pass frame to ChromeContentRendererClient::ShouldSuppressErrorPage
ellyjones@chromium.org
2014-01-10
2
-3
/
+5
*
Move DidReceiveServerRedirectForProvisionalLoad from RenderView to RenderFrame
nasko@chromium.org
2014-01-10
1
-1
/
+1
*
Switch from CommandLine switch to WebPreferences to control Pepper 3D.
zmo@chromium.org
2014-01-10
1
-0
/
+1
*
Modify --log-net-log comment to remove option for command line output.
rdsmith@chromium.org
2014-01-10
1
-2
/
+1
*
Fix idle handlers not being called. The problem was that RenderThread::AddRou...
jam@chromium.org
2014-01-10
3
-30
/
+2
*
Move Android TraceEvent interface to base
aberent@chromium.org
2014-01-10
12
-544
/
+79
*
Pass Chrome user agent string to Android media player
jinsukkim@chromium.org
2014-01-10
1
-1
/
+5
*
Point out in the comments the equivalence of two observer functions.
avi@chromium.org
2014-01-10
2
-3
/
+7
*
<webview>: Support zoom in WebUI
fsamuel@chromium.org
2014-01-10
2
-3
/
+4
*
[Android] Always offer touchmove's for events with multiple pointers
jdduke@chromium.org
2014-01-10
4
-90
/
+122
*
Allow multiple NaCl modules to be debugged.
bradnelson@google.com
2014-01-10
2
-1
/
+7
*
Always create FrameTreeNodes and RenderFrameHosts for every frame.
nasko@chromium.org
2014-01-10
3
-1
/
+27
*
Adds the new URLRequest::OnBeforeNetworkStart hook to the
jkarlin@chromium.org
2014-01-09
1
-0
/
+1
*
Fix subtle bug with the in-process utility thread usage in unit tests.
jam@chromium.org
2014-01-09
2
-0
/
+63
*
Enables fullscreen subtitle and media control from Blink
trchen@chromium.org
2014-01-09
6
-228
/
+333
*
Make tap gesture ignore its ack disposition.
tdresser@chromium.org
2014-01-09
1
-19
/
+68
*
Move Find Operations from RenderViewHost to WebContents
fsamuel@chromium.org
2014-01-09
2
-10
/
+14
*
Add GrabWindowSnapshotAsync aura tests
enne@chromium.org
2014-01-08
1
-1
/
+2
*
Clean up ChildProcessHost unique id generation.
avi@chromium.org
2014-01-08
2
-2
/
+7
*
Initialize all members of ContextMenuParams in the ctor
jochen@chromium.org
2014-01-08
1
-1
/
+2
*
base: Discardable memory types.
reveman@chromium.org
2014-01-08
2
-0
/
+4
*
Dismiss EME infobar when WebMediaPlayer is destroyed.
kkimlabs@chromium.org
2014-01-08
4
-7
/
+40
*
Remove call of PrerenderTracker::TryCancelOnIOThread in ChromeContentBrowserC...
jam@chromium.org
2014-01-07
1
-0
/
+2
*
Enable ClickListenerTest.
aruslan@chromium.org
2014-01-07
1
-13
/
+6
*
Finally remove ResourceRequestInfo::GetAssociatedRenderView. Also remove the ...
jam@chromium.org
2014-01-07
2
-8
/
+2
*
Move <outputs> element in Android .grd files.
newt@chromium.org
2014-01-07
1
-91
/
+91
*
Add timestamps to synthesized events.
dominikg@chromium.org
2014-01-07
1
-13
/
+11
*
Removing use of AlertDialog.Builder.setOnDismissListener from InputDialogCont...
keishi@chromium.org
2014-01-07
1
-9
/
+12
*
Updating XTBs based on .GRDs from branch 1750
laforge@chromium.org
2014-01-07
43
-0
/
+43
*
Remove content/public/renderer/android/OWNERS
boliu@chromium.org
2014-01-06
1
-3
/
+0
*
Remove calls of PrerenderTracker::TryCancel and TryCancelOnIOThread in Chrome...
jam@chromium.org
2014-01-06
2
-26
/
+0
*
Make CookieMonster::Delegate top-level and remove global CookieMonster::Enabl...
ajwong@chromium.org
2014-01-04
3
-0
/
+8
*
Make MHTMLGenerationManager observe RenderProcessHosts rather than use notifi...
avi@chromium.org
2014-01-04
1
-4
/
+4
*
Switch MockRenderProcessHost to only fire observers rather than use notificat...
avi@chromium.org
2014-01-04
1
-6
/
+0
*
[Android] Fix lint issues with ScaleGestureDetector.setQuickScaleEnabled
jdduke@chromium.org
2014-01-03
1
-5
/
+12
*
Revert 242913 "Make CookieMonster::Delegate top-level and remove..."
esprehn@chromium.org
2014-01-03
2
-5
/
+0
*
Track v8 API changes.
jochen@chromium.org
2014-01-03
1
-2
/
+3
*
Make CookieMonster::Delegate top-level and remove global CookieMonster::Enabl...
ajwong@chromium.org
2014-01-03
2
-0
/
+5
*
Extend touch-action support to pinch gestures.
rbyers@chromium.org
2014-01-03
1
-5
/
+0
*
Revert "Update all users of base::Version to explicitly specify the namespace...
avi@chromium.org
2014-01-03
1
-1
/
+1
*
[Android] Explicitly disable ScaleGestureDetector's "QuickScale" feature
jdduke@chromium.org
2014-01-02
1
-0
/
+6
[next]