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
/
browser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 163640 - Enable EncryptedMediaTest on ASAN bots.
dbeam@chromium.org
2012-10-24
1
-0
/
+15
*
Clear the favicon of a tab when navigating to a url on a different host.
pkotwicz@chromium.org
2012-10-24
2
-3
/
+120
*
Add Windows-specific accessibility histograms.
dmazzoni@chromium.org
2012-10-24
3
-21
/
+101
*
Move the remaning files in content\common to the content namespace.
jam@chromium.org
2012-10-24
28
-233
/
+240
*
Replace AudioManager::Init() with InitializeOnAudioThread().
dalecurtis@chromium.org
2012-10-23
1
-4
/
+1
*
Make WebContentsDelegate::LoadProgressChanged android only.
nileshagrawal@chromium.org
2012-10-23
1
-0
/
+2
*
Enable sad tab for Android renderer crashes.
yfriedman@chromium.org
2012-10-23
3
-2
/
+29
*
Cancel scroll gesture at the start of a tap gesture.
girard@chromium.org
2012-10-23
1
-2
/
+12
*
Move sandbox code in content to content namespace.
jam@chromium.org
2012-10-23
1
-1
/
+2
*
Disable NavigationControllerTest.ReloadOriginalRequestURL on Android since it...
jam@chromium.org
2012-10-23
1
-0
/
+3
*
Non-functional change to simply have Downloads query Prefs for the charset wh...
pauljensen@chromium.org
2012-10-23
4
-15
/
+0
*
Enable EncryptedMediaTest on ASAN bots.
ddorwin@chromium.org
2012-10-23
1
-15
/
+0
*
Move a bunch more code into the content namespace.
jam@chromium.org
2012-10-23
52
-1280
/
+1042
*
Make gfx::Rect class operations consistently mutate the class they are called...
danakj@chromium.org
2012-10-23
9
-30
/
+48
*
Remove test_url_constants.* which were temporary until we got content_unittes...
jam@chromium.org
2012-10-23
3
-24
/
+22
*
Store the dimensions of the first finger's enclosing rectangle when creating ...
tdanderson@chromium.org
2012-10-23
2
-0
/
+10
*
Add a flag to enable the deprecated PeerConnection00
tommyw@chromium.org
2012-10-23
1
-0
/
+1
*
Move a bunch of content\common code into the content namespace.
jam@chromium.org
2012-10-23
6
-0
/
+12
*
webkit: Move FilePath/WebString conversion functions from 'glue' to 'base'
hashimoto@chromium.org
2012-10-23
8
-14
/
+14
*
Add methods to base::Thread to allow Windows consumers to ask for COM to be i...
pkasting@chromium.org
2012-10-23
2
-46
/
+7
*
Upstream Autofill functionality for Android.
aurimas@chromium.org
2012-10-23
2
-0
/
+10
*
Eliminate duplicate COM and OLE initializations.
pkasting@chromium.org
2012-10-23
3
-19
/
+4
*
Remove Stage3D field trial.
jbauman@chromium.org
2012-10-23
1
-9
/
+0
*
Enable texture readback support for Android
dtrainor@chromium.org
2012-10-23
9
-11
/
+127
*
touch: Do not run a test on windows since a number of the related functions a...
sadrul@chromium.org
2012-10-22
1
-1
/
+5
*
touch/aura: Make sure the touch-event state is maintained properly.
sadrul@chromium.org
2012-10-22
3
-8
/
+91
*
Enable renderer side mixing by default for Mac and Windows.
dalecurtis@chromium.org
2012-10-22
1
-0
/
+4
*
Android: Expose Swap ACK callback.
sievers@chromium.org
2012-10-22
1
-0
/
+1
*
Move a bunch of code in content\common (as well as a few left in renderer) to...
jam@chromium.org
2012-10-22
6
-3
/
+11
*
Handle error cases when failing to get print settings or the print settings a...
raymes@chromium.org
2012-10-22
1
-2
/
+6
*
Handle IMR_QUERYCHARPOSITION even when there is no composition
Yukawa@chromium.org
2012-10-22
1
-6
/
+15
*
Add a flag to disable the Carbon interpose library in Mac NPAPI
stuartmorgan@chromium.org
2012-10-22
1
-13
/
+15
*
Build navigation_entry_impl and its unit test on iOS.
msarda@chromium.org
2012-10-22
1
-0
/
+2
*
Disable SpeechRecognitionBrowserTest::TestCancelAll on mac.
msarda@chromium.org
2012-10-22
1
-7
/
+2
*
Support filesystem files from BlobURLRequestJob
hashimoto@chromium.org
2012-10-22
1
-0
/
+3
*
Remove StreamOptions constructor that doesn't specify device type.
justinlin@chromium.org
2012-10-22
4
-9
/
+21
*
Make ui::Texture function prototypes consistent across all subclasses.
reveman@chromium.org
2012-10-21
1
-3
/
+4
*
The current code does a lot of hooking in and out of javascript (after a time...
hartmanng@chromium.org
2012-10-20
4
-47
/
+22
*
Android browser compositor: Handle view surface changes.
sievers@chromium.org
2012-10-20
1
-1
/
+4
*
Browser Plugin: Implement exit
fsamuel@chromium.org
2012-10-20
1
-1
/
+4
*
3rd try:
oshima@chromium.org
2012-10-20
1
-0
/
+7
*
Ensure the WebIntentData from the renderer carries the right data payload.
gbillock@chromium.org
2012-10-19
1
-1
/
+9
*
Upstream hooks necessary for setBackgroundColor API
yusufo@chromium.org
2012-10-19
2
-0
/
+9
*
Revert r162691 "Fix for out-of-sync scale factor issue"
oshima@chromium.org
2012-10-19
1
-7
/
+0
*
touch: Fix a couple of coalescing related bugs.
sadrul@chromium.org
2012-10-19
4
-13
/
+122
*
> Refactor media_stream_device_settings into media_stream_ui_controller.
xians@chromium.org
2012-10-19
11
-601
/
+933
*
DevTools: merge is_docked and dock_side into single dock_side state.
pfeldman@chromium.org
2012-10-19
2
-13
/
+0
*
Add an ability to cancel resource loading with a specific error code.
mnaganov@chromium.org
2012-10-19
7
-6
/
+79
*
ui: Add PrepareTexture() function to ui::Texture.
reveman@chromium.org
2012-10-19
2
-9
/
+19
*
Move CC switches to cc/switches.h.
aelias@chromium.org
2012-10-19
2
-6
/
+7
[next]