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
/
webkit_glue.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
webkit: Move FilePath/WebString conversion functions from 'glue' to 'base'
hashimoto@chromium.org
2012-10-23
1
-30
/
+0
*
Split user agent code out of the 'glue' target
stuartmorgan@chromium.org
2012-09-10
1
-132
/
+0
*
Moving Chrome code from using WebFrame::name to WebFrame::uniqueName
nasko@chromium.org
2012-08-30
1
-2
/
+2
*
pageNumerForElementById is a test specific API and can be moved to window.int...
kaustubh.ra@gmail.com
2012-07-26
1
-9
/
+0
*
Set NaN instead of 0 for null modificationTime
kinuko@chromium.org
2012-06-14
1
-1
/
+9
*
This one is a test specific API and can be moved to window.internals.
sail@chromium.org
2012-06-12
1
-11
/
+0
*
Move fileapi into its own component
benwells@chromium.org
2012-05-30
1
-27
/
+0
*
Add FileUtilities::GetFileInfo() to capture file metadata with single IPC
kinuko@chromium.org
2012-05-25
1
-0
/
+13
*
Use overloaded printBegin() chromium-webkit api in PrepareFrameAndViewPrint c...
kmadhusu@chromium.org
2012-05-17
1
-5
/
+15
*
remove WEBKIT_USING_CG
jamesr@chromium.org
2012-05-10
1
-7
/
+0
*
Initialize net_referrer_policy to make the old arm compiler happy
jochen@chromium.org
2012-05-08
1
-1
/
+2
*
Add pokemon.kids.yahoo.co.jp for UA spoofing list
yosin@chromium.org
2012-05-08
1
-1
/
+2
*
Allow for overriding the handling of the referrer header in the network stack
jochen@chromium.org
2012-05-08
1
-0
/
+19
*
Do not use setDartFlags API as we're now passing flags by other means.
antonm@chromium.org
2012-02-03
1
-6
/
+0
*
Fix UA Spoofing Condition for Linux.
yuzo@chromium.org
2012-01-13
1
-1
/
+4
*
Add --dart-flags and --disable-dart command line switches.
podivilov@chromium.org
2011-12-23
1
-0
/
+6
*
Update these includes to use the new header locations
abarth@chromium.org
2011-12-03
1
-5
/
+5
*
Work around wrong UA sniffing by Yahoo! JAPAN
yuzo@chromium.org
2011-11-29
1
-13
/
+53
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-1
/
+1
*
net: Move the last two Escape() functions into the net namespace.
tfarina@chromium.org
2011-11-09
1
-2
/
+2
*
DevTools: extend experimental.debugger API to potentially allow non-tab debug...
pfeldman@chromium.org
2011-10-26
1
-0
/
+11
*
Re-land r102336 (remove webkit_glue::BuildUserAgent) w/ fix.
dpranke@chromium.org
2011-09-26
1
-20
/
+14
*
Revert "Remove webkit_glue::BuildUserAgent(), change the contract in webkit_g...
dpranke@chromium.org
2011-09-22
1
-14
/
+20
*
Remove webkit_glue::BuildUserAgent(), change the contract in webkit_glue so t...
dpranke@chromium.org
2011-09-22
1
-20
/
+14
*
Fix compile failure.
pkasting@chromium.org
2011-07-02
1
-4
/
+4
*
Add a lock around user agent calculations so the user agent can be safely que...
pkasting@chromium.org
2011-07-01
1
-32
/
+52
*
Add Safari spoofing when visiting the Silverlight install/update page in Mac ...
stuartmorgan@chromium.org
2011-07-01
1
-0
/
+16
*
Removed the GetProductVersion function from webkit_glue and replace it with t...
ananta@chromium.org
2011-06-16
1
-2
/
+2
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-26
1
-1
/
+1
*
Revert 86625 - This change implements a first pass in the effort to remove th...
vandebo@chromium.org
2011-05-25
1
-1
/
+1
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-25
1
-1
/
+1
*
Map webkit glue when Mac build uses Skia.
caryclark@chromium.org
2011-05-20
1
-1
/
+1
*
Miscellaneous webkit_glue namespace changes in preparation for building src\c...
ananta@chromium.org
2011-05-19
1
-5
/
+1
*
Part 1 of changes to to build chrome\common as a dll. Moving some of the func...
ananta@chromium.org
2011-05-12
1
-1
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Properly return TYPE_MISMATCH_ERR for DirectoryExists/FileExists
adamk@chromium.org
2011-02-25
1
-2
/
+3
*
Expose WebCore log channels on the chrome command line
gavinp@chromium.org
2011-02-16
1
-2
/
+8
*
Remove some more DRT features from test_shell.
tony@chromium.org
2011-02-07
1
-15
/
+0
*
Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...
abarth@chromium.org
2011-01-17
1
-13
/
+13
*
webkit: use string16 in webkit_glue.h
evan@chromium.org
2010-12-14
1
-22
/
+25
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-14
1
-13
/
+14
*
Revert 68932 - Make members of Singleton<T> private and only visible to the s...
satish@chromium.org
2010-12-11
1
-14
/
+13
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-11
1
-13
/
+14
*
glue: use string16 in place of wstring for Unicode text
evan@chromium.org
2010-12-03
1
-11
/
+11
*
base: Get rid of 'using' declaration of StringAppendF.
tfarina@chromium.org
2010-11-15
1
-3
/
+3
*
Removed Media Cache Enabled Flag
atwilson@chromium.org
2010-11-04
1
-10
/
+0
*
Allow unlimited quota for apps for FileSystem access
kinuko@chromium.org
2010-10-08
1
-0
/
+4
*
Reapply 61613 that was reverted for false valgrind alarm.
kinuko@chromium.org
2010-10-07
1
-0
/
+2
*
Revert 61613 - possible culprit for valgrind error. (Support removeRecursivel...
kinuko@chromium.org
2010-10-06
1
-2
/
+0
*
Second try for support removeRecursively and new copy/move behaviors added to...
kinuko@chromium.org
2010-10-06
1
-0
/
+2
[next]