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
*
Handle the case where IAttachmentExecute::Save() deletes a downloaded file.
asanka@chromium.org
2012-10-29
1
-0
/
+7
*
content/browser: Move webui code into content namespace.
tfarina@chromium.org
2012-10-29
1
-3
/
+2
*
Collect machine model info in gpu_info_collector and expose it to about:gpu.
zmo@chromium.org
2012-10-28
1
-0
/
+4
*
Introduce GeolocationPermissionRequestID, a wrapper class to contain the (ren...
pkasting@chromium.org
2012-10-27
1
-1
/
+3
*
Move download code to the content namespace.
jam@chromium.org
2012-10-26
6
-52
/
+46
*
Add a flag to about:flags to enable deferred image decoding
hclam@chromium.org
2012-10-26
2
-0
/
+4
*
Adding a new transition type flag to Android ContentView.
jcivelli@chromium.org
2012-10-26
1
-0
/
+3
*
Add a flag to use fake camera for getUserMedia()
hclam@chromium.org
2012-10-26
2
-0
/
+4
*
[Android] Upstream WebSettings.TextZoom tests.
mnaganov@chromium.org
2012-10-26
1
-0
/
+28
*
Revert 164120 - content/browser: Move more files into the content namespace.
sail@chromium.org
2012-10-25
1
-1
/
+2
*
content/browser: Move more files into the content namespace.
tfarina@chromium.org
2012-10-25
1
-2
/
+1
*
Handle resubmission of HTTP Posts.
sgurun@chromium.org
2012-10-25
1
-0
/
+18
*
Remove unused content::TestWebSocketServer
toyoshim@chromium.org
2012-10-25
2
-213
/
+0
*
Browser Plugin: Deleted old implementation (renderer side)
fsamuel@chromium.org
2012-10-25
3
-6
/
+0
*
when running in single process mode, modify the browser's command line to inc...
jochen@chromium.org
2012-10-25
1
-1
/
+4
*
Browser Plugin: Deleted old implementation (browser side)
fsamuel@chromium.org
2012-10-25
1
-3
/
+1
*
Fixed unpaired TraceEvent.begin()/end().
wangxianzhu@chromium.org
2012-10-24
1
-16
/
+19
*
Because of UID isolation on Android, crash dump generation has to happen
jcivelli@chromium.org
2012-10-24
1
-0
/
+1
*
Move content\accessibility code into the content namespace.
jam@chromium.org
2012-10-24
2
-1
/
+5
*
Moved GetDiscoveryPageHTML call on UI thread.
vsevik@chromium.org
2012-10-24
1
-1
/
+1
*
Remove TabContentsTestHarness.
avi@chromium.org
2012-10-24
1
-2
/
+2
*
Test suite that monitors the disposition of JS-created windows based on what
ericu@chromium.org
2012-10-24
2
-4
/
+10
*
Move the remaning files in content\common to the content namespace.
jam@chromium.org
2012-10-24
3
-5
/
+2
*
Downscale bitmaps on tablets for faster performance.
tedchoc@chromium.org
2012-10-23
2
-19
/
+29
*
Make WebContentsDelegate::LoadProgressChanged android only.
nileshagrawal@chromium.org
2012-10-23
1
-2
/
+2
*
[Android] Upstream selection action bar for text press selection.
yfriedman@chromium.org
2012-10-23
3
-22
/
+39
*
Enable sad tab for Android renderer crashes.
yfriedman@chromium.org
2012-10-23
1
-0
/
+6
*
Move sandbox code in content to content namespace.
jam@chromium.org
2012-10-23
5
-23
/
+17
*
Non-functional change to simply have Downloads query Prefs for the charset wh...
pauljensen@chromium.org
2012-10-23
1
-1
/
+0
*
Move a bunch more code into the content namespace.
jam@chromium.org
2012-10-23
2
-5
/
+4
*
Upstream Autofill functionality for Android.
aurimas@chromium.org
2012-10-23
4
-0
/
+62
*
Eliminate duplicate COM and OLE initializations.
pkasting@chromium.org
2012-10-23
2
-2
/
+35
*
Remove Stage3D field trial.
jbauman@chromium.org
2012-10-23
2
-8
/
+0
*
Enable texture readback support for Android
dtrainor@chromium.org
2012-10-23
4
-9
/
+29
*
Do not wait for the double tap timeout on pages with fixed page scale
yusufo@chromium.org
2012-10-22
3
-0
/
+32
*
Enable renderer side mixing by default for Mac and Windows.
dalecurtis@chromium.org
2012-10-22
2
-4
/
+0
*
Android: Expose Swap ACK callback.
sievers@chromium.org
2012-10-22
1
-0
/
+3
*
Move a bunch of code in content\common (as well as a few left in renderer) to...
jam@chromium.org
2012-10-22
2
-5
/
+3
*
Add a flag to disable the Carbon interpose library in Mac NPAPI
stuartmorgan@chromium.org
2012-10-22
2
-0
/
+8
*
[Android] Move command line flag file
dfalcantara@chromium.org
2012-10-20
1
-1
/
+1
*
Move a bunch of code in content\renderer to the content namespace.
jam@chromium.org
2012-10-19
2
-4
/
+3
*
DevTools: merge is_docked and dock_side into single dock_side state.
pfeldman@chromium.org
2012-10-19
1
-7
/
+0
*
Add an ability to cancel resource loading with a specific error code.
mnaganov@chromium.org
2012-10-19
1
-1
/
+4
*
Move CC switches to cc/switches.h.
aelias@chromium.org
2012-10-19
2
-18
/
+0
*
Use a reply struct instead of individual values when responding to intents. A...
smckay@chromium.org
2012-10-19
1
-3
/
+7
*
BrowsingDataRemover: clear sessionStorage.
marja@chromium.org
2012-10-19
1
-4
/
+21
*
Revert 162559 - [content shell] implement testRunner.display
jamesr@chromium.org
2012-10-19
1
-5
/
+0
*
Add flag to crash GPU process on hang.
jbauman@chromium.org
2012-10-18
2
-0
/
+5
*
Replace the DownloadFileManager with direct ownership of DownloadFileImpl
rdsmith@chromium.org
2012-10-18
5
-209
/
+178
*
Upstream hooks for javascript touch handlers on Android.
yfriedman@chromium.org
2012-10-18
2
-8
/
+8
[next]