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
/
ppapi
/
ppb_flash_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add CreateTemporaryFile to PPB_Flash_File_ModuleLocal.
yzshen@chromium.org
2012-06-15
1
-0
/
+16
*
"Replace" PPB_Flash's GetSettingInt with a more general GetSetting.
viettrungluu@chromium.org
2012-06-08
1
-0
/
+6
*
Open pepper files directly in browser.
tsepez@chromium.org
2012-06-05
1
-11
/
+18
*
Fixing gcc 4.7 building problems.
shenhan@google.com
2012-06-05
1
-3
/
+4
*
Revert 140399 - Open pepper files directly in browser.
tsepez@chromium.org
2012-06-04
1
-18
/
+11
*
Open pepper files directly in browser.
tsepez@chromium.org
2012-06-04
1
-11
/
+18
*
Revert 140093 - Open pepper files directly in browser.
tsepez@chromium.org
2012-06-01
1
-18
/
+11
*
Open pepper files directly in browser.
tsepez@chromium.org
2012-06-01
1
-11
/
+18
*
Revert 135727 - Add AllowSuddenTermination to API. This provide means for plu...
tsepez@chromium.org
2012-05-10
1
-5
/
+0
*
Hook up the PPB_Flash_Print proxy.
brettw@chromium.org
2012-05-07
1
-5
/
+0
*
Add AllowSuddenTermination to API. This provide means for plugins to let us k...
tsepez@chromium.org
2012-05-07
1
-0
/
+5
*
Generate and connect a Pepper identifier for Chrome OS
drewry@google.com
2012-05-04
1
-2
/
+2
*
Add an API to determine if the system will support acceleration
brettw@chromium.org
2012-05-02
1
-0
/
+6
*
Move the rest of the Flash functions to the thunk system.
brettw@chromium.org
2012-04-30
1
-0
/
+204
*
Move the FlashClipboard API into the Flash one.
brettw@chromium.org
2012-04-25
1
-0
/
+208
*
Convert the PPB_Flash interface to use the thunk system.
brettw@chromium.org
2012-04-24
1
-164
/
+50
*
Hook up screensaver prevention on Windows
brettw@chromium.org
2012-04-20
1
-1
/
+1
*
Hook up the DeviceID to the browser process.
brettw@chromium.org
2012-04-20
1
-1
/
+1
*
Add a Flash API to get the device ID.
brettw@chromium.org
2012-04-13
1
-0
/
+26
*
Pepper: Add a function to PPB_Flash to check if a rect is topmost.
viettrungluu@chromium.org
2012-02-18
1
-2
/
+46
*
Prefer ScopedNestableTaskAllower over manual save/restore
dhollowa@chromium.org
2012-02-14
1
-3
/
+1
*
Relanding this with fixes to the mac dbg builder
ananta@chromium.org
2012-01-20
1
-1
/
+1
*
Revert 118385 since this seems to break mac-debug build.
sadrul@chromium.org
2012-01-20
1
-1
/
+1
*
Remove the Webkit thread in the PPAPI plugin process and perform the text and...
ananta@chromium.org
2012-01-19
1
-1
/
+1
*
Update PPAPI IDL generator to define versioned structs, and unversioned typedef.
wez@chromium.org
2012-01-05
1
-2
/
+2
*
Fix leak of the typeface when doing DrawGlyphs for Flash.
brettw@chromium.org
2011-12-20
1
-6
/
+2
*
Hook up the PPB_Flash.PreloadFontWin function to our font loading infrastruct...
brettw@chromium.org
2011-12-20
1
-3
/
+3
*
Rev the Flash interface to add new functionality.
brettw@chromium.org
2011-12-15
1
-15
/
+61
*
Implement platform-independent DrawGlyphs for Flash.
brettw@chromium.org
2011-12-13
1
-1
/
+107
*
Revert 114076 (broke Win shared builder) - Implement platform-independent Dra...
willchan@chromium.org
2011-12-12
1
-103
/
+1
*
Implement platform-independent DrawGlyphs for Flash.
brettw@chromium.org
2011-12-12
1
-1
/
+103
*
Remove PP_Module from parameters for PPB_Var.VarFromUtf8.
dmichael@chromium.org
2011-12-07
1
-2
/
+2
*
Remove TrackerBase.
brettw@chromium.org
2011-10-20
1
-9
/
+4
*
Rename the ResourceTracker in webkit to HostResourceTracker.
brettw@chromium.org
2011-10-20
1
-1
/
+1
*
Add a new globals object for PPAPI tracking information.
brettw@chromium.org
2011-10-20
1
-4
/
+9
*
Revert 106142 - Add a new globals object for PPAPI tracking information.
sail@chromium.org
2011-10-18
1
-9
/
+4
*
Add a new globals object for PPAPI tracking information.
brettw@chromium.org
2011-10-18
1
-4
/
+9
*
Remove webkit::ppapi::Resource.
brettw@chromium.org
2011-08-24
1
-4
/
+4
*
Move Var and StringVar to the ppapi/shared_impl so they can be used in the
brettw@chromium.org
2011-08-01
1
-1
/
+2
*
Make the Var object use a PP_Module ID rather than a PluginModule object.
brettw@chromium.org
2011-07-12
1
-2
/
+2
*
Move the time conversion code to the PPAPI shared_impl directory and use it in
brettw@chromium.org
2011-07-12
1
-3
/
+3
*
Make PP_TimeTicks actually be a tick counter rather than be the same as the
brettw@chromium.org
2011-07-08
1
-1
/
+2
*
Convert most remaining resources to use the API/thunk system. The significant
brettw@chromium.org
2011-06-22
1
-3
/
+8
*
Add a way to pass information to Pepper Flash from the command-line (e.g., fo...
viettrungluu@chromium.org
2011-05-03
1
-1
/
+16
*
Work around the special-case handling of 0 time values (see comment).
brettw@chromium.org
2011-04-22
1
-0
/
+8
*
Proxy time zone requests to the browser. This is because the current code
brettw@chromium.org
2011-04-21
1
-14
/
+9
*
Add a function to the Flash interface to get the current time zone offset.
brettw@chromium.org
2011-04-19
1
-0
/
+18
*
Rename PPB_Flash::NavigateToURL() (to Navigate()) and make it take an URLRequ...
viettrungluu@chromium.org
2011-03-28
1
-7
/
+17
*
PPB_Flash cleanup part 2: move all the file stuff to ppb_flash_file.*.
viettrungluu@chromium.org
2011-02-24
1
-174
/
+0
*
PPB_Flash cleanup part 1: move the net connector stuff to its own files.
viettrungluu@chromium.org
2011-02-23
1
-191
/
+3
[next]