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
/
glue
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pull new PPAPI. In particular, this converts mouse coordinates to floating po...
brettw@chromium.org
2010-08-17
1
-4
/
+4
*
GTTF: some more FRIEND_TEST_ALL_PREFIXES
phajdan.jr@chromium.org
2010-08-16
1
-2
/
+3
*
TBR: joth@chromium.org
joth@chromium.org
2010-08-16
1
-2
/
+2
*
WebKit merge 65318:65411.
yutak@chromium.org
2010-08-16
1
-2
/
+4
*
Fix QuartzCore.framework path.
mark@chromium.org
2010-08-15
1
-1
/
+1
*
Cleanup Registry API: part 3.
tfarina@chromium.org
2010-08-14
1
-3
/
+3
*
GTK: fix decoding of custom cursor bytes.
estade@chromium.org
2010-08-12
1
-11
/
+7
*
Added linux-specific NP_Initialize function so that the plugin is properly in...
alokp@chromium.org
2010-08-11
1
-8
/
+39
*
Clamp the hotspot on custom cursors to the custom cursor image's dimensions.
estade@chromium.org
2010-08-11
3
-0
/
+52
*
Whitespace change to trigger bots.
viettrungluu@chromium.org
2010-08-10
1
-1
/
+1
*
Add a mimetype to npapi_test_plugin so we pass a layout test
tony@chromium.org
2010-08-07
1
-0
/
+11
*
FBTF: Remove unneeded headers from base/ (part 5)
thestig@chromium.org
2010-08-07
2
-5
/
+9
*
WebGL web preferences do not disable WebGL if already enabled.
apatrick@chromium.org
2010-08-06
1
-1
/
+2
*
add pepper video decoder glue and delegate
wjia@google.com
2010-08-06
6
-1
/
+216
*
FBTF: Remove unneeded headers from base/ (part 3)
thestig@chromium.org
2010-08-06
1
-1
/
+0
*
Implement the UrlUtil pepper interface. Pull PPAPI to get that interface.
brettw@chromium.org
2010-08-05
4
-0
/
+193
*
Fix missing Linux fonts in PDF plugin.
gene@chromium.org
2010-08-05
1
-0
/
+1
*
Chromium-side implemention of pepper's FileChooser.
dumi@chromium.org
2010-08-05
4
-5
/
+99
*
Fix select menu placement on 10.5
stuartmorgan@chromium.org
2010-08-05
1
-1
/
+9
*
AutoFill: Add a re-sized generic CC icon.
jhawkins@chromium.org
2010-08-05
1
-0
/
+0
*
Remove the coordinate hack for zoomed plugin pages on the Mac.
stuartmorgan@chromium.org
2010-08-05
1
-26
/
+0
*
If SHM pixmaps support is available, for example, Intel drivers now support that
piman@chromium.org
2010-08-05
2
-28
/
+92
*
Play WebM live stream
hclam@chromium.org
2010-08-04
1
-1
/
+6
*
Remove wstring-ness from some more locale variables.
evan@chromium.org
2010-08-04
1
-1
/
+1
*
Mac: Some clang appeasing.
thakis@chromium.org
2010-08-04
1
-1
/
+3
*
Pull PPAPI and get support for average char width. Hook it up to "0" for now
brettw@chromium.org
2010-08-03
1
-0
/
+5
*
Remove number conversion functions from string_util. These moved to string_nu...
brettw@chromium.org
2010-08-03
1
-3
/
+4
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
6
-0
/
+6
*
DevTools: follow up to r54722, remove unused classes.
pfeldman@chromium.org
2010-08-03
2
-53
/
+0
*
DevTools: Get rid of DevTools RPC.
pfeldman@chromium.org
2010-08-03
2
-5
/
+1
*
AutoFill: Add a default constructor for FormData. There are too many places
jhawkins@chromium.org
2010-08-03
1
-0
/
+2
*
Record received data in WebViewPlugin and replay it when loading the real plu...
bauerb@chromium.org
2010-08-02
2
-8
/
+65
*
Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it
brettw@chromium.org
2010-07-31
1
-1
/
+2
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
2
-8
/
+10
*
Implement prefetching in chrome
gavinp@google.com
2010-07-31
2
-0
/
+3
*
Remove some wstrings used in ui_test.cc.
evan@chromium.org
2010-07-30
2
-6
/
+5
*
Pepper2 audio (trusted side) implementation. Still missing a synchronization ...
neb@chromium.org
2010-07-30
6
-0
/
+358
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
7
-22
/
+31
*
AutoFill: Determine credit card type based on the CC number and display the
jhawkins@chromium.org
2010-07-30
1
-1
/
+8
*
linux: don't crash when movind the plugin if the container hasn't been realized
piman@chromium.org
2010-07-30
1
-6
/
+10
*
AutoFill: Move the CC icons to webkit/glue/resources. This is a temporary
jhawkins@chromium.org
2010-07-29
8
-0
/
+7
*
Hook up the new font API to WebKit. This moves the existing GetFontTable API to
brettw@chromium.org
2010-07-29
6
-54
/
+388
*
GTTF: Move more test server code from net/url_request/url_request_unittest.h
phajdan.jr@chromium.org
2010-07-29
2
-3
/
+5
*
AutoFill: Temporarily remove a NOTREACHED until WK is fixed to not send in
jhawkins@chromium.org
2010-07-29
1
-1
/
+3
*
Revert 54173 - Hook up the new font API to WebKit. This moves the existing Ge...
brettw@chromium.org
2010-07-29
6
-388
/
+54
*
Hook up the new font API to WebKit. This moves the existing GetFontTable API to
brettw@chromium.org
2010-07-29
6
-54
/
+388
*
Add a command line switch to control accelerated 2d canvas
jamesr@chromium.org
2010-07-29
2
-0
/
+5
*
Fix strange colors on scrollbars when using classic theme on XP. This is a po...
pkasting@chromium.org
2010-07-28
1
-0
/
+13
*
AutoFill: Display a right-aligned generic CC icon in the suggestions popup for
jhawkins@chromium.org
2010-07-28
3
-1
/
+6
*
Enhance plugin logging a bit. This adds logging in a few more places, especia...
brettw@chromium.org
2010-07-28
5
-29
/
+42
[next]