summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webkit_glue.cc
Commit message (Expand)AuthorAgeFilesLines
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-3/+3
* Update some #includes in webkit/glue for headers in the new Platform directorypilgrim@chromium.org2013-01-151-7/+7
* Add a histogram for renderer memory usage.marja@chromium.org2013-01-151-0/+38
* webkit: Move FilePath/WebString conversion functions from 'glue' to 'base'hashimoto@chromium.org2012-10-231-30/+0
* Split user agent code out of the 'glue' targetstuartmorgan@chromium.org2012-09-101-132/+0
* Moving Chrome code from using WebFrame::name to WebFrame::uniqueNamenasko@chromium.org2012-08-301-2/+2
* pageNumerForElementById is a test specific API and can be moved to window.int...kaustubh.ra@gmail.com2012-07-261-9/+0
* Set NaN instead of 0 for null modificationTimekinuko@chromium.org2012-06-141-1/+9
* This one is a test specific API and can be moved to window.internals.sail@chromium.org2012-06-121-11/+0
* Move fileapi into its own componentbenwells@chromium.org2012-05-301-27/+0
* Add FileUtilities::GetFileInfo() to capture file metadata with single IPCkinuko@chromium.org2012-05-251-0/+13
* Use overloaded printBegin() chromium-webkit api in PrepareFrameAndViewPrint c...kmadhusu@chromium.org2012-05-171-5/+15
* remove WEBKIT_USING_CGjamesr@chromium.org2012-05-101-7/+0
* Initialize net_referrer_policy to make the old arm compiler happyjochen@chromium.org2012-05-081-1/+2
* Add pokemon.kids.yahoo.co.jp for UA spoofing listyosin@chromium.org2012-05-081-1/+2
* Allow for overriding the handling of the referrer header in the network stackjochen@chromium.org2012-05-081-0/+19
* Do not use setDartFlags API as we're now passing flags by other means.antonm@chromium.org2012-02-031-6/+0
* Fix UA Spoofing Condition for Linux.yuzo@chromium.org2012-01-131-1/+4
* Add --dart-flags and --disable-dart command line switches.podivilov@chromium.org2011-12-231-0/+6
* Update these includes to use the new header locationsabarth@chromium.org2011-12-031-5/+5
* Work around wrong UA sniffing by Yahoo! JAPANyuzo@chromium.org2011-11-291-13/+53
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* net: Move the last two Escape() functions into the net namespace.tfarina@chromium.org2011-11-091-2/+2
* DevTools: extend experimental.debugger API to potentially allow non-tab debug...pfeldman@chromium.org2011-10-261-0/+11
* Re-land r102336 (remove webkit_glue::BuildUserAgent) w/ fix.dpranke@chromium.org2011-09-261-20/+14
* Revert "Remove webkit_glue::BuildUserAgent(), change the contract in webkit_g...dpranke@chromium.org2011-09-221-14/+20
* Remove webkit_glue::BuildUserAgent(), change the contract in webkit_glue so t...dpranke@chromium.org2011-09-221-20/+14
* Fix compile failure.pkasting@chromium.org2011-07-021-4/+4
* Add a lock around user agent calculations so the user agent can be safely que...pkasting@chromium.org2011-07-011-32/+52
* Add Safari spoofing when visiting the Silverlight install/update page in Mac ...stuartmorgan@chromium.org2011-07-011-0/+16
* Removed the GetProductVersion function from webkit_glue and replace it with t...ananta@chromium.org2011-06-161-2/+2
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-261-1/+1
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-251-1/+1
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-251-1/+1
* Map webkit glue when Mac build uses Skia.caryclark@chromium.org2011-05-201-1/+1
* Miscellaneous webkit_glue namespace changes in preparation for building src\c...ananta@chromium.org2011-05-191-5/+1
* Part 1 of changes to to build chrome\common as a dll. Moving some of the func...ananta@chromium.org2011-05-121-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Properly return TYPE_MISMATCH_ERR for DirectoryExists/FileExistsadamk@chromium.org2011-02-251-2/+3
* Expose WebCore log channels on the chrome command linegavinp@chromium.org2011-02-161-2/+8
* Remove some more DRT features from test_shell.tony@chromium.org2011-02-071-15/+0
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-13/+13
* webkit: use string16 in webkit_glue.hevan@chromium.org2010-12-141-22/+25
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-13/+14
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-14/+13
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-13/+14
* glue: use string16 in place of wstring for Unicode textevan@chromium.org2010-12-031-11/+11
* base: Get rid of 'using' declaration of StringAppendF.tfarina@chromium.org2010-11-151-3/+3
* Removed Media Cache Enabled Flagatwilson@chromium.org2010-11-041-10/+0
* Allow unlimited quota for apps for FileSystem accesskinuko@chromium.org2010-10-081-0/+4