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
*
Restrict ioctl() to return ENOTTY.
jorgelo@chromium.org
2012-06-16
1
-2
/
+1
*
Listen to display settings provider for work area size changes and send those
varunjain@chromium.org
2012-06-15
12
-20
/
+176
*
Add CreateTemporaryFile to PPB_Flash_File_ModuleLocal.
yzshen@chromium.org
2012-06-15
4
-12
/
+84
*
Use a dedicated context3d for HW video decode instead of piggy-backing on the...
fischman@chromium.org
2012-06-15
5
-30
/
+34
*
Moves GetIconScaleFactor to WebUI::GetRendererScale in order to reuse code as...
pkotwicz@chromium.org
2012-06-15
3
-0
/
+11
*
Restore PPAPI Flash in-process file access.
tsepez@chromium.org
2012-06-15
6
-10
/
+85
*
Add missing '!' to test and DLOG the failure.
fischman@chromium.org
2012-06-15
1
-1
/
+2
*
Add ioctl() and dup() to Pepper Flash sandbox for Flash Access.
jorgelo@chromium.org
2012-06-15
1
-0
/
+3
*
Revert 142449 - Restore PPAPI Flash in-process file access.
tsepez@chromium.org
2012-06-15
8
-85
/
+20
*
Restore PPAPI Flash in-process file access.
tsepez@chromium.org
2012-06-15
8
-20
/
+85
*
Ensure GLX context is current in VAVDA functions that require it.
posciak@chromium.org
2012-06-15
6
-18
/
+59
*
Revert 142408 - Drop frontbuffers with ui-use-gpu-process, synchronized with ...
mmocny@chromium.org
2012-06-15
16
-343
/
+60
*
Incrementally add some more browser startup code.
yfriedman@chromium.org
2012-06-15
4
-6
/
+178
*
Hook VAVDA up to GpuVideoDecodeAccelerator.
posciak@chromium.org
2012-06-15
1
-0
/
+12
*
Drop frontbuffers with ui-use-gpu-process, synchronized with browser, decoupl...
mmocny@chromium.org
2012-06-15
16
-60
/
+343
*
Moving tray icon and notification balloon for background speech recognition s...
primiano@chromium.org
2012-06-15
4
-12
/
+7
*
Move URLFetcherImpl to net/
akalin@chromium.org
2012-06-15
8
-1579
/
+73
*
Block protector.dll, mpk.dll, and cmsetac.dll as troublesome
jbauman@chromium.org
2012-06-15
1
-0
/
+3
*
Aura: switch use of finish() into sync points when initializing surface
piman@chromium.org
2012-06-15
4
-11
/
+24
*
Windows: Do not fast tab switch if the tab has resized.
apatrick@chromium.org
2012-06-15
2
-10
/
+27
*
Disable GpuProcessTransportFactory on Windows temporarily
scottmg@chromium.org
2012-06-15
1
-0
/
+4
*
Fix NULL pointer dereference for HW video decode path on ARM.
posciak@chromium.org
2012-06-15
1
-0
/
+1
*
android content shell bringup.
jrg@chromium.org
2012-06-15
19
-0
/
+1607
*
Use jni generator to register native functions in library loader
yongsheng.zhu@intel.com
2012-06-15
1
-19
/
+4
*
Allow platform apps to open links in the browser.
mihaip@chromium.org
2012-06-15
5
-63
/
+45
*
Renames NOTIFICATION_RENDER_WIDGET_HOST_DID_PAINT to
sky@chromium.org
2012-06-15
2
-8
/
+8
*
Forward --enable-gpu-sandbox flag.
jorgelo@chromium.org
2012-06-14
1
-0
/
+1
*
Allow getting the current language on the I/O thread.
brettw@chromium.org
2012-06-14
1
-0
/
+1
*
Coverity: Fix deference after null check error.
kmadhusu@chromium.org
2012-06-14
1
-1
/
+3
*
Build BackingStoreSkia only if use_aura==1
thakis@chromium.org
2012-06-14
4
-25
/
+24
*
Coverity: Fix uninit constructor variable.
kmadhusu@chromium.org
2012-06-14
1
-0
/
+1
*
ash: Resize backing store on DPI changes.
thakis@chromium.org
2012-06-14
3
-2
/
+38
*
Captive portals intercept all HTTP requests until the user
mmenke@chromium.org
2012-06-14
2
-2
/
+12
*
ash: Fix drawing of backing stores after dpi changes in software mode.
thakis@chromium.org
2012-06-14
1
-11
/
+16
*
Don't allow saving of devtools or print preview.
avi@chromium.org
2012-06-14
2
-8
/
+0
*
Temporarily disable HW video decode path on ARM.
posciak@chromium.org
2012-06-14
1
-1
/
+4
*
Minor cleanup to the domstorage renderer side shutdown logic do not leave dan...
michaeln@google.com
2012-06-14
1
-1
/
+5
*
NetLogEventParameter to Callback refactoring 11.
mmenke@chromium.org
2012-06-14
6
-422
/
+154
*
Improve MakeWebKeyboardEventFromAuraEvent() so a web page could receive a DOM...
yusukes@chromium.org
2012-06-14
4
-29
/
+90
*
Revert "Revert 137988 - VAVDA is the hardware video decode accelerator for Ch...
posciak@chromium.org
2012-06-14
11
-0
/
+3452
*
Enable bindings when opening a WebUI link in a new tab from a WebUI page.
creis@chromium.org
2012-06-14
4
-12
/
+59
*
Omit -w from ASan CFLAGS and fix a warning.
eugenis@chromium.org
2012-06-14
1
-0
/
+3
*
Removed use of AsWeakPtr in speech_recognition_manager_impl.cc when posting t...
primiano@chromium.org
2012-06-14
2
-25
/
+30
*
Expose layoutTestController as testRunner. We really need to reduce the numbe...
rniwa@chromium.org
2012-06-14
3
-2
/
+6
*
Refactor the guts of ResourceDispatcherHostImpl into a new class named
darin@chromium.org
2012-06-14
30
-1395
/
+1488
*
mac: Make dynamic DPI changes work.
thakis@chromium.org
2012-06-14
7
-9
/
+72
*
Revert 142087 - Expose layoutTestController as testRunner.
hbono@chromium.org
2012-06-14
2
-4
/
+2
*
Expose layoutTestController as testRunner.
rniwa@chromium.org
2012-06-14
2
-2
/
+4
*
New checkbox and radio button appearance
rbyers@chromium.org
2012-06-14
1
-0
/
+1
*
more trace events for windows messages
jbates@chromium.org
2012-06-14
1
-0
/
+25
[next]