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
...
*
Add test for NavigationController::CanGoToOffset, GoToOffset
jknotten@chromium.org
2012-09-28
1
-0
/
+67
*
Add setUseDesktopUserAgent to ContentView.
nileshagrawal@chromium.org
2012-09-28
4
-17
/
+94
*
Add more generic support for java targets bundling multiple directories
cjhopman@chromium.org
2012-09-28
2
-3
/
+4
*
browser-plugin: Correctly notify the embedder when the guest starts/stops lis...
sadrul@chromium.org
2012-09-28
10
-0
/
+157
*
Shift ordering in DownloadManagerImpl shutdown so that COMPLETING states
rdsmith@chromium.org
2012-09-28
3
-2
/
+69
*
[content shell] Don't try to reuse a webcontents for multiple tests
jochen@chromium.org
2012-09-28
2
-35
/
+15
*
Hooks up WebKit MediaConstraints to libjingle MediaConstraints.
perkj@chromium.org
2012-09-28
1
-5
/
+22
*
Rename GetSite in SiteInstance to GetSiteURL.
nasko@chromium.org
2012-09-28
16
-24
/
+25
*
Fix the build break in Android Clang (dbg) FYI builder.
satish@chromium.org
2012-09-28
1
-0
/
+6
*
Have content_browser depend on printing only if not on iOS.
blundell@chromium.org
2012-09-28
1
-1
/
+1
*
DevTools: run the devtools remote debugging server on a separate thread.
pfeldman@chromium.org
2012-09-28
2
-19
/
+47
*
Fixes cases where we incorrectly convert from RectF to Rect by flooring. In a...
vollick@chromium.org
2012-09-28
5
-11
/
+25
*
Revert 159243 - Hooks up WebKit MediaConstraints to libjingle MediaConstraints.
jochen@chromium.org
2012-09-28
1
-20
/
+5
*
Revert 159244 - Fix nit comments from http://codereview.chromium.org/10962010
jochen@chromium.org
2012-09-28
1
-1
/
+1
*
Fix nit comments from http://codereview.chromium.org/10962010
perkj@chromium.org
2012-09-28
1
-1
/
+1
*
Hooks up WebKit MediaConstraints to libjingle MediaConstraints.
perkj@chromium.org
2012-09-28
1
-5
/
+20
*
Ignore failure of CVDisplayLinkSetCurrentCGDisplayFromOpenGLContext
jbauman@chromium.org
2012-09-28
1
-1
/
+3
*
Add a timestamp field to NavigationEntry
akalin@chromium.org
2012-09-28
6
-3
/
+133
*
Add PerfTraceEvent
nileshagrawal@chromium.org
2012-09-28
1
-0
/
+348
*
Add GPU blacklist support for machine model and its version.
zmo@google.com
2012-09-28
4
-12
/
+293
*
[gtk/aura]: This fixes selection color, caret blinking for guests.
lazyboy@chromium.org
2012-09-28
1
-2
/
+11
*
Send C2F events and add X-Rlz-String http header for google.com set as a
rogerta@chromium.org
2012-09-28
1
-0
/
+5
*
Reenable indexeddb content_browsertests.
dgrogan@chromium.org
2012-09-28
1
-15
/
+10
*
Upstream ContentViewCore changes that is safe to land now
yusufo@chromium.org
2012-09-28
10
-252
/
+536
*
Revert 159153 - Add a timestamp field to NavigationEntry and propagate it to ...
michaeln@google.com
2012-09-28
6
-133
/
+3
*
Add a timestamp field to NavigationEntry and propagate it to history and sync
akalin@chromium.org
2012-09-27
6
-3
/
+133
*
Disable pinch-zoom gesture by default on windows builds.
twiz@chromium.org
2012-09-27
1
-0
/
+15
*
Implement browser side of PPB_Printing resource.
raymes@chromium.org
2012-09-27
11
-3
/
+396
*
Make some apk targets not refer directly to output .class files from other ta...
cjhopman@chromium.org
2012-09-27
2
-5
/
+1
*
Cleanup WebPluginDelegate implementations.
thestig@chromium.org
2012-09-27
2
-5
/
+14
*
Cleanup: avoid foo ? true : false, part 1.
thestig@chromium.org
2012-09-27
3
-16
/
+15
*
Cleanup: Use plugin constants in more places.
thestig@chromium.org
2012-09-27
2
-6
/
+7
*
Expose readback in Android browser compositor.
sievers@chromium.org
2012-09-27
3
-0
/
+15
*
Browser Plugin: Remove unnecessary references to frame_id
fsamuel@chromium.org
2012-09-27
12
-31
/
+8
*
Fix crash in content::CompositingIOSurfaceMac::CopyTo
hclam@chromium.org
2012-09-27
2
-108
/
+234
*
Make the media URLRequestContext share job factories with the main context.
creis@chromium.org
2012-09-27
1
-9
/
+6
*
Adding text selection start/end points.
aurimas@chromium.org
2012-09-27
3
-0
/
+29
*
Revert 157040 - Add some logging to debug PPAPI permissions.
brettw@chromium.org
2012-09-27
3
-27
/
+3
*
Blacklist GPU drivers we know are bad.
jbauman@chromium.org
2012-09-27
1
-1
/
+51
*
Serialize pepper_permissions over IPC.
brettw@chromium.org
2012-09-27
1
-0
/
+1
*
Fix the video_decode_accelerator_unittest to get it to run on Windows.
ananta@chromium.org
2012-09-27
1
-5
/
+21
*
Ensure that the SHM buffer stays alive for the duration of the
darin@chromium.org
2012-09-27
1
-0
/
+5
*
events: Clean up dispatching code for touch-events.
sadrul@chromium.org
2012-09-27
5
-18
/
+8
*
Refactored to provide a new PortAllocatorFactory per PeerConnection.
perkj@chromium.org
2012-09-27
7
-64
/
+90
*
DevTools [remote debugging]: serve devtools front-end files from the bundle, ...
pfeldman@chromium.org
2012-09-27
8
-186
/
+37
*
Remove PluginGroup
ibraaaa@google.com
2012-09-27
5
-34
/
+0
*
Aura: Keep scheduling in line with other platforms.
backer@chromium.org
2012-09-27
2
-4
/
+37
*
Fix crash when trying to use a camera that is already in use.
perkj@chromium.org
2012-09-27
6
-56
/
+14
*
Fix P2PSocketClient to close incoming connection if not accepted.
sergeyu@chromium.org
2012-09-27
1
-2
/
+6
*
Exclude Mac and Linux-specific ContentMainDelegate functions on iOS
stuartmorgan@chromium.org
2012-09-27
2
-4
/
+4
[prev]
[next]