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
/
third_party
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix language detection with short text pages.
jcivelli@chromium.org
2010-08-02
2
-4
/
+6
*
Revert the changes to libxml.gyp in r52725.
wtc@chromium.org
2010-07-27
1
-5
/
+10
*
Fixed compilation errors for Windows multi-DLL build.
apatrick@chromium.org
2010-07-27
2
-1
/
+8
*
Replaced sha, md5 module imports with hashlib.
zelidrag@chromium.org
2010-07-27
4
-7
/
+48
*
Build libpng.dll for chromium multi dll version.
victorw@chromium.org
2010-07-22
1
-1
/
+12
*
Revert 53122 - libxml: LIBXML_STATIC isn't needed on windows either
cevans@chromium.org
2010-07-21
1
-0
/
+5
*
libxml: LIBXML_STATIC isn't needed on windows either
evan@chromium.org
2010-07-20
1
-5
/
+0
*
Update libxml to 2.7.7.
evan@chromium.org
2010-07-16
124
-36507
/
+31867
*
Build OSMesa as a loadable_module so chrome does not link against it.
apatrick@chromium.org
2010-07-15
1
-1
/
+11
*
Added --use-gl command line flag to select GL implementation.
apatrick@chromium.org
2010-07-14
2
-6
/
+15
*
Changed the revision number of libjingle to r24.
sergeyu@chromium.org
2010-07-12
1
-0
/
+4
*
Updated cache-invalidation-api to @33.
akalin@chromium.org
2010-07-09
1
-0
/
+2
*
Chrome side of making RenderView not special case PluginDocument and making t...
jam@chromium.org
2010-07-08
1
-2
/
+4
*
Revert 51710 - Add Mozilla's ISimpleDOM COM interfaces, which are needed
dmazzoni@chromium.org
2010-07-07
6
-556
/
+0
*
Add Mozilla's ISimpleDOM COM interfaces, which are needed
dmazzoni@chromium.org
2010-07-07
6
-0
/
+556
*
Update iaccessible2 interface to latest version. Add README and LICENSE
dmazzoni@chromium.org
2010-07-07
3
-452
/
+1054
*
Fix a fts3 typo/bug.
dumi@chromium.org
2010-07-03
2
-2
/
+2
*
tcmalloc: also hook malloc_usable_size
evan@chromium.org
2010-07-02
1
-0
/
+8
*
Updated cache-invalidation library to @30.
akalin@chromium.org
2010-07-02
2
-0
/
+26
*
[Mac] Moving some new third party code into its proper dir. Also tweak the ra...
andybons@chromium.org
2010-07-01
4
-0
/
+251
*
Added support to GLEW for dynamically looking up the core WGL entry
kbr@google.com
2010-06-30
3
-1
/
+104
*
Added support for vector printing for Pepper v1 plugins for Linux.
sanjeevr@chromium.org
2010-06-29
1
-5
/
+14
*
Added option to disable logging in libjingle
sergeyu@chromium.org
2010-06-29
2
-1
/
+9
*
Allow quering Pepper plugin for selected text for the context menu. Also tak...
jam@chromium.org
2010-06-29
1
-11
/
+19
*
Update libpng to version 1.2.44
mhm@chromium.org
2010-06-26
7
-58
/
+121
*
Added support for vector printing for Pepper v1 plugins for Windows. Mac and ...
sanjeevr@chromium.org
2010-06-24
1
-0
/
+8
*
Fix remoting_unittests on shlib-dbg build bots
hclam@chromium.org
2010-06-24
1
-2
/
+0
*
Remove extra ',' at the end of an enum list which fails to compile in C with
msneck@google.com
2010-06-23
1
-1
/
+1
*
Fix files with svn:executable permissions.
thestig@chromium.org
2010-06-23
1
-0
/
+0
*
Fixed cacheinvalidation.gyp so dependents compile properly and consistently.
akalin@chromium.org
2010-06-22
1
-27
/
+12
*
Rolled cache invalidation library to @21 to fix windows warnings.
akalin@chromium.org
2010-06-18
2
-0
/
+11
*
Fix the FTS3 patch.
dumi@chromium.org
2010-06-16
2
-52
/
+55
*
Add a font API to Pepper and implement on Linux based on agl's code from http...
jam@chromium.org
2010-06-11
1
-0
/
+79
*
Proper fix for libjingle _DEBUG issue.
dmaclach@chromium.org
2010-06-10
1
-1
/
+10
*
Turn on fts3.
dumi@chromium.org
2010-06-09
1
-1
/
+3
*
Added EGL based GLContext.
apatrick@chromium.org
2010-06-09
1
-1
/
+1
*
Revert 49202 - Fixes up alignment issue in remoting where subprojects of libj...
dmaclach@chromium.org
2010-06-08
1
-4
/
+1
*
Fixes up alignment issue in remoting where subprojects of libjingle had _DEBU...
dmaclach@chromium.org
2010-06-08
1
-1
/
+4
*
Disabled a pragma in gl.h that gcc does not support.
apatrick@chromium.org
2010-06-07
2
-3
/
+10
*
Removed Mesa EGL and GLES2 headers.
apatrick@chromium.org
2010-06-07
8
-1695
/
+10
*
Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.
tfarina@chromium.org
2010-06-07
1
-1
/
+1
*
Added debugging output to mcov to help debug buildbot errors.
jrg@chromium.org
2010-06-05
1
-0
/
+14
*
Include plugin.vch files for Flash Player (on official builds).
viettrungluu@chromium.org
2010-06-04
1
-4
/
+12
*
Convert RTF on the pasteboard to HTML and all it to substitute if present and...
pinkerton@chromium.org
2010-06-04
3
-0
/
+33
*
Fix more type issues from the npapi.h tranisition to *_t types
stuartmorgan@chromium.org
2010-06-04
2
-19
/
+2
*
Implement support for NPDrawingModelInvalidatingCoreAnimation in Mac plugins
stuartmorgan@chromium.org
2010-06-03
1
-1
/
+3
*
Porting fts2.patch to fts3. fts2.patch was created in
dumi@chromium.org
2010-06-03
6
-274
/
+2592
*
New libjingle integrated to chrome.
sergeyu@chromium.org
2010-06-03
201
-37496
/
+590
*
Revert 48798 - New libjingle integrated to chrome.
sergeyu@chromium.org
2010-06-03
201
-590
/
+37496
*
New libjingle integrated to chrome.
sergeyu@chromium.org
2010-06-03
201
-37496
/
+590
[next]