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
/
webkit
/
plugins
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds a printing proxy and example. This adds a printing example.
brettw@chromium.org
2012-02-29
1
-5
/
+1
*
Implemented Clear() functionality in the clipboard.
raymes@chromium.org
2012-02-29
1
-3
/
+3
*
Revert 124106, turns memory bots red across the bord (linux, cros).
thakis@chromium.org
2012-02-29
7
-59
/
+19
*
PPAPI: Really force-free NPObjects on Instance destruction.
dmichael@chromium.org
2012-02-29
7
-19
/
+59
*
chromeos: Add logging to pepper plugin loading.
xiyuan@chromium.org
2012-02-28
1
-0
/
+6
*
Calc USB scancodes for key events (linux only for now)
garykac@chromium.org
2012-02-28
4
-3
/
+142
*
- Raise the total JIT cap 128mb.
jschuh@chromium.org
2012-02-28
1
-16
/
+57
*
Revert 123852 - Calc USB scancodes for key events (linux only for now)
garykac@chromium.org
2012-02-28
4
-140
/
+3
*
Calc USB scancodes for key events (linux only for now)
garykac@chromium.org
2012-02-28
4
-3
/
+140
*
Whitelist Google Talk plug-in when turning on click-to-play.
bauerb@chromium.org
2012-02-27
1
-13
/
+28
*
Add Pepper support for several GL extensions
jbauman@chromium.org
2012-02-26
1
-0
/
+11
*
Separate out the broker from the pepper dispatcher.
brettw@chromium.org
2012-02-26
7
-16
/
+15
*
Revert 123696 - Add Pepper support for several GL extensions
jbauman@chromium.org
2012-02-26
1
-11
/
+1
*
Add Pepper support for several GL extensions
jbauman@chromium.org
2012-02-26
1
-1
/
+11
*
Split out the pepper audio delegates.
brettw@chromium.org
2012-02-25
5
-17
/
+20
*
Modified the flash cipboard interface to add html clipboard support.
raymes@chromium.org
2012-02-24
6
-63
/
+186
*
Raise JIT cap and reduce scope of monitored page types
jschuh@chromium.org
2012-02-24
2
-38
/
+4
*
Revert 123362 - Revert 123177 - Significant refreshing of plug-in versions, e...
cevans@chromium.org
2012-02-24
1
-17
/
+27
*
Revert 123177 - Significant refreshing of plug-in versions, etc. Also included:
cevans@chromium.org
2012-02-23
1
-27
/
+17
*
Add a hard limit for Flash JIT pages
jschuh@chromium.org
2012-02-23
1
-7
/
+10
*
Significant refreshing of plug-in versions, etc. Also included:
cevans@chromium.org
2012-02-23
1
-17
/
+27
*
Infobar the Mac DivX Web Player plugin.
asvitkine@chromium.org
2012-02-23
1
-0
/
+6
*
Exposed Listen and Accept methods to in-process plugins.
ygorshenin@chromium.org
2012-02-22
10
-5
/
+220
*
Update Windows JRE version metadata.
cevans@chromium.org
2012-02-22
1
-2
/
+2
*
Add GetUsbKeyCode _Dev interface for Pepper key events
garykac@chromium.org
2012-02-21
2
-5
/
+5
*
[flaky fixlet] Reenabling TimeConversion.Time for Linux
dpapad@chromium.org
2012-02-21
1
-7
/
+1
*
Pepper: Add a function to PPB_Flash to check if a rect is topmost.
viettrungluu@chromium.org
2012-02-18
5
-2
/
+66
*
Work on improving PpbAudioConfig:RecommendSampleFrameCount
nfullagar@google.com
2012-02-18
5
-0
/
+32
*
Rename PPB_Font to PPB_BrowserFont_Trusted.
brettw@chromium.org
2012-02-17
8
-95
/
+23
*
Fix nested invocation of graphics 2D Flush.
brettw@chromium.org
2012-02-16
2
-4
/
+9
*
Implement device enumeration for PPB_VideoCapture_Dev.
yzshen@chromium.org
2012-02-15
5
-185
/
+258
*
Track (and eventually cap) Flash JIT size
jschuh@chromium.org
2012-02-15
4
-5
/
+161
*
Prefer ScopedNestableTaskAllower over manual save/restore
dhollowa@chromium.org
2012-02-14
3
-12
/
+6
*
Make a global enum to differentiate impl & proxy.
brettw@chromium.org
2012-02-14
25
-54
/
+55
*
Revert -Wformat workaround that should no longer be neccessary.
thakis@chromium.org
2012-02-11
1
-4
/
+0
*
Add error messages when plug-in loading fails.
bauerb@chromium.org
2012-02-10
2
-6
/
+15
*
Move the charset inteface to "trusted" (we can't implement this efficiently
brettw@chromium.org
2012-02-09
1
-0
/
+1
*
Make inline c blocks non-greedy, and use to add pragma pack to gamepad structure
scottmg@chromium.org
2012-02-08
1
-4
/
+6
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-02-08
1
-2
/
+2
*
Infobar the NVIDIA 3D vision plug-ins.
cevans@chromium.org
2012-02-07
1
-0
/
+5
*
Tokenize Http headers on both /r and /n.
bbudge@chromium.org
2012-02-07
1
-1
/
+1
*
Try to fix 10.6 build after clang revert.
thakis@chromium.org
2012-02-07
1
-0
/
+4
*
Provide WillInitiatePaint() as well as DidInitiatePaint() and tweak semantics.
wez@chromium.org
2012-02-04
6
-19
/
+35
*
mac: Fix a clang todo.
thakis@chromium.org
2012-02-04
1
-4
/
+0
*
Introduce PPB_Flash_MessageLoop interface for Pepper Flash.
yzshen@chromium.org
2012-01-31
5
-0
/
+178
*
The tricky part about logging to the console is that many of the errors are g...
brettw@chromium.org
2012-01-31
7
-64
/
+137
*
Fix compiler error for builds without p2p_apis
yfriedman@chromium.org
2012-01-31
1
-0
/
+2
*
clang: Suppress a false positive to fix the 10.6 sdk build.
thakis@chromium.org
2012-01-30
1
-1
/
+5
*
Fixed printing gets cut-off issue for CloudPrint and Chrome.
gene@chromium.org
2012-01-28
1
-7
/
+9
*
Cleanup: Remove static storage for variables in an unnamed namespace.
jhawkins@chromium.org
2012-01-28
3
-10
/
+11
[next]