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
*
Run a ppapi process per (profile, plugin) pair.
tsepez@chromium.org
2012-05-31
6
-19
/
+35
*
Support for the OSK in the native text field (e.g. the Find box) on Win8 clas...
tommi@chromium.org
2012-05-31
1
-15
/
+1
*
Inherits SupportsWeakPtr<T> instead of having WeakPtrFactory<T>
toyoshim@chromium.org
2012-05-31
10
-35
/
+23
*
Respect the --disable-renderer-accessibility flag on Win 8.
dmazzoni@chromium.org
2012-05-31
1
-1
/
+3
*
Converts remainder of ui (except for ui/app_list) and chrome/browser/ui/views...
pkotwicz@chromium.org
2012-05-31
1
-2
/
+3
*
Fix memory leak in WedDragSourceMacTest
isherman@chromium.org
2012-05-31
1
-1
/
+1
*
Ignore (fake) mouse events that are created during a touch (iff we will handl...
girard@chromium.org
2012-05-31
1
-0
/
+12
*
Disable ResourceDispatcherHostBrowserTest.CrossSiteImmediateLoadOnunloadCooki...
kmadhusu@chromium.org
2012-05-30
1
-1
/
+11
*
Download filename determination refactor (1/3)
asanka@chromium.org
2012-05-30
11
-833
/
+965
*
[Mac] Ensure that JavaScript URLs are always properly escaped for drag 'n drop.
isherman@chromium.org
2012-05-30
2
-10
/
+57
*
Remove PPB_Transport_Dev API.
sergeyu@chromium.org
2012-05-30
1
-1
/
+1
*
Better cross platform behavior for blur.
dtseng@chromium.org
2012-05-30
1
-2
/
+1
*
Fix the DomStorage is "wicked slow" bug by adding a renderer side cache and u...
michaeln@google.com
2012-05-30
2
-95
/
+28
*
Add android download controller.
nileshagrawal@chromium.org
2012-05-30
3
-0
/
+446
*
Implement correct accessibility states for contenteditable.
dmazzoni@chromium.org
2012-05-30
7
-301
/
+143
*
Switch DownloadUrlParameters to use a content::Referrer instead of a GURL for...
jochen@chromium.org
2012-05-30
3
-4
/
+6
*
handle the case when device is closed before media pipeline is fully initiali...
wjia@chromium.org
2012-05-30
8
-38
/
+342
*
Get rid of ContentBrowserClient::GetClipboard as part of simplifying the work...
jam@chromium.org
2012-05-30
3
-11
/
+10
*
Deprecate FileUtilities::getFileSize and getFileModifiedTime
kinuko@chromium.org
2012-05-30
2
-39
/
+0
*
Handle console messages in WebContentsDelegate.
mkosiba@chromium.org
2012-05-30
5
-4
/
+33
*
Don't throw away GPU data on non-PCI architectures
skyostil@google.com
2012-05-30
1
-3
/
+5
*
aura: Do not send unknown gesture events to webkit.
sadrul@chromium.org
2012-05-30
2
-1
/
+5
*
ash: Improved window maximize/restore animations
jamescook@chromium.org
2012-05-30
2
-1
/
+6
*
Asynchronously launch the GPU process as soon as the IO thread is ready.
apatrick@chromium.org
2012-05-30
1
-14
/
+14
*
Use AuraTestHelper to initialize aura environment in test
oshima@chromium.org
2012-05-30
1
-17
/
+5
*
Revert 139433 - Disable accelerated animation
vollick@google.com
2012-05-30
1
-1
/
+1
*
Disable accelerated animation
vollick@google.com
2012-05-30
1
-1
/
+1
*
aura/cros: Rename MessagePump{X => AuraX11}.
erg@chromium.org
2012-05-29
1
-6
/
+2
*
Fix NULL crash.
cevans@chromium.org
2012-05-29
1
-2
/
+2
*
Issue 121063 fixed: Drag and dropping a file named [something].[andmore].[ext...
dcheng@chromium.org
2012-05-29
2
-7
/
+7
*
Add deviceSupportsTouch to webglue.
flackr@chromium.org
2012-05-29
1
-0
/
+3
*
Give a default implementation for ContentBrowserClient so that there's less b...
jam@chromium.org
2012-05-29
2
-469
/
+0
*
Disable tests that flake/fail inside the Linux SUID sandbox.
bradchen@google.com
2012-05-29
1
-0
/
+12
*
fix assert on IO thread in incognito mode.
wjia@chromium.org
2012-05-29
1
-2
/
+13
*
Coverity: Fix a pass-by-value.
jhawkins@chromium.org
2012-05-29
2
-4
/
+4
*
Avoid double calling OnResponseStarted from BufferedResourceHandler
rdsmith@chromium.org
2012-05-29
3
-6
/
+15
*
content: Move javascript_message_type.h into content/ from ui/.
tfarina@chromium.org
2012-05-28
7
-12
/
+12
*
Pepper Flash settings integration: implement "deauthorize content licenses".
yzshen@chromium.org
2012-05-27
3
-1
/
+117
*
Pass command line arguments onto platform apps which provide the right intent.
benwells@chromium.org
2012-05-26
1
-8
/
+3
*
Multi-select <select> in 'external popup window'
aruslan@chromium.org
2012-05-26
16
-17
/
+167
*
Plumb referrer policy along with drag data information
jochen@chromium.org
2012-05-25
5
-17
/
+21
*
Prevent browser thumbnailer from trying to read from frontbuffer (surface tex...
mmocny@chromium.org
2012-05-25
10
-2
/
+33
*
Restrict WebUI calls to the chrome:// origins.
cevans@chromium.org
2012-05-25
1
-1
/
+12
*
Cleanup: [WebRTC] Use GURL type to replace the std::string type of security o...
yujie.mao@intel.com
2012-05-25
7
-21
/
+24
*
Turn on deferred 2d canvas rendering by default.
junov@chromium.org
2012-05-25
1
-1
/
+1
*
Add FileUtilities::GetFileInfo() to capture file metadata with single IPC
kinuko@chromium.org
2012-05-25
2
-0
/
+22
*
Introduced SpeechRecognitionDispatcher(Host) classes, handling dispatch of IP...
hans@chromium.org
2012-05-25
8
-83
/
+303
*
The message pump gets events in pixels. Convert to DIP as we should.
pkotwicz@chromium.org
2012-05-25
1
-1
/
+4
*
GTK Render Widget Host View resets cached center location on mouse lock.
scheib@chromium.org
2012-05-25
2
-2
/
+14
*
Add flag to make all position:fixed elements create stacking contexts
jamesr@chromium.org
2012-05-24
1
-0
/
+3
[next]