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
/
plugin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move a bunch of child-only code from content/common to content/child
scottmg@chromium.org
2013-06-06
4
-5
/
+5
*
Rename content/common_child to content/child
scottmg@chromium.org
2013-06-04
7
-12
/
+12
*
Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*"
akalin@chromium.org
2013-06-03
1
-1
/
+1
*
Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...
rsleevi@chromium.org
2013-06-02
4
-11
/
+17
*
Move the WebCursor sources from webkit/glue to webkit/common/cursors.
ananta@chromium.org
2013-05-31
1
-1
/
+1
*
Get rid of the dependency on WebKit::WebCursorInfo internals from WebCursor.
ananta@chromium.org
2013-05-24
1
-2
/
+2
*
Move child-common classes to content/common_child
jamesr@chromium.org
2013-05-21
8
-12
/
+15
*
Switch Linux Aura ports over to POSIX SHM instead of legacy SYSV SHM.
cevans@chromium.org
2013-05-17
1
-2
/
+2
*
Relanding this as the previous attempt failed due to build errors.
ananta@chromium.org
2013-05-15
1
-1
/
+2
*
Revert 199560 "Move the plugins sources out of the webkit glue t..."
ananta@chromium.org
2013-05-11
1
-2
/
+1
*
Move the plugins sources out of the webkit glue target into a new target 'plu...
ananta@chromium.org
2013-05-10
1
-1
/
+2
*
content: Use base::MessageLoop.
xhwang@chromium.org
2013-05-04
5
-14
/
+21
*
content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-1
/
+1
*
Add Shutdown() helper to ChildThread and move all destructor logic.
dcheng@chromium.org
2013-04-22
2
-0
/
+4
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-17
4
-7
/
+7
*
Split the power monitoring feature from SystemMonitor
hongbo.min@intel.com
2013-04-03
1
-2
/
+2
*
Removed support for Core Animation plugins when accelerated compositing is di...
kbr@chromium.org
2013-03-19
6
-148
/
+16
*
[Cleanup] Remove StringPrintf from global namespace
groby@chromium.org
2013-03-18
1
-1
/
+1
*
Fix painting glitch with text and NPAPI plugins. This was a regression from r...
jam@chromium.org
2013-03-06
3
-2
/
+7
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Linux/ChromeOS Chromium style checker cleanup, content/ edition.
rsleevi@chromium.org
2013-02-12
2
-3
/
+5
*
Add explicit base to FilePath.
brettw@chromium.org
2013-02-07
3
-4
/
+5
*
Use skia::RefPtr in place of manual ref-counting for Skia types.
danakj@chromium.org
2012-12-04
2
-25
/
+24
*
Move eintr_wrapper.h from base to base/posix
brettw@chromium.org
2012-11-14
1
-1
/
+1
*
Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...
reed@google.com
2012-11-14
2
-15
/
+11
*
Get windowless plugins working when accelerated compositing is turned on by c...
jam@chromium.org
2012-11-10
3
-70
/
+6
*
Move global_descriptors to base/posix.
brettw@chromium.org
2012-11-09
1
-1
/
+1
*
Use the RenderView's routing_id, instead of HWND, as the unique identifier us...
jam@chromium.org
2012-11-02
5
-40
/
+30
*
Stop passing the parent hwnd to the plugin process on initialization.
jam@chromium.org
2012-11-02
1
-21
/
+1
*
Make "dummy window" which is used for windowless plugins be parented in the b...
jam@chromium.org
2012-11-01
2
-5
/
+7
*
Add Vector2d classes that represent offsets, instead of using Point.
danakj@chromium.org
2012-10-31
1
-1
/
+1
*
Move the remaning files in content\common to the content namespace.
jam@chromium.org
2012-10-24
1
-5
/
+3
*
Make gfx::Rect class operations consistently mutate the class they are called...
danakj@chromium.org
2012-10-23
1
-2
/
+3
*
Remove Carbon cursor call interposing in Mac NPAPI plugins
stuartmorgan@chromium.org
2012-10-23
3
-54
/
+0
*
Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ...
jam@chromium.org
2012-10-21
14
-14
/
+66
*
Remove a dead code path in Mac NPAPI context menu support
stuartmorgan@chromium.org
2012-10-18
1
-14
/
+3
*
Remove Legacy NPAPI Flash Sandbox support
jschuh@chromium.org
2012-10-05
3
-121
/
+1
*
Use ScopedCOMInitializer in more places. While this doesn't always simplify ...
pkasting@chromium.org
2012-10-03
1
-3
/
+3
*
Remove memory hole mitigation for Flash Windows plugin
jschuh@chromium.org
2012-09-17
1
-40
/
+0
*
Remove all support for the Carbon NPAPI event model
stuartmorgan@chromium.org
2012-09-11
4
-64
/
+1
*
Initial NPAPI plugin support in Win Aura.
jam@chromium.org
2012-09-11
1
-0
/
+5
*
Revert 155122 - Code to collect issue 97285 debugging info for crash reports.
shess@chromium.org
2012-09-06
1
-21
/
+0
*
Code to collect issue 97285 debugging info for crash reports.
shess@chromium.org
2012-09-06
1
-0
/
+21
*
Fix race condition with windowless plugin buffers. The problem, which is alre...
jam@chromium.org
2012-08-15
2
-34
/
+63
*
Move the injection test API to content/public.
avi@chromium.org
2012-08-10
1
-1
/
+1
*
mac: Let Carbon plugin stuff buid with the 10.7 SDK
thakis@chromium.org
2012-07-26
2
-1
/
+14
*
Get the path of the plugin interposing library from the embedder, since they'...
jam@chromium.org
2012-07-23
1
-3
/
+4
*
Move the Windows sandbox to sandbox/win
jln@chromium.org
2012-07-18
2
-2
/
+2
*
Emergency revert; rietveld broke; tree broke
erg@google.com
2012-07-13
2
-2
/
+2
*
sandbox/src -> sandbox/win/src
jln@chromium.org
2012-07-13
2
-2
/
+2
[next]