summaryrefslogtreecommitdiffstats
path: root/webkit/extensions/v8/gc_extension.cc
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup of v8 extension stuff. Playback extension is only used in chrome, so ↵jam@chromium.org2012-04-181-27/+0
| | | | | | | | move it to chrome\renderer and all of its associated switches to chrome. GC extension is only used by webkit\support, so move it there. The other two profiler extensions aren't used, so remove them. Review URL: https://chromiumcodereview.appspot.com/10117022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132841 0039d316-1c4b-4281-b951-d872f2087c98
* webkit/extensions/v8: Forward declare v8::Extension in GCExtension header.tfarina@chromium.org2011-09-021-11/+14
| | | | | | | | | | | BUG=None TEST=None R=asargent@chromium.org Review URL: http://codereview.chromium.org/7828032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99405 0039d316-1c4b-4281-b951-d872f2087c98
* Eliminate WebCore include paths when compiling Chromium code.darin@chromium.org2010-04-031-1/+0
| | | | | | | | | | | | | In the process of trying to do this, I discovered some unnecessary config.h includes as well as some remaining WebCore function calls. R=dglazkov BUG=none TEST=none Review URL: http://codereview.chromium.org/1521010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43574 0039d316-1c4b-4281-b951-d872f2087c98
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
| | | | | | | | | Normalize end of file newlines in webkit/. All files end in a single newline. Review URL: http://codereview.chromium.org/42070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11443 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build breakage on Mac.asargent@chromium.org2009-03-051-0/+1
| | | | | | | | TBR=darin Review URL: http://codereview.chromium.org/40189 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11049 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor v8 extensions so that they aren't in the WebCore namespace, and can ↵asargent@chromium.org2009-03-051-0/+25
call functions in the rest of Chromium code without having to go through ChromiumBridge (which now lives upstream in the WebKit repository). R=darin,mbelshe Review URL: http://codereview.chromium.org/40132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11040 0039d316-1c4b-4281-b951-d872f2087c98